-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
199 lines (163 loc) · 7.78 KB
/
index.html
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="data/img/ui/icon.png" type="image/png" sizes="16x16 32x32">
<title>CreatureVerse Beta</title>
<link rel="canonical" href="https://beta.creatureverse.net" />
<p align="center"><img src="data/img/ui/creatureverse.png" alt="CreatureVerse" width="25%" /></p>
<meta content="CreatureVerse Beta" property="og:title" />
<meta content="CreatureVerse is an interactive story driven narrative based solely on the choices you make here." property="og:description" />
<meta content="https://beta.creatureverse.net" property="og:url" />
<meta content="https://beta.creatureverse.net/data/img/ui/icon.png" property="og:image" />
<meta content="#B40404" data-react-helmet="true" name="theme-color" />
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<div class="dropdown">
<button onclick="myFunction()" class="dropbtn">Social Media</button>
<div id="dropmenu" class="dropdown-content">
<a href="https://twitter.com/CreatureVerse" rel="noopener noreferrer">Twitter</a>
<a href="https://bsky.app/profile/creatureverse.bsky.social" rel="noopener noreferrer">Bluesky</a>
</div>
<p style="background-color: #00000080; font-family: Immortal;">(This is a experimental feature and isn't 100% done!)</p>
</div>
<div class="nsfw_align">
<label class="switch">
<input type="checkbox" id="togBtn">
<div class="slider round"></div>
</label>
</div>
<body>
<div class="title-text">
<p>
Welcome to CreatureVerse!
</p>
</div>
<!-- <div class="countdown-text">
<p>Countdown to: v0.4!</p>
<p id="countdown" class="countdown"></p>
</div>
<div class="countdown-text-mobile">
<p>Countdown to: v0.4!</p>
<p id="countdown-mobile" class="countdown-mobile"></p>
</div> -->
<div class="large-text-index">
<p align="left">
A story driven narrative based solely on the choices you make here. Here you can become any species you imagine. Wanna be a dragon finding food and love? Here you can. Wanna be a Werewolf on the prowl for your pack? Here you can. You can even die and become an undead zombie if you wanted to. CreatureVerse is a Work-In-Progress and will always have new content added on, be sure to check in often to explore new stories.
</p>
</div>
<p class="warning-text-index">
Warning: This is a live work in progress build of CreatureVerse, it contains unfinished content, experimental changes, potential bugs, potential NSFW content improperly organized and potential spoilers! DO NOT PROCEED PAST THIS POINT IF YOU DO NOT AGREE WITH THIS!!!
</p>
<p class="warning-text-index-mobile">
Warning: This is a live work in progress build of CreatureVerse, it contains unfinished content, experimental changes, potential bugs, potential NSFW content improperly organized and potential spoilers! DO NOT PROCEED PAST THIS POINT IF YOU DO NOT AGREE WITH THIS!!!
</p>
<p align="center">
<a href="data/species_choice.html"><img src="data/img/ui/play_game.png" alt="Play Game" height="50" width="230"></a> <br> <span class="nsfw">Notice: CreatureVerse has a new custom made engine so I am in the process of rewriting everything using it. If you wish to see the original pages please check out the <a href="archive/species.html" class="oc-link">archive</a>. Please keep in mind that the engine is still in development, so expect some bugs to appear.</span>
</p>
<div class="social1">
<p>
<a href="submit.html"><img src="data/img/ui/submit.png" alt="Submit" height="40" width="200" /></a>
</p>
<p>
<a href="manual.html"><img src="data/img/ui/manual.png" alt="Manual" height="40" width="200" /></a>
</p>
<p>
<a href="https://forums.creatureverse.net" rel="noopener noreferrer"><img src="data/img/ui/forums.png" alt="Forums" height="40" width="200" /></a>
</p>
</div>
<!-- <div class="social2">
<p>
<a href="https://discord.gg/sRvHD3k"><img src="data/img/ui/discord.png" alt="Discord" height="40" width="200" /></a>
</p>
</div> -->
<div class="social2">
<p>
<a href="https://twitter.com/CreatureVerse" rel="noopener noreferrer"><img src="data/img/ui/twitter.png" alt="Twitter" height="40" width="200" /></a>
</p>
<p>
<a href="https://bsky.app/profile/creatureverse.bsky.social" rel="noopener noreferrer"><img src="data/img/ui/bluesky.png" alt="Bluesky" height="40" width="200" /></a>
</p>
<p>
<a href="https://discord.gg/sRvHD3k" rel="noopener noreferrer"><img src="data/img/ui/discord.png" alt="Discord" height="40" width="200" /></a>
</p>
</div>
<div class="socialMobile">
<p>
<a href="submit.html"><img src="data/img/ui/submit.png" alt="Submit" height="40" width="200" /></a>
</p>
<p>
<a href="manual.html"><img src="data/img/ui/manual.png" alt="Manual" height="40" width="200" /></a>
</p>
<p>
<a href="https://forums.creatureverse.net" rel="noopener noreferrer"><img src="data/img/ui/forums.png" alt="Forums" height="40" width="200" /></a>
</p>
<p>
<a href="https://twitter.com/CreatureVerse" rel="noopener noreferrer"><img src="data/img/ui/twitter.png" alt="Twitter" height="40" width="200" /></a>
</p>
<p>
<a href="https://bsky.app/profile/creatureverse.bsky.social" rel="noopener noreferrer"><img src="data/img/ui/bluesky.png" alt="Bluesky" height="40" width="200" /></a>
</p>
<p>
<a href="https://discord.gg/sRvHD3k" rel="noopener noreferrer"><img src="data/img/ui/discord.png" alt="Discord" height="40" width="200" /></a>
</p>
</div>
<div class="credits-btn">
<p align="left">
<a href="credits.html"><img src="data/img/ui/credits.png" alt="Credits" alt="Credits" width="100%" /></a>
</p>
</div>
<div class="credits-btn-mobile">
<p align="left">
<a href="credits.html"><img src="data/img/ui/credits.png" alt="Credits" alt="Credits" width="100" /></a>
</p>
</div>
<div class="fixed-bottom-left">
<div class="version">
<p>
Version: 0.5.0 Live Beta
</p>
</div>
</div>
<div class="version-mobile">
<p>
Version: 0.5.0 Live Beta
</p>
</div>
<div class="report">
<p align="right">
<a href="https://forums.creatureverse.net/board/27" target="_blank" rel="noopener noreferrer"><img src="data/img/ui/report_bug.png" alt="Report Bug" width="150" /></a>
</p>
</div>
<div class="report-mobile">
<p align="right">
<a href="https://forums.creatureverse.net/board/27" target="_blank" rel="noopener noreferrer"><img src="data/img/ui/report_bug.png" alt="Report Bug" width="150" /></a>
</p>
</div>
<div class="about">
<p align="right">
<a href="about.html"><img src="data/img/ui/about.png" alt="About" width="100" /></a>
</p>
</div>
<div class="about-mobile">
<p align="right">
<a href="about.html"><img src="data/img/ui/about.png" alt="About" width="150" /></a>
</p>
</div>
<div class="cookie-banner">
<p>This website uses cookies to function. By continuing to use the site, you accept saving them to your computer. The cookies we use are purely for functional purposes. We do not use cookies for targeted advertisement, tracking info, or transformation.</p>
<button class="cookie-btn">Accept</button>
</div>
<script src="js/banner.js"></script>
<p class="disclaimer-text" align="center">
<i><b>Disclaimer:</b> Some of the species featured here in CreatureVerse are the intellectual properties of 20th Century Fox, DreamWorks Studios and Universal Studios. As such I do not profit from these properties and all use as such is purely for entertainment purposes. This game is not endorsed by the trademark owners.</i>
</p>
<div class="disclaimer-text-mobile">
<p align="center">
<i><b>Disclaimer:</b> Some of the species featured here in CreatureVerse are the intellectual properties of 20th Century Fox, DreamWorks Studios and Universal Studios. As such I do not profit from these properties and all use as such is purely for entertainment purposes. This game is not endorsed by the trademark owners.</i>
</p>
</div>
<script type="text/javascript" src="https://beta.creatureverse.net/js/nsfw.js"></script>
<script type="text/javascript" src="js/countdown.js"></script>
<script type="text/javascript" src="js/dropmenu.js"></script>
</body>
</html>