diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-02 20:54:44 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-02 20:54:44 -0400 |
| commit | b0b971aba04a848c7ffa155cb281ea8fd9b2292e (patch) | |
| tree | 86e8757fa4625f8ed35a624794ed05d9b521481d /views/projects.ejs | |
| parent | cc2c3863b0a3ec26e6610163c00b5f8f6aedc716 (diff) | |
| download | alp-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.ejs | 18 |
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 |
