aboutsummaryrefslogtreecommitdiff
path: root/src/projects
diff options
context:
space:
mode:
Diffstat (limited to 'src/projects')
-rw-r--r--src/projects/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/projects/index.html b/src/projects/index.html
new file mode 100644
index 0000000..9d46714
--- /dev/null
+++ b/src/projects/index.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ :!t | Projects:!/t
+ :?src/templates/inner-head.html
+ </head>
+ <body>
+ :?src/templates/nav.html
+ :?src/templates/body-top.html
+ <article>
+ <section id="projects">
+ <br>
+ <div class="card">
+ <div>
+ <span class="card-head">
+ Projects:!refprojects:!/ref
+ </span>
+ <hr>
+ <div class="card-body">
+ <p>
+ A list of current projects.
+ </p>
+ </div>
+ </div>
+ </div>
+ :?src/templates/body-bottom.html
+ </body>
+</html> \ No newline at end of file