diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..be7017b --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) [2023] [Josh Severo] + +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. \ No newline at end of file diff --git a/README.md b/README.md index 23f1135..f00c2d2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # My personal links page +To add links, edit the `links.md` file and follow this format: + +``` +- Site Name | https://your.site +``` + +### Please don't remove my credit \ No newline at end of file diff --git a/index.html b/index.html index 9fd7479..d35d51f 100644 --- a/index.html +++ b/index.html @@ -10,5 +10,8 @@ + \ No newline at end of file diff --git a/style.css b/style.css index 2279b29..d2cf49b 100644 --- a/style.css +++ b/style.css @@ -23,7 +23,7 @@ body { border-radius: 10px; text-align: center; width: 200px; - font-size: 16px; + font-size: 20px; font-family: 'Abril-Fatface', sans-serif; position: relative; } @@ -71,3 +71,18 @@ a { visibility: visible; opacity: 1; } + +footer { + position: absolute; + bottom: 10px; + left: 10px; + font-size: 12px; + color: #999; + font-size: 16px; + font-family: 'Abril-Fatface', sans-serif; +} + +footer a { + color: #F43F5E; + text-decoration: none; +} \ No newline at end of file