aboutsummaryrefslogtreecommitdiff
path: root/pages/culture.vue
diff options
context:
space:
mode:
Diffstat (limited to 'pages/culture.vue')
-rw-r--r--pages/culture.vue38
1 files changed, 25 insertions, 13 deletions
diff --git a/pages/culture.vue b/pages/culture.vue
index 1a89b05..2e775a8 100644
--- a/pages/culture.vue
+++ b/pages/culture.vue
@@ -1,6 +1,23 @@
<template>
<div>
<h1>La culture de Chine</h1>
+ <h2>La nourriture de Chine</h2>
+ <img
+ src="https://chinatown.co.uk/wp-content/uploads/2018/06/CE-Dim-Sum-Event_02-min.jpg"
+ width="25%"
+ height="25%"
+ />
+ <img
+ src="https://steamykitchen.com/wp-content/uploads/2010/03/xiao-long-bao.jpg"
+ width="20%"
+ height="20%"
+ />
+ <img
+ src="http://www.fourpoundsflour.com/wp-content/uploads/2018/02/Sarah_Chinese16.jpg"
+ width="20%"
+ height="20%"
+ />
+ <h2>Fêter le Nouvel An</h2>
<iframe
:src="'https://www.youtube.com/embed/Bs0GuU0cUtw'"
frameborder="0"
@@ -8,25 +25,20 @@
height="550"
allowfullscreen
/>
- <br />
+ <h2>Ordinateur</h2>
+ <p>Le premier outil de calcul - Un boulier.</p>
+ <img src="~/assets/img/IMG_20201011_175417.jpg" width="30%" height="30%" />
+ <p>Mon boulier chez moi.</p>
+ <h2>Un jeu de société</h2>
+ <img src="~/assets/img/IMG_20201011_175523.jpg" width="30%" height="30%" />
+ <p>Le Jeu de mah-jong.</p>
+ <h1>La musique chinoise</h1>
<p>HKT4_Track05</p>
<audio controls>
<source src="/HKT4_Track05.mp3" />
Your browser does not support the audio tag.
</audio>
<br />
- <h2>La nourriture de Chine</h2>
- <img
- src="https://steamykitchen.com/wp-content/uploads/2010/03/xiao-long-bao.jpg"
- width="20%"
- height="20%"
- />
- <img
- src="http://www.fourpoundsflour.com/wp-content/uploads/2018/02/Sarah_Chinese16.jpg"
- width="20%"
- height="20%"
- />
- <br />
</div>
</template>
<script>