aboutsummaryrefslogtreecommitdiff
path: root/views/projects.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/projects.ejs')
-rw-r--r--views/projects.ejs18
1 files changed, 18 insertions, 0 deletions
diff --git a/views/projects.ejs b/views/projects.ejs
new file mode 100644
index 0000000..02c98ff
--- /dev/null
+++ b/views/projects.ejs
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <% include ./includes/header %>
+ <title><%= title %></title>
+</head>
+
+<body>
+ <% include ./includes/navbar %>
+ <div class="jumbotron special-color">
+ <h2 class="display-4">Projects</h2>
+ <p class="lead">This is the projects that we are currently working on.</p>
+ </div>
+ <% include ./includes/footer %>
+</body>
+
+</html> \ No newline at end of file