1
0
Fork 0
This commit is contained in:
amolinae 2025-05-13 20:30:14 -06:00
parent 447a2fb668
commit c2bdc95400
3 changed files with 7 additions and 5 deletions

View file

@ -1,7 +1,8 @@
:root { :root {
--primary-color: #feb938; --primary-color: #feb938;
--secondary-color: #a3741d; --secondary-color: #a3741d;
--card-bg-color: #050505; --background-color: #000000;
--card-bg-color: #080808;
} }
* { * {
@ -29,7 +30,7 @@
} }
body { body {
background: linear-gradient(0deg, #00020F 0%, #030416 50%, #020322 100%) no-repeat center fixed; background: var(--background-color);
color: var(--primary-color); color: var(--primary-color);
text-shadow: 1px 1px 10px var(--primary-color); text-shadow: 1px 1px 10px var(--primary-color);
display: flex; display: flex;
@ -77,6 +78,5 @@ a:hover { color: var(--primary-color); text-shadow: 1px 1px 10px var(--primary-c
.list li { margin-top: 8px; } .list li { margin-top: 8px; }
@media only screen and (max-width: 600px) { @media only screen and (max-width: 600px) {
.card { border: none; box-shadow: none; background: none; }
.card img { width: 150px; height: auto; } .card img { width: 150px; height: auto; }
} }

View file

@ -14,8 +14,8 @@
<div class="card"> <div class="card">
<h1>amolinae's website</h1> <h1>amolinae's website</h1>
<img src="https://www.gravatar.com/avatar/666833cd7db12b0b25cd6b6a48103cdf?s=250" draggable="false"> <img src="https://www.gravatar.com/avatar/666833cd7db12b0b25cd6b6a48103cdf?s=250" draggable="false">
<p>What you see is what you get.</p> <p>Here are some links</p>
<div style="margin: 12px;"> <div style="margin: 6px;">
<div class="links"> <div class="links">
<ul> <ul>
<li><a href="contact.html">[ Contact ]</a></li> <li><a href="contact.html">[ Contact ]</a></li>
@ -26,6 +26,7 @@
<div class="links"> <div class="links">
<ul> <ul>
<li><a href="https://git.amolinae.com">[ Git ]</a></li> <li><a href="https://git.amolinae.com">[ Git ]</a></li>
<li><a href="https://void.amolinae.com">[ Void ]</a></li>
<li><a href="https://music.amolinae.com">[ Music ]</a></li> <li><a href="https://music.amolinae.com">[ Music ]</a></li>
</ul> </ul>
</div> </div>

View file

@ -22,6 +22,7 @@
<li>Terminal Emulator: <a href="https://codeberg.org/dnkl/foot">foot</a></li> <li>Terminal Emulator: <a href="https://codeberg.org/dnkl/foot">foot</a></li>
<li>Browser: <a href="https://librewolf.net">librewolf</a></li> <li>Browser: <a href="https://librewolf.net">librewolf</a></li>
<li>Text Editor: <a href="https://neovim.io/">neovim</a></li> <li>Text Editor: <a href="https://neovim.io/">neovim</a></li>
<li>Music Player: <a href="https://github.com/aome510/spotify-player">spotify-player</a></li>
</ul> </ul>
</div> </div>
<a href="https://git.amolinae.com/amolinae06/dotfiles">[ Dotfiles ]</a> <a href="https://git.amolinae.com/amolinae06/dotfiles">[ Dotfiles ]</a>