diff options
author | Minteck <contact@minteck.org> | 2022-07-22 16:17:20 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-22 16:17:20 +0200 |
commit | 70397b7ef4f512ac21535d2a8fcf44dac51c8eb5 (patch) | |
tree | 01987cc830744b1886690689b8ee83ba2781cac6 /views/about.ejs | |
parent | 87351361f00504c71aa467e1247a0d6720e404d6 (diff) | |
download | vaportrail-70397b7ef4f512ac21535d2a8fcf44dac51c8eb5.tar.gz vaportrail-70397b7ef4f512ac21535d2a8fcf44dac51c8eb5.tar.bz2 vaportrail-70397b7ef4f512ac21535d2a8fcf44dac51c8eb5.zip |
I guess it's done?
Diffstat (limited to 'views/about.ejs')
-rw-r--r-- | views/about.ejs | 50 |
1 files changed, 40 insertions, 10 deletions
diff --git a/views/about.ejs b/views/about.ejs index 9dc7a60..8ecb333 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -26,20 +26,50 @@ <div id="navbar-skipper"> <br> + <h2 style="text-align: center;">About Us</h2> + <p style="text-align: center;margin-bottom:20px;">We're two fluffy birb horses!</p> <div class="container"> - <div class="section" id="this-section"> + <div class="section" id="why-shared-website"> <!-- 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> + <a class="section-title" href="#why-shared-website">Why do we have a shared website?</a> + <div class="section-content"> + We have a shared website for several reasons, but one of them is simply because we think it's cool honestly.<br> + We also already share basically everything, so why not share a website as well? + </div> </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 class="section" id="languages-we-know"> + <a class="section-title" href="#languages-we-know">What languages do we know?</a> + <div class="section-content"> + We both know...<br> + <div class="language-icon-wrapper"> + <img title="HTML" class="language-icon" src="/assets/languages/html.svg"> + <img title="JavaScript" class="language-icon" src="/assets/languages/javascript.svg"> + <img title="TypeScript" class="language-icon" src="/assets/languages/typescript.svg"> + <img title="PHP" class="language-icon" src="/assets/languages/php.svg"> + <img title="Python" class="language-icon" src="/assets/languages/python.svg"> + </div><br> + The ponies in the Cloudburst System also know...<br> + <div class="language-icon-wrapper"> + <img title="C#" class="language-icon" src="/assets/languages/csharp.svg"> + </div><br> + The ponies in the Raindrops System also know...<br> + <div class="language-icon-wrapper"> + <img title="Kotlin" class="language-icon" src="/assets/languages/kotlin.svg"> + </div> + </div> + </div> + <div class="section" id="legal-notices"> + <a class="section-title" href="#legal-notices">Your usual annoying legal stuff</a> + <div class="section-content"> + Yes yes we know this stuff is annoying, but alas we do need to mention it. + <div class="list-group" id="legal-notices-block"> + <a class="list-group-item list-group-item-action" href="https://legal.equestria.horse/privacy">Data Privacy</a> + <a class="list-group-item list-group-item-action" href="https://legal.equestria.horse/terms">Terms and Conditions</a> + <a class="list-group-item list-group-item-action" href="https://legal.equestria.horse/sla">Quality of Service Policy</a> + <a class="list-group-item list-group-item-action" href="https://legal.equestria.horse/notices">General Legal Notices</a> + </div> + </div> </div> </div> </div> |