diff --git a/snt/GCMPatients.jpg b/snt/GCMPatients.jpg new file mode 100644 index 0000000..9b5a5e5 Binary files /dev/null and b/snt/GCMPatients.jpg differ diff --git a/snt/Marvel.png b/snt/Marvel.png new file mode 100644 index 0000000..6f13f4a Binary files /dev/null and b/snt/Marvel.png differ diff --git a/snt/accueil.html b/snt/accueil.html new file mode 100644 index 0000000..e29191b --- /dev/null +++ b/snt/accueil.html @@ -0,0 +1,43 @@ + + + + Mon premier site WEB + + + + + +
+ +

Accueil HTML

+
+

Mon identité

+

Cibot-Noël Noah
né le 25 Juillet 2008 à Limoges

+

Je vis à Feytiat

+
+

Mon image

+ + Mon image ne se charge pas +

Mes Loisirs

+

Cliquez sur la page de mes loisirs

+ + \ No newline at end of file diff --git a/snt/bannwhykioh.png b/snt/bannwhykioh.png new file mode 100644 index 0000000..dedad02 Binary files /dev/null and b/snt/bannwhykioh.png differ diff --git a/snt/home.png b/snt/home.png new file mode 100644 index 0000000..0d9a1e6 Binary files /dev/null and b/snt/home.png differ diff --git a/snt/index.html b/snt/index.html new file mode 100644 index 0000000..5ae20d9 --- /dev/null +++ b/snt/index.html @@ -0,0 +1,35 @@ + + + + SiteWeb de la SNT + + + + + +
+ +

Site WEB d'exercice de SNT

+
+

Site WEB créé à l'occasion de l'enseignement du langage html
Créé par Cibot-Noël Noah
Cliquez sur un des boutons en haut pour naviguer à travers les différentes pages

+ + \ No newline at end of file diff --git a/snt/jumelles.png b/snt/jumelles.png new file mode 100644 index 0000000..3fc78dc Binary files /dev/null and b/snt/jumelles.png differ diff --git a/snt/logowhykioh.png b/snt/logowhykioh.png new file mode 100644 index 0000000..cdc3bf6 Binary files /dev/null and b/snt/logowhykioh.png differ diff --git a/snt/logoyt.png b/snt/logoyt.png new file mode 100644 index 0000000..81afdad Binary files /dev/null and b/snt/logoyt.png differ diff --git a/snt/loisirs.html b/snt/loisirs.html new file mode 100644 index 0000000..486d8f9 --- /dev/null +++ b/snt/loisirs.html @@ -0,0 +1,48 @@ + + + + Mes loisirs + + + + + +
+ +

Mes loisirs

+
+

🎈 - Mes activités extra-scolaires

+

Hors du lycée je ne partique aucun sport
En revanche, chez moi je m'entraine à développer des outils informatiques👨‍💻,
comme Ruty (un projet en cours), je code aussi des jeux,
et je m'instruit beaucoup sur les réseaux internets.

+
+

🎥 - Mon film préféré

+

C'est difficile pour moi de choisir un film préféré...
Disons plutôt que j'adore la licence MARVEL
Chaque film est exeptionel, sauf leurs dernières sorties qui
sont moins bien travaillés à mon goût.

+
+

📖 - Mon livre préféré

+
+

J'ai beau ne pas avoir beaucoup lu, j'ai quand même été contraint
à lire les livres imposées par la matière française. J'en ai retenu un seul
(que j'ai lu en troisème) il s'agit de Patients de Grand Corps Malade.
C'est une autobiographie de lui même où il raconte son séjour à l'hopital,
il est plutôt marrant et intéressant.

+ +
+ + + \ No newline at end of file diff --git a/snt/notepad.png b/snt/notepad.png new file mode 100644 index 0000000..15e80b1 Binary files /dev/null and b/snt/notepad.png differ diff --git a/snt/orientation.html b/snt/orientation.html new file mode 100644 index 0000000..ccee946 --- /dev/null +++ b/snt/orientation.html @@ -0,0 +1,34 @@ + + + + Orientation + + + + + +
+ +

Orientation

+
+ + \ No newline at end of file diff --git a/snt/styles.css b/snt/styles.css new file mode 100644 index 0000000..6d80e8c --- /dev/null +++ b/snt/styles.css @@ -0,0 +1,105 @@ + +body { + background-color: #3E3E3E; + font-family: Arial, Helvetica, sans-serif; + color: white; +} + +a { + color: rgb(165, 208, 246); +} + +h1.welcome { + padding-left: 25px; + margin-top: 30px; +} + +img.logo { + width: 100px; + height: 100px; +} + +header { + background-color: #303030; + width: 100%; + height: 100px; + border-radius: 10px; + display:flex; +} + +h1 { + color: white; +} + +nav.nav { + text-decoration: none; + list-style-type: none; + display:flex; + justify-content:left; + margin-left: 40px; +} + +li.nav { + background-color: #939393; + transition: 0.3s; + margin: 20px; + text-align: center; + height: 70px; + border-radius: 10px; + display: flex; +} + +li.nav:hover { + background-color: #b9b9b9; + transition: 0.3s; +} + +a.nav { + text-decoration: none; + margin: auto; + color: rgb(0, 0, 0); + font-size: 30px; + font-weight: bolder; +} + +img.bann:hover { + background-color: rgb(124, 0, 0); + transition: 0.2s; + height: 40%; + width: 40%; +} + + +h2.type1 { + padding-top: 20px; + color: white; + font-size: 32px; + text-align: center; +} + +footer { + background-color: #303030; + width: 100%; + height: 100px; + border-radius: 10px; + display:flex; +}; + +p.footer { + padding: 5px; + display: flex; +}; + +p.book { + display: flex; +}; + +img.book { + display: flex; + width: 100px +}; + +div.book { + justify-content:left; + display: flex; +}; \ No newline at end of file