updates
This commit is contained in:
parent
447a2fb668
commit
c2bdc95400
3 changed files with 7 additions and 5 deletions
|
@ -1,7 +1,8 @@
|
|||
:root {
|
||||
--primary-color: #feb938;
|
||||
--secondary-color: #a3741d;
|
||||
--card-bg-color: #050505;
|
||||
--background-color: #000000;
|
||||
--card-bg-color: #080808;
|
||||
}
|
||||
|
||||
* {
|
||||
|
@ -29,7 +30,7 @@
|
|||
}
|
||||
|
||||
body {
|
||||
background: linear-gradient(0deg, #00020F 0%, #030416 50%, #020322 100%) no-repeat center fixed;
|
||||
background: var(--background-color);
|
||||
color: var(--primary-color);
|
||||
text-shadow: 1px 1px 10px var(--primary-color);
|
||||
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; }
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
.card { border: none; box-shadow: none; background: none; }
|
||||
.card img { width: 150px; height: auto; }
|
||||
}
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
<div class="card">
|
||||
<h1>amolinae's website</h1>
|
||||
<img src="https://www.gravatar.com/avatar/666833cd7db12b0b25cd6b6a48103cdf?s=250" draggable="false">
|
||||
<p>What you see is what you get.</p>
|
||||
<div style="margin: 12px;">
|
||||
<p>Here are some links</p>
|
||||
<div style="margin: 6px;">
|
||||
<div class="links">
|
||||
<ul>
|
||||
<li><a href="contact.html">[ Contact ]</a></li>
|
||||
|
@ -26,6 +26,7 @@
|
|||
<div class="links">
|
||||
<ul>
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<li>Terminal Emulator: <a href="https://codeberg.org/dnkl/foot">foot</a></li>
|
||||
<li>Browser: <a href="https://librewolf.net">librewolf</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>
|
||||
</div>
|
||||
<a href="https://git.amolinae.com/amolinae06/dotfiles">[ Dotfiles ]</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue