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 @@
since 2019
- -Prevent falls with technology-based training therapy:
+Prevent falls with technology-based training therapy.
+5 years
- -- Provide Web Oriented Architecture (WOA) for Information Systems: -
++ Provide Web Oriented Architectures (WOA) for Information Systems. +
+5 months
- -- Scale up guided query-based faceted search on the Semantic Web on any - SPARQL endpoints, including DBpedia. -
- -3 months
- -- Guide querying and edition of Semantic Web data with query-based faceted - search. -
- -INSA Rennes
-University of Rennes I
+- Share payments within a group of people. -
+Share payments within a group of people.
+ @@ -192,9 +180,10 @@Organize todos.
+Organize todos.
+ @@ -209,9 +198,10 @@Organize events.
+Organize events.
+ @@ -226,11 +216,10 @@Learn with space repetition.
+Learn with space repetition.
+ @@ -244,9 +233,10 @@Show recipes with adjustable ingredient portions.
+Show recipes with adjustable ingredient portions.
+ @@ -264,9 +254,10 @@Guide middle school students to find a book with faceted search.
+Guide middle school students to find a book with faceted search.
+ @@ -282,9 +273,10 @@Put customized markers on a map.
+Put customized markers on a map.
+ @@ -302,9 +294,10 @@Catch the points of your color, avoid the others.
+Catch the points of your color, avoid the others.
+ @@ -320,9 +313,10 @@Configure and run tabata timers.
+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