diff --git a/package.json b/package.json
index 5b2e66e2f64e9af1d5f030419758493e5e1014a6..679c58be279f1f1dcf58967df577944560af7540 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "kuadrado-website",
-    "version": "0.1.0",
+    "version": "1.0.0",
     "description": "Presentation website of Kuadrado Software",
     "main": "src/main.js",
     "scripts": {
diff --git a/public/education/education.js b/public/education/education.js
index b25958c7350e95454c5b4d96088a6f5482db3594..49c26e69192a9bcbbfde5c07588f06ffb9f1c99b 100644
--- a/public/education/education.js
+++ b/public/education/education.js
@@ -887,11 +887,6 @@ class Template {
                                 },
                             ],
                         },
-                        {
-                            tag: "span",
-                            contents:
-                                "Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.",
-                        },
                         {
                             tag: "span",
                             contents:
@@ -900,7 +895,7 @@ class Template {
                         {
                             tag: "div",
                             contents: [
-                                { tag: "span", contents: "<b><blue>Nous contacter : </blue><b>" },
+                                { tag: "strong", contents: "<blue>Nous contacter : </blue>" },
                                 {
                                     tag: "a",
                                     href: "mailto:contact@kuadrado-software.fr",
@@ -908,6 +903,37 @@ class Template {
                                 },
                             ],
                         },
+                        {
+                            tag: "div",
+                            class: "social",
+                            contents: [
+                                {
+                                    tag: "strong",
+                                    contents: "<blue>Sur les réseaux : </blue>",
+                                },
+                                {
+                                    tag: "a",
+                                    href: "https://www.linkedin.com/company/kuadrado-software",
+                                    target: "_blank",
+                                    contents: "in",
+                                    title: "Linkedin",
+                                },
+                                {
+                                    tag: "a",
+                                    href: "https://twitter.com/KuadradoSoft",
+                                    target: "_blank",
+                                    contents: "t",
+                                    title: "Twitter",
+                                    style_rules: { fontFamily: "serif" },
+                                },
+                            ],
+                        },
+                        {
+                            tag: "span",
+                            contents: `Copyright © ${new Date()
+                                .getFullYear()} Kuadrado Software | 
+                                Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.`,
+                        },
                     ],
                 },
             ],
diff --git a/public/games/games.js b/public/games/games.js
index 9e6852544642828b6140cf2283b1452444277a7b..d566c7acabc04b68eed84aed90b506d6b0a048ad 100644
--- a/public/games/games.js
+++ b/public/games/games.js
@@ -689,11 +689,6 @@ class Template {
                                 },
                             ],
                         },
-                        {
-                            tag: "span",
-                            contents:
-                                "Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.",
-                        },
                         {
                             tag: "span",
                             contents:
@@ -702,7 +697,7 @@ class Template {
                         {
                             tag: "div",
                             contents: [
-                                { tag: "span", contents: "<b><blue>Nous contacter : </blue><b>" },
+                                { tag: "strong", contents: "<blue>Nous contacter : </blue>" },
                                 {
                                     tag: "a",
                                     href: "mailto:contact@kuadrado-software.fr",
@@ -710,6 +705,37 @@ class Template {
                                 },
                             ],
                         },
+                        {
+                            tag: "div",
+                            class: "social",
+                            contents: [
+                                {
+                                    tag: "strong",
+                                    contents: "<blue>Sur les réseaux : </blue>",
+                                },
+                                {
+                                    tag: "a",
+                                    href: "https://www.linkedin.com/company/kuadrado-software",
+                                    target: "_blank",
+                                    contents: "in",
+                                    title: "Linkedin",
+                                },
+                                {
+                                    tag: "a",
+                                    href: "https://twitter.com/KuadradoSoft",
+                                    target: "_blank",
+                                    contents: "t",
+                                    title: "Twitter",
+                                    style_rules: { fontFamily: "serif" },
+                                },
+                            ],
+                        },
+                        {
+                            tag: "span",
+                            contents: `Copyright © ${new Date()
+                                .getFullYear()} Kuadrado Software | 
+                                Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.`,
+                        },
                     ],
                 },
             ],
diff --git a/public/main.js b/public/main.js
index 618a89153d6a205e6a66a70485b1342dcb09104f..0c2570ce3469f824bacf56a56842a7d0b96686c8 100644
--- a/public/main.js
+++ b/public/main.js
@@ -820,11 +820,6 @@ class Template {
                                 },
                             ],
                         },
-                        {
-                            tag: "span",
-                            contents:
-                                "Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.",
-                        },
                         {
                             tag: "span",
                             contents:
@@ -833,7 +828,7 @@ class Template {
                         {
                             tag: "div",
                             contents: [
-                                { tag: "span", contents: "<b><blue>Nous contacter : </blue><b>" },
+                                { tag: "strong", contents: "<blue>Nous contacter : </blue>" },
                                 {
                                     tag: "a",
                                     href: "mailto:contact@kuadrado-software.fr",
@@ -841,6 +836,37 @@ class Template {
                                 },
                             ],
                         },
+                        {
+                            tag: "div",
+                            class: "social",
+                            contents: [
+                                {
+                                    tag: "strong",
+                                    contents: "<blue>Sur les réseaux : </blue>",
+                                },
+                                {
+                                    tag: "a",
+                                    href: "https://www.linkedin.com/company/kuadrado-software",
+                                    target: "_blank",
+                                    contents: "in",
+                                    title: "Linkedin",
+                                },
+                                {
+                                    tag: "a",
+                                    href: "https://twitter.com/KuadradoSoft",
+                                    target: "_blank",
+                                    contents: "t",
+                                    title: "Twitter",
+                                    style_rules: { fontFamily: "serif" },
+                                },
+                            ],
+                        },
+                        {
+                            tag: "span",
+                            contents: `Copyright © ${new Date()
+                                .getFullYear()} Kuadrado Software | 
+                                Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.`,
+                        },
                     ],
                 },
             ],
