-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
260 lines (216 loc) · 12.8 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Names Generator On-Line</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/styles.css">
<script src="js/fontawesome.js"></script>
<script src="js/jquery.min.js"></script>
<script src="js/code.js"></script>
<script src="data/human-african-female.js"></script>
<script src="data/human-african-male.js"></script>
<script src="data/human-english-female.js"></script>
<script src="data/human-english-male.js"></script>
<script src="data/human-german-female.js"></script>
<script src="data/human-german-male.js"></script>
<script src="data/human-polish-female.js"></script>
<script src="data/human-polish-male.js"></script>
<script src="data/other-constellations-all.js"></script>
<script src="data/array-mapper.js"></script>
<script src="js/generator.js"></script>
</head>
<body>
<header class="header">
<img src="https://res.cloudinary.com/alpis/image/upload/v1505922420/DSCN2640_naambz.jpg" alt="" class="header-bg">
<div class="header-container container grid">
<div class="header-logo logo">
<a href="#">Names Generator <span>On-Line</span></a>
<p>Names generator for games, books and socials... on-line</p>
</div>
<div class="header-menu grid">
<nav class="menu grid">
<span></span>
<span></span>
<a href="#section-about" class="menu-item">About</a>
<a href="#section-game" class="menu-item">Game</a>
</nav>
</div>
<div class="header-wrapper">
<div class="header-title">
<form action="" class="footer-form grid">
<select title="Group" id="group-select" onchange="updateSubgroup()"></select>
<select title="Subgroup" id="subgroup-select" onchange="updateType()"></select>
<select title="Type" id="type-select" onchange="generateNames(true)"></select>
<label for="list-textarea-1"></label>
<label for="list-textarea-2"></label>
<label for="list-textarea-3"></label>
<label for="list-textarea-4"></label>
<textarea name="List 1" id="list-textarea-1" placeholder="Please, wait..."></textarea>
<textarea name="List 2" id="list-textarea-2" placeholder="Please, wait..."></textarea>
<textarea name="List 3" id="list-textarea-3" placeholder="Please, wait..."></textarea>
<textarea name="List 4" id="list-textarea-4" placeholder="Please, wait..."></textarea>
<div class="footer-button"><button type="button" class="button" onclick="generateNames(true)">Generate</button></div>
</form>
<br /><br />
<p class="first-level"><span class="value" id="meta-title">##TITLE##</span></p>
<p class="second-level"><span id="meta-description"></span></p>
<p class="third-level">
Author: <span class="value" id="meta-author"></span>.
Version: <span class="value" id="meta-version"></span>.
Updated: <span class="value" id="meta-updated"></span>.
Created: <span class="value" id="meta-created"></span>.
</p>
</div>
<div class="header-spacer"></div>
</div>
</div>
</header>
<section class="about" id="section-about">
<div class="about-container container grid">
<div class="about-img">
<img src="https://images.unsplash.com/photo-1425116100155-1ac0797442e1?dpr=1&auto=format&fit=crop&w=1500&h=1375&q=80&cs=tinysrgb&crop=" alt="About">
</div>
<div class="about-text">
<h2>About</h2>
<p>This is a web version of my very old Delphi project. I use it to generate names for games, books, poetry, avatars, socials etc. It contains "databases" for generating many different name sets, including fantasy (more and less known) and human names (in many languages or from many culture types).</p>
<p>If need some other tool for any other reason (for random names of a human beings rather than some trolls and other fantasy creatures), you may consider <a href="https://www.namespedia.com/random-name-generator.php">Random Name Generator</a> or <a href="https://studentsoftheworld.info/penpals/stats.php">Students of the World</a> website.</p>
<p><a href="https://github.com/mrfatguy/web-genname" class="button">github.com</a></p>
</div>
</div>
</section>
<section class="gallery grid" id="section-game">
<h2 class="gallery-title">Our Beloved Game</h2>
<div class="gallery-container grid container">
<p>In 1989 Magnetic Images created “Lost Dutchman Mine”. One of the first survival games in the history of computers. We fell in love with it immediately! And this feeling has lasted...<br><strong>for two generations and over thirty years</strong>!</p>
<p>We want to recreate this atmosphere. And bring this game into the 21<sup>st</sup> century. We ask you to be a part of our dream... We CAN’T do this without you! Help us funding this game and dive into...<br><strong>the true 8-bit large-pixels Wild West!</strong></p>
</div>
<div class="gallery-grid grid container">
<div class="gallery-item">
<a href="images/gallery-indian-big.png">
<img src="images/gallery-indian-small.png" alt="">
</a>
<div class="gallery-item-description">
<a href="images/gallery-indian-big.png">
<h4>Fight enemies</h4>
<p>Fight Indians, outlaws and snakes,<br />on your way across the burning desert.</p>
</a>
</div>
</div>
<div class="gallery-item">
<a href="images/gallery-river-big.png">
<img src="images/gallery-river-small.png" alt="">
</a>
<div class="gallery-item-description">
<a href="images/gallery-river-big.png">
<h4>Fish, pan and water</h4>
<p>Pan river for gold, catch fish to get food,<br />fill your canteens with precious water...</p>
</a>
</div>
</div>
<div class="gallery-item">
<a href="images/gallery-saloon-big.png">
<img src="images/gallery-saloon-small.png" alt="">
</a>
<div class="gallery-item-description">
<a href="images/gallery-saloon-big.png">
<h4>Visit saloon for rest, fun and risk</h4>
<p>Drink to improve your mood, sleep to get some rest.<br />Challenge Dan in a game of poker to win (or lose) a huge amount of money!</p>
</a>
</div>
</div>
<div class="gallery-item">
<a href="images/gallery-logo-big.png">
<img src="images/gallery-logo-small.png" alt="">
</a>
<div class="gallery-item-description">
<a href="images/gallery-logo-big.png">
<h4>Lost Dutchman Mine awaits!</h4>
<p>Say goodbye to your family and friends!<br >You won't be seeing them for a while...</p>
</a>
</div>
</div>
<div class="gallery-item">
<a href="images/gallery-outlaw-big.png">
<img src="images/gallery-outlaw-small.png" alt="">
</a>
<div class="gallery-item-description">
<a href="images/gallery-outlaw-big.png">
<h4>Bring outlaws to justice</h4>
<p>Catch outlaws and bring them to jail,<br />to receive a high rewards and a fame.</p>
</a>
</div>
</div>
<div class="gallery-item">
<a href="images/gallery-town-big.png">
<img src="images/gallery-town-small.png" alt="">
</a>
<div class="gallery-item-description">
<a href="images/gallery-town-big.png">
<h4>Visit town's doctor</h4>
<p>If your last duel with the enemies<br />simply didn't go the right way...</p>
</a>
</div>
</div>
<div class="gallery-item">
<a href="images/gallery-map-big.png">
<img src="images/gallery-map-small.png" alt="">
</a>
<div class="gallery-item-description">
<a href="images/gallery-map-big.png">
<h4>An impressive map</h4>
<p>Wander through desert and mountains,<br />to find an adventure and a big treasure.</p>
</a>
</div>
</div>
<div class="gallery-item">
<a href="images/gallery-cave-big.png">
<img src="images/gallery-cave-small.png" alt="">
</a>
<div class="gallery-item-description">
<a href="images/gallery-cave-big.png">
<h4>Caves and mines</h4>
<p>Search the unexplored mines and caves, to bring huge bags of gold with you.<br />There are over hundred to explore and with each game their location changes!</p>
</a>
</div>
</div>
<div class="gallery-item">
<a href="images/gallery-mercantile-big.png">
<img src="images/gallery-mercantile-small.png" alt="">
</a>
<div class="gallery-item-description">
<a href="images/gallery-mercantile-big.png">
<h4>A true survivor game</h4>
<p>Spend dollars to purchase stuff.<br />You need food and tools to survive!</p>
</a>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="about-container container grid">
<div class="about-text">
<div class="footer-logo logo">
<a href="#">Lost <span>Dutchman</span> Mine</a>
</div>
<p><strong>This summer...</strong> Fasten a seat-belt in your time-machine! And go back in time to 1849. Nine languages, six hardware platforms. One unique atmosphere and gameplay!</p>
<p>Adventure awaits you...</p>
<p>Say goodbye to your family and friends!<br />You won’t be seeing them for a while...</p>
<div class="footer-socials">
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-facebook" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-twitter" aria-hidden="true"></i></a>
<a href="#"><i class="fa fa-instagram" aria-hidden="true"></i></a>
</div>
</div>
<div class="about-img">
<a href="#"><img src="images/extra-platforms.png" alt=""></a>
</div>
</div>
</footer>
</body>
</html>