www/about.html

38 lines
1021 B
HTML
Raw Normal View History

2021-04-25 18:34:57 +00:00
<!DOCTYPE html>
<html>
2021-04-27 07:22:06 +00:00
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2021-04-25 18:34:57 +00:00
<meta charset="UTF-8">
<title>About</title>
2021-04-27 07:22:06 +00:00
<link rel="stylesheet" href="style.css">
2021-04-25 18:34:57 +00:00
</head>
2021-04-27 07:22:06 +00:00
<body>
<div id="content">
2021-04-25 18:34:57 +00:00
<h1>About me</h1>
<hr>
2021-05-08 16:00:12 +00:00
<p>
Hello and welcome! I am learning different programming languages. My main is Python.<br> I would like to learn: Lisp, Haskell, Go, Rust, NASM, Perl, ... <br>
2021-05-10 11:27:50 +00:00
Interested in different non-windows operation systems: Linux, Plan 9, FreeBSD. Also want to make web less heavy.
2021-05-08 16:00:12 +00:00
</p>
<hr>
<h3>
Some tools that I use:
</h3>
2021-04-25 18:34:57 +00:00
<ul>
<li> ~> $DISTRO=ARCH </li>
<li> ~> $EDITOR=EMACS (on my main machine) </li>
<li> ~> $WM=qtile </li>
2021-04-27 17:58:23 +00:00
<li> ~> $BROWSERS=
<ul>
2021-05-31 05:31:51 +00:00
<li>~> $WEB=qutebrowser,firefox,surf,lynx,eww;</li>
2021-05-05 07:05:57 +00:00
<li>~> $GEMINI=amfora,bombadillo,elpher;</li>
<li>~> $GOPHER=bombadillo,elpher</li>
2021-04-27 17:58:23 +00:00
</ul>
</li>
<li> ~> $TERMINAL=alacritty </li>
2021-04-27 17:58:23 +00:00
<li> ~> $OTHER_TOOLS=tmux </li>
2021-04-25 18:34:57 +00:00
</ul>
2021-04-27 07:22:06 +00:00
</div>
2021-04-25 18:34:57 +00:00
</body>
</html>