summaryrefslogtreecommitdiff
path: root/index.html
blob: b0a7a48216db48b22f107d89b2d22135a32fbe95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!--
  ~ MIT License
  ~
  ~ Copyright (c) 2022- Minteck
  ~
  ~ Permission is hereby granted, free of charge, to any person obtaining a copy
  ~ of this software and associated documentation files (the "Software"), to deal
  ~ in the Software without restriction, including without limitation the rights
  ~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  ~ copies of the Software, and to permit persons to whom the Software is
  ~ furnished to do so, subject to the following conditions:
  ~
  ~ The above copyright notice and this permission notice shall be included in all
  ~ copies or substantial portions of the Software.
  ~
  ~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  ~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  ~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  ~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  ~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  ~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  ~ SOFTWARE.
  ~
  -->

<!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">
    <meta name="description" content="Ponies! You probably didn't say it but I like ponies anyway!~">
</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?
    </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>

<div id="links-externals" class="b container links-box">
    <a href="https://reddit.com/r/mylittlepony" target="_blank" class="link-el">
        <b>r/mylittlepony</b> · The pony subreddit
    </a>
    <a href="https://www.canterlotcomics.com/" target="_blank" class="link-el">
        <b>Canterlot Comics</b> · Fanmade pony comics
    </a>
    <a href="https://www.derpibooru.org/" target="_blank" class="link-el">
        <b>Derpibooru</b> · Pony media and art center
    </a>
    <a href="https://panzi.github.io/Browser-Ponies/" target="_blank" class="link-el">
        <b>Browser Ponies</b> · To show pixel art ponies on any website
    </a>
    <a href="http://mlp-france.com/" target="_blank" class="link-el">
        <b>MLP France</b> · French bronies community website
    </a>
    <a href="https://www.equestriadaily.com/" target="_blank" class="link-el">
        <b>Equestria Daily</b> · Daily stuff about MLP FiM
    </a>
    <a href="https://www.equestriadaily.com/2020/03/neat-pony-preservation-project-using.html" target="_blank" class="link-el">
        <b>Pony Preservation Project</b> · Preserving the FiM vibe to eliminate newer generations
    </a>
    <a href="https://gitlab.com/Milkdrop/mlp-voice-generator" target="_blank" class="link-el">
        <b>MLP Voice Generator</b> · To sound like your favorite pony (runs locally)
    </a>
    <a href="https://https://finalfinaltest.15.ai/" target="_blank" class="link-el">
        <b>15.ai</b> · To sound like your favorite pony (works online)
    </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>

    <br>
</div>

</body>
</html>