Add skills

This commit is contained in:
Anthony Wang 2021-07-19 10:12:44 -05:00
parent 046539e814
commit b4c1b30d39
Signed by untrusted user: a
GPG key ID: BC96B00AEC5F2D76

31
about/skills/index.html Normal file
View file

@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>Skills</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>Skills</h2>
<h3>Advanced experience</h3>
<p>
C++, Python, Git, Linux (specifically Arch Linux and Ubuntu)
</p>
<br>
<h3>Some experience</h3>
<p>
C, Java, Bash, LaTeX, Docker, QEMU/KVM, HTML, CSS, Windows, SageMath, nginx
</p>
<br>
<h3>I've used it a few times</h3>
<p>
Lua, Common Lisp, Haskell, Rust, Go, Julia, C#, JavaScript, TypeScript, PHP, Perl, R, Ruby, Android, macOS, Mathematica, Maple, TensorFlow, CUDA, Heroku, Vercel, Azure
</p>
<br>
</div>
</body>
</html>