feat: include brief description on index
inspiration taken from sanju.sh
This commit is contained in:
parent
3595f0a213
commit
dcd730b0b1
18 changed files with 90 additions and 37 deletions
|
@ -258,7 +258,7 @@ import icon from "public/assets/icon.png";
|
|||
<div class="mt-5 w-full lg:inline-block lg:w-8/12">
|
||||
<span class="box">Astro</span>
|
||||
<span class="box">Tailwind CSS</span>
|
||||
<span class="box">Alpine.js</span>
|
||||
<span class="box">TypeScript</span>
|
||||
<span class="box">GitHub Actions</span>
|
||||
<span class="box">Docker</span>
|
||||
</div>
|
||||
|
|
|
@ -14,10 +14,7 @@ const projects = allProjects
|
|||
|
||||
<Layout title={HOME.TITLE} description={HOME.DESCRIPTION}>
|
||||
<Hero />
|
||||
<section
|
||||
id="featured-projects"
|
||||
class="animate-reveal opacity-0 [animation-delay:0.1s]"
|
||||
>
|
||||
<section class="animate-reveal opacity-0 [animation-delay:0.1s]">
|
||||
<Slideshow images={projects} />
|
||||
</section>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue