diff options
author | Joris | 2021-05-13 15:59:41 +0200 |
---|---|---|
committer | Joris | 2021-05-13 15:59:41 +0200 |
commit | e23f5f88f115dfbe2fa94c3d58edd93954f7bc80 (patch) | |
tree | 0382acd8b81ffeaa7a57689eb530f724a731cd74 /public | |
parent | 57dc4106dace521e8d38b5f2a5bc5cd3156cef47 (diff) |
Add tabata project
Diffstat (limited to 'public')
-rw-r--r-- | public/projects.html | 23 | ||||
-rw-r--r-- | public/projects/tabata.png | bin | 0 -> 49616 bytes |
2 files changed, 21 insertions, 2 deletions
diff --git a/public/projects.html b/public/projects.html index fc8e578..a9a920a 100644 --- a/public/projects.html +++ b/public/projects.html @@ -133,9 +133,28 @@ <li> <h1> + Tabata + (<a href="http://tabata.guyonvarch.me" target="_blank">app</a>, + <a href="https://gitlab.com/guyonvarch/tabata" target="_blank">code</a>) + </h1> + + <p> + Configure and run a tabata timer. + </p> + + <img src="projects/tabata.png"> + + <ul class="technos"> + <li>TypeScript + <li>CSS + </ul> + </li> + + <li> + <h1> Timer - (<a href="https://gitlab.com/guyonvarch/timer" target="_blank">app</a>, - <a href="http://guyonvarch.gitlab.io/timer" target="_blank">code</a>) + (<a href="http://guyonvarch.gitlab.io/timer" target="_blank">app</a>, + <a href="https://gitlab.com/guyonvarch/timer" target="_blank">code</a>) </h1> <p> diff --git a/public/projects/tabata.png b/public/projects/tabata.png Binary files differnew file mode 100644 index 0000000..9c5345a --- /dev/null +++ b/public/projects/tabata.png |