Skip to content

Commit

Permalink
✨ Fix HTML parsing (#109)
Browse files Browse the repository at this point in the history
* Missing H2 Closing tag

* Fix: HTML parse issues
  • Loading branch information
NishantChandla committed Jan 25, 2022
1 parent e396d01 commit 8543d67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Binary file added .DS_Store
Binary file not shown.
11 changes: 4 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h1 id="logo">
<h1>Hi I'm Franklin</h1>

<div class="content-text">
<h2>Building digital
<h2>Building digital</h2>
<h2>products, brands, and experience.</h2>

<p>
Expand All @@ -112,7 +112,6 @@ <h2>products, brands, and experience.</h2>
</div>
<a href="#" class="btn btn-secondary">Connect With Me</a>
</section>
</div>
</header>


Expand Down Expand Up @@ -198,8 +197,7 @@ <h3>Project Five</h3>
<a href="#"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
</div>
</div>

<!-- Project 6 -->
<div href="" class="card">
Expand All @@ -214,8 +212,7 @@ <h3>Project Six</h3>
<a href="#"><i class="fas fa-globe"></i></a>
</div>
</div>
</div>
</div>
</div>
</article>

<a href="#" class="btn btn-secondary">See More <i class="fas fa-arrow-right"></i></a>
Expand All @@ -237,4 +234,4 @@ <h3>Project Six</h3>
</footer>
<script src="js/script.js"></script>
</body>
</html>
</html>

0 comments on commit 8543d67

Please sign in to comment.