diff options
author | Minteck <contact@minteck.org> | 2022-07-22 12:04:14 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-22 12:04:14 +0200 |
commit | 87351361f00504c71aa467e1247a0d6720e404d6 (patch) | |
tree | d9b852796b69c18f59408b51133b50519f9a677c /views/about.ejs | |
parent | 0b2213ab8dbc211a6e1982f7572646735df17689 (diff) | |
download | vaportrail-87351361f00504c71aa467e1247a0d6720e404d6.tar.gz vaportrail-87351361f00504c71aa467e1247a0d6720e404d6.tar.bz2 vaportrail-87351361f00504c71aa467e1247a0d6720e404d6.zip |
New pages and stuff, with @CloudburstSys
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 |