diff --git a/misc/homepages/jared-startpage-EDITED/.gitignore b/misc/homepages/jared-startpage-EDITED/.gitignore deleted file mode 100644 index 5ca0973..0000000 --- a/misc/homepages/jared-startpage-EDITED/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -.DS_Store - diff --git a/misc/homepages/jared-startpage-EDITED/README.md b/misc/homepages/jared-startpage-EDITED/README.md deleted file mode 100644 index 31ccaec..0000000 --- a/misc/homepages/jared-startpage-EDITED/README.md +++ /dev/null @@ -1,4 +0,0 @@ -# [Homepage](https://danggoodcode.com/startpage) -Homepage avaliable for use now at danggoodcode.com/startpage - -![homepage](https://i.redd.it/cbnzq36zj3601.gif) diff --git a/misc/homepages/jared-startpage-EDITED/favicon.png b/misc/homepages/jared-startpage-EDITED/favicon.png deleted file mode 100644 index 627ff2f..0000000 Binary files a/misc/homepages/jared-startpage-EDITED/favicon.png and /dev/null differ diff --git a/misc/homepages/jared-startpage-EDITED/index.html b/misc/homepages/jared-startpage-EDITED/index.html deleted file mode 100644 index 46eadd1..0000000 --- a/misc/homepages/jared-startpage-EDITED/index.html +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - Home - - - - - -
-
-
-
-
-
Welcome Elena
-
-
-
-
-
-
Daily
- -
-
-
Reddit
- -
- -
-
- - - diff --git a/misc/homepages/jared-startpage-EDITED/keyboards-dark.jpg b/misc/homepages/jared-startpage-EDITED/keyboards-dark.jpg deleted file mode 100644 index ed5ed0d..0000000 Binary files a/misc/homepages/jared-startpage-EDITED/keyboards-dark.jpg and /dev/null differ diff --git a/misc/homepages/jared-startpage-EDITED/styles.css b/misc/homepages/jared-startpage-EDITED/styles.css deleted file mode 100644 index 879088e..0000000 --- a/misc/homepages/jared-startpage-EDITED/styles.css +++ /dev/null @@ -1,123 +0,0 @@ -body { - background-image: url("keyboards-dark.jpg"); - background-size: cover; - /* background: #1D1F28; */ - margin: 0px; -} - -.container { - width: 100%; - height: 100vh; - display: flex; - align-items: center; - justify-content: center; - flex-direction: column; -} - -#clock { - font-family: sans-serif; - font-size: 50pt; - font-weight: 400; - font-family: sans-serif; - color: #FDFDFD; - margin-bottom: .25em; -} - -#search { - width: 100%; - height: 100%; - background-color: #282A36; - display: none; - position: absolute; - box-sizing: border-box; - flex-direction: column; - align-items: center; - justify-content: center; -} - -#search-field { - width: 90%; - padding: .75em 1em; - box-sizing: border-box; - background-color: #282A36; - border: solid 0px #282A36; - font-family: sans-serif; - font-size: 15pt; - color: #FDFDFD; - outline: none; - border-radius: 6px; - margin-bottom: 1em; - text-align: center; -} - -.welcome-container { - width: 30%; - background-color: #282A36; - padding: 1em; - border-radius: 6px; - font-family: sans-serif; - font-size: 13pt; - font-weight: 500; - color: #FDFDFD; - text-align: center; -} -.inline { - display: inline-block; -} - -.bookmark-container { - display: flex; - flex-direction: row; - justify-content: center; - width: 55%; - margin: 1em 0em; -} - -@media only screen and (max-width: 960px) { - .container { - height: auto; - } - #clock { - margin-top: 1em; - } - .container > .bookmark-container { - flex-direction: column; - width: 60%; - } - .bookmark-container > .bookmark-set { - width: auto; - margin: 1em 0em; - } -} - -.bookmark-set{ - padding: 1em; - background-color: #282A36; - color: #BEBEC1; - border-radius: 6px; - font-family: sans-serif; - font-size: 12pt; - width: 25%; - height: 10em; - margin: 0em .5em; -} -.bookmark-inner-container { - overflow-y: hidden; - height: 80%; - vertical-align: top; -} -.bookmark-title { - font-size: 13pt; - font-weight: 500; - color: #FDFDFD; - margin: 0em 0em .35em 0em; -} -.bookmark { - text-decoration: none; - color: #BEBEC1; - display:block; - margin: .5em 0em; -} -.bookmark:hover { - color: #FDFDFD; -}