Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiencrassat committed Sep 24, 2024
1 parent b6443f8 commit ddc472c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/__snapshots__/app.nuxt.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ exports[`can mount an app with /en/fabien route 1`] = `
<section id="identity">
<h1 class="text-4xl sm:text-5xl uppercase mb-4 mt-8">identity.name</h1>
<p class="text-justify"><span class="text-lg text-blue-700 italic whitespace-no-wrap">identity.years</span> &nbsp;/&nbsp; <span class="text-lg text-blue-700 italic whitespace-no-wrap"> Paris </span> &nbsp;/&nbsp; <span class="text-lg text-blue-700 italic">Agile, DevOps and Lean Startup Coach</span></p>
<p class="text-justify">10+ years scaling a startup (acquired now) from 30 to 300 people using Agile and Lean Startup. Now Agile and Lean Startup coach dedicated to customer discovery, innovation and corporate efficiency.</p>
<p class="text-justify">My background and experience demonstrate solid expertise in Agile, Lean Startup and DevOps, as well as a commitment to training, both in companies and at universities. I combine technical skills with coaching capabilities, while remaining at the cutting edge of agile methodologies and certifications. My varied and eclectic interests reflect a curious personality with a passion for exploring the world and technologies.</p>
</section>
<section id="contact-me">
<h1 class="text-4xl sm:text-5xl uppercase mb-4 mt-12">contact-me.name</h1>
Expand Down Expand Up @@ -594,7 +594,7 @@ exports[`can mount an app with /en/fabien route 2`] = `
<section id="identity">
<h1 class="text-4xl sm:text-5xl uppercase mb-4 mt-8">identity.name</h1>
<p class="text-justify"><span class="text-lg text-blue-700 italic whitespace-no-wrap">identity.years</span> &nbsp;/&nbsp; <span class="text-lg text-blue-700 italic whitespace-no-wrap"> Paris </span> &nbsp;/&nbsp; <span class="text-lg text-blue-700 italic">Agile, DevOps and Lean Startup Coach</span></p>
<p class="text-justify">10+ years scaling a startup (acquired now) from 30 to 300 people using Agile and Lean Startup. Now Agile and Lean Startup coach dedicated to customer discovery, innovation and corporate efficiency.</p>
<p class="text-justify">My background and experience demonstrate solid expertise in Agile, Lean Startup and DevOps, as well as a commitment to training, both in companies and at universities. I combine technical skills with coaching capabilities, while remaining at the cutting edge of agile methodologies and certifications. My varied and eclectic interests reflect a curious personality with a passion for exploring the world and technologies.</p>
</section>
<section id="contact-me">
<h1 class="text-4xl sm:text-5xl uppercase mb-4 mt-12">contact-me.name</h1>
Expand Down Expand Up @@ -1711,7 +1711,7 @@ exports[`can mount an app with /fr/fabien route 1`] = `
<section id="identity">
<h1 class="text-4xl sm:text-5xl uppercase mb-4 mt-8">identity.name</h1>
<p class="text-justify"><span class="text-lg text-blue-700 italic whitespace-no-wrap">identity.years</span> &nbsp;/&nbsp; <span class="text-lg text-blue-700 italic whitespace-no-wrap"> Paris </span> &nbsp;/&nbsp; <span class="text-lg text-blue-700 italic">Coach Agile, DevOps et Lean Startup</span></p>
<p class="text-justify">10 ans dans une startup grandissante (acquis maintenant) de 30 à 300 personnes utilisant Agile et Lean Startup. Maintenant coach Agile et Lean Startup dédié à la découverte des clients, l’innovation et l’efficacité de l’entreprise.</p>
<p class="text-justify">Mon parcours et mes expériences montrent une solide expertise en Agile, Lean Startup et DevOps, ainsi qu'un engagement dans la formation, que ce soit en entreprise ou à l'université. Je combine des compétences techniques et des capacités de coaching, tout en restant à la pointe des méthodologies et certifications agiles. Mes centres d'intérêts, variés et éclectiques, montrent une personnalité curieuse et passionnée par l'exploration du monde et des technologies.</p>
</section>
<section id="contact-me">
<h1 class="text-4xl sm:text-5xl uppercase mb-4 mt-12">contact-me.name</h1>
Expand Down

0 comments on commit ddc472c

Please sign in to comment.