Skip to content

Commit

Permalink
Lenadlm patch 6.8 (#63)
Browse files Browse the repository at this point in the history
* Update index.html

* Update index.html

* Update projects.html

* Update projects.html

* Update index.html
  • Loading branch information
lenadlm authored Aug 4, 2024
1 parent 5263de6 commit b4a304f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</head>
<body>
<!-- Navigation Section -->
<div class="d-flex p-5" id="home">
<div class="container-fluid p-5" id="home">
<div class="col-11 mx-auto sticky-top">
<nav class="navbar bg-body-secondary rounded">
<form class="container-fluid justify-content-start">
Expand Down Expand Up @@ -98,7 +98,7 @@ <h2>Welcome</h2>
</div>

<!-- Footer Section (copied from index.html) -->
<div class="container-fluid my-5 contact-section">
<div class="container-fluid contact-section">
<div class="text-center p-5">
<p class="lead">Contact me...</p>
<!-- Contact Links -->
Expand All @@ -125,8 +125,9 @@ <h2>Welcome</h2>
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Flenadlm%2F&count_bg=%2379C83D&title_bg=%23555555&icon=github.svg&icon_color=%23E7E7E7&title=hits&edge_flat=true" alt="Hits Badge"/>
</a>
<a class="copyrighted-badge" title="Copyrighted.com Registered" target="_blank" href="https://app.copyrighted.com/website/pGjsqkaxdMeKesUC">
<img alt="Copyrighted.com Registered" border="0" width="125" height="25" srcset="https://static.copyrighted.com/badges/125x25/01_2_2x.png 2x" src="https://static.copyrighted.com/badges/125x25/01_2.png"/>
</a>
<img alt="Copyrighted.com Registered" border="0" width="125" height="20" srcset="https://static.copyrighted.com/badges/125x25/01_2_2x.png 2x" src="https://static.copyrighted.com/badges/125x25/01_2.png"/>
</a>
<script src="https://static.copyrighted.com/badges/helper.js"></script>
</footer>
</div>
</div>
Expand All @@ -135,6 +136,5 @@ <h2>Welcome</h2>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-w76A8fA7QlL+g9f4kF5Y3a5m2D9CZa0j4pE4lC/FLpL+NYwF2Z20+E7phel4uoZG" crossorigin="anonymous"></script>
<script src="script.js"></script>
<script src="https://kit.fontawesome.com/24802e7524.js" crossorigin="anonymous"></script>
<script src="https://static.copyrighted.com/badges/helper.js"></script>
</body>
</html>
6 changes: 3 additions & 3 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</head>
<body>
<!-- Navigation Section (copied from index.html) -->
<div class="d-flex p-5" id="home">
<div class="container-fluid p-5" id="home">
<div class="col-11 mx-auto sticky-top">
<nav class="navbar bg-body-secondary rounded">
<form class="container-fluid justify-content-start">
Expand Down Expand Up @@ -108,8 +108,8 @@ <h2 class="text-center">Project 3</h2>
<a href="https://hits.seeyoufarm.com" target="_blank">
<img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Flenadlm%2F&count_bg=%2379C83D&title_bg=%23555555&icon=github.svg&icon_color=%23E7E7E7&title=hits&edge_flat=true" alt="Hits Badge"/>
</a>
<a class="copyrighted-badge" title="Copyrighted.com Registered &amp; Protected" target="_blank" href="https://app.copyrighted.com/website/pGjsqkaxdMeKesUC">
<img alt="Copyrighted.com Registered &amp; Protected" border="0" width="125" height="25" srcset="https://static.copyrighted.com/badges/125x25/01_2_2x.png 2x" src="https://static.copyrighted.com/badges/125x25/01_2.png"/>
<a class="copyrighted-badge" title="Copyrighted.com Registered" target="_blank" href="https://app.copyrighted.com/website/pGjsqkaxdMeKesUC">
<img alt="Copyrighted.com Registered" border="0" width="125" height="20" srcset="https://static.copyrighted.com/badges/125x25/01_2_2x.png 2x" src="https://static.copyrighted.com/badges/125x25/01_2.png"/>
</a>
<script src="https://static.copyrighted.com/badges/helper.js"></script>
</footer>
Expand Down

0 comments on commit b4a304f

Please sign in to comment.