]> skyeroc.xyz Git - flatmark/commitdiff
change footer-info
authorelektrischerwalfisch <mail@elektrischerwalfisch.de>
Sat, 12 Apr 2025 14:50:11 +0000 (16:50 +0200)
committerelektrischerwalfisch <mail@elektrischerwalfisch.de>
Sat, 12 Apr 2025 14:50:11 +0000 (16:50 +0200)
.gitignore
pages-en/02-footer.md
pages-en/legal-notice.md [deleted file]
pages-en/privacy-policy.md [deleted file]
theme/css/style.css

index d0df002d8d65fc1e75f49da142d89212064adfac..0bce7084f2459aa2200789f9cb0336e51432dfaf 100644 (file)
@@ -1,3 +1,5 @@
 .vscode
 todo.md
+/pages-en/impressum.md
+
 .htaccess
\ No newline at end of file
index 4edb01d2ce1880526cacc74b180814ba88903bb4..5c5dbcb7306bdb225013b0fce80ab70938dca57d 100644 (file)
@@ -1,4 +1,6 @@
-© {year} flatMark  
+© {year} This is a demo site for the flatMark project.  
+  
+flatMark was created by [elektrischerwalfisch](/https://www.elektrischerwalfisch.de) and is licensed under the MIT License.  
+[View source code of this site](https://github.com/elektrischerwalfisch/flatmark)  
 
-- [Legal notice](/en/legal-notice)
-- [PrivacyPolicy](/en/privacy-policy)
\ No newline at end of file
+Site operated by [elektrischerwalfisch](/en/impressum)
\ No newline at end of file
diff --git a/pages-en/legal-notice.md b/pages-en/legal-notice.md
deleted file mode 100644 (file)
index 9e425ec..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<!-- robots: noindex, nofollow -->
-
-# Legal notice
-
-...
\ No newline at end of file
diff --git a/pages-en/privacy-policy.md b/pages-en/privacy-policy.md
deleted file mode 100644 (file)
index 996e4bf..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<!-- robots: noindex, nofollow -->
-
-# Privacy policy
-
-...
\ No newline at end of file
index 015db9eae0a3d7a2cdd00c83ca8543323ed83fc2..d0978197fc86b584a099f97e0a4d1421a3949558 100644 (file)
@@ -168,7 +168,7 @@ header #main-nav ul a:is(:hover, :focus, .active) {background: var(--colorlight)
 
 #toggle-nav {display: none;}
 
-main {padding: 0 var(--side-space-02) var(--space-below-01) var(--side-space-02);margin-bottom: var(--space-below-00);}
+main {padding: 0 var(--side-space-02) var(--space-below-01) var(--side-space-02);margin-bottom: var(--space-below-01);}
 
 main > h1 {background: var(--color-02);color: var(--colorlight);padding: var(--space-below-00) var(--side-space-01);text-align: right;}
 main ul {padding-left: var(--side-space-01);list-style: disc;}
@@ -203,11 +203,9 @@ main code {font-family: courier 'Courier New', Courier, monospace;font-size: var
 #main .readme h1,
 #main .readme em {display: none;}
 
-footer {display: flex;justify-content: space-between;}
-footer * {margin-bottom: 0;color: var(--colorlight);font-weight: 600;}
-footer ul {display: flex;gap: var(--gap-01);}
-footer a {text-decoration: none;}
-footer a:is(:hover, :focus) {text-decoration: underline;}
+footer {text-align: center;}
+footer * {color: var(--colorlight);}
+footer a:is(:hover, :focus) {text-decoration: none;}
 
 @media screen and (max-width: 781px) {
 
@@ -230,9 +228,6 @@ footer a:is(:hover, :focus) {text-decoration: underline;}
 
     h1 {font-size: var(--fontsize-xl);}
 
-    footer {display:block;padding: 0 var(--side-space-02) var(--space-below-01) var(--side-space-02);}
-    footer ul {display:block;padding-top: var(--space-below-01);}
-
 }
 
 @media screen and (max-width: 400px) {