Skip to content

Commit 7ab28b1

Browse files
committed
added information about me
1 parent ed6a661 commit 7ab28b1

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

src/index.html

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,24 @@
77
<title>HTML Portfolio</title>
88
</head>
99
<body>
10-
11-
Welcome to the HTML Portfolio Project
12-
10+
<div class="header">
11+
<h1>Bailey Phillips</h1>
12+
<h2>Senior Web Architect</h2>
13+
</div>
14+
<div class="tagline">
15+
<h3>Learn More About Me</h3>
16+
<p>I like to be nerdy!</p>
17+
</div>
18+
<div class="skills">
19+
<h3>My Skills</h3>
20+
<p>Check out what I like to write code in below.</p>
21+
<ul>
22+
<li>HTML</li>
23+
<li>CSS</li>
24+
<li>JavaScript</li>
25+
</div>
26+
<div class="contact">
27+
<h3>Contact</h3>
28+
<p>You can contact me through GitHub by my Username <a href="https://github.com/Zeno333">Zeno333</a></p>
1329
</body>
1430
</html>

0 commit comments

Comments
 (0)