Reorganize assets
|
|
@ -7,5 +7,5 @@ import { RouterView } from 'vue-router'
|
|||
</template>
|
||||
|
||||
<style>
|
||||
@import '@/assets/base.css';
|
||||
@import '@/assets/css/base.css';
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 4.9 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
–
|
||||
|
|
|
|||