Skip to content
Snippets Groups Projects
Verified Commit ae311e1f authored by TheJoeCoder's avatar TheJoeCoder
Browse files

Add "open source" footer.

parent 91e884a7
No related branches found
No related tags found
No related merge requests found
...@@ -35,3 +35,8 @@ ...@@ -35,3 +35,8 @@
left: 0; left: 0;
z-index: -1; z-index: -1;
} }
.footer .footer-link {
text-decoration: none;
color: var(--bs-secondary-text-emphasis);
}
\ No newline at end of file
...@@ -67,6 +67,9 @@ ...@@ -67,6 +67,9 @@
{% endfor %} {% endfor %}
</div> </div>
</div> </div>
<div class="footer text-center">
<p class="text-secondary">Psst... This website is <a href="https://git.rb9.xyz/TheJoeCoder/personal-website" class="footer-link" target="_blank">open source</a>!</p>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
<script src="js/background_anim.js"></script> <script src="js/background_anim.js"></script>
</body> </body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment