diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-16 00:44:47 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-16 00:44:47 -0400 |
| commit | be5c14ffa4b10e1586b68f94669093146df9d452 (patch) | |
| tree | 26e73b126d291e84df7d4289acf65286e0a6a81f /views/about.ejs | |
| parent | b0411efcf2459566888abf34c7524d67fb3add54 (diff) | |
| download | alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.gz alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.tar.bz2 alp-website-be5c14ffa4b10e1586b68f94669093146df9d452.zip | |
Added transitions, community rules, git projects and etc
Diffstat (limited to 'views/about.ejs')
| -rw-r--r-- | views/about.ejs | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/views/about.ejs b/views/about.ejs index d5ed41f..b1f863e 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -6,8 +6,9 @@ <% include ./includes/header %> </head> -<body> +<body class="dark"> <% include ./includes/navbar %> + <div class="animsition"> <div class="jumbotron special-color"> <h2 class="display-4">About Alee Productions</h2> <p class="lead">Alee Productions is a productions company by Andrew Lee that focuses on making videos and software. @@ -22,7 +23,7 @@ Productions just to make the company more professional.</p> <h1>FAQ</h1> - <ul style="list-style-type:none;"> + <ul class="none"> <h4> <li>Q: Why did you create Alee Productions?</li> <li>A: Reason why I want to create this is because I want to make my own things as a passion also @@ -50,10 +51,12 @@ </div> </div> <h1>Credits</h1> + <p>Website is powered by Express.JS, EJS and Material Design Bootstrap.</p> <p>This project is open source meaning that you can help <a href="https://github.com/aleeproductions/website">contribute</a> to this website.</p> </div> <% include ./includes/scripts %> <% include ./includes/footer %> + </div> </body> </html>
\ No newline at end of file |
