Reorganize assets

This commit is contained in:
Matt Isenhower 2022-04-25 19:53:13 -07:00
parent 7465dc6be7
commit 06a4084339
10 changed files with 6 additions and 6 deletions

View File

@ -7,5 +7,5 @@ import { RouterView } from 'vue-router'
</template>
<style>
@import '@/assets/base.css';
@import '@/assets/css/base.css';
</style>

View File

@ -5,7 +5,7 @@
body {
@apply text-gray-100;
@apply bg-black;
background-image: url('@/assets/information-bg.jpg');
background-image: url('@/assets/img/information-bg.jpg');
background-size: 400px;
background-position: center;
}

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 5.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -74,13 +74,13 @@ function formatDate(date) {
<style scoped>
.bg-blue-pattern {
@apply bg-splatoon-blue;
background-image: url("@/assets/battle-bg-pattern-blue.jpg");
background-image: url("@/assets/img/battle-bg-pattern-blue.jpg");
background-size: 190px;
}
.bg-yellow-pattern {
@apply bg-splatoon-yellow;
background-image: url("@/assets/battle-bg-pattern-yellow.jpg");
background-image: url("@/assets/img/battle-bg-pattern-yellow.jpg");
background-size: 190px;
}

View File

@ -10,14 +10,14 @@
<div class="m-2 text-center text-xs text-gray-500">
<div>
<img src="@/assets/little-buddy.png" class="mx-auto mb-4" width="50" />
<img src="@/assets/img/little-buddy.png" class="mx-auto mb-4" width="50" />
</div>
<div>
This website is not affiliated with Nintendo. All product names, logos, and brands are property of their respective owners.
</div>
<div class="footer-links">
<a href="https://twitter.com/splatoon2inkbot" target="_blank">
<img src="@/assets/twitter-white.png" width="20" height="20" class="inline" />
<img src="@/assets/img/twitter-white.png" width="20" height="20" class="inline" />
<span>@splatoon2inkbot</span>
</a>
&ndash;