diff --git a/about.md b/about.md index e9426d3..4d59c46 100644 --- a/about.md +++ b/about.md @@ -61,19 +61,14 @@ In 2020 I joined [MoMA](https://www.momagroup.com/) to work on the [E6](https://www.e6-group.com/) project. I felt it was the right time to work on current matters such as energy. -### Contact - -
+
- Mastodon + Mastodon - - GitLab + + Code forge - - GitHub - - - + + LinkedIn
diff --git a/images/Tupfile b/images/Tupfile index 0cf8d3a..f272cb5 100644 --- a/images/Tupfile +++ b/images/Tupfile @@ -1,12 +1 @@ -: foreach \ - fabien.jpg \ - fabien_zenly.jpg \ - mantis_shrimp.png \ - |> ^ WebP conversion %f^ cwebp -q 80 -quiet %f -o %o |> %B.webp - -: foreach \ - github_logo.png \ - gitlab_logo.png \ - leencktyn_logo.png \ - mastodon.jpg \ - |> ^ WebP conversion %f^ cwebp -q 80 -quiet -resize 0 40 %f -o %o |> %B_40.webp +:foreach *.svg |> !tup_preserve |> diff --git a/images/gitea.svg b/images/gitea.svg new file mode 100644 index 0000000..a5d0f5e --- /dev/null +++ b/images/gitea.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + diff --git a/images/github_logo.png b/images/github_logo.png deleted file mode 100644 index ea6ff54..0000000 Binary files a/images/github_logo.png and /dev/null differ diff --git a/images/gitlab_logo.png b/images/gitlab_logo.png deleted file mode 100644 index 1c0161c..0000000 Binary files a/images/gitlab_logo.png and /dev/null differ diff --git a/images/leencktyn_logo.png b/images/leencktyn_logo.png deleted file mode 100644 index cce175c..0000000 Binary files a/images/leencktyn_logo.png and /dev/null differ diff --git a/images/linkedin.svg b/images/linkedin.svg new file mode 100644 index 0000000..659a436 --- /dev/null +++ b/images/linkedin.svg @@ -0,0 +1,62 @@ + + + + + + image/svg+xml + + + + + + + + + diff --git a/images/mastodon.jpg b/images/mastodon.jpg deleted file mode 100644 index 5ce0051..0000000 Binary files a/images/mastodon.jpg and /dev/null differ diff --git a/images/mastodon.svg b/images/mastodon.svg new file mode 100644 index 0000000..922fa2b --- /dev/null +++ b/images/mastodon.svg @@ -0,0 +1,63 @@ + + + + + + image/svg+xml + + + + + + + + + + diff --git a/images/touitheur_logo.png b/images/touitheur_logo.png deleted file mode 100644 index d24cc41..0000000 Binary files a/images/touitheur_logo.png and /dev/null differ diff --git a/justfile b/justfile index 607fb03..833f577 100644 --- a/justfile +++ b/justfile @@ -5,6 +5,9 @@ root := `pwd` build: tup build +clean: + git clean -dxf build + # Generate dependency graph as PNG file graph: tup graph . | dot -Tpng > graph.png @@ -19,4 +22,4 @@ deploy: build build/* fabs@ffreling.com:ffreling.com/ preview: build - python -m webbrowser -t "file://{{root}}/build/index.html" + python3 -m webbrowser -t "file://{{root}}/build/index.html"