diff options
Diffstat (limited to 'views/about.ejs')
-rw-r--r-- | views/about.ejs | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/views/about.ejs b/views/about.ejs index 1dfb4b0..9dc7a60 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -25,7 +25,23 @@ <%- include("./partials/header.ejs", {title: "About Us"}) %> <div id="navbar-skipper"> - Content here! + <br> + <div class="container"> + <div class="section" id="this-section"> + <!-- The pony who wrote this code is cute. - Scoots --> + <!-- The pony who wrote the above comment is cute. - Twi --> + <a class="section-title" href="#this-section">This section</a> + <p class="section-content"> + We take our work very seriously, as you can see from the comments on this page. + </p> + </div> + <div class="section" id="another-section"> + <a class="section-title" href="#this-section">Another section</a> + <p class="section-content"> + Please don't see our code. Pleaaaaaase! + </p> + </div> + </div> </div> <%- include("./partials/footer.ejs") %>
\ No newline at end of file |