diff --git a/index.html b/index.html index 345dd48..5ff4488 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,12 @@ - + + + - Lab 484 — Investment Prospectus + + SolLunar — Investment Prospectus
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 0000000..bd048fb Binary files /dev/null and b/public/apple-touch-icon.png differ diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..b18626d Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..bd8817e Binary files /dev/null and b/public/favicon.png differ diff --git a/src/deck/Deck.vue b/src/deck/Deck.vue index c21be4e..3ccef7f 100644 --- a/src/deck/Deck.vue +++ b/src/deck/Deck.vue @@ -3,6 +3,7 @@ import { computed, ref, watch } from 'vue' import { ChevronLeft, ChevronRight, Sun, Moon } from '@lucide/vue' import { useDeck } from './useDeck' import { brand } from './data' +import markUrl from '@/deck/assets/mark.png' // theme: dark by default, persisted; a single `.dark` class flips every token function readTheme() { @@ -73,8 +74,9 @@ function onTouchEnd(e: TouchEvent) {
- - {{ brand.short }} + + SolLunar + SolLunar
{{ current.label }} diff --git a/src/deck/assets/logo.webp b/src/deck/assets/logo.webp new file mode 100644 index 0000000..4831c8d Binary files /dev/null and b/src/deck/assets/logo.webp differ diff --git a/src/deck/assets/mark.png b/src/deck/assets/mark.png new file mode 100644 index 0000000..cc38f7e Binary files /dev/null and b/src/deck/assets/mark.png differ diff --git a/src/deck/slides/TitleSlide.vue b/src/deck/slides/TitleSlide.vue index 345ee64..5c55a21 100644 --- a/src/deck/slides/TitleSlide.vue +++ b/src/deck/slides/TitleSlide.vue @@ -4,6 +4,7 @@ import SlideFrame from '../components/SlideFrame.vue' import PlaceholderBadge from '../components/PlaceholderBadge.vue' import { Alert, AlertTitle, AlertDescription } from '@/components/ui/alert' import { brand, surfaceEntities, accentText } from '../data' +import logoUrl from '@/deck/assets/logo.webp'