Skip to content

Commit 81bdb65

Browse files
committed
initial hackathon landing page
1 parent 417d0b0 commit 81bdb65

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sites/labs/src/pages/browserpod-hackathon.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ import Counter from "../components/Counter.astro";
1414
<!-- Hero -->
1515
<div class="relative z-10 py-32">
1616
<div class="items-center py-2">
17+
{
18+
/*
1719
<Image
1820
src={BPLogo}
1921
alt="BrowserPod Logo"
2022
class="w-40 mx-auto animate-float"
2123
/>
24+
*/
25+
}
26+
<!-- Placeholder for the logo -->
27+
<div class="w-40 h-40 mx-auto" aria-hidden="true"></div>
2228
</div>
2329
<div class="">
2430
<h1

0 commit comments

Comments
 (0)