diff --git a/index.html b/index.html index 1b39a67..f2c886c 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ diff --git a/pages/contact.html b/pages/contact.html index f2f50fb..4bed428 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -4,7 +4,6 @@ Contact Me - @@ -18,9 +17,20 @@
  • Contact Me
  • - Vous pouvez me contacter depuis mon adresse mail : vincent.astolfi@etu.uca.fr +
    + Me contacter +
    + +
    +
    + +
    + Vous pouvez me contacter depuis mon adresse mail : vincent.astolfi@etu.uca.fr +
    - ou depuis mes différents réseaux : +
    + ou depuis mes différents réseaux : +
    My linkedin diff --git a/pages/discover.html b/pages/discover.html index cf8bdcf..73cfce7 100644 --- a/pages/discover.html +++ b/pages/discover.html @@ -4,7 +4,7 @@ Discover Me - + @@ -17,12 +17,25 @@
  • Contact Me
  • - Je m'appelle Vincent Astolfi et je suis actuellement étudiant en troisième année à l'iut informatique de Clermont-Ferrand en informatique - Je suis passioné de science et de matématiques depuis le début de mon parcours scolaire et d'informatique également depuis ma rentrée à l'UIT - - L'année prochaine, je rentre à l'école d'ingénieur de l'ISIMA en formation en alternance chez Michelin. +
    + Qui suis-je +
    - Vous pouvez retrouver toute les informations concerntant mes projets et mon CV depuis ce site donc n'hésitez pas. +
    + Je m'appelle Vincent Astolfi et je suis actuellement étudiant en troisième année à l'iut informatique de Clermont-Ferrand en informatique +
    + +
    + Je suis passioné de science et de matématiques depuis le début de mon parcours scolaire et d'informatique également depuis ma rentrée à l'UIT +
    + +
    + L'année prochaine, je rentre à l'école d'ingénieur de l'ISIMA en formation en alternance chez Michelin. +
    + +
    + Vous pouvez retrouver toute les informations concerntant mes projets et mon CV depuis ce site donc n'hésitez pas. +
    \ No newline at end of file diff --git a/pages/projects.html b/pages/projects.html index 647a452..cbec118 100644 --- a/pages/projects.html +++ b/pages/projects.html @@ -4,7 +4,7 @@ My projects - + @@ -17,5 +17,45 @@
  • Contact Me
  • + +
    +
    archivr
    +
    Description :
    +
    + Projets web permettant la création de visite guidée en réalité virtuelle à partir de photo 360° +
    +
    Techonlogies :
    +
    + PHP, JS, A-frame framework +
    + Lien du projet + +
    Maettleship
    +
    Description :
    +
    + Projets web de jeu de bataille navale multijoueur en ligne (toujours en cours) +
    +
    Techonlogies :
    +
    + JS, NodeJS, Socket.io +
    + Lien du projet + +
    VSC
    +
    Description :
    +
    + Application de type master-detail permettant de servir d'accompagnateur pour le jeu Vampire Survivors +
    +
    Techonlogies :
    +
    + C#, WPF, API Steam +
    + Lien du projet + +
    Vous pouvez retrouver tout mes autres projets ici :
    + + My github + +
    \ No newline at end of file diff --git a/ressources/assets/GitHub-Mark-ea2971cee799.png b/ressources/assets/GitHub-Mark-ea2971cee799.png new file mode 100644 index 0000000..e28a837 Binary files /dev/null and b/ressources/assets/GitHub-Mark-ea2971cee799.png differ diff --git a/ressources/styles/contact.css b/ressources/styles/contact.css index 4ac7112..a3afe1c 100644 --- a/ressources/styles/contact.css +++ b/ressources/styles/contact.css @@ -1,4 +1,26 @@ +body { + background-color: #36454F; + color: white; + margin: 0; + font-family: Arial, sans-serif; + overflow: hidden; +} + img { width:100px; height:100px; -} \ No newline at end of file + display: block; + margin: 20px auto; +} + +.title { + font-size: 4em; + text-align: center; + margin-top: 10%; +} + +.subtitle { + font-size: 2,5em; + text-align: center; + margin-top: 3%; +} diff --git a/ressources/styles/index.css b/ressources/styles/index.css index 4268bc8..207428a 100644 --- a/ressources/styles/index.css +++ b/ressources/styles/index.css @@ -15,6 +15,7 @@ body { .subtitle { font-size: 2,5em; text-align: center; + margin-top: 3%; } .dicover_me_button { diff --git a/ressources/styles/projects.css b/ressources/styles/projects.css new file mode 100644 index 0000000..5833a5b --- /dev/null +++ b/ressources/styles/projects.css @@ -0,0 +1,41 @@ +body { + background-color: #36454F; + color: white; + margin: 0; + font-family: Arial, sans-serif; +} + +.title { + font-size: 4em; + font-style: bold; + text-align: center; + margin-top: 2%; +} + +.subtitle { + font-size: 2em; + text-align: center; + margin-top: 1%; +} + +.text { + font-size: 1em; + text-align: center; + margin-top: 1%; +} + +.link { + text-decoration: none; + text-align: center; + font-size: 1em; + display: block; + margin: 20px auto; + color: white; +} + +img { + width:100px; + height:100px; + display: block; + margin: 20px auto; +}