Add content for learn.wpcarro.dev

See the README.md for more context about this project.

TODO: I configure nginx to serve static files from /var/www/learn. I'd like to
symlink /var/www/learn to briefcase/learn as part of my `rebuild` script, but I
don't currently.
This commit is contained in:
William Carroll 2020-03-08 11:43:33 +00:00
parent 843e37b04f
commit 688cd1d912
2 changed files with 16 additions and 0 deletions

4
learn/README.md Normal file
View file

@ -0,0 +1,4 @@
# Learn
Hosting the content for my website `learn.wpcarro.dev`, where I advertise
teaching others how to program.

12
learn/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Learn to program" />
<title>Learn to program</title>
</head>
<body>
<h1>Interested in learning how to program?</h1>
</body>
</html>