diff --git a/Accueil.html b/Accueil.html index a981845..ec3d764 100644 --- a/Accueil.html +++ b/Accueil.html @@ -1,60 +1,94 @@ - - - Accueil - - - - - - + + + + Accueil + + + + + - -

C'EST LA FaiTE

-

-
- - lien vers Charlie Volta web site - - - lien vers Charlie Volta web site - - - lien vers Charlie Volta web site -
-

-
- - lien vers transmission - - - lien vers kodi (chorus 2) - - - lien vers gogs -
-

-
- - lien vers owncloud - - - lien vers gitlab - - - lien vers Charlie Volta web site -
-

+ +
+

C'EST LA FaiTE

+
+
+ +
+
+
Pet
+

+ Zluglu vraiment très bien mais vraiment !
+ Ta gueule pupupupute +

+
+

Texte à l'intérieur du formulaire

- - +
+
+ +
+
+ + + + diff --git a/Accueil_fichiers/Style.CSS b/Accueil_fichiers/Style.CSS deleted file mode 100644 index b7556f0..0000000 --- a/Accueil_fichiers/Style.CSS +++ /dev/null @@ -1 +0,0 @@ -You need to sign in or sign up before continuing. \ No newline at end of file diff --git a/charlie.html b/charlie.html index fad880b..ceac2dd 100644 --- a/charlie.html +++ b/charlie.html @@ -1,25 +1,74 @@ - - Charlie Volta - Web Site - - - - - - - - -

Charlie Volta (official)

-

- -

- + +

Charlie Volta (official)

+

+
+ +
une Recette by ChArlIe VolTA
+
+

+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+ Méga paragraphe
+

+ + + diff --git a/cv.html b/cv.html new file mode 100644 index 0000000..2514713 --- /dev/null +++ b/cv.html @@ -0,0 +1,40 @@ + + + + Curiculum Vitae + + + + + + +

Nathan Gouardères

+

+ Développeur Random, Étudiant en master à l'université toulouse III Paul Sabatier +

+

+ Mon Expérience +

+

+

    +
  1. Sdl random drawing
  2. +
+

+

+ Mes Compétences +

+

+

    +
  1. +
+

+

+ Ma Formation +

+

+

    +
  1. +
+

+ + diff --git a/Accueil_fichiers/charlie.png b/img/charlie.png similarity index 100% rename from Accueil_fichiers/charlie.png rename to img/charlie.png diff --git a/Accueil_fichiers/cloud.png b/img/cloud.png similarity index 100% rename from Accueil_fichiers/cloud.png rename to img/cloud.png diff --git a/Accueil_fichiers/git.png b/img/git.png similarity index 100% rename from Accueil_fichiers/git.png rename to img/git.png diff --git a/Accueil_fichiers/gitlab.png b/img/gitlab.png similarity index 100% rename from Accueil_fichiers/gitlab.png rename to img/gitlab.png diff --git a/Accueil_fichiers/gogs.png b/img/gogs.png similarity index 100% rename from Accueil_fichiers/gogs.png rename to img/gogs.png diff --git a/Accueil_fichiers/kodi.png b/img/kodi.png similarity index 100% rename from Accueil_fichiers/kodi.png rename to img/kodi.png diff --git a/img/pics/id.jpg b/img/pics/id.jpg new file mode 100644 index 0000000..8fbaacc Binary files /dev/null and b/img/pics/id.jpg differ diff --git a/Accueil_fichiers/trans.png b/img/trans.png similarity index 100% rename from Accueil_fichiers/trans.png rename to img/trans.png diff --git a/Accueil.js b/script/Accueil.js similarity index 84% rename from Accueil.js rename to script/Accueil.js index fcea0d4..111755e 100644 --- a/Accueil.js +++ b/script/Accueil.js @@ -7,7 +7,7 @@ } }*/ -var image = document.getElementById('image1'); +var image = document.getElementsById('link_line'); console.log(image); var child = image.lastChild; while (child) { @@ -26,11 +26,11 @@ while (child) { var divs = document.getElementsByTagName('div'); for (var i = 0; i < 3; i++) { - var newElement = divs[0].appendChild(document.createElement('a')); + var newElement = divs[i].appendChild(document.createElement('a')); url = Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 2); console.log(url); - for (var i = 0; i < url.length; i++) { - url[i] = url[i] % 26 + 'a' + for (var j = 0; j < url.length; j++) { + url[j] = url[j] % 26 + 'a' } newElement.title = 'tanche' newElement.href = 'http://' + url + '.com' diff --git a/script/charlie.js b/script/charlie.js new file mode 100644 index 0000000..a54c408 --- /dev/null +++ b/script/charlie.js @@ -0,0 +1,15 @@ +var el = document.getElementById('deb'); + +for (var i = 0; i < 3; i++) { + var newElement = el.appendChild(document.createElement('a')); + url = Math.random().toString(36).replace(/[^a-z]+/g, '').substr(0, 2); + console.log(url); + for (var j = 0; j < url.length; j++) { + url[j] = url[j] % 26 + 'a' + } + newElement.title = 'tanche' + newElement.href = 'http://' + url + '.com' + newElement.appendChild(document.createTextNode("pte")); + console.log("enroute" + i); +} +console.log("fin"); diff --git a/style/Accueil.css b/style/Accueil.css new file mode 100644 index 0000000..dfae251 --- /dev/null +++ b/style/Accueil.css @@ -0,0 +1,37 @@ +img { + width: 32%; + heigth: auto; +} +.link_line { + width: 70%; + heigth: auto; +} +h1 { + font-size: xx-large; +} +h1:hover { + font-style: italic; +} +p { + font-size: 12px; + font-family: Impact, "Arial Black", Arial, Verdana, sans-serif; +} +nav { + width: 25%; + border: 2px solid black; + padding: 1px; + margin: 4px; + display: flex; + flex-direction: column; +} +#body { + display: flex; + justify-content: space-around; +} +section { + display: flex; + flex-wrap: wrap; +} +article { + flex: 1; +}