Skip to content

Commit

Permalink
fix navbar links
Browse files Browse the repository at this point in the history
  • Loading branch information
CobreDev committed Jun 11, 2024
1 parent 36eefc3 commit bb3d01f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h3>Photographer</h3>
</section>
</section>
<footer>
<nav><a href=""><span class="icon-instagram-2"></span></a><a href="">cobre</a><a href=""><span class="icon-mail-2"></span></a></nav>
<nav><a href="https://instagram.com/cobre.photos"><span class="icon-instagram-2"></span></a><a href="">cobre</a><a href="mailto:[email protected]"><span class="icon-mail-2"></span></a></nav>
</footer>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion contact/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h3>Get in touch!</h3>
</section>
</section>
<footer>
<nav><a href=""><span class="icon-instagram-2"></span></a><a href="">cobre</a><a href=""><span class="icon-mail-2"></span></a></nav>
<nav><a href="https://instagram.com/cobre.photos"><span class="icon-instagram-2"></span></a><a href="">cobre</a><a href="mailto:[email protected]"><span class="icon-mail-2"></span></a></nav>
</footer>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</section>
</section>
<footer>
<nav><a href=""><span class="icon-instagram-2"></span></a><a href="">cobre</a><a href=""><span class="icon-mail-2"></span></a></nav>
<nav><a href="https://instagram.com/cobre.photos"><span class="icon-instagram-2"></span></a><a href="">cobre</a><a href="mailto:[email protected]"><span class="icon-mail-2"></span></a></nav>
</footer>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion portfolio/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>Title Of Project</h3>
</section>
</section>
<footer>
<nav><a href=""><span class="icon-instagram-2"></span></a><a href="">cobre</a><a href=""><span class="icon-mail-2"></span></a></nav>
<nav><a href="https://instagram.com/cobre.photos"><span class="icon-instagram-2"></span></a><a href="">cobre</a><a href="mailto:[email protected]"><span class="icon-mail-2"></span></a></nav>
</footer>
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
</body>
Expand Down

0 comments on commit bb3d01f

Please sign in to comment.