32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="index.css">
|
|
<link href="favicon.png" rel="icon"/>
|
|
<title>amolinae's website</title>
|
|
<meta name=description content="">
|
|
</head>
|
|
<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>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>
|
|
</div>
|
|
<a href="https://git.amolinae.com/amolinae06/dotfiles">[ Dotfiles ]</a>
|
|
</div>
|
|
<div style="margin-top: 8px;">
|
|
<a href="index.html">[ Back ]</a>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
|