website-2/src/routes/+page.svelte
Nick Bland d0afdc696e
Improve Responsiveness
- Remove old SVG and use a proper library for iconography
~ Adjust formatting for various objects, including the footer, and countdown
+ Add in a barebones home page
2024-04-20 15:48:54 +10:00

13 lines
384 B
Svelte

<div
class="hero height-minus-nav bg-gradient-to-br from-primary from-10% to-accent to-80%"
>
<div class="hero-overlay bg-opacity-30"></div>
<div class="hero-content text-left text-accent-content flex-col lg:flex-row">
<div>
<h1 class="mb-6 text-5xl md:text-7xl lg:text-9xl font-bold text-primary-content">
nickbland.dev
</h1>
</div>
</div>
</div>