Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: other minor changes #193

Merged
merged 2 commits into from
Jan 3, 2025
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
2 changes: 1 addition & 1 deletion e2e/offres-de-services/donner-de-l-elan.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test.describe('donner-de-l-elan page', () => {
const expectedHeadings = [
'Donner de l’élan',
'Votre besoin',
'Nos méthodes et les livrables',
'Nos méthodes et livrables',
'Diagnostic',
'Stratégie',
'Appropriation',
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/mollecules/Footer/Footer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</div>

<nav aria-label="navigation pied de page">
<h3 class="mj-h4--alt">MJ Conseil</h3>
<h3 class="mj-h4--alt">Mathieu Jahnich </h3>

<ul class="flex flex-col gap-2">
<li>
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/mollecules/Footer/Footer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test('shows proper heading when rendered', () => {
const headings = screen.getAllByRole('heading');

expect(headings.length).toBe(3);
expect(headings[0]).toHaveTextContent('MJ Conseil');
expect(headings[0]).toHaveTextContent('Mathieu Jahnich');
expect(headings[1]).toHaveTextContent('Ressources');
});

Expand Down
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const SOCIAL_NETWORK_LINKS: Record<string, string> = {
youtube: 'https://www.youtube.com/playlist?list=PLS3PLG72rJqGFGtMIgJRaDqx0NAzLMMhM'
};

export const SITE_WEB_NAME = 'MJ Conseil';
export const SITE_WEB_NAME = 'Mathieu Jahnich ';

export const ROUTES: Record<string, string> = {
Accueil: '/',
Expand Down
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<header role="banner" class=" bg-blue-dark md:pt-4 pb-8 lg:pb-12 relative overflow-hidden">
<Container>
<div class="md:w-[70%] flex flex-col gap-4 break-words overflow-visible mb-8">
<p class="text-sand text-xl font-bold">MJ Conseil</p>
<p class="text-sand text-xl font-bold">Mathieu Jahnich </p>
<h1 class="mj-h1--alt lg:text-6xl text-4xl m-0 p-0">
Je mets la <span class="font-bold"> communication</span> au service de la
<span class="font-bold">transition écologique</span>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/a-propos/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
title="LinkedIn Aurélie Wastin (vers site externe)"
target="_blank"
class="underline flex gap-2"
href="https://www.linkedin.com/in/aurelie-wastin-8683a649/"
href="https://fr.linkedin.com/in/aurélie-wastin-8683a649"
>
LinkedIn <Icon name="external" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/declaration-accessibilité/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
</p>

<p>Cordialement,</p>
<p>L'équipe MJ Conseil</p>
<p>Mathieu Jahnich</p>
</Section>
</main>
2 changes: 1 addition & 1 deletion src/routes/espace-presse/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<div class="md:ml-8">
<div class="md:mb-24 mb-12">
<p>
J’invite les journalistes à me contacter directement pour discute de manière informelle
J’invite les journalistes à me contacter directement pour discuter de manière informelle
dans le cadre de la préparation d’un dossier ou d’un reportage ou pour une interview.
</p>

Expand Down
4 changes: 2 additions & 2 deletions src/routes/newsletter/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<main id="main-content">
<Section>
<h2>Inscription à la newsletter de MJ Conseil</h2>
<h2>Inscription à la newsletter de Mathieu Jahnich </h2>
<p class="">
Inscrivez-vous à notre newsletter afin de retrouver une sélection mensuelle de contenus
originaux, reliant les enjeux de soutenabilité aux pratiques marketing et communication.
Expand Down Expand Up @@ -87,7 +87,7 @@
type="checkbox"
/>
<label for="cgu" class="text-blue-dark"
>J'accepte de recevoir des e-mails de MJ Conseil et confirme avoir pris connaissance de la
>J'accepte de recevoir des e-mails de Mathieu Jahnich et confirme avoir pris connaissance de la
politique de confidentialité et des <a href="/informations-legales">mentions légales.</a
></label
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
>
<Icon width="100%" height="75%" name="curve" fill="none" />
</div>
<h2>Méthodes et les livrables</h2>
<h2>Nos méthodes et livrables</h2>
<Method title="Diagnostic">
<p class="mb-2">
Recueillir et analyser les
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@
<div class="mt-8 flex flex-col gap-5">
{#each references as reference, i}
<ReferenceAccordion
focused={firstNewReferenceIndex === i}
id={slugify(reference.title)}
content={reference.content}
imageUrl={reference.imageUrl}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@
<div class="mt-8 flex flex-col gap-5">
{#each references as reference, i}
<ReferenceAccordion
focused={firstNewReferenceIndex === i}
id={slugify(reference.title)}
content={reference.content}
imageUrl={reference.imageUrl}
Expand Down
2 changes: 1 addition & 1 deletion src/routes/plan-de-site/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<Section>
<!-- svelte-ignore a11y-no-redundant-roles -- must have the navigation role -->
<nav role="navigation" aria-label="site-map">
<h3 class="mj-h4--alt">MJ Conseil</h3>
<h3 class="mj-h4--alt">Mathieu Jahnich </h3>

<ul class="flex flex-col gap-2">
<li>
Expand Down
Loading