diff --git a/.drone.yml b/.drone.yml index 26a2670..b8e7fc2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: image: plugins/docker settings: dockerfile: docker/Dockerfile - context: . + context: ./source/ registry: hub.codefirst.iut.uca.fr mirror: https://proxy.iut.uca.fr:8443 repo: hub.codefirst.iut.uca.fr/nicolas.blondeau/portfolio_but2 diff --git a/background.css b/background.css deleted file mode 100644 index 30e85ab..0000000 --- a/background.css +++ /dev/null @@ -1,18 +0,0 @@ -body { - background: linear-gradient(-45deg, #580101, #55133c, #0c2852, #021479); - background-size: 400% 400%; - animation: gradient 25s ease infinite; - height: 100%; -} - -@keyframes gradient { - 0% { - background-position: 0% 50%; - } - 50% { - background-position: 100% 50%; - } - 100% { - background-position: 0% 50%; - } -} \ No newline at end of file diff --git a/common.css b/common.css deleted file mode 100644 index 9d8ff72..0000000 --- a/common.css +++ /dev/null @@ -1,104 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400&display=swap'); -@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200&display=swap'); -@import url('https://fonts.googleapis.com/css?family=Lato'); - - -html { - scroll-behavior: smooth; -} - -body { - margin: 0; -} - -h1, h2, h3, h4, h5, h6, p, a, li { - font-family: 'Barlow', sans-serif; - font-weight: 200; - text-decoration: none; - color: #ccc; -} - -section a:hover { - font-weight: 400 ; -} - -.title { - width: fit-content; - margin-top: 0; - padding-left: 20px; - padding-right: 20px; - padding-bottom: 10px; - border-bottom: 3px solid rgba(128, 128, 128, 0.5); - border-right: 3px solid rgba(128, 128, 128, 0.5); - border-bottom-right-radius: 30px; -} - -section { - padding: 2.5vw; - background-color: rgba(0, 0, 0, 0.3); - border-top: 0px solid gray; - border-bottom: 1px solid gray; - border-left: 0px solid gray; - border-right: 1px solid gray; - width: fit-content; - height: fit-content; - border-radius: 30px; - transition-property: border-left, border-right, border-top, border-bottom, background-color; - transition: all 0.2s; -} - -section:hover { - border-top: 0px solid lightgray; - border-bottom: 1px solid lightgray; - border-left: 0px solid lightgray; - border-right: 1px solid lightgray; - background-color: rgba(0, 0, 0, 0.4); -} - -/*Barre de navigation*/ - -.navMenu { - position: sticky; - top: 0; - width: 100%; - display: flex; - flex-direction: row; - align-items: center; - list-style-type: none; - justify-content: space-evenly; - height: 70px; - background-color: #000000; -} - -.navMenu a { - display: block; - padding: 15px; - font-weight: 800; - text-transform: uppercase; - margin: 0 10px; - color: #ccc; - font-family: 'Lato', sans-serif; - position: relative; -} - -.navMenu a:before { - content: ""; - position: absolute; - width: 100%; - height: 2px; - bottom: 0; - left: 0; - background-color: #FFF; - visibility: hidden; - transform: scaleX(0); - transition: all 0.28s ease-in-out; -} - -.navMenu a:hover:before { - visibility: visible; - transform: scaleX(1); -} - -.layout p, .layout a, .layout li { - font-size: large; -} \ No newline at end of file diff --git a/contact.css b/contact.css deleted file mode 100644 index edfb6f2..0000000 --- a/contact.css +++ /dev/null @@ -1,23 +0,0 @@ -.layout { - display: flex; - align-items: center; - justify-content: space-around; - height: 85vh; -} - -img { - background-color: #FAFFFF; - border-radius: 8px; - padding: 4px; - margin: 6px; -} - -.layout a { - font-size: x-large; -} - -.links { - display: flex; - align-items: center; - justify-content: left; -} \ No newline at end of file diff --git a/contact.html b/contact.html deleted file mode 100644 index 07e04f5..0000000 --- a/contact.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - Portfolio de Nicolas BLONDEAU - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - -
-
-

Contactez moi ici :

-
-
- -
- -
- -
-
- - - - - \ No newline at end of file diff --git a/credits.css b/credits.css deleted file mode 100644 index 91e4914..0000000 --- a/credits.css +++ /dev/null @@ -1,6 +0,0 @@ -.layout { - display: flex; - align-items: center; - justify-content: space-around; - height: 85vh; -} \ No newline at end of file diff --git a/credits.html b/credits.html deleted file mode 100644 index 267853e..0000000 --- a/credits.html +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - Portfolio de Nicolas BLONDEAU - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - -
-
-

