aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
authorJoris2021-01-10 10:59:02 +0100
committerJoris2021-01-10 10:59:02 +0100
commit6682ff4644ab422da760b90934ee42dc62df9bb6 (patch)
treec77113910cd83ec72866125c03b6bf61380825ff /public/index.html
parent6a3eee77b0b15aca115d4ba4eb49035b94d63259 (diff)
Simplify HTML tags
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html366
1 files changed, 170 insertions, 196 deletions
diff --git a/public/index.html b/public/index.html
index 05e2f35..48487fa 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,203 +1,177 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <meta name="author" content="Joris Guyonvarch">
- <meta name="description" content="I am a developer using functional programming. View my resume and projects.">
- <title>Joris Guyonvarch</title>
- <link rel="stylesheet" href="main.css" />
- <link rel="icon" href="icon.png" />
- </head>
-
- <body>
- <header class="g-Header">
- <a href="/" class="g-Header__Link g-Header__Link--Current">Resume</a>
- <a href="projects.html" class="g-Header__Link ">Projects</a>
- </header>
-
- <main class="g-Main">
- <section class="g-Section">
- <h1 class="g-Section__Title">Experience</h1>
-
- <ul class="g-Section__Entries">
-
- <li class="g-Resume">
- <div class="g-Resume__Title">
- <em>Dividat</em> since 2019
- </div>
-
- <p class="g-Paragraph">
- Prevent falls with technology-based training therapy which
- promotes autonomous mobility and functional independence in old
- age, after an accident or illness.
- </p>
-
- <ul class="g-Skills">
- <li class="g-Skills__Item">Elm</li>
- <li class="g-Skills__Item">Scala</li>
- <li class="g-Skills__Item">Nix</li>
- <li class="g-Skills__Item">Python</li>
- <li class="g-Skills__Item">Ocaml</li>
- <li class="g-Skills__Item">Rust</li>
- <li class="g-Skills__Item">PostgreSQL</li>
- </ul>
- </li>
-
- <li class="g-Resume">
- <div class="g-Resume__Title">
- <em>Zengularity</em> for 5 years
- </div>
-
- <p class="g-Paragraph">
- Web Oriented Architecture (WOA) for information systems :
- </p>
-
- <ul class="g-List">
- <li class="g-List__Item">Training platform for the unemployed in Seine-Saint-Denis.</li>
- <li class="g-List__Item">File house insurance claims for Saretec.</li>
- <li class="g-List__Item">Unit and automatic franking of Colissimo labels for La Poste.</li>
- <li class="g-List__Item">Participant’s pages for the Mutuelle Nationale Territoriale (MNT).</li>
- <li class="g-List__Item">Food sample analysis with results visualization for Adisseo.</li>
- </ul>
-
- <ul class="g-Skills">
- <li class="g-Skills__Item">Scala</li>
- <li class="g-Skills__Item">Scala.js</li>
- <li class="g-Skills__Item">Elm</li>
- <li class="g-Skills__Item">Akka</li>
- <li class="g-Skills__Item">Play!</li>
- <li class="g-Skills__Item">MongoDB</li>
- <li class="g-Skills__Item">PostgreSQL</li>
- <li class="g-Skills__Item">ElasticSearch</li>
- </ul>
- </li>
-
- <li class="g-Resume">
- <div class="g-Resume__Title">
- <em>IRISA Rennes</em> for 5 months
- </div>
-
- <p class="g-Paragraph">
- Scalable query-based faceted search for guided and expressive
- search on the semantic web.
- </p>
-
- <ul class="g-Skills">
- <li class="g-Skills__Item">Semantic Web</li>
- <li class="g-Skills__Item">Scala</li>
- <li class="g-Skills__Item">Java</li>
- <li class="g-Skills__Item">LaTeX</li>
- <li class="g-Skills__Item">GWT</li>
- <li class="g-Skills__Item">Jena</li>
- </ul>
- </li>
-
- <li class="g-Resume">
- <div class="g-Resume__Title">
- <em>Mission Critical IT</em> for 3 months
- </div>
-
- <p class="g-Paragraph">
- Guided querying and edition of semantic web information.
- </p>
-
- <ul class="g-Skills">
- <li class="g-Skills__Item">Semantic Web</li>
- <li class="g-Skills__Item">Mercury</li>
- </ul>
- </li>
+<!doctype html>
+<html lang="fr">
+<meta charset="utf-8">
+<meta name="viewport" content="width=device-width">
+<meta name="author" content="Joris Guyonvarch">
+<meta name="description" content="I am a developer using functional programming. View my resume and projects.">
+<link rel="stylesheet" href="/main.css">
+<link rel="icon" href="/icon.png">
+<script src="/main.js"></script>
+
+<title>Joris Guyonvarch</title>
+
+<header>
+ <a href="/" class="current">Resume</a>
+ <a href="/projects.html">Projects</a>
+</header>
+
+<ol class="sections">
+ <li>
+ <h1>Experience</h1>
+
+ <ol class="sub-sections">
+ <li>
+ <h2>Dividat since 2019</h2>
+
+ <p>
+ Prevent falls with technology-based training therapy which promotes
+ autonomous mobility and functional independence in old age, after an
+ accident or illness.
+ </p>
+
+ <ul class="technos">
+ <li>Elm
+ <li>Scala
+ <li>Nix
+ <li>Python
+ <li>Ocaml
+ <li>Rust
+ <li>PostgreSQL
</ul>
- </section>
-
- <section class="g-Section">
- <h1 class="g-Section__Title">Educational background</h1>
-
- <ul class="g-Section__Entries">
- <li class="g-Resume">
- <div class="g-Resume__Title">
- <em>Master of Science Computer Science</em> at INSA Rennes
- </div>
-
- <ul class="g-List">
- <li class="g-List__Item">Language</li>
- <li class="g-List__Item">System</li>
- <li class="g-List__Item">Network</li>
- </ul>
- </li>
-
- <li class="g-Resume">
- <div class="g-Resume__Title">
- <em>Master of Research Computer Science</em> at University of Rennes I
- </div>
-
- <ul class="g-List">
- <li class="g-List__Item">Machine learning</li>
- <li class="g-List__Item">Modelisation</li>
- <li class="g-List__Item">Data indexation</li>
- </ul>
- </li>
+ </li>
+
+ <li>
+ <h2>Zengularity for 5 years</h2>
+
+ <p>
+ Web Oriented Architecture (WOA) for information systems :
+ </p>
+
+ <ul class="bullets">
+ <li>Training platform for the unemployed in Seine-Saint-Denis.
+ <li>File house insurance claims for Saretec.
+ <li>Unit and automatic franking of Colissimo labels for La Poste.
+ <li>Participant’s pages for the Mutuelle Nationale Territoriale (MNT).
+ <li>Food sample analysis with results visualization for Adisseo.
+ </ul>
+
+ <ul class="technos">
+ <li>Scala
+ <li>Scala.js
+ <li>Elm
+ <li>Akka
+ <li>Play!
+ <li>MongoDB
+ <li>PostgreSQL
+ <li>ElasticSearch
+ </ul>
+ </li>
+
+
+ <li>
+ <h2>IRISA Rennes for 5 months</h2>
+
+ <p>
+ Scalable query-based faceted search for guided and expressive
+ search on the semantic web.
+ </p>
+
+ <ul class="technos">
+ <li>Semantic Web
+ <li>Scala
+ <li>Java
+ <li>LaTeX
+ <li>GWT
+ <li>Jena
+ </ul>
+ </li>
+
+ <li>
+ <h2>Mission Critical IT for 3 months</h2>
+
+ <p>
+ Guided querying and edition of semantic web information.
+ </p>
+
+ <ul class="technos">
+ <li>Semantic Web
+ <li>Mercury
+ </ul>
+ </li>
+ </ol>
+ <li>
+
+ <li>
+ <h1>Educational background</h1>
+
+ <ol class="sub-sections">
+ <li>
+ <h2>Master of Science Computer Science at INSA Rennes</h2>
+
+ <ul class="bullets">
+ <li>Language
+ <li>System
+ <li>Network
</ul>
- </section>
-
- <section class="g-Section">
- <h1 class="g-Section__Title">Skills</h1>
-
- <ul class="g-Section__Entries">
- <li class="g-Resume">
- <div class="g-Resume__Title">
- <em>Technical lead</em>
- </div>
-
- <ul class="g-List">
- <li class="g-List__Item">Create tasks and subtasks from functional needs.</li>
- <li class="g-List__Item">Optimise task order for the development team.</li>
- </ul>
- </li>
-
- <li class="g-Resume">
- <div class="g-Resume__Title">
- <em>Developer</em>
- </div>
-
- <ul class="g-List">
- <li class="g-List__Item">Program with functional languages (Haskell, Scala, Elm).</li>
- <li class="g-List__Item">Build web applications (HTTP protocol; HTML, CSS, Javascript and JSON languages).</li>
- <li class="g-List__Item">Interact with data (SQL, MongoDB, SPARQL).</li>
- <li class="g-List__Item">Work with versioning (Git).</li>
- <li class="g-List__Item">Review code and test functionalities.</li>
- <li class="g-List__Item">Write bash and Python scripts.</li>
- </ul>
- </li>
-
- <li class="g-Resume">
- <div class="g-Resume__Title">
- <em>Researcher</em>
- </div>
-
- <ul class="g-List">
- <li class="g-List__Item">Conduct a bibliographic research.</li>
- <li class="g-List__Item">Build a prototype and experiment from it.</li>
- <li class="g-List__Item">Analyse the results from an experimentation and check the hypotheses.</li>
- <li class="g-List__Item">Present a research study through an article and a slideshow (LaTeX).</li>
- </ul>
- </li>
+ </li>
+
+ <li>
+ <h2>Master of Research Computer Science at University of Rennes I</h2>
+
+ <ul class="bullets">
+ <li>Machine learning
+ <li>Modelisation
+ <li>Data indexation
</ul>
- </section>
+ </li>
+ </ol>
+ <li>
+
+ <li>
+ <h1>Skills</h1>
- <section class="g-Section">
- <h1 class="g-Section__Title">Hobbies</h1>
+ <ol class="sub-sections">
+ <li>
+ <h2>Technical lead</h2>
+
+ <ul class="bullets">
+ <li>Create tasks and subtasks from functional needs.
+ <li>Optimise task order for the development team.
+ </ul>
+ </li>
+
+ <li>
+ <h2>Developer</h2>
+
+ <ul class="bullets">
+ <li>Program with functional languages (Haskell, Scala, Elm).
+ <li>Build web applications (HTTP protocol; HTML, CSS, Javascript and JSON languages).
+ <li>Interact with data (SQL, MongoDB, SPARQL).
+ <li>Work with versioning (Git).
+ <li>Review code and test functionalities.
+ <li>Write bash and Python scripts.
+ </ul>
+ </li>
- <ul class="g-Section__Entries">
- <li class="g-Resume">
+ <li>
+ <h2>Researcher</h2>
- <ul class="g-List">
- <li class="g-List__Item">Tune my workstation (NixOS, i3, bépo keyboard layout).</li>
- <li class="g-List__Item">Create video games (SDL, Elm).</li>
- </ul>
- </li>
+ <ul class="bullets">
+ <li>Conduct a bibliographic research.
+ <li>Build a prototype and experiment from it.
+ <li>Analyse the results from an experimentation and check the hypotheses.
+ <li>Present a research study through an article and a slideshow (LaTeX).
</ul>
- </section>
- </main>
- </body>
-</html>
+ </li>
+ </ol>
+ <li>
+
+ <li>
+ <h1>Hobbies</h1>
+
+ <ul class="bullets">
+ <li>Tune my workstation (NixOS, i3, bépo keyboard layout).
+ <li>Create video games (SDL, Elm).
+ </ul>
+ <li>
+</ol>