mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-26 07:49:22 -05:00
Update footer
This commit is contained in:
parent
096898c24e
commit
74c8ccf491
|
|
@ -3,7 +3,7 @@
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@apply text-slate-100;
|
@apply text-gray-100;
|
||||||
@apply bg-black;
|
@apply bg-black;
|
||||||
background-image: url('@/assets/information-bg.jpg');
|
background-image: url('@/assets/information-bg.jpg');
|
||||||
background-size: 50%;
|
background-size: 50%;
|
||||||
|
|
|
||||||
BIN
src/assets/little-buddy.png
Normal file
BIN
src/assets/little-buddy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
BIN
src/assets/twitter-white.png
Normal file
BIN
src/assets/twitter-white.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 KiB |
|
|
@ -8,14 +8,23 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="m-2 text-center text-sm text-slate-300">
|
<div class="m-2 text-center text-xs text-gray-500">
|
||||||
<a href="https://splatoon2.ink" target="_blank">
|
<div>
|
||||||
splatoon2.ink
|
<img src="@/assets/little-buddy.png" class="mx-auto mb-4" width="50" />
|
||||||
</a>
|
</div>
|
||||||
–
|
<div>
|
||||||
<a href="https://twitter.com/splatoon2inkbot" target="_blank">
|
This website is not affiliated with Nintendo. All product names, logos, and brands are property of their respective owners.
|
||||||
@splatoon2inkbot
|
</div>
|
||||||
</a>
|
<div class="footer-links">
|
||||||
|
<a href="https://twitter.com/splatoon2inkbot" target="_blank">
|
||||||
|
<img src="@/assets/twitter-white.png" width="20" height="20" class="inline" />
|
||||||
|
<span>@splatoon2inkbot</span>
|
||||||
|
</a>
|
||||||
|
–
|
||||||
|
<a href="https://splatoon2.ink" target="_blank">
|
||||||
|
<span>splatoon2.ink</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -23,3 +32,13 @@
|
||||||
<script setup>
|
<script setup>
|
||||||
import Splatoon3Countdown from '@/components/Splatoon3Countdown.vue'
|
import Splatoon3Countdown from '@/components/Splatoon3Countdown.vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
.footer-links a span {
|
||||||
|
@apply text-gray-300;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-links a:hover span {
|
||||||
|
@apply text-white underline;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user