homepage/welcome #113

Merged
Ajdj100 merged 12 commits from homepage/welcome into main 2025-12-16 23:59:18 -06:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 0cfc5ce12b - Show all commits

BIN
ui/public/bg.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 543 KiB

View File

@@ -22,7 +22,7 @@ const environment = import.meta.env.VITE_ENVIRONMENT;
</script>
<template>
<div class="flex flex-col min-h-screen">
<div class="flex flex-col min-h-screen" style="background-image: url('/ui/public/bg.jpg'); background-size: cover; background-attachment: fixed;">
<div class="sticky top-0 bg-background z-50">
<Navbar class="flex"></Navbar>
<Alert v-if="environment == 'dev'" class="m-2 mx-auto w-5xl" variant="info">