diff --git a/index.html b/index.html index 082e5a8..59dde28 100644 --- a/index.html +++ b/index.html @@ -114,8 +114,13 @@
+VoxWave
Septembre 2012 à Juillet 2018
Programmation
+Notions en PostScript, C#, Java, shell (Bash, Zsh, Fish)
Connaissances en Python, Rust, Assembleur (x86 syntaxe AT&T), Prolog, HTML, CSS, Javascript (Ecmascript 6), Scheme
Connaissances solides en C, C++
Outils de développement
+Systèmes d’exploitation
+Synthèse vocale
+Son
+Bureautique
+Langue maternelle
Parlé courrament. Voyages en Juillet 2016 à Londres et Juin 2018 à Oxford (professionnel et personnel), deux années d’études en Anglais LLCE à l’université Lumière Lyon 2, deux voyages linguistiques en angleterre en 2011 et 2013, voyage à New York City en 2011.
Compréhension basique. Trois années d’études de la langue, deux voyages au Japon en 2014 (Tokyo) et 2015 (Tokyo et Osaka), connaissances linguistiques du Japonais
Connaissances des concepts grammaticaux, de morphologie, de syntaxe et de phonétique.
Des exemples peuvent être trouvés sur mon site de linguistique.
Création d’un univers fictif complexe pour mon roman en cours d’écriture.
Université Vincennes-Saint-Denis (Paris VIII)
+Depuis Septembre 2016
Formation en programmation et sciences de l’informatique
Université Lumière Lyon 2
+Septembre 2013 à Mai 2015
Formation d’Anglais en fillière Langue, Littérature et Civilisations Étrangères (LLCE)
@@ -286,8 +365,12 @@ - -Lycée de la Plaine de l’Ain
+Septembre 2010 à Juillet 2013
Baccalauréat série Scientifique spécialisation Sciences de l’Ingénieur, mention bien
diff --git a/style/main.css b/style/main.css index 92b9070..3a18914 100644 --- a/style/main.css +++ b/style/main.css @@ -9,6 +9,7 @@ body { background-color: #3498db; margin: 0; padding: 0; + font-family: 'Fira Sans', serif; } a { @@ -20,10 +21,15 @@ a { transition: color 0.2s, border-bottom-color 0.2s; } +.card a { + color: #8e44ad; + border-bottom: 5px solid #8e44ad; +} + a:hover { - color: #8e44ad; - border-bottom-color: #8e44ad; + color: #9b59b6; + border-bottom-color: #9b59b6; transition: color 0.4s, border-bottom-color 0.4s; } @@ -68,6 +74,7 @@ h2 { background-color: #7f8c8d; width: 100%; white-space: nowrap; + line-height: 2.5em; } .ribbon-links li { @@ -75,12 +82,31 @@ h2 { float: left; padding: 5px 20px; background-color: #7f8c8d; + transition: background-color 0.2s; + position: relative; + z-position: 20; } .ribbon li:hover { - background-color: #34495e + background-color: #34495e; + transition: background-color 0.3s; } +/* .ribbon li::before { */ +/* top: 0; */ +/* left: 0; */ +/* width: 100%; */ +/* height: 0%; */ +/* content: ""; */ +/* position: absolute; */ +/* background: #000; */ +/* transition: height 0.5s; */ +/* } */ + +/* .ribbon li:hover::before { */ +/* height: 100%; */ +/* } */ + /* sidebar *******************************************************************/ .sidebar { @@ -135,12 +161,13 @@ p.side-content { .card-lvl2 { margin: 10px 10px 20px 20px; padding-left: 0; - background-color: #bdc3c7; + background-color: #2c3e50; + color: #ecf0f1; } .list-lvl1, .list-lvl1 a { - background-color: #bdc3c7; + background-color: #2c3e50; list-style: none; } @@ -181,7 +208,11 @@ h3 { } h4 { - font-size: 1.2em; + font-size: 1.4em; +} + +h5 { + font-size: 1.4em; } .header-container { @@ -217,7 +248,7 @@ h4 { .highlight-h4 { background-color: #e67e22 !important; height: 24px; - top: -26px; + top: -28px; left: 0; width: 110%; } @@ -225,7 +256,7 @@ h4 { .list-lvl1 .highlight-h4 { background-color: #e67e22 !important; height: 24px; - top: -34px; + top: -42px; left: 0; left: -10px; width: 120%; @@ -233,6 +264,10 @@ h4 { .highlight-h5 { background-color: #9b59b6 !important; - height: 12px; - top: -12px; + height: 18px; + top: -20px; +} + +.list-no-style { + list-style: none; }