From f9e1a163ee7c5ca4acb689634e77f073f536d56a Mon Sep 17 00:00:00 2001 From: kennethcheo Date: Sat, 9 Oct 2021 20:26:12 +0800 Subject: Minor fixes, Update README, Add License --- LICENSE | 21 +++++++++++++++++++++ README.md | 12 ++++++++---- index.html | 3 ++- screenshot.JPG | Bin 74177 -> 0 bytes style.css | 1 - 5 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 LICENSE delete mode 100644 screenshot.JPG diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..dde5150 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) [2021] [kennethcheo] + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index 2bd75c1..c180174 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # Startpage -Custom browser startpage. +Custom browser startpage: +- Font: Fira Code +- Colorscheme: Gruvbox Dark +- Cat Gif: [Here](https://twitter.com/avogado6/status/1165595520967954432?s=19) -Font: Fira Code - -Colorscheme: Gruvbox Dark +[Live Preview](https://kennethcheo.github.io/startpage/) ![startpage](startpage.gif)

cat

+ +## Todo: +- Turn blinking caret into working search bar diff --git a/index.html b/index.html index 9c9e2c7..b2a2a53 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,7 @@
  • gmail
  • outlook
  • linkedin
  • +
  • vim
  • @@ -34,7 +35,7 @@ diff --git a/screenshot.JPG b/screenshot.JPG deleted file mode 100644 index c67a43f..0000000 Binary files a/screenshot.JPG and /dev/null differ diff --git a/style.css b/style.css index bbf506a..96fee77 100644 --- a/style.css +++ b/style.css @@ -28,7 +28,6 @@ html, body { grid-area: right; height: 50%; width: 100%; - /* border: 1px solid white; */ } .gif img { -- cgit v1.2.3