aboutsummaryrefslogtreecommitdiff
path: root/views/projects.ejs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-02 20:54:44 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-02 20:54:44 -0400
commitb0b971aba04a848c7ffa155cb281ea8fd9b2292e (patch)
tree86e8757fa4625f8ed35a624794ed05d9b521481d /views/projects.ejs
parentcc2c3863b0a3ec26e6610163c00b5f8f6aedc716 (diff)
downloadalp-website-b0b971aba04a848c7ffa155cb281ea8fd9b2292e.tar.gz
alp-website-b0b971aba04a848c7ffa155cb281ea8fd9b2292e.tar.bz2
alp-website-b0b971aba04a848c7ffa155cb281ea8fd9b2292e.zip
Added teams in about and some beautifying
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