From e3a0c7ec8f2d384e3665437339ed0c37d897d9e7 Mon Sep 17 00:00:00 2001
From: Joris
Date: Thu, 25 Mar 2021 10:48:09 +0100
Subject: Complete dividat description
---
public/index.html | 52 +++++++++++++++++++++++++++++++++++++---------------
public/main.css | 18 ++++++++++--------
2 files changed, 47 insertions(+), 23 deletions(-)
(limited to 'public')
diff --git a/public/index.html b/public/index.html
index 1df1419..473372b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -25,17 +25,39 @@
Prevent falls with technology-based training therapy which promotes
autonomous mobility and functional independence in old age, after an
- accident or illness.
+ accident or illness:
-
- - Elm
-
- Scala
-
- Nix
-
- Python
-
- Ocaml
-
- Rust
-
- PostgreSQL
+
+ -
+ frontend application with games and assessments,
+
+
+
-
+ web server API,
+
+ - Scala
+
- Http4s
+
- PostgreSQL
+
+
+ -
+ auto-upgradable Operating System with a controller, a kiosk browser and drivers,
+
+ - Nix
+
- Ocaml
+
- Python
+
- Go
+
+
+ -
+ WebSocket relay.
+
@@ -43,15 +65,15 @@
Zengularity for 5 years
- Web Oriented Architecture (WOA) for information systems :
+ Web Oriented Architecture (WOA) for information systems:
- - Training platform for the unemployed in Seine-Saint-Denis.
-
- File house insurance claims for Saretec.
-
- Unit and automatic franking of Colissimo labels for La Poste.
-
- Participant’s pages for the Mutuelle Nationale Territoriale (MNT).
-
- Food sample analysis with results visualization for Adisseo.
+
- training platform for the unemployed in Seine-Saint-Denis,
+
- file house insurance claims for Saretec,
+
- unit and automatic franking of Colissimo labels for La Poste,
+
- participant’s pages for the Mutuelle Nationale Territoriale (MNT),
+
- food sample analysis with results visualization for Adisseo.
diff --git a/public/main.css b/public/main.css
index aa1b219..347beca 100644
--- a/public/main.css
+++ b/public/main.css
@@ -143,7 +143,7 @@ h1 {
h2 {
font-size: var(--size-dog);
- margin-top: 0;
+ margin-top: var(--size-dog);
margin-bottom: var(--size-lion);
font-weight: normal;
text-decoration: underline;
@@ -161,27 +161,29 @@ ul.bullets {
margin-bottom: var(--size-dog);
}
+ul.bullets > li {
+ position: relative;
+ padding: var(--size-bee) 0 var(--size-bee) var(--size-lion);
+}
+
ul.bullets > li::before {
+ position: absolute;
+ left: 0;
content: "•";
color: var(--color-brown);
display: inline-block;
margin-right: var(--size-mouse);
}
-ul.bullets > li {
- padding: var(--size-bee) 0;
-}
-
ul.technos {
display: flex;
flex-wrap: wrap;
- margin-bottom: var(--size-dog);
padding-left: 0;
}
+
ul.technos > li {
- margin-right: var(--size-dog);
- margin-bottom: var(--size-mouse);
+ margin: var(--size-bee) var(--size-cat) var(--size-mouse) 0;
background-color: var(--color-light-gray);
border-radius: var(--size-bee);
padding: 0 var(--size-mouse);
--
cgit v1.2.3