We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6a661 commit 01f2240Copy full SHA for 01f2240
src/index.html
@@ -7,8 +7,28 @@
7
<title>HTML Portfolio</title>
8
</head>
9
<body>
10
+ <div class="header">
11
+ <h1> Orson Wu </h1>
12
+ <h2>The Crafter</h2>
13
+ </div>
14
+<div class="tagline">
15
+ <h3>Learn more about me</h3>
16
+ <p>I like programming anything!</p>
17
+</div>
18
+<div class="skills">
19
+ <ul>
20
+ <li>HTML</li>
21
+ <li>C sharp</li>
22
+ <li>Java Script</li>
23
+ <li>Unity</li>
24
+ </ul>
25
+
26
27
+<div class="contact">
28
+ <h3>Contact me!</h3>
29
+ <p>pls contact me through my Gmail <a href="[email protected]">Gamil address</a></p>
30
31
- Welcome to the HTML Portfolio Project
32
33
</body>
34
</html>
0 commit comments