diff options
author | kennethcheo <kennethcheo1@gmail.com> | 2021-10-09 20:26:12 +0800 |
---|---|---|
committer | kennethcheo <kennethcheo1@gmail.com> | 2021-10-09 20:26:12 +0800 |
commit | f9e1a163ee7c5ca4acb689634e77f073f536d56a (patch) | |
tree | f5446a4aeac398eaae9967fc1fbc2aa25134674f | |
parent | 8264ff72f357bb8a3a5423e0496f56379ba7028e (diff) | |
download | startpage-f9e1a163ee7c5ca4acb689634e77f073f536d56a.tar.xz startpage-f9e1a163ee7c5ca4acb689634e77f073f536d56a.zip |
Minor fixes, Update README, Add License
-rw-r--r-- | LICENSE | 21 | ||||
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | screenshot.JPG | bin | 74177 -> 0 bytes | |||
-rw-r--r-- | style.css | 1 |
5 files changed, 31 insertions, 6 deletions
@@ -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. @@ -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) <p style="text-align: center;">cat</p> + +## Todo: +- Turn blinking caret into working search bar @@ -27,6 +27,7 @@ <li><a href="https://gmail.com">gmail</a></li> <li><a href="https://outlook.office.com">outlook</a></li> <li><a href="https://linkedin.com">linkedin</a></li> + <li><a href="https://vim.rtorr.com/">vim</a></li> </div> </div> @@ -34,7 +35,7 @@ <div class="links"> <li class="title">dev</li> <li><a href="https://github.com/">github</a></li> - <li><a href="https://github.com/">lobste.rs</a></li> + <li><a href="https://lobste.rs/">lobste.rs</a></li> <li><a href="https://mankier.com/">mankier</a></li> <li><a href="https://devdocs.io/">devdocs</a></li> </div> diff --git a/screenshot.JPG b/screenshot.JPG Binary files differdeleted file mode 100644 index c67a43f..0000000 --- a/screenshot.JPG +++ /dev/null @@ -28,7 +28,6 @@ html, body { grid-area: right; height: 50%; width: 100%; - /* border: 1px solid white; */ } .gif img { |