aboutsummaryrefslogtreecommitdiff
path: root/fr/project
diff options
context:
space:
mode:
authorJoris2019-05-04 19:21:29 +0200
committerJoris2019-05-04 19:21:32 +0200
commita7c001d33e09211a95b0f29caffe2d5780ccf0e0 (patch)
treeb953c892497185cbc7ebc2fbbadab89991ddbc5e /fr/project
parent23f04635cc26e1b0553088f28553f518488a9fc8 (diff)
Translate to english
Put aside french translation, it will be considered afterward to show a french version along the english version. For now, the page will be english only.
Diffstat (limited to 'fr/project')
-rw-r--r--fr/project/01-shared-cost.md13
-rw-r--r--fr/project/02-ad-listener.md11
-rw-r--r--fr/project/03-reading.md14
-rw-r--r--fr/project/04-map-marks.md10
-rw-r--r--fr/project/05-catchvoid.md10
-rw-r--r--fr/project/06-personal-page.md13
-rw-r--r--fr/project/07-timer.md9
-rw-r--r--fr/project/08-cooking.md12
-rw-r--r--fr/project/09-nixos-config.md8
-rw-r--r--fr/project/10-dotfiles.md6
10 files changed, 106 insertions, 0 deletions
diff --git a/fr/project/01-shared-cost.md b/fr/project/01-shared-cost.md
new file mode 100644
index 0000000..fc82853
--- /dev/null
+++ b/fr/project/01-shared-cost.md
@@ -0,0 +1,13 @@
+---
+name: Shared Cost
+gitlab: guyonvarch/sharedCost
+skills:
+ - Haskell
+ - Scotty
+ - Elm
+ - Clay
+ - Persistent
+---
+
+Partage des coûts au sein d’un groupe de personnes avec une Application
+Internet Riche (RIA).
diff --git a/fr/project/02-ad-listener.md b/fr/project/02-ad-listener.md
new file mode 100644
index 0000000..4cf85c3
--- /dev/null
+++ b/fr/project/02-ad-listener.md
@@ -0,0 +1,11 @@
+---
+name: ad-listener
+gitlab: guyonvarch/ad-listener
+skills:
+ - Haskell
+ - TagSoup
+---
+
+Surveille l’ajout de nouvelles annonces à partir de critères de recherche
+personnalisés et notifie par courriel lorsqu’une nouvelle annonce est
+disponible.
diff --git a/fr/project/03-reading.md b/fr/project/03-reading.md
new file mode 100644
index 0000000..ab8493a
--- /dev/null
+++ b/fr/project/03-reading.md
@@ -0,0 +1,14 @@
+---
+name: Reading
+gitlab: guyonvarch/reading
+live: https://guyonvarch.gitlab.io/reading
+skills:
+ - Scala
+ - Scala.js
+ - ScalaCSS
+ - Scalatags
+ - Scala.Rx
+---
+
+Guide les élèves à trouver un livre en raffinant le résultat avec une recherche
+à facettes.
diff --git a/fr/project/04-map-marks.md b/fr/project/04-map-marks.md
new file mode 100644
index 0000000..4808a0a
--- /dev/null
+++ b/fr/project/04-map-marks.md
@@ -0,0 +1,10 @@
+---
+name: Map Marks
+gitlab: guyonvarch/mapMarks
+live: https://guyonvarch.gitlab.io/mapMarks
+skills:
+ - JavaScript
+ - Leaflet
+---
+
+Affiche des marqueurs sur une carte à partir d’un fichier CSV.
diff --git a/fr/project/05-catchvoid.md b/fr/project/05-catchvoid.md
new file mode 100644
index 0000000..b270781
--- /dev/null
+++ b/fr/project/05-catchvoid.md
@@ -0,0 +1,10 @@
+---
+name: cAtchVoid
+gitlab: guyonvarch/catchvoid
+live: http://guyonvarch.gitlab.io/catchvoid
+skills:
+ - Elm
+ - Game development
+---
+
+Attrape les points de ta couleur tout en évitant les autres points. Tu peux inverser la couleur de ton joueur, ce qui a pour effet d’inverser la mécanique du jeu. Fais le meilleur score possible.
diff --git a/fr/project/06-personal-page.md b/fr/project/06-personal-page.md
new file mode 100644
index 0000000..b391e97
--- /dev/null
+++ b/fr/project/06-personal-page.md
@@ -0,0 +1,13 @@
+---
+name: Personal Page
+gitlab: guyonvarch/personalPage
+live: https://guyonvarch.me/
+skills:
+ - Haskell
+ - Hakyll
+ - Clay
+ - LaTeX
+---
+
+Présente le curriculum et les projets à partir de données au format YAML avec
+une application web.
diff --git a/fr/project/07-timer.md b/fr/project/07-timer.md
new file mode 100644
index 0000000..8a5c1f7
--- /dev/null
+++ b/fr/project/07-timer.md
@@ -0,0 +1,9 @@
+---
+name: Timer
+gitlab: guyonvarch/timer
+live: http://guyonvarch.gitlab.io/timer
+skills:
+ - Elm
+---
+
+Crée et gère une liste de minuteurs avec une Application Internet Riche (RIA).
diff --git a/fr/project/08-cooking.md b/fr/project/08-cooking.md
new file mode 100644
index 0000000..9485e30
--- /dev/null
+++ b/fr/project/08-cooking.md
@@ -0,0 +1,12 @@
+---
+name: Cooking
+gitlab: guyonvarch/cooking
+live: https://guyonvarch.gitlab.io/cooking
+skills:
+ - Haskell
+ - Hakyll
+ - Clay
+---
+
+Présente des recettes sous la forme d’un blog à partir de fichiers
+markdown.
diff --git a/fr/project/09-nixos-config.md b/fr/project/09-nixos-config.md
new file mode 100644
index 0000000..2884686
--- /dev/null
+++ b/fr/project/09-nixos-config.md
@@ -0,0 +1,8 @@
+---
+name: nixos-config
+gitlab: guyonvarch/nixos-config
+skills:
+ - Nix
+---
+
+Configure de manière déclarative mon système NixOS.
diff --git a/fr/project/10-dotfiles.md b/fr/project/10-dotfiles.md
new file mode 100644
index 0000000..685f385
--- /dev/null
+++ b/fr/project/10-dotfiles.md
@@ -0,0 +1,6 @@
+---
+name: dotfiles
+gitlab: guyonvarch/dotfiles
+---
+
+Configure les applications que j’utilise.