modified links to be correct/appropriate
This commit is contained in:
parent
3264dbf028
commit
d08463aaf7
@ -7,24 +7,21 @@ export default function Footer() {
|
|||||||
<div class="space-y-2">
|
<div class="space-y-2">
|
||||||
<a
|
<a
|
||||||
class="mb-8 text-[#cdd6f4] transition-all duration-300 ease-in-out hover:text-[#cba6f7] hover:drop-shadow-[0_0_20px_rgba(96,165,250,0.7)] hover:scale-110 cursor-pointer visited:text-[#bac2de]"
|
class="mb-8 text-[#cdd6f4] transition-all duration-300 ease-in-out hover:text-[#cba6f7] hover:drop-shadow-[0_0_20px_rgba(96,165,250,0.7)] hover:scale-110 cursor-pointer visited:text-[#bac2de]"
|
||||||
href="/Resume_Wyatt_miller.png"
|
href="/posts.rss"
|
||||||
>
|
>
|
||||||
RSS
|
RSS
|
||||||
</a>
|
</a>
|
||||||
<br />
|
<br />
|
||||||
<a
|
<a
|
||||||
class="mb-8 text-[#cdd6f4] transition-all duration-300 ease-in-out hover:text-[#cba6f7] hover:drop-shadow-[0_0_20px_rgba(96,165,250,0.7)] hover:scale-110 cursor-pointer visited:text-[#bac2de]"
|
class="mb-8 text-[#cdd6f4] transition-all duration-300 ease-in-out hover:text-[#cba6f7] hover:drop-shadow-[0_0_20px_rgba(96,165,250,0.7)] hover:scale-110 cursor-pointer visited:text-[#bac2de]"
|
||||||
href="/Resume_Wyatt_miller.png"
|
href="/sitemap.xml"
|
||||||
>
|
>
|
||||||
Sitemap
|
Sitemap
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<a
|
<a class="mb-8 text-[#cdd6f4] transition-all duration-300 ease-in-out hover:text-[#cba6f7] hover:drop-shadow-[0_0_20px_rgba(96,165,250,0.7)] hover:scale-110 cursor-pointer visited:text-[#bac2de]">
|
||||||
class="mb-8 text-[#cdd6f4] transition-all duration-300 ease-in-out hover:text-[#cba6f7] hover:drop-shadow-[0_0_20px_rgba(96,165,250,0.7)] hover:scale-110 cursor-pointer visited:text-[#bac2de]"
|
|
||||||
href="/Resume_Wyatt_miller.png"
|
|
||||||
>
|
|
||||||
Resume
|
Resume
|
||||||
</a>
|
</a>
|
||||||
<br />
|
<br />
|
||||||
@ -54,7 +51,7 @@ export default function Footer() {
|
|||||||
<div class="border-t border-gray-700 mt-8 pt-4 text-center">
|
<div class="border-t border-gray-700 mt-8 pt-4 text-center">
|
||||||
<p class="text-sm text-gray-400">
|
<p class="text-sm text-gray-400">
|
||||||
© {new Date().getFullYear()}{" "}
|
© {new Date().getFullYear()}{" "}
|
||||||
Miller Web Soultions. All Rights Reserved.
|
Miller Web Solutions. All Rights Reserved. Hosted by Akamai.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user