update site

This commit is contained in:
2025-11-29 01:42:55 +00:00
parent 982a89bc30
commit a57df1eec6
4 changed files with 17 additions and 9 deletions

View File

@@ -117,6 +117,10 @@ video {
gap: 1rem;
}
.margin1 {
margin: 10px;
}
.album-img {
width: 50mm;
height: 50mm;

View File

@@ -5,8 +5,10 @@
</div>
<div v-else>
<img src="/img/tmpen31z3pe.PNG" />
<p>Stream is currently offline.</p>
<button @click="checkStream()">Check Stream</button>
<div class="margin1">
<p>Stream is offline. Tune in Fridays @ 6:00pm, Monday @ 8:00am</p>
<button @click="checkStream()">Check Stream</button>
</div>
</div>
</template>

View File

@@ -7,7 +7,7 @@
</div>
<div v-else class="center-content">
<img src="/img/Untitled.png" />
<p>I ain't listenin to nofin</p>
<p>I ain't listenin to nofin rn</p>
</div>
</template>

View File

@@ -9,8 +9,10 @@ import Radio from "@/components/Radio.vue";
<div class="border1 tile1">
<div class="border2 bg-white shadow1">
<img src="/img/epic.jpeg" />
<h1>Welcome</h1>
<p>Hi im Adam</p>
<div class="margin1">
<h1>Welcome</h1>
<p>Hi im Adam, this is my website, pls don't greif</p>
</div>
</div>
</div>
@@ -49,10 +51,6 @@ import Radio from "@/components/Radio.vue";
</div>
</div> -->
<div class="border1 tile1">
<SpotifyListening class="border2 bg-white shadow1" />
</div>
<div class="border1 tile1">
<Radio class="border2 bg-white shadow1" />
</div>
@@ -60,5 +58,9 @@ import Radio from "@/components/Radio.vue";
<div class="border1 tile3">
<SpotifyRecent />
</div>
<div class="border1 tile1">
<SpotifyListening class="border2 bg-white shadow1" />
</div>
</main>
</template>