diff --git a/assets/production/css/style.css b/assets/production/css/style.css
index baa0afb..6ea79bf 100644
--- a/assets/production/css/style.css
+++ b/assets/production/css/style.css
@@ -326,6 +326,10 @@ nav section ul li {
background: #b9daf6 url(/images/uicons/paper-plane.svg) center center no-repeat;
}
+.services-icon-pencil::before {
+ background: #b9daf6 url(/images/uicons/pencil.svg) center center no-repeat;
+}
+
.services-icon-web::before {
background: #b9daf6 url(/images/uicons/globe.svg) center center no-repeat;
}
diff --git a/assets/production/images/uicons/pencil.svg b/assets/production/images/uicons/pencil.svg
new file mode 100644
index 0000000..56d61b1
--- /dev/null
+++ b/assets/production/images/uicons/pencil.svg
@@ -0,0 +1,2 @@
+
+
diff --git a/services/pdf.json b/services/pdf.json
new file mode 100644
index 0000000..5d3dbd9
--- /dev/null
+++ b/services/pdf.json
@@ -0,0 +1,22 @@
+{
+ "buttons": [
+ {"label": "Utiliser", "url": "https://pdf.ti-nuage.fr"}
+ ],
+ "description": "Un outil pour manipuler ou compléter des fichiers PDF.",
+ "icon": "pencil",
+ "open": true,
+ "order": 6,
+ "softwares": [
+ {
+ "description": "Cet outil est une production du 24ème, une SCOP (société coopérative), et une SSLL (société de service en logiciels libres) basée à Paris.",
+ "licenses": [
+ {
+ "name": "Licence AGPLv3",
+ "url": "https://www.gnu.org/licenses/agpl-3.0.html"
+ }
+ ],
+ "sources": "https://github.com/24eme/signaturepdf"
+ }
+ ],
+ "title": "Signature PDF"
+}