diff --git a/docs/banners/banner_0.svg b/docs/banners/banner_0.svg new file mode 100644 index 0000000..cfc0f21 --- /dev/null +++ b/docs/banners/banner_0.svg @@ -0,0 +1,29 @@ + + + + + + + + + + diff --git a/docs/banners/banner_00.svg b/docs/banners/banner_00.svg new file mode 100644 index 0000000..fa72301 --- /dev/null +++ b/docs/banners/banner_00.svg @@ -0,0 +1,30 @@ + + + + + +   + + + + + diff --git a/docs/hugo_lamy_cv.pdf b/docs/hugo_lamy_cv.pdf index 217fa24..62ba57e 100644 Binary files a/docs/hugo_lamy_cv.pdf and b/docs/hugo_lamy_cv.pdf differ diff --git a/index.html b/index.html index d3b41b1..c00dfc8 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,7 @@ --> + @@ -40,7 +41,7 @@ -
+

+

méthodique, inventif, curieux

-
+

voir le CV

cacher le CV

-

télécharger en pdf

-

Outils

+ télécharger en pdf +

COMPÉTENCES

  • Langages : C, C++, JavaScript, PHP, CSS, HTML, bash
  • Technologies : Node.js, Git, Gitaction, Docker, Wordpress, Nginx, MariaDB, Nest.js, Svelte, WebSocket, Express, npm, react, emails, sending emails, receiving emails, deleting emails
-

Projets

+

EXPIÉRIENCES

    -
  • , 2021 : Backend, plugin wordpress, gestions des inscriptions, paiements, roles et bdd
  • +
  • , 2021 : Backend, plugin wordpress, authentification, sessions, paiements, roles et bdd
  • , 2021 : Full-stack, reprise d’un site en php et javascript
  • , 2022 : Backend, plugin WordPress API GoogleMaps
  • , 2021 : Front-end, intégration en css atomique statique
-

Formation

+

FORMATION INFORMATIQUE

  • École 42, Paris, 2021-2022, tronc commun - niveau 10 (C, C++, système, algorithime, réseaux)
  • SIMPLON, développeur full-stack JavaScript, 2018 (Javascript, Node.js, React.js, HTML, CSS)
-

Engagement associatif

-
    -
  • Vulgarisation et recherche contraception testiculaire, ZEROMILLIONS, Paris, France, 2021-2024
  • -
  • Aide au logement, travail, administratif, et projets de vie de personnes précaires, 2018-2024
  • -
  • Distribution de nourriture, Migrants-Wilson & Secours Populaire, 2020-2022
  • -
  • Cogestion des bénévoles d'un camp de réfugiés, UTOPIA 56, Grande-Synthe, France, 2016
  • -
-

Études d’architecture

+

FORMATION ARCHITECTURE

  • Master 1, ENSAPM, ESA, ENSAV, île-de-france, France, 2008-2014
  • 3 stages : PERSPECTIVA (Houston, Texas, 2009, 3 mois), AS (Paris, 2012, 6 mois), JC QUINTON (Paris 2014, 6 mois)
-

Compétences

+

ENGAGEMENT ASSOCIATIF

    -
  • Vélo, magie, noeuds, couture, mathématique, politique
  • -
  • Méthodique, minutieux, inventif, curieux
  • +
  • Vulgarisation et recherche contraception testiculaire, ZEROMILLIONS, Paris, France, 2021-2024
  • +
  • Aide au logement, travail, administratif, et projets de vie de personnes précaires, 2018-2024
  • +
  • Distribution de nourriture, MIGRANTS-WILSON & SECOURS POPULAIRE, 2020-2022
  • +
  • Cogestion des bénévoles d'un camp de réfugiés, UTOPIA 56, Grande-Synthe, France, 2016
- +
@@ -159,7 +156,7 @@
- +
diff --git a/styles/elements/banners.css b/styles/elements/banners.css index 4f9aae2..85928a7 100644 --- a/styles/elements/banners.css +++ b/styles/elements/banners.css @@ -54,6 +54,14 @@ * sizes * */ +.banner_size_0 { + background-image: url(../../docs/banners/banner_0.svg); + --banner_height: calc(var(--base_banner_height) * 1); +} +.banner_size_00 { + background-image: url(../../docs/banners/banner_00.svg); + --banner_height: calc(var(--base_banner_height) * 1); +} .banner_size_1 { background-image: url(../../docs/banners/banner_1.svg); --banner_height: calc(var(--base_banner_height) * 1); @@ -74,3 +82,16 @@ background-image: url(../../docs/banners/banner_5.svg); --banner_height: calc(var(--base_banner_height) * 5); } + + + +/* +* individual banners +* +*/ + +#top_banner { + position: absolute; + top: 0px; + left: 0px; +} diff --git a/styles/elements/hero.css b/styles/elements/hero.css index 2ba558b..070b30d 100644 --- a/styles/elements/hero.css +++ b/styles/elements/hero.css @@ -1,7 +1,13 @@ #hero { min-height: 100vh; grid-template-rows: auto auto 1fr; - header { - padding-top: 50px; + .subtitle { + text-align: center; + } + details { + #cv_download { + margin-top: 20px; + text-align: center; + } } } diff --git a/styles/elements/sections.css b/styles/elements/sections.css index de713a3..b070780 100644 --- a/styles/elements/sections.css +++ b/styles/elements/sections.css @@ -2,7 +2,8 @@ section { display: grid; margin: 0px; width: 100vw; - grid: 1fr auto 1fr / auto; + grid-template-columns: 1fr auto 1fr; + grid-auto-rows: auto; grid-gap: 10px; gap: 10px; min-height: 100vh; @@ -24,7 +25,7 @@ section { > * { grid-column: 2 / span 1; } - > .full_width { + > .grid_full_width { grid-column: 1 / span 3; } diff --git a/styles/global.css b/styles/global.css index e0312ba..9b031e1 100644 --- a/styles/global.css +++ b/styles/global.css @@ -16,6 +16,21 @@ } +.margin_top_small { + margin-top: 10px; +} +.margin_bottom_small { + margin-bottom: 10px; +} + +.margin_top_big { + margin-top: 50px; +} +.margin_bottom_big { + margin-bottom: 50px; +} + + /* DATA-FLEX