orbital-orbit/src/components/Footer.astro
2024-12-31 09:14:32 +01:00

8 lines
271 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
const platform = "GitHub"
const username = "rjNemo"
const url = `https://ruidy.nemausat.com`
---
<footer>
<p>© 2023 Ruidy Learn more about my projects on <a href={`https://github.com/${username}`}>{platform}</a> and my <a href={url}>website</a>.</p>
</footer>