From e273d25e39ff279b53e73edecdabdfb145df363c Mon Sep 17 00:00:00 2001 From: dalfuss Date: Wed, 18 Mar 2026 15:45:26 +0100 Subject: [PATCH] fixed some css --- LICENSE | 21 -------------------- README.md | 47 -------------------------------------------- assets/css/style.css | 21 ++++++++------------ index.html | 16 ++------------- 4 files changed, 10 insertions(+), 95 deletions(-) delete mode 100644 LICENSE delete mode 100644 README.md diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 9cbf902..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2023 Vitor Antoni - -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 deleted file mode 100644 index e329cbc..0000000 --- a/README.md +++ /dev/null @@ -1,47 +0,0 @@ -# Linktree Template -### Presentation -Hi there. How are you? Hope you're fine. 😁 - -In this repository, I would like to make available a website template for people who wants to share your's most important links in any social media. It's very customizable, so you are able to make any changes that you wants. - -If necessary, feel free for ask or suggest me about anything. Intend to monitor this repository every day. - -## đŸŽ¯ Website demo -![Website Demo](https://github.com/vitor-antoni/linktree-template/blob/main/assets/gif-readme/gif-readme.gif) - - -## đŸ’ģ Somethings you can do -The `index.html` can imports two differents snowfall effects, but you must choose between one of these. -> Don't use both at the same time, it might seem a little strange. - -If you want to keep default effect, don't change the lines where are this code: -``` - -
-
-
-
-
- -``` - -But, if you want, comment this code above. After commenting the code above, go to the end of `index.html`, you may see a code code like that: -``` - -``` -Uncomment this code and press `ctrl+s` for see the updates in your website. - -## 📑 Additional Information -This project was developed to contribute to the *open source* movement. Therefore, it doesn't have any complex code here. - -I liked this project so much that I used it to develop a website for myself. You can see it [clicking here](https://links.vitor-antoni.com.br). - -Furthermore, I must to give the credit to these people, that I got some pieces of code from their own projects to develop this. - -[ÂŠī¸ johnggli](https://github.com/johnggli/linktree)
-[ÂŠī¸ SamirPaul1](https://github.com/SamirPaul1/links) - -In case you are interested to follow or conected with me on LinkedIn, you can do it in this link: [LinkedIn](linkedin.com/in/vitor-silva-de-antoni/) diff --git a/assets/css/style.css b/assets/css/style.css index 608312a..7afe67b 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -156,19 +156,6 @@ display-imagebody,html{ font-weight:600 } -.color-white{ - color:#fff -} -.color-gray{ - color:hsla(0,0%,100%,.9) -} -.color-dark{ - color:#222 -} -.color-danger{ - color:#ff4963 -} - .page-bg{ position:fixed; inset:0; @@ -830,6 +817,14 @@ display-imagebody,html{ .embed-wrap-inside:after{ width:93% } + + .main-container { + padding: 1rem; + } + + .header { + padding: 3rem 0 1.5rem; + } } @media (max-width:480px){ diff --git a/index.html b/index.html index 81a593e..0147eac 100644 --- a/index.html +++ b/index.html @@ -32,13 +32,6 @@ -
@@ -337,7 +330,7 @@

- + @@ -426,12 +419,7 @@ - + - - \ No newline at end of file