diff --git a/README.md b/README.md index e69de29..8b13789 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ + diff --git a/aboutme.html b/aboutme.html index ec3fe51..93afdac 100644 --- a/aboutme.html +++ b/aboutme.html @@ -15,7 +15,8 @@ <div class="card"> <p>Linux enthusiast.</p> <p>Listen to Music.</p> - <p>The usual stuff.</p> + <p>Likes Self-hosting.</p> + <p>And other stuff.</p> </div> <div style="margin-top: 8px;"> <a href="index.html">[ Back ]</a> diff --git a/contact.html b/contact.html index 860e36f..67e537c 100644 --- a/contact.html +++ b/contact.html @@ -15,7 +15,6 @@ <div class="card"> <div class="list"> <ul> - <li><a href="https://steamcommunity.com/id/amolinae">[ Steam ]</a></li> <li><a href="mailto:amolinae06@protonmail.com">[ E-Mail ]</a></li> <li><a href="https://github.com/amolinae06">[ Github ]</a></li> <li><a href="https://gitlab.com/amolinae06">[ Gitlab ]</a></li> diff --git a/index.css b/index.css index a61090a..9117980 100644 --- a/index.css +++ b/index.css @@ -47,13 +47,10 @@ a { color: var(--secondary-color); } -a:hover { - color: var(--primary-color); - text-shadow: 1px 1px 10px var(--primary-color); -} +a:hover { color: var(--primary-color); text-shadow: 1px 1px 10px var(--primary-color); } .card { - border: 3px solid var(--primary-color); + border: 4px solid var(--primary-color); box-shadow: 0px 0px 8px var(--primary-color); background: var(--card-bg-color); border-radius: 5%; @@ -72,13 +69,11 @@ a:hover { margin-top: 16px; } -.card p { - margin-top: 16px; - margin-bottom: 8px; -} +.card p { margin-top: 16px; margin-bottom: 8px; } .links ul { - display: flex; + display: flex; + flex-wrap: wrap; align-items: center; justify-content: center; } @@ -93,8 +88,5 @@ a:hover { background: none; } - .card img { - width: 150px; - height: auto; - } + .card img { width: 150px; height: auto; } } diff --git a/index.html b/index.html index 5a2c782..19c55ff 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ <link href="https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet"> <div class="card"> <h1>amolinae's website</h1> - <img src="https://www.gravatar.com/avatar/666833cd7db12b0b25cd6b6a48103cdf?s=150" draggable="false"> + <img src="https://www.gravatar.com/avatar/666833cd7db12b0b25cd6b6a48103cdf?s=250" draggable="false"> <p>Now with a 100% less Javascript!</p> <div style="margin: 12px;"> <div class="links"> diff --git a/setup.html b/setup.html index ea0e635..2f69f50 100644 --- a/setup.html +++ b/setup.html @@ -14,13 +14,14 @@ <h1>Setup</h1> <div class="card"> <div class="list"> - <ul style="text-align:left; margin:16px 0 16px 0;"> - <li>- Laptop: <a href="https://download.lenovo.com/pccbbs/pubs/t480/html_en/index_en.html">Thinkpad T480</a></li> - <li>- Operating System: <a href="https://artixlinux.org/">Artix Linux</a></li> - <li>- Window Manager: <a href="https://codeberg.org/dwl/dwl">dwl</a></li> - <li>- Terminal Emulator: <a href="https://codeberg.org/dnkl/foot">foot</a></li> - <li>- Text Editor: <a href="https://neovim.io/">neovim</a></li> - </ul> + <ul style="text-align:left;margin:16px 0 16px 0;"> + <li>Laptop: <a href="">Thinkpad T480</a></li> + <li>Operating System: <a href="https://alpinelinux.org">Alpine Linux</a></li> + <li>Window Manager: <a href="https://codeberg.org/dwl/dwl">dwl</a></li> + <li>C Compiler: <a href="https://www.bellard.org/tcc/">tcc</a></li> + <li>Terminal Emulator: <a href="https://codeberg.org/dnkl/foot">foot</a></li> + <li>Text Editor: <a href="https://neovim.io/">neovim</a></li> + </ul> </div> <a href="https://git.amolinae.com/amolinae06/dotfiles">[ Dotfiles ]</a> </div>