updates
This commit is contained in:
31
src2/views/zarchive/DreamFreelyView.vue
Normal file
31
src2/views/zarchive/DreamFreelyView.vue
Normal file
@@ -0,0 +1,31 @@
|
||||
<script setup>
|
||||
import BlogLead from '../components/blocks/BlogLead.vue';
|
||||
import MediaBlock from '../components/blocks/MediaBlock.vue';
|
||||
import IntroBlock from '../components/blocks/IntroBlock.vue'
|
||||
import SubscribeBlock from '../components/blocks/SubscribeBlock.vue';
|
||||
import ShopList from '../components/Shop.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main class="pt-4" style="margin:auto;width:85%;">
|
||||
<div class="text-center">
|
||||
<h1 class="text-2xl">Welcome to DigiSnaxx</h1>
|
||||
<h2 class="text-xl">a <a href="//www.dreamfreely.org">DreamFreely</a> Playground</h2>
|
||||
<img src="../assets/cover.png" width="95%" class="lg:hidden pt-4 m-auto" />
|
||||
<BlogLead class="p-2" />
|
||||
<span class="text-xl">
|
||||
<a href="https://canin.dreamfreely.org">Blog</a> 🍃
|
||||
<a href="https://shop.dreamfreely.org">Shop</a>
|
||||
</span>
|
||||
<IntroBlock class="py-4" />
|
||||
</div>
|
||||
|
||||
<MediaBlock />
|
||||
<ShopList />
|
||||
<div class="text-center p-4">
|
||||
DreamFreely © 2025
|
||||
</div>
|
||||
|
||||
</main>
|
||||
|
||||
</template>
|
||||
21
src2/views/zarchive/LiveView.vue
Normal file
21
src2/views/zarchive/LiveView.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<script setup>
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="grid grid-cols-1">
|
||||
<main class="text-center pt-24">
|
||||
<h1 class="text-2xl">
|
||||
DigiSnaxx LIVE!
|
||||
</h1>
|
||||
<p>
|
||||
Welcome to the Garden
|
||||
</p>
|
||||
<p>
|
||||
Every Monday @ the Acadia
|
||||
</p>
|
||||
<p>
|
||||
5PM
|
||||
</p>
|
||||
</main>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user