diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-02 20:54:44 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-02 20:54:44 -0400 |
| commit | b0b971aba04a848c7ffa155cb281ea8fd9b2292e (patch) | |
| tree | 86e8757fa4625f8ed35a624794ed05d9b521481d /views/index.ejs | |
| parent | cc2c3863b0a3ec26e6610163c00b5f8f6aedc716 (diff) | |
| download | alp-website-b0b971aba04a848c7ffa155cb281ea8fd9b2292e.tar.gz alp-website-b0b971aba04a848c7ffa155cb281ea8fd9b2292e.tar.bz2 alp-website-b0b971aba04a848c7ffa155cb281ea8fd9b2292e.zip | |
Added teams in about and some beautifying
Diffstat (limited to 'views/index.ejs')
| -rw-r--r-- | views/index.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/views/index.ejs b/views/index.ejs index 55bfaed..e62eff6 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -8,9 +8,9 @@ <body> <% include ./includes/navbar %> - <div class="jumbotron special-color"> + <div class="jumbotron special-color bounceIn"> <h2 class="display-4">Hello! Welcome to Alee Productions.</h2> - <p class="lead">We are a very small produtions company.</p> + <p class="lead">We are a very small productions company.</p> <hr class="my-4"> <p>If you want to know more about us click the button down below.</p> <a class="btn btn-green btn-lg" href="/about" role="button">Learn more</a> |
