aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkennethcheo <kennethcheo1@gmail.com>2021-10-09 20:26:12 +0800
committerkennethcheo <kennethcheo1@gmail.com>2021-10-09 20:26:12 +0800
commitf9e1a163ee7c5ca4acb689634e77f073f536d56a (patch)
treef5446a4aeac398eaae9967fc1fbc2aa25134674f
parent8264ff72f357bb8a3a5423e0496f56379ba7028e (diff)
downloadstartpage-f9e1a163ee7c5ca4acb689634e77f073f536d56a.tar.xz
startpage-f9e1a163ee7c5ca4acb689634e77f073f536d56a.zip
Minor fixes, Update README, Add License
-rw-r--r--LICENSE21
-rw-r--r--README.md12
-rw-r--r--index.html3
-rw-r--r--screenshot.JPGbin74177 -> 0 bytes
-rw-r--r--style.css1
5 files changed, 31 insertions, 6 deletions
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)
<p style="text-align: center;">cat</p>
+
+## 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 @@
<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
deleted file mode 100644
index c67a43f..0000000
--- a/screenshot.JPG
+++ /dev/null
Binary files 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 {