Remerciements à :

-

-

Manuel Pinto pour l'idée du fondu gradient à l'arrière plan.

-

Retrouvez le ici : CodePen

-
-

Andreas Storm pour l'idée de l'animation lors du chargement.

-

Retrouvez le ici : CodePen

-
-

Freepik pour la collection d'images fournie.

-

Retrouvez les ici : Freepik

- -
-
- - - - - \ No newline at end of file diff --git a/divers.css b/divers.css deleted file mode 100644 index a9f6b85..0000000 --- a/divers.css +++ /dev/null @@ -1,13 +0,0 @@ -.layout { - display: flex; - align-items: center; - justify-content: space-around; - margin: 8% -} - -.layoutImg { - display: flex; - align-items: center; - justify-content: space-around; - margin: 2% -} \ No newline at end of file diff --git a/divers.html b/divers.html deleted file mode 100644 index 7594a1c..0000000 --- a/divers.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - Portfolio de Nicolas BLONDEAU - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - -
-
-

Voici quelques exemples de projets que j'ai réalisé :

-
-
-

Un site web responsive sur la thématique du skate : Lien GitHub.

-
-
- SkateUnity -
-
-
- SkateUnity - SkateUnity -
-
-

Une multitude de compositions, notamment de la MAO (Musique Assistée par Ordinateur) sur le logiciel Open-Source LMMS :

-
- SkateUnity -
-
-
Shysudo · Harmony - Part 2
-
-
-
- - - - - \ No newline at end of file diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index a2f0b06..0000000 Binary files a/favicon.ico and /dev/null differ diff --git a/images/CodeFirstLogo.png b/images/CodeFirstLogo.png deleted file mode 100644 index a9741c8..0000000 Binary files a/images/CodeFirstLogo.png and /dev/null differ diff --git a/images/flower1.png b/images/flower1.png deleted file mode 100644 index dd368b9..0000000 Binary files a/images/flower1.png and /dev/null differ diff --git a/images/flower2.png b/images/flower2.png deleted file mode 100644 index 0a3b5c9..0000000 Binary files a/images/flower2.png and /dev/null differ diff --git a/images/flower3.png b/images/flower3.png deleted file mode 100644 index ca502b0..0000000 Binary files a/images/flower3.png and /dev/null differ diff --git a/images/githubIcon.png b/images/githubIcon.png deleted file mode 100644 index ebde2b8..0000000 Binary files a/images/githubIcon.png and /dev/null differ diff --git a/images/icons/github.png b/images/icons/github.png deleted file mode 100644 index 95cdc93..0000000 Binary files a/images/icons/github.png and /dev/null differ diff --git a/images/icons/linkedin.png b/images/icons/linkedin.png deleted file mode 100644 index 8ba73ca..0000000 Binary files a/images/icons/linkedin.png and /dev/null differ diff --git a/images/icons/mail.png b/images/icons/mail.png deleted file mode 100644 index 9fd58c9..0000000 Binary files a/images/icons/mail.png and /dev/null differ diff --git a/images/linkedInIcon.png b/images/linkedInIcon.png deleted file mode 100644 index 61141e5..0000000 Binary files a/images/linkedInIcon.png and /dev/null differ diff --git a/images/lmmsExample.png b/images/lmmsExample.png deleted file mode 100644 index f1b05ab..0000000 Binary files a/images/lmmsExample.png and /dev/null differ diff --git a/images/skateUnity1.png b/images/skateUnity1.png deleted file mode 100644 index 6e5d067..0000000 Binary files a/images/skateUnity1.png and /dev/null differ diff --git a/images/skateUnity2.png b/images/skateUnity2.png deleted file mode 100644 index b5763b4..0000000 Binary files a/images/skateUnity2.png and /dev/null differ diff --git a/images/skateUnity3.png b/images/skateUnity3.png deleted file mode 100644 index 5e1abaa..0000000 Binary files a/images/skateUnity3.png and /dev/null differ diff --git a/index.css b/index.css deleted file mode 100644 index 3a35915..0000000 --- a/index.css +++ /dev/null @@ -1,74 +0,0 @@ -.layout { - display: flex; - align-items: center; - flex-direction: column; - justify-content: space-around; - padding-left: 5vw; - padding-right: 5vw; - padding-top: 50px; -} - -.sectionImage { - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; - margin-top: 100px; - margin-bottom: 50px; - margin-left: 4%; - margin-right: 4%; -} - -.sectionImage img { - width: 250px; - height: 250px; -} - -/*DEBUT Espace travaux -> Exceptionnel*/ -#travaux { - z-index: -5; - position: absolute; - top: 100px; - right: 70px; - align-items: center; -} -#travaux section { - background-color: rgba(211, 211, 211, 0.225); -} -/*FIN Espace travaux*/ - -.headTitle { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; - height: 80vh; - margin-bottom: 10vh; -} - -#title { - font-family: monospace; - text-align: end; - width: max-content; - border-bottom: none; - font-size: 300%; -} - -#titleName { - font-size: 120px; - text-transform: uppercase; - font-family: 'Gambetta', serif; - letter-spacing: -3px; - font-weight: 500; - margin-bottom: 0.8rem; - color: PaleGoldenRod; - outline: none; - text-align: center; - animation: anim 8s ease infinite; -} - -@keyframes anim { - 50% { - letter-spacing: 1px; - } -} \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index f5ed54c..0000000 --- a/index.html +++ /dev/null @@ -1,143 +0,0 @@ - - - - - - - - - - - Portfolio de Nicolas BLONDEAU - - - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- - - -
-
-

