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 7ab28b1Copy full SHA for 7ab28b1
src/index.html
@@ -7,8 +7,24 @@
7
<title>HTML Portfolio</title>
8
</head>
9
<body>
10
-
11
- Welcome to the HTML Portfolio Project
12
+ <div class="header">
+ <h1>Bailey Phillips</h1>
+ <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
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
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>
29
</body>
30
</html>
0 commit comments