From 5aefe52c18b121860882a45b0d99c1d794e20447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Cort=C3=A9s?= Date: Fri, 5 Apr 2019 01:28:32 -0300 Subject: [PATCH] first! basic start page --- custom.css | 37 ++++++++++++++++++++++++++++++++++ index.html | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 96 insertions(+) create mode 100644 custom.css create mode 100644 index.html diff --git a/custom.css b/custom.css new file mode 100644 index 0000000..483beb0 --- /dev/null +++ b/custom.css @@ -0,0 +1,37 @@ +body { + background: #272822; + line-height: 1.4em; + letter-spacing: .1em; +} + +.flex { + display: flex; + margin-left: 10vw; + justify-content: center; + height: 100vh; + flex-direction: column; +} + +.title { + color: #a6e22e; + display: inline-block; + text-align: right +} + +.separator { + color: #f4bf75; + display: inline-block; +} + +.item { + text-decoration: none; + color: #66d9ef; + display: inline-block; +} + +.item:hover { + text-decoration: none; + color: #a1efe4; + display: inline-block; + transition: color .5s; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..2a7af87 --- /dev/null +++ b/index.html @@ -0,0 +1,59 @@ + + + + + Start + + + + +
+
+ reddit + » + /r/unixporn + /r/chile + /r/programming + /r/vim + /r/piracy +
+
+ 4chan + » + /wg/ + /v/ + /x/ +
+
+ agregators + » + hacker_news + dev.to +
+
+ search + » + duckduckgo + google + wiki + images +
+
+ blogs + » + drew_devault + luke_smith + bisqwit + hookrace + julia_evans + uf4no + quanttype + joem + craig + nurkiewicz + castel +
+
+ + +