-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
486 lines (459 loc) · 15.9 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
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>NyaNya Para - Homepage</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="NyaNya Para" />
<meta name="keywords" content="" />
<meta name="author" content="Usagi Love" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link href="data:image/x-icon;base64,AAABAAEAEBAQAAAAAAAoAQAAFgAAACgAAAAQAAAAIAAAAAEABAAAAAAAgAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAjtv6ALSU/wD///8ADQ0NALhQzACMjIsA2X/rAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEZmQEZmQABERERERERAABFGZmZmZmQAdGZkREREZkBGImRmRmRiJEYiZmZmZmIkRmZEZmRkRmRGZjRmZmNGZEZmZmZmZmZkVGZmZmZmZkB0ZmZmZmZmQHRmZkREZmZAdGZkd1FGZkB0ZkdXcURmQFdEd3dxQEQAd3dXdxFAAADBBwAAAAcAAAADAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAEAAAABAAAAAQAAAAEAAAATAAAAHwAA" rel="icon" type="image/x-icon" />
<link href='https://fonts.googleapis.com/css?family=Playfair+Display:400,700,400italic,700italic|Merriweather:300,400italic,300italic,400,700italic' rel='stylesheet' type='text/css'>
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Simple Line Icons -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<!-- Datetimepicker -->
<link rel="stylesheet" href="css/bootstrap-datetimepicker.min.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" media="screen" href="js/sakura/jquery-sakura.min.css" />
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="fh5co-container">
<div class="js-sticky">
<div class="fh5co-main-nav">
<div class="container-fluid">
<div class="fh5co-menu-1">
<a href="#" data-nav-section="home">Home</a>
<a href="#" data-nav-section="about">About</a>
<a href="#" data-nav-section="menu">Menu</a>
</div>
<div class="fh5co-logo">
<a href="index.html">NYA</a>
</div>
<div class="fh5co-menu-2">
<a href="#" data-nav-section="directions">Directions</a>
<a href="#" data-nav-section="events">Events</a>
<a href="#" data-nav-section="photos">Photos</a>
</div>
</div>
</div>
</div>
<div id="fh5co-home" class="js-fullheight" data-section="home">
<div class="flexslider">
<div class="fh5co-overlay"></div>
<div class="fh5co-text">
<div class="container">
<div class="row">
<h1 class="to-animate">Nya Nya Para</h1>
<h2 class="to-animate">Hyperion, Lavender Beds, Ward 22, Plot 41</h2>
</div>
</div>
</div>
<ul class="slides">
<li style="background-image: url(images/ss/slide_1.jpg);" data-stellar-background-ratio="0.5"></li>
<li style="background-image: url(images/ss/slide_7.jpg);" data-stellar-background-ratio="0.5"></li>
<li style="background-image: url(images/ss/slide_4.jpg);" data-stellar-background-ratio="0.5"></li>
</ul>
</div>
</div>
<div id="fh5co-about" data-section="about">
<div class="fh5co-2col fh5co-bg to-animate-2" style="background-image: url(images/ss/slide_5.jpg)"></div>
<div class="fh5co-2col fh5co-text">
<h2 class="heading to-animate">About Us</h2>
<p class="to-animate"><span class="firstcharacter">N</span>ya Nya Para is a cat cafe run by Miqo'te, it's a place for calmness and relaxation where you can let your minion roam free. We currently have 3 staff members that will help serve you our home-made food.</p>
</div>
</div>
<div id="fh5co-menus" data-section="menu">
<div class="container">
<div class="row text-center fh5co-heading row-padded">
<div class="col-md-8 col-md-offset-2">
<h2 class="heading to-animate">Food Menu</h2>
<p class="sub-heading to-animate">Our food is freshly made after you order, Usagi Love will poor all her love into every meal!</p>
</div>
</div>
<div class="row row-padded">
<div class="col-md-6">
<div class="fh5co-food-menu to-animate-2">
<h2 class="fh5co-drinks">Drinks</h2>
<ul>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/golden-pineapple-juice.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Golden Pineapple Juice</h3>
<p>Tart and invigorating juice freshly squeezed from golden pineapples.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G5,000
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/triple-cream-coffee.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Triple Cream Coffee</h3>
<p>Freshly roasted ground coffee beans percolated to perfection and mixed with an equal amount of thick dairy cream.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G2,500
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/mors.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Mors</h3>
<p>A traditional beverage brewed from the extract of fermented lingonberries.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G10,000
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/matcha.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Matcha</h3>
<p>A sophisticatedly bitter infusion prepared by whisking fine-ground tea leaves into piping hot water.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G2,000
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/rooibos-tea.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Rooibos Tea</h3>
<p>A healthful herbal tea known for its natural mellow sweetness.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G2,500
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/lemonade.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Lemonade</h3>
<p>An incomparably refreshing blend of sour lemonette juice and sweet golden honey.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G5,000
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/espresso-con-panna.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Espresso con Panna</h3>
<p>The surprising addition of sour cream may catch some off guard, but they will invariably be won over by the subtle harmonies of this rich blend.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G3,500
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/masala-chai.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Masala Chai</h3>
<p>The Coerthan tea leaves may provide the base, but it's the cinnamon and Amber cloves that add the signature sweet and aromatic flavor to this traditional beverage.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G3,000
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/ishgardian-tea.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Ishgardian Tea</h3>
<p>Rather than adding milk to boiling water that has been infused with tea leaves, as is the fashion in lower Eorzea, Ishgardian tea is brewed by boiling yak milk and letting dried Coerthan tea leaves steep right into the hot liquid.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G1,500
</div>
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="fh5co-food-menu to-animate-2">
<h2 class="fh5co-dishes">Food</h2>
<ul>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/lemon-waffle.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Lemon Waffle</h3>
<p>Crispy on the outside and moist on the inside, this baked delight with a distinctive texture has a slight hint of citrus. This is our most popular item!</p>
</div>
</div>
<div class="fh5co-food-pricing">
G10,000
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/coffee-biscuit.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Coffee Biscuit</h3>
<p>A buttery biscuit with a subtle coffee flavor.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G2,000
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/chicken-fettuccine.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Chicken Fettuccine</h3>
<p>Flat, thick pasta smothered in a rich cream sauce with tender slices of chicken thigh.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G10,000
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/zefir.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Zefir</h3>
<p>An irresistibly soft and airy confectionary made from whipped twilight apple purée.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G6,000
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/pizza.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Pizza</h3>
<p>A simple-but-satisfying dish of thinly worked dough topped with tomatoes and cheese, baked in a wood-fired oven until crispy.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G10,000
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/lemon-muffin.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Lemon Muffin</h3>
<p>A sweet and zesty muffin made by mixing lemonette rind and juice into the dough.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G7,500
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/herring-pie.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Herring Pie</h3>
<p>Chunks of seasoned herring baked into a flaky crust that's been shaped like a fish so as to inform the eater to expect savory instead of sweet.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G5,000
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/honey-croissant.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Honey Croissant</h3>
<p>A flaky, decadent pastry sweetened with rich, golden honey.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G7,500
</div>
</li>
<li>
<div class="fh5co-food-desc">
<figure>
<img src="images/caramels.png" class="img-responsive" alt="">
</figure>
<div>
<h3>Caramels</h3>
<p>Beet sugar, melted butter, and cream are blended, then chilled and molded to form these bite-sized chewy candies.</p>
</div>
</div>
<div class="fh5co-food-pricing">
G6,000
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-featured" data-section="directions" class="animated">
<div class="container">
<div class="row text-center fh5co-heading row-padded">
<div class="col-md-8 col-md-offset-2">
<h2 class="heading to-animate fadeInUp animated">Directions</h2>
<p class="sub-heading to-animate fadeInUp animated">In case you have trouble finding the place, send a /tell Usagi Love's way, I will add you to my friend's list so you can easily teleport here.</p>
</div>
</div>
</div>
</div>
<div id="fh5co-events" data-section="events" style="background-image: url(images/ss/slide_8.jpg);" data-stellar-background-ratio="0.5">
<div class="fh5co-overlay"></div>
<div class="container">
<div class="row text-center fh5co-heading row-padded">
<div class="col-md-8 col-md-offset-2 to-animate">
<h2 class="heading">Upcoming Events</h2>
<p class="sub-heading">Sometimes we will organise events in our little abode!</p>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="fh5co-event to-animate-2">
<h3>Opening Day!</h3>
<span class="fh5co-event-meta">September 27th, 2021</span>
<p>It's our first opening day, everyone is welcome to join up.</p>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-event to-animate-2">
<h3>Dress Up</h3>
<span class="fh5co-event-meta">Not yet planned</span>
<p>We are planning events where certain themes will be central!</p>
</div>
</div>
<div class="col-md-4">
<div class="fh5co-event to-animate-2">
<h3>Plan your own</h3>
<span class="fh5co-event-meta">Not yet planned</span>
<p>If you have a large group you are most welcome to rent the whole place for your private party, just contact Usagi Love!</p>
</div>
</div>
</div>
</div>
</div>
<div id="fh5co-contact" data-section="photos">
<div class="container">
<div class="row text-center fh5co-heading row-padded">
<div class="col-md-12">
<h2 class="heading to-animate">Photos</h2>
<p class="sub-heading to-animate">These photos were taken of our venue and our lovely patrons.</p>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<img src="images/photos/cute_1.jpg" style="width: 100%; height: auto" />Author: Graepe Jam
<img src="images/photos/cute_2.jpg" style="width: 100%; height: auto" />Author: Graepe Jam
<img src="images/photos/cute_3.jpg" style="width: 100%; height: auto" />Author: Usagi Love
<img src="images/photos/cute_4.jpg" style="width: 100%; height: auto" />Author: Usagi Love
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.min.js"></script>
<!-- jQuery Easing -->
<script src="js/jquery.easing.1.3.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- Bootstrap DateTimePicker -->
<script src="js/moment.js"></script>
<script src="js/bootstrap-datetimepicker.min.js"></script>
<!-- Waypoints -->
<script src="js/jquery.waypoints.min.js"></script>
<!-- Stellar Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Flexslider -->
<script src="js/jquery.flexslider-min.js"></script>
<script>
$(function () {
$('#date').datetimepicker();
});
</script>
<!-- Main JS -->
<script src="js/main.js"></script>
<script src="js/sakura/jquery-sakura.min.js"></script>
<script>
$(function() {
$('body').sakura('start', {
maxSize: 26, // Maximum petal size
minSize: 20, // Minimum petal size
newOn: 300
});
console.log('fall')
});
</script>
</body>
</html>