Skip to content

Commit afc4340

Browse files
committed
First Try
1 parent 4cc53c8 commit afc4340

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

src/index.html

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,27 @@
1010

1111
<body>
1212

13-
<div class="header">
13+
<header>
1414
<h1>Sergio Cruz</h1>
1515
<h2>Application Developer</h2>
1616

17-
<ul class="nav">
18-
<li><a href="index.html" class="active">Home</a></li>
19-
<li><a href="about.html">About</a></li>
20-
</ul>
21-
</div>
22-
23-
<div class="tagline">
17+
<nav>
18+
<ul>
19+
<li><a href="index.html" class="active">Home</a></li>
20+
<li><a href="about.html">About</a></li>
21+
</ul>>
22+
<nav>
23+
</header>
24+
<main>
25+
<section>
2426
<div class="content-wrapper">
2527
<h3>A bit more about me</h3>
2628
<p>Hey I am Sergio, I work for <a target="_blank" href="https://www.codeschool.com">Code School</a> and I love writing JavaScript!</p>
2729
</div>
28-
</div>
30+
</section>
2931

3032

31-
<div class="skills">
33+
<section>
3234
<div class="content-wrapper">
3335
<h3>Skills</h3>
3436
<p>Here are some of the technologies I enjoy writing day-to-day:</p>
@@ -40,21 +42,22 @@ <h3>Skills</h3>
4042
<li>Webpack</li>
4143
</ul>
4244
</div>
43-
</div>
45+
</section>
4446

45-
<div class="contact">
47+
<section>
4648
<div class="content-wrapper">
4749
<h3>How to contact me</h3>
4850
<p>The easiest way to contact me is via twitter: <a target="_blank" href="https://twitter.com/hashtagserg">@hashtagserg</a></p>
4951
</div>
50-
</div>
52+
</section>
53+
</main>
5154

52-
<div class="footer">
55+
<footer>
5356
<div class="content-wrapper">
5457
<h3>Credits</h3>
5558
<p>This portfolio was created using <a href='https://www.codeschool.com'>Code School's</a> <a href='https://github.com/codeschool/SemanticHTMLPortfolioProject'>Semantic HTML Portfolio Project</a> template.</p>
5659
</div>
57-
</div>
60+
</footer>
5861

5962
</body>
6063

0 commit comments

Comments
 (0)