mirror of
https://github.com/ArthurDanjou/artdanj-resume.git
synced 2026-02-01 10:29:30 +01:00
Add new projects
This commit is contained in:
@@ -45,10 +45,12 @@ projects:
|
||||
title: Projects
|
||||
more: See more projects
|
||||
|
||||
website: Personal website creating a single point of contact with my customers
|
||||
api: API connected to services like Spotify providing various information
|
||||
shortener: Open-Source URL Shortener for Developers
|
||||
slidev: Translation of documentation in French
|
||||
site web: 🌍 Mon site personnel, mon portfolio et mon blog.
|
||||
api: ⚙️ Mon API personnelle connectée à mes instances et mes services.
|
||||
raccourcisseur: 🧰 Raccourcisseur d'URL pour les développeurs.
|
||||
slidev: 🇫🇷 Traduction de la documentation en anglais.
|
||||
make-server: ☁️ Déployer de nombreux services présents sur mon infrastructure à partir de fichiers pour Kubernetes.
|
||||
fallback: ⚠️/❌ Routage de secours en amont pour mon instance Traefik hébergée, achemine le trafic ailleurs lorsqu'un service est en panne.
|
||||
|
||||
stacks:
|
||||
title: Technical stack
|
||||
|
||||
@@ -49,6 +49,8 @@ projects:
|
||||
api: API connectée à des services comme Spotify fournissant diverses informations
|
||||
shortener: Raccourcisseur d'URL Open-Source pour les développeurs
|
||||
slidev: Traduction de la documentation en Français
|
||||
make-server:
|
||||
fallback:
|
||||
|
||||
stacks:
|
||||
title: Stack technique
|
||||
|
||||
@@ -28,6 +28,16 @@ const { t } = useI18n()
|
||||
description="projects.slidev"
|
||||
url="https://sli.dev"
|
||||
/>
|
||||
<Project
|
||||
title="artdanj-fallback"
|
||||
description="projects.fallback"
|
||||
url="https://fallback.arthurdanjou.fr"
|
||||
/>
|
||||
<Project
|
||||
title="make-my-sever"
|
||||
description="projects.make-server"
|
||||
url="https://github.com/arthurdanjou/make-my-server"
|
||||
/>
|
||||
</div>
|
||||
<div class="flex justify-center sm:justify-start">
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user