added stuff
This commit is contained in:
parent
bda0a22899
commit
c7165ec051
4 changed files with 18 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
--primary-color: #feb938;
|
||||
--secondary-color: #a3741d;
|
||||
--background-color: #000000;
|
||||
--card-bg-color: #080808;
|
||||
--card-bg-color: #101010;
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<div class="card">
|
||||
<h1>amolinae's website</h1>
|
||||
<img src="https://www.gravatar.com/avatar/666833cd7db12b0b25cd6b6a48103cdf?s=250" draggable="false">
|
||||
<p>Here are some links</p>
|
||||
<p>And I could never get enough</p>
|
||||
<div style="margin: 6px;">
|
||||
<div class="links">
|
||||
<ul>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<body>
|
||||
<div class="crt"></div>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
||||
<h1>Favorite Music</h1>
|
||||
<h1>Favorite Artists</h1>
|
||||
<div class="card">
|
||||
<div class="list">
|
||||
<ul style="text-align:center;margin:16px 0 16px 0;">
|
||||
|
|
18
setup.html
18
setup.html
|
@ -17,15 +17,27 @@
|
|||
<ul style="text-align:left;margin:16px 0 16px 0;">
|
||||
<li>Laptop: <a href="https://www.thinkwiki.org/wiki/Category:T480">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>Window Manager: <a href="https://codeberg.org/dwl/dwl">dwl</a> (<a href="https://git.amolinae.com/amolinae06/dwl">obviously my fork</a>)</li>
|
||||
<li>App Launcher: <a href="https://codeberg.org/dnkl/fuzzel">fuzzel</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>Shell: <a href="https://www.zsh.org">zsh</a></li>
|
||||
<li>Browser: <a href="https://librewolf.net">librewolf</a></li>
|
||||
<li>Text Editor: <a href="https://neovim.io/">neovim</a></li>
|
||||
<li>File Manager: <a href="https://github.com/gokcehan/lf">lf</a></li>
|
||||
<li>Text Editor: <a href="https://neovim.io/">neovim</a> (<a href="https://git.amolinae.com/amolinae06/nvim">my config</a>)</li>
|
||||
<li>Music Player: <a href="https://github.com/aome510/spotify-player">spotify-player</a></li>
|
||||
<li>PDF Viewer: <a href="https://pwmt.org/projects/zathura">zathura</a></li>
|
||||
<li>Image Viewer: <a href="https://sr.ht/~exec64/imv">imv</a></li>
|
||||
<li>Media Player: <a href="https://mpv.io">mpv</a></li>
|
||||
<li>Resource Monitor: <a href="https://github.com/aristocratos/btop">btop</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="links">
|
||||
<ul>
|
||||
<a href="https://git.amolinae.com/amolinae06/dotfiles">[ Dotfiles ]</a>
|
||||
<a href="https://git.amolinae.com/amolinae06/installer">[ Installer ]</a>
|
||||
</ul>
|
||||
</div>
|
||||
<a href="https://git.amolinae.com/amolinae06/dotfiles">[ Dotfiles ]</a>
|
||||
</div>
|
||||
<div style="margin-top: 8px;">
|
||||
<a href="index.html">[ Back ]</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue