Skip to content

Commit 01f2240

Browse files
hh
1 parent ed6a661 commit 01f2240

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

src/index.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,28 @@
77
<title>HTML Portfolio</title>
88
</head>
99
<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+
</div>
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+
</div>
1031

11-
Welcome to the HTML Portfolio Project
1232

1333
</body>
1434
</html>

0 commit comments

Comments
 (0)