feat: ✨ Create my portfolio
This commit is contained in:
@ -13,14 +13,13 @@ import {
|
||||
export default function IndexPage() {
|
||||
return (
|
||||
<>
|
||||
<Seo title="Gatsby Starter for Portfolio Minimal" />
|
||||
<Seo title="Louis Gallet - Portfolio" />
|
||||
<Page useSplashScreenAnimation>
|
||||
<HeroSection sectionId="hero" />
|
||||
<ArticlesSection sectionId="articles" heading="Latest Articles" sources={['Medium']} />
|
||||
<AboutSection sectionId="about" heading="About Portfolio Minimal" />
|
||||
<InterestsSection sectionId="details" heading="Details" />
|
||||
<ProjectsSection sectionId="features" heading="Built-in Features" />
|
||||
<ContactSection sectionId="github" heading="Issues?" />
|
||||
<AboutSection sectionId="about" heading="About me" />
|
||||
<InterestsSection sectionId="interests" heading="My interests" />
|
||||
<ProjectsSection sectionId="projects" heading="My projects" />
|
||||
<ContactSection sectionId="contact" heading="Contact" />
|
||||
</Page>
|
||||
</>
|
||||
);
|
||||
|
Reference in New Issue
Block a user