diff --git a/public/software-development/software-development.js b/public/software-development/software-development.js
index d868a41d144a990d19dfcc635b40bf8f6fee11a6..21782ffe7106980abc8e8d220d63b68c82c6861e 100644
--- a/public/software-development/software-development.js
+++ b/public/software-development/software-development.js
@@ -837,11 +837,6 @@ class Template {
                                 },
                             ],
                         },
-                        {
-                            tag: "span",
-                            contents:
-                                "Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.",
-                        },
                         {
                             tag: "span",
                             contents:
@@ -850,7 +845,7 @@ class Template {
                         {
                             tag: "div",
                             contents: [
-                                { tag: "span", contents: "<b><blue>Nous contacter : </blue><b>" },
+                                { tag: "strong", contents: "<blue>Nous contacter : </blue>" },
                                 {
                                     tag: "a",
                                     href: "mailto:contact@kuadrado-software.fr",
@@ -858,6 +853,37 @@ class Template {
                                 },
                             ],
                         },
+                        {
+                            tag: "div",
+                            class: "social",
+                            contents: [
+                                {
+                                    tag: "strong",
+                                    contents: "<blue>Sur les réseaux : </blue>",
+                                },
+                                {
+                                    tag: "a",
+                                    href: "https://www.linkedin.com/company/kuadrado-software",
+                                    target: "_blank",
+                                    contents: "in",
+                                    title: "Linkedin",
+                                },
+                                {
+                                    tag: "a",
+                                    href: "https://twitter.com/KuadradoSoft",
+                                    target: "_blank",
+                                    contents: "t",
+                                    title: "Twitter",
+                                    style_rules: { fontFamily: "serif" },
+                                },
+                            ],
+                        },
+                        {
+                            tag: "span",
+                            contents: `Copyright © ${new Date()
+                                .getFullYear()} Kuadrado Software | 
+                                Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.`,
+                        },
                     ],
                 },
             ],
diff --git a/public/style/style.css b/public/style/style.css
index 51c7fbecabcf278eeb2afdf0a685949fbc56080c..beae7f2ec92590b8124f5d2380d81e7965d510c2 100644
--- a/public/style/style.css
+++ b/public/style/style.css
@@ -1353,5 +1353,24 @@ main footer .logo img {
 main footer .logo img.text-logo {
   width: 100px;
 }
+main footer .social {
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  flex-direction: row;
+  gap: 20px;
+}
+main footer .social a {
+  background-color: #555d61;
+  display: flex;
+  justify-content: center;
+  align-items: center;
+  flex-direction: row;
+  width: 25px;
+  height: 25px;
+  font-weight: bold;
+  font-size: 16px;
+  border-radius: 100%;
+}
 
 /*# sourceMappingURL=style.css.map */
diff --git a/src/style.scss b/src/style.scss
index 1ab369b4cc78a29d2d86d1726d26141586305527..f11b96ef0300423af5dcc743dc66bc36d1b87c48 100644
--- a/src/style.scss
+++ b/src/style.scss
@@ -378,5 +378,18 @@ main {
                 }
             }
         }
+        .social {
+            @include flex-center;
+            gap: 20px;
+            a {
+                background-color: $dark_3;
+                @include flex-center;
+                width: 25px;
+                height: 25px;
+                font-weight: bold;
+                font-size: 16px;
+                border-radius: 100%;
+            }
+        }
     }
 }
diff --git a/src/template/template.js b/src/template/template.js
index 6ae6f556a0cc9f07848d503f36dcb42833827c7d..be0993c0b6296254ff988ee60975a4744adab9af 100644
--- a/src/template/template.js
+++ b/src/template/template.js
@@ -52,11 +52,6 @@ class Template {
                                 },
                             ],
                         },
-                        {
-                            tag: "span",
-                            contents:
-                                "Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.",
-                        },
                         {
                             tag: "span",
                             contents:
@@ -65,7 +60,7 @@ class Template {
                         {
                             tag: "div",
                             contents: [
-                                { tag: "span", contents: "<b><blue>Nous contacter : </blue><b>" },
+                                { tag: "strong", contents: "<blue>Nous contacter : </blue>" },
                                 {
                                     tag: "a",
                                     href: "mailto:contact@kuadrado-software.fr",
@@ -73,6 +68,37 @@ class Template {
                                 },
                             ],
                         },
+                        {
+                            tag: "div",
+                            class: "social",
+                            contents: [
+                                {
+                                    tag: "strong",
+                                    contents: "<blue>Sur les réseaux : </blue>",
+                                },
+                                {
+                                    tag: "a",
+                                    href: "https://www.linkedin.com/company/kuadrado-software",
+                                    target: "_blank",
+                                    contents: "in",
+                                    title: "Linkedin",
+                                },
+                                {
+                                    tag: "a",
+                                    href: "https://twitter.com/KuadradoSoft",
+                                    target: "_blank",
+                                    contents: "t",
+                                    title: "Twitter",
+                                    style_rules: { fontFamily: "serif" },
+                                },
+                            ],
+                        },
+                        {
+                            tag: "span",
+                            contents: `Copyright © ${new Date()
+                                .getFullYear()} Kuadrado Software | 
+                                Toutes les images du site ont été réalisées par nos soins et peuvent être réutilisées pour un usage personnel.`,
+                        },
                     ],
                 },
             ],