From fb67e440275cf7e6cd5f9eb0f8db0c276bc8d620 Mon Sep 17 00:00:00 2001
From: Pierre Jarriges <pierre.jarriges@tutanota.com>
Date: Fri, 22 Oct 2021 11:39:04 +0200
Subject: [PATCH] remove twitter footer

---
 public/education/education.js                       | 8 --------
 public/games/games.js                               | 8 --------
 public/main.js                                      | 8 --------
 public/software-development/software-development.js | 8 --------
 4 files changed, 32 deletions(-)

diff --git a/public/education/education.js b/public/education/education.js
index 13e8582..82fe1ec 100644
--- a/public/education/education.js
+++ b/public/education/education.js
@@ -636,14 +636,6 @@ class Template {
                                     contents: "in",
                                     title: "Linkedin",
                                 },
-                                {
-                                    tag: "a",
-                                    href: "https://twitter.com/KuadradoSoft",
-                                    target: "_blank",
-                                    contents: "t",
-                                    title: "Twitter",
-                                    style_rules: { fontFamily: "serif" },
-                                },
                             ],
                         },
                         {
diff --git a/public/games/games.js b/public/games/games.js
index db8aa16..1570a85 100644
--- a/public/games/games.js
+++ b/public/games/games.js
@@ -741,14 +741,6 @@ class Template {
                                     contents: "in",
                                     title: "Linkedin",
                                 },
-                                {
-                                    tag: "a",
-                                    href: "https://twitter.com/KuadradoSoft",
-                                    target: "_blank",
-                                    contents: "t",
-                                    title: "Twitter",
-                                    style_rules: { fontFamily: "serif" },
-                                },
                             ],
                         },
                         {
diff --git a/public/main.js b/public/main.js
index 188817c..ef3610f 100644
--- a/public/main.js
+++ b/public/main.js
@@ -953,14 +953,6 @@ class Template {
                                     contents: "in",
                                     title: "Linkedin",
                                 },
-                                {
-                                    tag: "a",
-                                    href: "https://twitter.com/KuadradoSoft",
-                                    target: "_blank",
-                                    contents: "t",
-                                    title: "Twitter",
-                                    style_rules: { fontFamily: "serif" },
-                                },
                             ],
                         },
                         {
diff --git a/public/software-development/software-development.js b/public/software-development/software-development.js
index 43b6a97..ae6fabd 100644
--- a/public/software-development/software-development.js
+++ b/public/software-development/software-development.js
@@ -783,14 +783,6 @@ class Template {
                                     contents: "in",
                                     title: "Linkedin",
                                 },
-                                {
-                                    tag: "a",
-                                    href: "https://twitter.com/KuadradoSoft",
-                                    target: "_blank",
-                                    contents: "t",
-                                    title: "Twitter",
-                                    style_rules: { fontFamily: "serif" },
-                                },
                             ],
                         },
                         {
-- 
GitLab