display projects, experiences on page
This commit is contained in:
parent
73071d9a6e
commit
2cdec9e2b6
1 changed files with 6 additions and 2 deletions
|
|
@ -5,14 +5,18 @@ import Whoami from "../components/whoami.astro";
|
|||
import Www from "../components/www.astro";
|
||||
import Talks from "../components/talks.astro";
|
||||
import Friends from "../components/friends.astro";
|
||||
import ProfessionalExperience from "../components/professional-experience.astro";
|
||||
import Projects from "../components/projects.astro";
|
||||
---
|
||||
|
||||
<Page>
|
||||
<Hero />
|
||||
<main class="container mx-auto px-4 py-16">
|
||||
<main class="container mx-auto px-4 md:px-8 lg:px-16 py-16">
|
||||
<Whoami />
|
||||
<div class="my-16 space-y-32">
|
||||
<div class="my-16 space-y-16 md:space-y-32">
|
||||
<Www />
|
||||
<ProfessionalExperience />
|
||||
<Projects />
|
||||
<Talks />
|
||||
<Friends />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue