diff options
| -rw-r--r-- | assets/img/map.jpg | bin | 0 -> 170114 bytes | |||
| -rw-r--r-- | pages/index.vue | 1 | ||||
| -rw-r--r-- | pages/propos-chine.vue | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/assets/img/map.jpg b/assets/img/map.jpg Binary files differnew file mode 100644 index 0000000..1d85459 --- /dev/null +++ b/assets/img/map.jpg diff --git a/pages/index.vue b/pages/index.vue index 0ae99b6..1899e1f 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -11,6 +11,7 @@ /> <h2>Mon nom chinois</h2> <p>(李家俊) Lee Gar-Jun</p> + <!-- Put the meanings of this name --> <img src="https://strokeorder.com.tw/bishun-animation/674e-stroke-order.gif" height="10%" diff --git a/pages/propos-chine.vue b/pages/propos-chine.vue index 027e5f0..d0b4922 100644 --- a/pages/propos-chine.vue +++ b/pages/propos-chine.vue @@ -9,7 +9,7 @@ La Chine est sur le continent d'Asie très proche de la Russie, Mongolie, Indie, Khazakstan, Corée, Vietnam, Laos, Taiwan et Japon. </p> - <!-- TODO: Add world map here--> + <img src="~/assets/img/map.jpg" height="40%" width="40%" /> <h2>La capitale</h2> <p>La capitale de la Chine est Pékin (Aussi connu sous le nom Beijing).</p> <img |
