From 8fce408ddcef4d54f76351e6a81e72db4e6c77c9 Mon Sep 17 00:00:00 2001 From: Alee Date: Fri, 25 Jan 2019 16:01:34 -0500 Subject: Add files via upload --- En.html | 32 ++++++++++++++++++++++++++++++++ Fr.html | 33 +++++++++++++++++++++++++++++++++ Meteo.html | 23 +++++++++++++++++++++++ WeatherProducer.html | 18 ++++++++++++++++++ index.html | 22 ++++++++++++++++++++++ style.css | 3 +++ 6 files changed, 131 insertions(+) create mode 100644 En.html create mode 100644 Fr.html create mode 100644 Meteo.html create mode 100644 WeatherProducer.html create mode 100644 index.html create mode 100644 style.css diff --git a/En.html b/En.html new file mode 100644 index 0000000..85f1c94 --- /dev/null +++ b/En.html @@ -0,0 +1,32 @@ + + + + + Weather Project + + + +
+ +

Welcome to my Weather Project!

+ +

Welcome to the weather website please click the links to look at my projects

+
+
+ +
+
+ +
+ Fun day! (English): Weather Producer +
+ The worst day in Vancouver (Français): Météo +
+

If you enjoy please contact me at alee14498@gmail.com and subscribe to The Alee Diamond

+ Enjoy! + If your NOT English Click Here +
+ + \ No newline at end of file diff --git a/Fr.html b/Fr.html new file mode 100644 index 0000000..b47929d --- /dev/null +++ b/Fr.html @@ -0,0 +1,33 @@ + + + + + Meteo Projet + + + +
+ +

Bienvenue sur mon projet Météo !

+ +

Bienvenue sur le site de Météo s'il vous plaît cliquez sur les liens pour regarder mes projets

+
+
+ +
+
+ +
+ Journée de plaisir! (English): Weather Producer +
+ Le plus désastre de Vancouver (Français): Météo +
+

Si vous aimez s'il vous plaît contactez-moi à alee14498@gmail.com et vous souscrire à The Alee Diamond

+ Amuse-toi bien! +
+ Si vous n'êtes pas Anglais Cliquez ici +
+ + \ No newline at end of file diff --git a/Meteo.html b/Meteo.html new file mode 100644 index 0000000..56a72d4 --- /dev/null +++ b/Meteo.html @@ -0,0 +1,23 @@ + + + + + Météo + + +
+ +

Le plus désastre de Vancouver

+

Il était une bonne année dans Vancouver dans un cérémonie par Microsoft la prèmier version de MS-DOS et Windows 1.0. Tout le monde est très excités mais un GRAND tremblement de terre a vécu dans Vancouver.

+

Tout le monde panique après un GRAND trou au centre du route. Un interviewée avenir et demande "c’est quoi ton nom?". "Je m’appelle Jim Beltch le 2e fondateur de Microsoft!" dit Jim. "Je vais demander une question a toi! Se où passé!"dit l’interviewée. "Il a passé dans le cérémonie!" dit Jim. "Il se passé dans le centre vancouver." ’interviewée remarque. "Bill Harrison venir ici!"dit l’interviewée. Bill Harrison a venir et le interviewée a dit " Est -ce que tu est blessé et étaisㅡtu dans le cérémonie?!"demande l’interviewée. "Non je juste remarqué le GRAND trou!"dit Bill Harrison.

+ +
2 Semaine Après
+ +

Le construction a commencer et les personnes à revenu par l’hôpital après tout le monde est content.

+
+ To go back click here +
+
+
+ + \ No newline at end of file diff --git a/WeatherProducer.html b/WeatherProducer.html new file mode 100644 index 0000000..293512b --- /dev/null +++ b/WeatherProducer.html @@ -0,0 +1,18 @@ + + + + + Weather Producer + + +
+ +

Fun Day!

+

My day is great (kinda) this happened during winter vacation it didn’t snow until 30 december so we shovel the snow in the driveway then my neighbor came and we play together then we made forts then we shovel all the snow in the street. In tuesday there was a snowstorm so we played in the snow and we shovel the driveway. Then we continued playing we started to making a mountain but it didn’t look well so we just made fort we went to my neighbor’s yard then we made another fort I made a hole ( Well meant to be a mini home). My sister came and help me and things went right. Because my sister is there for my fort. And this is a fun day!

+
+ To go back click here +
+
+
+ + \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..a4a602a --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + + + + Weather Web Page + + +
+

Welcome! Bienvenue!

+ English +
+ Français +
+
+ CAUTION: This Won't Work on mobile!!!!!! +
+
+ © Copyright 2016 +
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..b4f4487 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +body { + font-family: "Open Sans", sans-serif; +} -- cgit v1.2.3