From 8ed15bda3904cf724c3e8350466a13ff5ace8a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Sun, 14 Nov 2021 21:14:50 +0100 Subject: [PATCH 1/2] update marks --- README.md | 2 -- index.html | 32 +++++++++++++++++++++++--------- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index f5d1b89..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,3 +1 @@ -# starpage -A custom browser startpage. Inspired by [kennetcheo](https://github.com/kennethcheo/startpage). diff --git a/index.html b/index.html index 8c2525c..e6451f5 100644 --- a/index.html +++ b/index.html @@ -15,23 +15,37 @@

~/

+
+

devnews

+
  • el reg
  • +
  • hackaday
  • +
  • gamingonlinux
  • +
    +

    hlab

    +
  • authentik
  • +
  • ramiel
  • +
  • pbs
  • - \ No newline at end of file + From 17004bbb9e89e0b790363b60d6849152a4c69be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Thu, 18 Nov 2021 15:52:35 +0100 Subject: [PATCH 2/2] add ddg search --- index.html | 16 +++++++++++++++- style.css | 17 ++++++++++++++--- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e6451f5..9d44520 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,25 @@ ~ +

    ~/

    -
    +
    + + +
    + +

    social

  • reddit
  • diff --git a/style.css b/style.css index 3ad5d5e..d43b004 100644 --- a/style.css +++ b/style.css @@ -21,7 +21,7 @@ img { float: left; margin-left: 10%; max-width: 30%; - height: auto; + height: auto; border-radius: 2%; } @@ -35,7 +35,18 @@ a { } .bookmarks { - width: 20%; + width: 20%; display: inline-block; padding: 2em; -} \ No newline at end of file +} + +.search-input { + + background-color: transparent; + font-family: 'Comfortaa', cursive; + text-align: center; + color: cyan; + border: 0px; + border-bottom: 1px solid; + text-align: left; +}