www/about.html

38 lines
1009 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>
2021-05-08 16:05:44 +00:00
Hello and welcome! I am learning different programming languages. My main is Python.<br> Want to learn: C, Lisp, Haskell, Go, Rust, NASM, ... <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>
2021-04-30 10:21:16 +00:00
<li> ~> $EDITOR=EMACS with EVIL mode (on my main machine) </li>
2021-05-05 07:05:57 +00:00
<li> ~> $WM=exwm+dwm </li>
2021-04-27 17:58:23 +00:00
<li> ~> $BROWSERS=
<ul>
2021-05-05 07:05:57 +00:00
<li>~> $WEB=firefox,surf,lynx,eww;</li>
<li>~> $GEMINI=amfora,bombadillo,elpher;</li>
<li>~> $GOPHER=bombadillo,elpher</li>
2021-04-27 17:58:23 +00:00
</ul>
</li>
2021-05-05 07:05:57 +00:00
<li> ~> $TERMINAL=st </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>