about summary refs log tree commit diff
path: root/learn
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-08T11·43+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-08T11·43+0000
commit688cd1d912ba2766fc4bdee2069e0c32db4affe4 (patch)
tree98fa704606d3cce346905203dc025e5567fd3627 /learn
parent843e37b04f937247be6e7cc410d39eea8df744ab (diff)
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.
Diffstat (limited to 'learn')
-rw-r--r--learn/README.md4
-rw-r--r--learn/index.html12
2 files changed, 16 insertions, 0 deletions
diff --git a/learn/README.md b/learn/README.md
new file mode 100644
index 000000000000..8f6f19ed5c50
--- /dev/null
+++ b/learn/README.md
@@ -0,0 +1,4 @@
+# Learn
+
+Hosting the content for my website `learn.wpcarro.dev`, where I advertise
+teaching others how to program.
diff --git a/learn/index.html b/learn/index.html
new file mode 100644
index 000000000000..c0ee6fd02641
--- /dev/null
+++ b/learn/index.html
@@ -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>