diff --git a/Accueil.html b/Accueil.html index ec3d764..164ecdc 100644 --- a/Accueil.html +++ b/Accueil.html @@ -5,7 +5,7 @@ - + diff --git a/style/Accueil.css b/css/Accueil.css similarity index 100% rename from style/Accueil.css rename to css/Accueil.css diff --git a/css/cv.css b/css/cv.css new file mode 100644 index 0000000..2f7c627 --- /dev/null +++ b/css/cv.css @@ -0,0 +1,61 @@ +img#id { + width: 70%; + heigth: auto; + margin: auto; + padding: 24px; +} +img[class="puce"] { + width: 12%; +} +.feuille { + min-width: 1080px; + width: 1080px; + height: 1528px; + margin: auto; + background-color: white; + display: flex; +} +h1 { + /* font-size: xx-large; */ +} +p { + /* font-size: 12px; + font-family: Impact, "Arial Black", Arial, Verdana, sans-serif; */ +} +body { + background-color: #000; + /* justify-content: center; + align-content: stretch; */ +} +article { + display: flex; +} +ul { + list-style-type: none; + padding: 0px; + margin: auto; +} +li { + display: flex; + justify-content: space-between; + padding: 4px; + /*border: 2px solid black;*/ +} +span { + margin: auto; +} +section { + /*border: 2px solid black;*/ + /* margin: auto; */ +} +section#left { + width: 35%; + display: flex; + flex-direction: column; + align-items: center; + /* flex: 1; */ +} +section#right { + width: 65%; + /* flex: 3; */ +} diff --git a/cv.html b/cv.html deleted file mode 100644 index 2514713..0000000 --- a/cv.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - 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/html/cv.html b/html/cv.html new file mode 100644 index 0000000..8ce8d07 --- /dev/null +++ b/html/cv.html @@ -0,0 +1,65 @@ + + + + Curiculum Vitae + + + + + + +
+
+
+ Profile picture +
+
+
    +
  • + Address + 12 rue Volta, 31000 Toulouse +
  • +
  • + Address + nathan.gouarderes@gmail.com +
  • +
  • + Address + 06 02 33 37 24 +
  • +
+
+
+ +
+ + diff --git a/img/pics/home.png b/img/pics/home.png new file mode 100755 index 0000000..137bc1e Binary files /dev/null and b/img/pics/home.png differ diff --git a/img/pics/mail.png b/img/pics/mail.png new file mode 100755 index 0000000..c0a7862 Binary files /dev/null and b/img/pics/mail.png differ diff --git a/img/pics/tel.png b/img/pics/tel.png new file mode 100755 index 0000000..d6eb6b7 Binary files /dev/null and b/img/pics/tel.png differ