Skip to content

Commit 9d7d7fe

Browse files
committed
Add Preview site message
1 parent d693bc0 commit 9d7d7fe

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/components/Welcome.astro

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,15 @@ const resources = [
139139
</script>
140140

141141
<Layout title="Open Source Communities">
142+
<!-- Sticky Work in Progress Banner -->
143+
<div class="sticky top-0 bg-gradient-to-r from-orange-500 to-red-500 text-white py-6 px-6 text-center font-medium z-50 shadow-lg">
144+
<div class="max-w-6xl mx-auto flex items-center justify-center gap-2 text-sm md:text-base">
145+
<span class="text-lg">⚠️</span>
146+
<span class="font-semibold text-lg">PREVIEW SITE:</span>
147+
<span class="text-lg">This is a work-in-progress with placeholder data. Nothing is functional yet!</span>
148+
<span class="text-lg">⚠️</span>
149+
</div>
150+
</div>
142151
<!-- Hero Section -->
143152
<section class="min-h-[80vh] flex flex-col justify-center items-center text-center px-4 relative overflow-hidden">
144153
<div class="absolute inset-0 bg-gradient-to-br from-purple-500/20 to-pink-500/20 z-0"></div>

0 commit comments

Comments
 (0)