Skip to content

Commit 40b63fb

Browse files
committed
touch up blazor page
1 parent ccbc3fd commit 40b63fb

File tree

3 files changed

+32
-624
lines changed

3 files changed

+32
-624
lines changed

MyApp/Pages/Blazor.cshtml

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,37 @@
3232
</div>
3333
</div>
3434
</div>
35-
<div class="mt-12 -mb-16 sm:-mb-48 lg:m-0 lg:relative">
36-
<div class="mx-auto max-w-md px-4 sm:max-w-2xl sm:px-6 lg:max-w-none lg:px-0">
37-
<img class="w-full lg:absolute lg:inset-y-0 lg:left-0 lg:h-full lg:w-auto lg:max-w-none"
38-
src="/img/pages/blazor/blazor-tailwind-splash.png" alt="">
35+
36+
<div class="relative lg:ml-auto w-full max-w-lg lg:max-w-none">
37+
<div class="relative group perspective-1000">
38+
<!-- Glow Effect -->
39+
<div class="absolute -inset-1 bg-gradient-to-r from-cyan-500 to-blue-600 rounded-xl opacity-20 blur-xl group-hover:opacity-40 transition duration-500"></div>
40+
41+
<!-- The Browser Window -->
42+
<div class="relative rounded-xl bg-slate-900 border border-slate-700 shadow-2xl overflow-hidden transform transition-transform duration-500 hover:scale-[1.01] hover:-rotate-1">
43+
<!-- Browser Toolbar -->
44+
<div class="bg-slate-800 border-b border-slate-700 px-4 py-3 flex items-center gap-2">
45+
<div class="flex gap-1.5">
46+
<div class="w-3 h-3 rounded-full bg-red-500/80"></div>
47+
<div class="w-3 h-3 rounded-full bg-amber-500/80"></div>
48+
<div class="w-3 h-3 rounded-full bg-green-500/80"></div>
49+
</div>
50+
<div class="mx-auto text-xs font-mono text-slate-500 bg-slate-900 px-3 py-1 rounded-md w-full max-w-[240px] text-center border border-slate-800/50">
51+
localhost:5001
52+
</div>
53+
</div>
54+
<!-- Content Image -->
55+
<div class="aspect-[16/11] bg-slate-950 relative">
56+
<a href="https://blazor.web-templates.io">
57+
<img src="/img/pages/blazor/blazor.webp"
58+
alt="Blazor Template"
59+
class="object-cover w-full h-full"/>
60+
</a>
61+
</div>
62+
</div>
3963
</div>
4064
</div>
65+
4166
</div>
4267
</div>
4368
</div>

0 commit comments

Comments
 (0)