from prod

This commit is contained in:
Joey Kimsey
2025-01-26 16:12:09 -05:00
parent ea4ccec0af
commit a9a2cae8e6
2 changed files with 11 additions and 27 deletions

View File

@ -1,26 +1,15 @@
<div class="container"> <div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top"> <footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-4 d-flex align-items-center"> <div class="d-flex align-items-center">
<a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1"> <a href="/" class="mb-3 me-2 mb-md-0 text-muted text-decoration-none lh-1">
<img src="{ROOT_URL}images/logo.png" class="bi me-2" width="40" height="32" alt="{SITENAME} Logo" aria-label="{SITENAME} Logo"> <img src="{ROOT_URL}images/logo.png" class="bi me-2" width="40" height="32" alt="{SITENAME} Logo" aria-label="{SITENAME} Logo">
</a> </a>
{COPY} {COPY}
</div> </div>
<div class="col-2">
<div class="material-switch"> <div class="material-switch">
<input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle" class="form-check-input"> <input name="dark-mode-toggle" type="checkbox" id="dark-mode-toggle" class="form-check-input">
<label for="dark-mode-toggle" class="label-default"></label> <label for="dark-mode-toggle" class="label-default"></label>
</div> </div>
</div>
{SOCIAL}
</footer>
</div>
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
{COPY}
{SOCIAL} {SOCIAL}
</footer> </footer>
</div> </div>

View File

@ -14,11 +14,6 @@
<span class="fa-brands fa-fw fa-linkedin"></span> <span class="fa-brands fa-fw fa-linkedin"></span>
</a> </a>
</li> </li>
<li class="ms-3">
<a class="context-main" href="{ROOT_URL}youtube">
<span class="fa-brands fa-fw fa-youtube"></span>
</a>
</li>
<li class="ms-3"> <li class="ms-3">
<a class="context-main" href="{ROOT_URL}git"> <a class="context-main" href="{ROOT_URL}git">
<span class="fa-brands fa-fw fa-github"></span> <span class="fa-brands fa-fw fa-github"></span>