small edits
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m3s

This commit is contained in:
vorpax
2026-01-02 20:46:10 +01:00
parent 7580de25b6
commit a72710c863
2 changed files with 26 additions and 15 deletions

View File

@@ -3,7 +3,7 @@ const SITE_URL = import.meta.env.PUBLIC_SITE_URL || 'https://vorpax.dev';
export const siteConfig = { export const siteConfig = {
title: "Alexandre | Vorpax", title: "Alexandre | Vorpax",
author: "Alexandre", author: "vorpax",
url: SITE_URL, url: SITE_URL,
mail: "contact at vorpax dot dev", mail: "contact at vorpax dot dev",
resume: "/assets/resume.pdf", resume: "/assets/resume.pdf",

View File

@@ -11,13 +11,17 @@ import Explore from "@/components/sections/Explore.astro";
<Layout <Layout
title="Alexandre | Vorpax" title="Alexandre | Vorpax"
description="M1 HEC Paris | President HEC IA | Freelance Fullstack Developer | Infrastructure Enthusiast" description="M1 HEC Paris | President HEC IA | Freelance Fullstack Developer | Infrastructure Enthusiast"
keywords="Alexandre, Portfolio, Developer, Infrastructure, Homelab, HEC Paris, Engineering" keywords="Alexandre H, Portfolio, Developer, Infrastructure, Homelab, HEC Paris, Engineering"
> >
<div <div
class="relative site-container z-20 w-full mx-auto mt-16 px-4 md:mt-18 lg:mt-20 xl:px-0" class="relative site-container z-20 w-full mx-auto mt-16 px-4 md:mt-18 lg:mt-20 xl:px-0"
> >
<div class="relative w-full px-4 flex flex-col items-center justify-between md:flex-row mb-16 "> <div
<div class="relative w-full md:max-w-[520px] md:w-1/2 text-center sm:text-left sm:-mt-8"> class="relative w-full px-4 flex flex-col items-center justify-between md:flex-row mb-16"
>
<div
class="relative w-full md:max-w-[520px] md:w-1/2 text-center sm:text-left sm:-mt-8"
>
<!-- Title - AnimatedText animation --> <!-- Title - AnimatedText animation -->
<h1 class="mb-4"> <h1 class="mb-4">
<AnimatedText <AnimatedText
@@ -32,7 +36,7 @@ keywords="Alexandre, Portfolio, Developer, Infrastructure, Homelab, HEC Paris, E
<!-- Tagline --> <!-- Tagline -->
<div class="mb-4"> <div class="mb-4">
<AnimatedText <AnimatedText
content="Business x Engineering x Infrastructure" content="Engineering, Infrastructure and Management"
delay={0.3} delay={0.3}
duration={0.5} duration={0.5}
stagger={0.02} stagger={0.02}
@@ -59,7 +63,11 @@ keywords="Alexandre, Portfolio, Developer, Infrastructure, Homelab, HEC Paris, E
data-aos-duration="500" data-aos-duration="500"
data-aos-once="true" data-aos-once="true"
> >
<Button url={siteConfig.social.github} type="fill" className="m-auto mt-4 text-center sm:text-left sm:m-0 sm:mt-6 max-w-[200px]"> <Button
url={siteConfig.social.github}
type="fill"
className="m-auto mt-4 text-center sm:text-left sm:m-0 sm:mt-6 max-w-[200px]"
>
View GitHub View GitHub
</Button> </Button>
</div> </div>
@@ -105,7 +113,10 @@ keywords="Alexandre, Portfolio, Developer, Infrastructure, Homelab, HEC Paris, E
data-aos-duration="600" data-aos-duration="600"
data-aos-once="true" data-aos-once="true"
> >
<FeaturedWork title="Projects" description="What I've been working on." limit={3} /> <FeaturedWork
title="Projects"
description="What I've been working on."
limit={3}
/>
</section> </section>
</Layout> </Layout>