feat: move Footer out of main

This commit is contained in:
Ayo Ayco 2025-06-21 10:57:26 +02:00
parent 75d22dfb6d
commit a2abb6f5ec
23 changed files with 24 additions and 40 deletions

View file

@ -27,8 +27,8 @@ publishedOn = publishedOn === '' ? publishDate : publishedOn
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>
@ -64,4 +64,4 @@ publishedOn = publishedOn === '' ? publishDate : publishedOn
gap: 1rem;
padding: 0;
}
</style>
</style>

View file

@ -16,8 +16,8 @@ const title = 'Previously...'
<h1><span class="text-gradient">{title}</span></h1>
<em>What have I been up to?</em>
<Posts posts={posts} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -31,8 +31,8 @@ const description =
I have also found a renewed joy in exploring opensource projects in my
spare time.
</p>
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -49,8 +49,8 @@ const description =
>Kaboom!</a
>
</p>
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -34,8 +34,8 @@ const description = 'A project that aims to be a modern-day reading assistant'
>, <a href="https://www.w3.org/TR/activitypub/">activitypub</a>, and the
likes.
</p>
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -37,8 +37,8 @@ const description =
communicating with stakeholders and clarifying consistent patterns and
principles that guide the development of software products.
</p>
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -37,8 +37,8 @@ const description = 'Building again with Python'
href="https://sr.ht/~ayoayco/personal-site">personal site</a
>
</p>
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -23,9 +23,8 @@ const description = 'I have joined ING as a Chapter Lead for Web Engineering'
Development Kits (e.g., microfrontends, analytics, etc.) are the ingredients
ING developers use to craft experiences for more than 53 million users.
</p>
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -58,9 +58,8 @@ const description = 'This is a dump of what my current state, more or less'
off-work week to reassess my leadership style, our strategies at work and
how my vision for the web fits
</p>
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -44,9 +44,8 @@ const description =
In other news, I'm quite stressed, to be honest, still figuring out where
I fit in a totally new job. Stress is not always bad though. It's okay.
</p>
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -29,9 +29,8 @@ const content = `<p>Christmas holidays as started for me.</p>
</p>
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -28,9 +28,8 @@ const content = `<p>Happy with how I organized my spaces at home with separation
</p>
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -29,9 +29,8 @@ const content = `<h2>Annual Sickness</h2>
</p>
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -25,9 +25,8 @@ const content = `<h2>FOSDEM 2025</h2>
</p>
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -26,9 +26,8 @@ const content = `<h2>At FOSDEM Social Web</h2>
</p>
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -30,9 +30,8 @@ publishedOn = publishedOn === '' ? publishDate : publishedOn
</p>
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -29,9 +29,8 @@ publishedOn = publishedOn === '' ? publishDate : publishedOn
</p>
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -26,9 +26,8 @@ publishedOn = publishedOn === '' ? publishDate : publishedOn
</p>
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -29,9 +29,8 @@ publishedOn = publishedOn === '' ? publishDate : publishedOn
</p>
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -31,9 +31,8 @@ publishedOn = publishedOn === '' ? publishDate : publishedOn
</p>
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -32,9 +32,8 @@ publishedOn = publishedOn === '' ? publishDate : publishedOn
</p>
<Fragment set:html={content} />
<Footer />
</main>
<Footer />
</Layout>
<style>

View file

@ -35,7 +35,6 @@ import GithubStats from 'astro-github-stats'
<h2>Account Stats with Icons</h2>
<GithubStats username="ayoayco" showIcons={true} />
<Footer />
</main>
<Footer />
</Layout>

View file

@ -109,7 +109,6 @@ const characteristicsForm: FormGroup = new FormGroup(
formGroups={[nameForm, characteristicsForm]}
/>
<!--Code lang="typescript" theme="dark-plus" code={multipleFormGroupCode} /-->
<Footer />
</main>
<Footer />
</Layout>