From 5a069f32433a353b999ed4f2ee1ffcdf483324a5 Mon Sep 17 00:00:00 2001
From: Joris
Date: Fri, 13 May 2022 17:27:06 +0200
Subject: Remove durations
---
public/index.html | 150 ++++++++++++++++++++++++++----------------------------
public/main.css | 16 +++---
2 files changed, 82 insertions(+), 84 deletions(-)
(limited to 'public')
diff --git a/public/index.html b/public/index.html
index ec10924..27bc080 100644
--- a/public/index.html
+++ b/public/index.html
@@ -14,11 +14,10 @@
Experience
- Dividat
-
- since 2019
-
- Prevent falls with technology-based training therapy:
+
+ Dividat
+
Prevent falls with technology-based training therapy.
+
- migrate Webpack build to Shake build
+ migrate build from Webpack to Shake
- Shake
- Haskell
@@ -75,13 +74,12 @@
- Zengularity
-
- 5 years
-
-
- Provide Web Oriented Architecture (WOA) for Information Systems:
-
+
+ Zengularity
+
+ Provide Web Oriented Architectures (WOA) for Information Systems.
+
+
- develop participant’s pages of the Mutuelle Nationale Territoriale (MNT)
+ develop the participant’s pages of the Mutuelle Nationale Territoriale (MNT)
- Scala
- Play
@@ -121,61 +119,51 @@
IRISA Rennes
- 5 months
-
-
- Scale up guided query-based faceted search on the Semantic Web on any
- SPARQL endpoints, including DBpedia.
-
-
-
- - Semantic Web
-
- Scala
-
- Java
-
- LaTeX
-
- GWT
-
- Jena
+
+ -
+ Scale up guided query-based faceted search on the Semantic Web on any
+ SPARQL endpoints, including DBpedia.
+
+ - Semantic Web
+
- Scala
+
- Java
+
- LaTeX
+
- GWT
+
- Jena
+
Mission Critical IT
- 3 months
-
-
- Guide querying and edition of Semantic Web data with query-based faceted
- search.
-
-
-
- - Semantic Web
-
- Mercury
+
+ -
+ Guide querying and edition of Semantic Web data with query-based faceted
+ search.
+
+ - Semantic Web
+
- Mercury
+
Educational background
- Master of Science in Computer Science
-
- INSA Rennes
-
-
-
- Master of Research in Computer Science
-
- University of Rennes I
+
+ - Master of Science in Computer Science, INSA Rennes
+
- Master of Research in Computer Science, University of Rennes I
+
Personal Projects
- Budget
-
-
- Share payments within a group of people.
-
+
+ Budget
+
Share payments within a group of people.
+
@@ -192,9 +180,10 @@
- Todo
-
- Organize todos.
+
+ Todo
+
Organize todos.
+
@@ -209,9 +198,10 @@
- Calendar
-
- Organize events.
+
+ Calendar
+
Organize events.
+
@@ -226,11 +216,10 @@
- Flashcards
-
-
-
- Learn with space repetition.
+
+ Flashcards
+
Learn with space repetition.
+
@@ -244,9 +233,10 @@
- Cooking
-
- Show recipes with adjustable ingredient portions.
+
+ Cooking
+
Show recipes with adjustable ingredient portions.
+
@@ -264,9 +254,10 @@
- Reading
-
- Guide middle school students to find a book with faceted search.
+
+ Reading
+
Guide middle school students to find a book with faceted search.
+
@@ -282,9 +273,10 @@
- Map
-
- Put customized markers on a map.
+
+ Map
+
Put customized markers on a map.
+
@@ -302,9 +294,10 @@
- cAtchVoid
-
- Catch the points of your color, avoid the others.
+
+ cAtchVoid
+
Catch the points of your color, avoid the others.
+
@@ -320,9 +313,10 @@
- Tabata
-
- Configure and run tabata timers.
+
+ Tabata
+
Configure and run tabata timers.
+
diff --git a/public/main.css b/public/main.css
index 26b61b1..0db9e67 100644
--- a/public/main.css
+++ b/public/main.css
@@ -136,19 +136,23 @@ h2 {
font-size: var(--font-size-lion);
margin: 0;
font-weight: bold;
-}
-
-/* Paragraphs */
-
-p {
margin: 0 0 var(--spacing-dog);
- font-family: serif;
}
.subtitle {
+ font-weight: normal;
font-style: italic;
font-size: var(--font-size-cat);
font-family: sans-serif;
+ margin: var(--spacing-mouse) 0 0;
+}
+
+
+/* Paragraphs */
+
+p {
+ margin: 0 0 var(--spacing-dog);
+ font-family: serif;
}
/* Links */
--
cgit v1.2.3