Je suis

-
Nicolas Blondeau,
-

Étudiant en deuxième année de Bachelor Universitaire Technologique Informatique à Clermont-Ferrand (63)

-
-
-
-
-
-

A propos

-

Passionné par l'informatique depuis le collège, j'ai décidé de me lancer dans un BUT Informatique.
- J'ai l'envie de réaliser des projets, et de satisfaire les clients et ainsi être fier du résultat. - Aussi, mon objectif est de devenir développeur full-stack.
- Je souhaite acquérir les compétences nécessaires grâce à ma formation, mais également par le biais d'une alternance.
-
- Je recherche donc une alternance à compter du mois de septembre 2024, et un stage de fin d'année d'avril 2024 à juin 2024.
- Pour plus d'informations à propos de l'alternance ou du stage, me contacter ici. -

-
- flower :> -
-
-
-
-
- flower :> -
-

Cursus - Formation

-

Institut Universitaire Technologique - Informatique
- Clermont-Ferrand (63)

- Depuis septembre 2022, j'ai intégré la formation proposée à Aubière en Informatique.
-
Points forts : Nous apprenons une multitude de languages, dès le début d'année, ce qui rend cette formation très intéressante. Les professeurs sont toujours là si nous avons des questions, et nous menons beaucoup de projets (6 gros projets par semestre). -

-
-

Lycée Polyvalent Paul-Constans - Sciences et Technologies de l'Industrie et du Développement Durable (STI2D)
- Montluçon (03)

- De septembre 2019 à Juin 2020, j'ai fait une seconde Générale et Technologique. Puis, par envie de me spécialiser, j'ai décidé de m'orienter vers - une première en STI2D. Ensuite, lors du passage en terminale, j'ai finalement choisi la spécialité Systèmes d'Information et Numérique (SIN). -
- Enfin, j'ai obtenu le Baccalauréat avec mention assez bien. -

-
Points forts : En STI2D, nous étudions une multitude d'aspects de l'industrie, et tous ces sujets m'ont apportés une grande culture et de nombreuses connaissances de l'industrie et du développement durable. - -

-
-
-
-
-
-
-
-
-

Compétences

-

Techniques :

-
    -
  • Développer des applications informatiques simples
  • -

    J'ai par exemple développé une application en C pour la gestion complète d'un centre sportif.
    - Cela m'a apporté beaucoup de compétences, et cela m'a permis de manipuler le language C de manière avancée et concrète.

    -
  • Appréhender et construire des algorithmes
  • -
  • Installer et configurer un poste de travail
  • -

    Je sais installer différents systèmes (Debian, Arch, Mint...), et administrer ces systèmes.
    - J'ai pu développer mes compétences, même si j'avais déjà quelques bases grâce à la manipulation de machines pour le plaisir avant d'entrer dans la formation.

    -
  • Concevoir et mettre en place une base de données à partir d’un cahier des charges client
  • -
  • Identifier les besoins métiers des clients et des utilisateurs
  • -
  • Identifier ses aptitudes pour travailler dans une équipe
  • -
-
-

