diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-14 00:02:07 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-14 00:02:07 -0400 |
| commit | 9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff (patch) | |
| tree | ea2bf902f18cca1e274a23242e32f8defc5b115f /views/about.ejs | |
| parent | 28d318a54ba77dc381ba0c92f9adc7b29e0abac3 (diff) | |
| download | alp-website-9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff.tar.gz alp-website-9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff.tar.bz2 alp-website-9e9e6d5673d03d7d1e55f3a592f4d2534dffb4ff.zip | |
Tweaking
Diffstat (limited to 'views/about.ejs')
| -rw-r--r-- | views/about.ejs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/views/about.ejs b/views/about.ejs index 2f28498..d5ed41f 100644 --- a/views/about.ejs +++ b/views/about.ejs @@ -10,7 +10,7 @@ <% include ./includes/navbar %> <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 games. + <p class="lead">Alee Productions is a productions company by Andrew Lee that focuses on making videos and software. </p> </div> <div class="container"> @@ -29,7 +29,7 @@ sharing it to the public and to make it as a career.</li> <br> - <li>Q: Why did you call this Alee Productions?</li> + <li>Q: Why did you call this productions company Alee Productions?</li> <li>A: As you know my name is Andrew Lee and my name starts with an "A" and combine it with "Lee" you get "Alee". :)</li> </h4> </ul> @@ -49,6 +49,8 @@ </p> </div> </div> + <h1>Credits</h1> + <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 %> |
