feat: Create my portfolio

This commit is contained in:
2023-09-09 23:51:23 +02:00
parent a9b62b8f8f
commit 9d86154d56
37 changed files with 92 additions and 164 deletions

View File

@ -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>
</>
);