added contact form, css class name clarification
This commit is contained in:
@@ -4,6 +4,7 @@ import Hero from '../components/Hero/Page.astro';
|
||||
import Studies from "../components/Studies/Page.astro"
|
||||
import Projects from "../components/Projects/Page.astro"
|
||||
import Experience from "../components/Experience/Page.astro"
|
||||
import Contact from "../components/Contact/Page.astro"
|
||||
---
|
||||
|
||||
|
||||
@@ -12,4 +13,5 @@ import Experience from "../components/Experience/Page.astro"
|
||||
<Projects/>
|
||||
<Experience/>
|
||||
<!-- <Studies/> -->
|
||||
<Contact/>
|
||||
</Layout>
|
||||
|
||||
Reference in New Issue
Block a user