From 9a6f6a0f840914fc9fa2c29df2d00457cf035436 Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Fri, 26 Jul 2024 16:02:51 +0200 Subject: proto: work on the fonts --- fonts/FinkHeavy.ttf | Bin 0 -> 35348 bytes fonts/MartianMonoNerdFont-Regular.ttf | Bin 0 -> 2079648 bytes fonts/TinosNerdFont-Bold.ttf | Bin 0 -> 2556096 bytes fonts/TinosNerdFont-Regular.ttf | Bin 0 -> 2578648 bytes index.html | 26 +++++++++++----- style.css | 54 ++++++++++++++++++++++++++-------- 6 files changed, 60 insertions(+), 20 deletions(-) create mode 100644 fonts/FinkHeavy.ttf create mode 100644 fonts/MartianMonoNerdFont-Regular.ttf create mode 100644 fonts/TinosNerdFont-Bold.ttf create mode 100644 fonts/TinosNerdFont-Regular.ttf diff --git a/fonts/FinkHeavy.ttf b/fonts/FinkHeavy.ttf new file mode 100644 index 0000000..8788c2c Binary files /dev/null and b/fonts/FinkHeavy.ttf differ diff --git a/fonts/MartianMonoNerdFont-Regular.ttf b/fonts/MartianMonoNerdFont-Regular.ttf new file mode 100644 index 0000000..e2d58a6 Binary files /dev/null and b/fonts/MartianMonoNerdFont-Regular.ttf differ diff --git a/fonts/TinosNerdFont-Bold.ttf b/fonts/TinosNerdFont-Bold.ttf new file mode 100644 index 0000000..e99aaa5 Binary files /dev/null and b/fonts/TinosNerdFont-Bold.ttf differ diff --git a/fonts/TinosNerdFont-Regular.ttf b/fonts/TinosNerdFont-Regular.ttf new file mode 100644 index 0000000..231dd7e Binary files /dev/null and b/fonts/TinosNerdFont-Regular.ttf differ diff --git a/index.html b/index.html index 7402c90..89cd92f 100644 --- a/index.html +++ b/index.html @@ -36,10 +36,10 @@
Expériences professionnelles
- Études
+ Études
Diplômes
-
2019
+
2019

Stage d'observation

@@ -47,7 +47,7 @@

1 semaine.

-
2020
+
2020

Brevet d'initiation à l'aéronautique

@@ -60,7 +60,7 @@

2 semaines.

-
2022
+
2022

Diplôme du Baccalauréat général

@@ -70,10 +70,20 @@

1ère année à l'EPITA (Info SUP)

-

Année validée (2023-2024).

+

Année validée (2022-2023).

+
+
+

Président du club musique du campus

+

Gestion du club, organisation d'évènements, et recrutement

+

De 2022 à aujourd'hui

+
+
+

Staff pour les BDE successifs du campus

+

Gestion du club, organisation d'évènements

+

De 2022 à aujourd'hui

-
2023
+
2023

Stage ouvrier

@@ -86,7 +96,7 @@

Semestre validé.

-
2024
+
2024

Mobilité académique Erasmus à Centria UAS

@@ -96,7 +106,7 @@

Régie son et lumières

Atelier théâtre du lycée St Thomas d'Aquin Oullins

-

Bénévolat dans 3 pièces différentes

+

Bénévolat pour 3 pièces différentes, 2 mois et demi

diff --git a/style.css b/style.css index b5b125a..00d65b7 100644 --- a/style.css +++ b/style.css @@ -12,8 +12,12 @@ body { background: linear-gradient(74deg, skyblue, pink 65%, salmon); padding: 0 12vw; - font-size: 1em; - font-family: serif, Cousine; + font-size: 1.1em; + font-family: tinos; +} + +h1, h2, h3, h4 { + font-family: martian; } header { @@ -67,7 +71,7 @@ section>span>p { @media screen and (max-width: 600px) { body { - padding: 10px 5vw; + padding: 10px 0; } section>span>p { @@ -117,7 +121,7 @@ h1:hover,h2:hover { position: absolute; content: ''; width: 4px; - height: 100%; + height: calc(15px + 100%); background: #add8e6; left: 14px; border: 1px solid grey; @@ -128,7 +132,7 @@ h1:hover,h2:hover { .timestamp { position: relative; padding: 5px 15px 5px 35px; - background-color: salmon; + background: repeating-radial-gradient(circle farthest-corner at calc(0.5em + 8px) 50%, #8db6ff, #8db600 60%); display: inline-block; width: auto; border-radius: 40px; @@ -136,14 +140,19 @@ h1:hover,h2:hover { margin-bottom: 30px; } +.timestamp span { + font-family: Finkheavy; + filter: drop-shadow(2px 2px #fff1d0); +} + .timestamp::before { position: absolute; content: ''; width: 1em; height: 1em; - background: green; + background: #8db600; border-radius: 100%; - border: 1px solid #8db600; + border: 1px solid #8db6ff; left: 7px; } @@ -153,8 +162,10 @@ h1:hover,h2:hover { flex-direction: row; justify-content: start; align-items: start; + flex-wrap: wrap; position: relative; margin-bottom: 30px; + width: calc(100% - 35px); } .events::before { @@ -172,13 +183,18 @@ h1:hover,h2:hover { position: absolute; width: 10px; height: 10px; - background: purple; + background: #2c778f; top: 7px; left: 11px; - border: 1px solid black; + border: 1px solid #1e5262; border-radius: 100%; } +.events:hover::after { + background: #1e5262; + border: 1px solid #2c778f; +} + .event { position: relative; border-radius: 0 15px 0 15px; @@ -186,8 +202,8 @@ h1:hover,h2:hover { transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; overflow: hidden; padding: 0; - width: 25vw; - margin: 0 10px; + max-width: 25vw; + margin: 5px 10px; background-color: #fff1d060; box-shadow: 1px 1px black; } @@ -237,7 +253,6 @@ h1:hover,h2:hover { border-radius: 15px 0 15px 0; border: 1px solid black; padding: 1em; - width: 10vw; background-color: #fff1d060; color: #fff1d0; } @@ -322,3 +337,18 @@ footer { font-family:Cousine; src:url(./fonts/CousineNerdFont-Regular.ttf); } + +@font-face { + font-family:finkheavy; + src:url(./fonts/FinkHeavy.ttf); +} + +@font-face { + font-family: tinos; + src: url(fonts/TinosNerdFont-Regular.ttf); +} + +@font-face { + font-family: martian; + src: url(fonts/MartianMonoNerdFont-Regular.ttf); +} -- cgit v1.2.3