Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/lib/footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
{/each}
<!-- Supplemental stuff -->
<div class="flex flex-row flex-wrap place-self-end font-light">
<a href="https://data.inpi.fr/entreprises/934868837" class="hover:underline">
SIREN: 934868837</a
>
<span>&nbsp;</span>
<span>©Xavier Perrin, {year},</span>
<a
href="https://github.com/selfsigned/selfsigned.github.io/commit/{variables.commitInfo}"
Expand Down
3 changes: 3 additions & 0 deletions src/lib/projects/Projects.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

<div class="card-transparent bg-300 rounded-2xl p-4 shadow-md">
<h1 class="card-font-title mb-2">{title}</h1>
<ProjectEntry title="Prototype" year="2025" tags={['Web', 'AWS', 'SvelteKit', 'SST']}
>Leveraged SvelteKit and SST to build a prototype for a large company.<br />[Under NDA]</ProjectEntry
>
<ProjectEntry
title="StoreCompanion"
year="2024"
Expand Down
22 changes: 16 additions & 6 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,21 +72,31 @@
md:my-5 lg:text-7xl"
>
<!-- Name / Job -->
<div class="z-10">
<div class="card-transparent -z-10 max-w-[85%] bg-opacity-70 p-10 md:ml-5 md:max-w-max">
<p>
HI, I'M<br />
HI, I'M&nbsp;
<span
class="font-bitmap tracking-widest text-primary shadow-primary text-shadow-md md:text-5xl lg:text-8xl"
class="whitespace-nowrap font-bitmap tracking-widest text-primary shadow-primary text-shadow-md md:text-5xl lg:text-7xl"
>
XAVIER<br />PERRIN<br />
XAVIER PERRIN<br />
</span>
</p>
<div class="mb-3 w-40 self-start font-mono md:mb-5">
<div class="mb-5 self-start font-mono text-3xl md:mb-4 md:text-4xl lg:text-5xl">
&gt;<span id="title-anim"></span>
<!-- Not FullStack (yet) -->
<!-- <TypingAnim selector="#title-anim" text={['DevOps', 'FullStack']} /> -->
<TypingAnim selector="#title-anim" text={['Dev']} loop={false} />
<TypingAnim selector="#title-anim" text={['Freelance Dev']} loop={false} />
</div>
<h1 class="card-font-title -mb-4">INTRO</h1>
<div class="divider divider-neutral -mb-0" />
<p class="text-left indent-4 text-lg md:text-xl">
Looking for a robust web app that scales effortlessly?
</p>
<p class="text-left text-lg md:text-xl">Need a rapid prototype or cloud support?</p>
<p class="text-left indent-4 text-lg md:text-xl">
With AWS certifications and a broad array of tech expertise-from cloud architecture to
full-stack development—I’ve got you covered!
</p>
</div>
</div>
</div>
Expand Down
Loading