From 7b5c7b965c8c5615eb4f72b1fc8d7b9037ecc45e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Lanzend=C3=B6rfer?= <leviathan@libresilicon.com>
Date: Wed, 26 Jul 2023 15:37:26 +0100
Subject: [PATCH] Fix page layout thingy

---
 .gitlab-ci.yml      | 1 -
 index.html          | 6 ------
 index_de.html       | 6 ------
 index_en.html       | 6 ------
 index_zh.html       | 6 ------
 index_zh_big5.html  | 6 ------
 templates/index.tpl | 6 ------
 7 files changed, 37 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d46830..88b8544 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -12,4 +12,3 @@ pages:
   artifacts:
     paths:
     - public/
-    
\ No newline at end of file
diff --git a/index.html b/index.html
index 85c1c7e..5068a89 100644
--- a/index.html
+++ b/index.html
@@ -487,12 +487,6 @@
                    </a>
                </div>
             </div>
-	    <div class="center">
-	            <a rel="noreferrer" href="https://gitlab.libresilicon.com" target="_blank">
-                    <img width="120px" style="margin-top: 20px;" src="img/gitlab-logo.png">
-		    <p><u>LibreSilicon GitLab</u></p>
-		   </a>
-           </div>
         </div>
     </section>
 
diff --git a/index_de.html b/index_de.html
index 02e4191..a02d6b5 100644
--- a/index_de.html
+++ b/index_de.html
@@ -367,12 +367,6 @@ We intend to change that!</p>
                    </a>
                </div>
             </div>
-	    <div class="center">
-	            <a rel="noreferrer" href="https://gitlab.libresilicon.com" target="_blank">
-                    <img width="120px" style="margin-top: 20px;" src="img/gitlab-logo.png">
-		    <p><u>LibreSilicon GitLab</u></p>
-		   </a>
-           </div>
         </div>
     </section>
 
diff --git a/index_en.html b/index_en.html
index 85c1c7e..5068a89 100644
--- a/index_en.html
+++ b/index_en.html
@@ -487,12 +487,6 @@
                    </a>
                </div>
             </div>
-	    <div class="center">
-	            <a rel="noreferrer" href="https://gitlab.libresilicon.com" target="_blank">
-                    <img width="120px" style="margin-top: 20px;" src="img/gitlab-logo.png">
-		    <p><u>LibreSilicon GitLab</u></p>
-		   </a>
-           </div>
         </div>
     </section>
 
diff --git a/index_zh.html b/index_zh.html
index 72ae477..fe0682d 100644
--- a/index_zh.html
+++ b/index_zh.html
@@ -356,12 +356,6 @@
                    </a>
                </div>
             </div>
-	    <div class="center">
-	            <a rel="noreferrer" href="https://gitlab.libresilicon.com" target="_blank">
-                    <img width="120px" style="margin-top: 20px;" src="img/gitlab-logo.png">
-		    <p><u>LibreSilicon GitLab</u></p>
-		   </a>
-           </div>
         </div>
     </section>
 
diff --git a/index_zh_big5.html b/index_zh_big5.html
index e69ef87..ae9c129 100644
--- a/index_zh_big5.html
+++ b/index_zh_big5.html
@@ -356,12 +356,6 @@
                    </a>
                </div>
             </div>
-	    <div class="center">
-	            <a rel="noreferrer" href="https://gitlab.libresilicon.com" target="_blank">
-                    <img width="120px" style="margin-top: 20px;" src="img/gitlab-logo.png">
-		    <p><u>LibreSilicon GitLab</u></p>
-		   </a>
-           </div>
         </div>
     </section>
 
diff --git a/templates/index.tpl b/templates/index.tpl
index 7826d5b..a059d59 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -349,12 +349,6 @@
                    </a>
                </div>
             </div>
-	    <div class="center">
-	            <a rel="noreferrer" href="https://gitlab.libresilicon.com" target="_blank">
-                    <img width="120px" style="margin-top: 20px;" src="img/gitlab-logo.png">
-		    <p><u>LibreSilicon GitLab</u></p>
-		   </a>
-           </div>
         </div>
     </section>
 
-- 
GitLab