aboutsummaryrefslogtreecommitdiff
path: root/views/index.ejs
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-08-16 00:44:47 -0400
committerAndrew Lee <alee14498@gmail.com>2019-08-16 00:44:47 -0400
commitbe5c14ffa4b10e1586b68f94669093146df9d452 (patch)
tree26e73b126d291e84df7d4289acf65286e0a6a81f /views/index.ejs
parentb0411efcf2459566888abf34c7524d67fb3add54 (diff)
downloadalp-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/index.ejs')
-rw-r--r--views/index.ejs7
1 files changed, 4 insertions, 3 deletions
diff --git a/views/index.ejs b/views/index.ejs
index 2264fa5..5106f0d 100644
--- a/views/index.ejs
+++ b/views/index.ejs
@@ -6,10 +6,11 @@
<% include ./includes/header %>
</head>
-<body>
+<body class="dark">
<% include ./includes/navbar %>
+ <div class="animsition">
<!--Jumbotron-->
- <div class="jumbotron special-color bounceIn">
+ <div class="jumbotron special-color bounceIn white-text">
<h2 class="display-4">Hello! Welcome to Alee Productions.</h2>
<p class="lead">We are a very small productions company.</p>
<hr class="my-4">
@@ -126,10 +127,10 @@
</div>
<script>
console.log("Welcome to Alee Productions :)");
- alert("Please note that this website is under active development and bugs may occur.\nIf there's any report it to the GitHub repo.");
</script>
<% include ./includes/scripts %>
<% include ./includes/footer %>
+ </div>
</body>
</html> \ No newline at end of file