Qualités
-

    -
  • La créativité
  • -

    Je suis quelqu'un de très créatif. En effet, je pratique de la trompette depuis 10 ans, compose et joue de la musique (voir ici mes différents projets)
    - J'exprime aussi ma créativité dans les projets informatiques que je réalise.

    -
  • La curiosité
  • -

    Très curieux depuis mon plus jeune âge, j'ai toujours voulu savoir comment les choses fonctionnent, et j'ai toujours cette envie de découvrir - de nouvelles passions. Par exemple, je suis numismate, je fais du skate, toujours à m'intéresser à de nouvelles choses.

    -
  • L'esprit d'équipe
  • -
  • La communication
  • -
  • La patience
  • -
-

-
- flower :> -
-
- - - - - diff --git a/loading.css b/loading.css deleted file mode 100644 index 94d83f3..0000000 --- a/loading.css +++ /dev/null @@ -1,121 +0,0 @@ -.loadingbody { - background: #000; -} - -.loader{ - width: 100vw; - height: 100vh; - position: fixed; - top: 0; - left: 0; - display: none; - align-items: center; - justify-content: center; - background-color: black; -} - -.loader-active{ - display: flex; -} -.loader::after{ - content: ""; - width: 60px; - height: 60px; -} - -.loading { - width: 60px; - height: 60px; - position: absolute; - top: 50%; - left: 50%; - margin: -30px 0 0 -30px; - transform: rotate(45deg); -} -.loading div { - width: 6px; - height: 6px; - background: #fff; - border-radius: 100%; - float: left; - margin-bottom: 12px; - animation: scaleDot 2s ease infinite; -} -.loading div:not(:nth-child(4n+4)) { - margin-right: 12px; -} -.loading div:nth-child(1) { - animation-delay: 0; -} -.loading div:nth-child(2), -.loading div:nth-child(5) { - animation-delay: 0.1s; -} -.loading div:nth-child(3), -.loading div:nth-child(6), -.loading div:nth-child(9) { - animation-delay: 0.2s; -} -.loading div:nth-child(4), -.loading div:nth-child(7), -.loading div:nth-child(10), -.loading div:nth-child(13) { - animation-delay: 0.3s; -} -.loading div:nth-child(8), -.loading div:nth-child(11), -.loading div:nth-child(14) { - animation-delay: 0.4s; -} -.loading div:nth-child(12), -.loading div:nth-child(15) { - animation-delay: 0.5s; -} -.loading div:nth-child(16) { - animation-delay: 0.6s; -} - -@-moz-keyframes scaleDot { - 40% { - transform: scale(1.5) translate(-2px, -2px); - } - 80% { - transform: scale(1); - } - 100% { - transform: scale(1); - } -} -@-webkit-keyframes scaleDot { - 40% { - transform: scale(1.5) translate(-2px, -2px); - } - 80% { - transform: scale(1); - } - 100% { - transform: scale(1); - } -} -@-o-keyframes scaleDot { - 40% { - transform: scale(1.5) translate(-2px, -2px); - } - 80% { - transform: scale(1); - } - 100% { - transform: scale(1); - } -} -@keyframes scaleDot { - 40% { - transform: scale(1.5) translate(-2px, -2px); - } - 80% { - transform: scale(1); - } - 100% { - transform: scale(1); - } -} \ No newline at end of file diff --git a/mycoolstyle.css b/mycoolstyle.css deleted file mode 100644 index 92d69df..0000000 --- a/mycoolstyle.css +++ /dev/null @@ -1,32 +0,0 @@ -body { - padding-left: 11em; - font-family: Georgia, 'Georgia', "Times New Roman", - Times, serif; - color: darksalmon; - background-color: rgb(39, 39, 84) } - ul.navbar { - list-style-type: none; - padding: 0; - margin: 0; - position: absolute; - top: 2em; - left: 1em; - width: 9em } - h1 { - font-family: Helvetica, Geneva, Arial, - SunSans-Regular, sans-serif } - ul.navbar li { - background: white; - margin: 0.5em 0; - padding: 0.3em; - border-right: 1em solid darksalmon } - ul.navbar a { - text-decoration: none } - a:link { - color: blue } - a:visited { - color: darkblue } - address { - margin-top: 1em; - padding-top: 1em; - border-top: thin dotted } \ No newline at end of file diff --git a/work.png b/work.png deleted file mode 100644 index 6804cad..0000000 Binary files a/work.png and /dev/null differ