linter fixes

This commit is contained in:
2025-05-20 00:43:02 -06:00
parent e0da76f503
commit 321fa66338
3 changed files with 29 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
---
import { Image } from 'astro:assets';
import SocialLinks from '../components/SocialLinks.astro';
import TechLinks from '../components/TechLinks.astro';
import Layout from '../layouts/Layout.astro';
import { Image } from "astro:assets";
import SocialLinks from "../components/SocialLinks.astro";
import TechLinks from "../components/TechLinks.astro";
import Layout from "../layouts/Layout.astro";
---
<Layout>
@@ -13,11 +13,13 @@ import Layout from '../layouts/Layout.astro';
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">
<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">
<h2 class="text-xl sm:text-3xl font-bol text-center">
Researcher, Full-Stack Developer, and IT Professional.
</h2>