aboutsummaryrefslogtreecommitdiff
path: root/views/index.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/index.ejs')
-rw-r--r--views/index.ejs26
1 files changed, 26 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs
new file mode 100644
index 0000000..b618586
--- /dev/null
+++ b/views/index.ejs
@@ -0,0 +1,26 @@
+<%- include("./partials/header.ejs", {title: "Home"}) %>
+<div id="hero">
+ <div id="hero-inner">
+ <div>
+ <div id="hero-title-1">We are The Cuties!</div>
+ <div id="hero-title-2">The two pegasi making stuff with their wings</div>
+ </div>
+ </div>
+</div>
+<div id="hero-skipper">
+ <div id="intro-bar"></div>
+ <br>
+ <img src="/assets/ponies.png" class="home-people-image">
+ <div class="home-people-text">Stronger when we're together</div>
+
+ <br>
+ <div class="container">
+ <p><b>Welcome to our shared website!</b></p>
+ <p>This is where we talk about our common projects and (more generally) the kind of stuff we do together every day. We are both plural pegasus ponies who dream of living in Equestria (and/or together) and being happy. Hope you like our website!</p>
+
+ <p><b>The kind of stuff we do...</b></p>
+ <p><i>Nothing for now -_-, but feel free to check later!</i></p>
+ </div>
+</div>
+<script src="/assets/scroll.js"></script>
+<%- include("./partials/footer.ejs") %> \ No newline at end of file