summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2021-12-30 11:23:55 +0100
committerMinteck <contact@minteck.org>2021-12-30 11:23:55 +0100
commit32fc8db91f67527baa96c357518e2f6dd030090b (patch)
treeb30c28e7236675889d46449e2f566c7e104129ea /index.html
downloadpony-32fc8db91f67527baa96c357518e2f6dd030090b.tar.gz
pony-32fc8db91f67527baa96c357518e2f6dd030090b.tar.bz2
pony-32fc8db91f67527baa96c357518e2f6dd030090b.zip
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..e425153
--- /dev/null
+++ b/index.html
@@ -0,0 +1,56 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Did you say ponies?</title>
+ <link rel="stylesheet" href="/assets/main.css">
+ <link rel="icon" href="/assets/icon.png">
+</head>
+<body>
+
+<br>
+<br>
+<div id="header" class="b container">
+ <div>
+ <img src="/assets/ponies/home.gif" id="home-pony" class="pony" alt="">
+ <p id="header-fact"><small>(yes, I like Rainbow Dash a lot)</small></p>
+ </div>
+ <div id="header-content">
+ <div id="header-content-inner">
+ <h2 id="header-intro-1">Did you say ponies?</h2>
+ <h3 id="header-intro-2">Because, huh, well I like ponies ^^</h3>
+ <p>Welcome to this website dedicated to the pony side of me! You guessed it, it's all about the show <i>My Little Pony: Friendship is Magic</i>.</p>
+ <p>This website hosts a lot of resources that can help other fans find stuff more easily, and can also help me find more stuff easily.</p>
+ <a id="header-main" class="link" href="https://minteck.org">I don't like this website, please take me to your main website.</a>
+ </div>
+ </div>
+</div>
+
+<div id="links-me" class="b container links-box">
+ <a href="/hate" class="link-el">
+ What to do if you don't like bronies/furries?
+ </a>
+ <a href="/how" class="link-el">
+ How did I get introduced to the MLP fandom?
+ </a>
+ <a href="/why" class="link-el">
+ Why did I create this website?
+ </a>
+ <a href="/rainbow" class="link-el">
+ Why do I like Rainbow Dash while Java says Spike is better?
+ </a>
+</div>
+
+<hr id="footer-intro">
+
+<div id="footer">
+ <img src="/assets/ponies/footer.gif" id="footer-pony" class="pony" alt="">
+
+ <p>
+ My Little Pony: Friendship is Magic is © Hasbro, all Creations © to their respective artists<br>
+ This website is © Minteck · <a href="https://gitlab.minteck.org/minteck/pony" target="_blank" class="link">Source Code</a>
+ </p>
+</div>
+
+</body>
+</html> \ No newline at end of file