mirror of
https://github.com/Alee14/smart-cooker.git
synced 2025-01-22 05:31:49 -05:00
Even more content
This commit is contained in:
parent
9dc4cd9624
commit
796dc37e64
5 changed files with 20 additions and 5 deletions
|
@ -11,7 +11,8 @@
|
|||
"dependencies": {
|
||||
"next": "12.1.4",
|
||||
"react": "18.0.0",
|
||||
"react-dom": "18.0.0"
|
||||
"react-dom": "18.0.0",
|
||||
"three": "^0.139.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "8.13.0",
|
||||
|
|
|
@ -12,8 +12,13 @@ export default function Home() {
|
|||
</Head>
|
||||
|
||||
<main className={styles.main}>
|
||||
<Image src="/logov1-2.png" width={256} height={256}/>
|
||||
<h2>L'été est là!<br/>L'argent, c'est maintenant !</h2>
|
||||
<Image src="/logov1-2.png" width={256} height={256} alt="Logo"/>
|
||||
<h2 className={styles.center}>L'été est là!<br/>L'argent, c'est maintenant!</h2>
|
||||
<h3>Modèle prototype</h3>
|
||||
<Image src="/smart-stove.png" width={500} height={300} alt="Render image"/>
|
||||
<h3>Description</h3>
|
||||
<p>Maître Cuisinier est un cuiseur portable pour les camionneurs de nourriture et il possède le premier cuiseur à écran tactile au monde.</p>
|
||||
<h3 className={styles.center}>Achetez ce produit à 300 $ avec une remise de 10 %.<br/> Contactez admin@maitre-cuisinier.ca pour commander votre cuisinière.</h3>
|
||||
</main>
|
||||
</div>
|
||||
)
|
||||
|
|
|
@ -7,5 +7,8 @@
|
|||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.center {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
@font-face {font-family: 'Hack';src: url('../public/fonts/Hack-Regular.ttf');src: url('../public/fonts/Hack-Bold.ttf');}
|
||||
|
||||
html,
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
|
||||
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
|
||||
font-family: Hack, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -1534,6 +1534,11 @@ text-table@^0.2.0:
|
|||
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
||||
integrity sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
|
||||
|
||||
three@^0.139.2:
|
||||
version "0.139.2"
|
||||
resolved "https://registry.yarnpkg.com/three/-/three-0.139.2.tgz#b110799a15736df673b9293e31653a4ac73648dd"
|
||||
integrity sha512-gV7q7QY8rogu7HLFZR9cWnOQAUedUhu2WXAnpr2kdXZP9YDKsG/0ychwQvWkZN5PlNw9mv5MoCTin6zNTXoONg==
|
||||
|
||||
to-regex-range@^5.0.1:
|
||||
version "5.0.1"
|
||||
resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
|
||||
|
|
Loading…
Reference in a new issue