Logo and responsiveness changes

This commit is contained in:
2025-05-28 01:07:13 -06:00
parent 0b02d6d5a0
commit b2426a6071
10 changed files with 489 additions and 435 deletions

View File

@@ -6,28 +6,28 @@ import Layout from "../layouts/Layout.astro";
---
<Layout>
<Image
src="/logo.webp"
alt="A drawing of Atridad Lahiji by Shelze!"
height={150}
width={150}
/>
<Image
src="/logo_real.webp"
alt="A drawing of Atridad Lahiji by Shelze!"
height={150}
width={150}
/>
<h1
class="bg-gradient-to-r from-primary via-secondary to-accent bg-clip-text text-transparent text-4xl sm:text-6xl font-bold text-center"
>
Atridad Lahiji
</h1>
<h1
class="bg-gradient-to-r from-primary via-secondary to-accent bg-clip-text text-transparent text-4xl sm:text-6xl font-bold text-center"
>
Atridad Lahiji
</h1>
<h2 class="text-xl sm:text-3xl font-bol text-center">
Researcher, Full-Stack Developer, and IT Professional.
</h2>
<h2 class="text-xl sm:text-3xl font-bold text-center">
Researcher, Full-Stack Developer, and IT Professional.
</h2>
<h3 class="text-lg sm:text-2xl font-bold">Places I Exist:</h3>
<h3 class="text-lg sm:text-2xl font-bold">Places I Exist:</h3>
<SocialLinks />
<SocialLinks />
<h3 class="text-lg sm:text-2xl font-bold">Stuff I Use:</h3>
<h3 class="text-lg sm:text-2xl font-bold">Stuff I Use:</h3>
<TechLinks />
<TechLinks />
</Layout>