From 1afd47e9ddaf53a0a405bc13b1fc88676fe4aa9e Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Tue, 14 Feb 2023 16:57:21 -0600 Subject: [PATCH] Remove startpage --- startpage/index.php | 67 ------------------------------------- startpage/styles/styles.css | 66 ------------------------------------ 2 files changed, 133 deletions(-) delete mode 100644 startpage/index.php delete mode 100644 startpage/styles/styles.css diff --git a/startpage/index.php b/startpage/index.php deleted file mode 100644 index 2561a3c..0000000 --- a/startpage/index.php +++ /dev/null @@ -1,67 +0,0 @@ - - - - - New Tab - - -
-
- -
-
-
- -
-
-

Quicklinks

- Files - Calendar - Feed -
-
-

desu.ltd

- Gitea - Netbox - Nagios -
-
-

Others

- 9iron - Localnet -
- -
- -
-
-

Fedi

- Cowfee - SPCTube -
-
-

Imageboards

- 8chan.moe - smuglo.li -
-
-

Projects

- Learn Japanese -
-
-

Other

- TCRF - VGMPF - URDE -
-
-
-
- - - diff --git a/startpage/styles/styles.css b/startpage/styles/styles.css deleted file mode 100644 index 3734b44..0000000 --- a/startpage/styles/styles.css +++ /dev/null @@ -1,66 +0,0 @@ -/* - * startpage.css - * Copyright (C) 2018 salt - * - * Distributed under terms of the MIT license. - */ - -/* GLOBALS */ - -h3 { - font-size: 70%; - letter-spacing: 1em; - margin: auto; - padding-top: 2em 0 1em 0; - text-align: center; - text-transform: uppercase; -} -h4 { - margin: auto; - text-align: center; -} - -/* SEARCH BAR */ - -.search-form { - margin: auto; - max-width: 32em; - padding: 2em; - text-align: center; -} -.search-input { - border: none; - border-bottom: 1px solid var(--link); - color: var(--text-color); - font-size: 16px; - font-family: var(--font); - padding: 0.25em; - transition: .04s ease-in; - width: 100%; -} -.search-input:hover, -.search-input:focus { - border-bottom: 1px solid var(--link-hover); -} - -/* SECTIONS */ - -div.spsection{ - display: grid; - grid-template-columns: 1fr 1fr 1fr 1fr; - grid-template-rows: auto auto auto auto auto; - margin: 1em; -} -div.spsubsection a { - background: var(--background-bright); - border-radius: 8px; - box-shadow: 5px 5px var(--shadow); - display: block; - margin: 0.25em; - padding: 0.5em; - text-align: center; -} -div.spsubsection a:hover { - background: var(--link-hover); - color: var(--background); -}