article: finally some work on 5S article
This commit is contained in:
@@ -1,20 +1,45 @@
|
||||
<script setup lang="ts"></script>
|
||||
<script setup lang="ts">
|
||||
import CoffeeDay from '@/modules/5s/game/CoffeeDay.vue'
|
||||
|
||||
const createdAt = new Date('2025-01-08').toLocaleDateString(undefined, {
|
||||
year: 'numeric',
|
||||
month: 'long',
|
||||
day: 'numeric'
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main id="main-app">
|
||||
Exploring 5S coming soon
|
||||
<article>
|
||||
<article id="main-app">
|
||||
<h1>5S</h1>
|
||||
<h2 class="created-at numeric">
|
||||
{{ createdAt }}
|
||||
</h2>
|
||||
<div class="text">
|
||||
<p>
|
||||
"This my friend, he says calmly, is what makes the whole shop works.
|
||||
Everything I know, everything I need is written down on this piece of
|
||||
paper. Please, take care of it."
|
||||
Vous venez d'emmenager dans un nouveau quartier. Une de vos activités
|
||||
préférées dans votre ancienne vie était de flaner dans un café. Alors
|
||||
vous vous mettez à la recherche d'un café sympa.
|
||||
</p>
|
||||
<p>
|
||||
As you look down at the paper, you see a bunch of list, todos and notes
|
||||
in a brown used paper. It looks like it lived more than you.
|
||||
Il se trouve que vous en trouvez un tout à fait charmant. Voici le
|
||||
propriétaire qui vous accueille chaleureusement. Vous prenez votre café
|
||||
et vous vous installez près de la fenêtre prêt pour une bonne lecture.
|
||||
Tout ici y est charmant, et plus les journées passent, plus vous
|
||||
discutez avec le propriétaire vous partage ses secrets. Jusqu'au jour où
|
||||
il vous propose de l'aider à tenir ce café.
|
||||
</p>
|
||||
</article>
|
||||
</main>
|
||||
<p>
|
||||
Super ! Comment faire ? "This, my friend," he says calmly, "is what
|
||||
makes the whole shop work. Everything I know, everything I need is
|
||||
written down on this piece of paper. Please, take care of it."
|
||||
</p>
|
||||
<p>
|
||||
As you look down at the paper, you see a bunch of lists, todos, and
|
||||
notes in a brown used paper. It looks like it has lived more than you.
|
||||
</p>
|
||||
<CoffeeDay />
|
||||
</div>
|
||||
</article>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user