aboutsummaryrefslogtreecommitdiff
path: root/pages/culture.vue
blob: d05628b53a77cae98c737a315152000c9a46e765 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<template>
  <div>
    <h1>La culture de Chine</h1>
    <h2>La nourriture de Chine</h2>
    <img
      src="~/assets/img/CE-Dim-Sum-Event_02-min.jpg"
      width="25%"
      height="25%"
    />
    <img src="~/assets/img/xiao-long-bao.jpg" width="20%" height="20%" />
    <img src="~/assets/img/Sarah_Chinese16.jpg" width="20%" height="20%" />
    <h2>Fêter le Nouvel An</h2>
    <iframe
      :src="'https://www.youtube.com/embed/Bs0GuU0cUtw'"
      frameborder="0"
      width="1050"
      height="550"
      allowfullscreen
    />
    <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 mahjong.</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 />
  </div>
</template>
<script>
export default {
  components: {},
}
</script>