added projects, removed ugly skill chart
This commit is contained in:
@@ -2,10 +2,12 @@
|
||||
import Layout from '../layouts/Layout.astro';
|
||||
import Hero from '../components/Hero/Page.astro';
|
||||
import Studies from "../components/Studies/Page.astro"
|
||||
import Projects from "../components/Projects/Page.astro"
|
||||
---
|
||||
|
||||
|
||||
<Layout>
|
||||
<Hero />
|
||||
<Projects/>
|
||||
<Studies/>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user