-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
408 lines (399 loc) · 11.2 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
<!DOCTYPE html>
<!-- saved from url=(0036)http://ayusharma.github.io/birthday/ -->
<!-- testing on git 1/ -->
<html lang="en"><!-- <![endif]--><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Happy Birthday</title>
<meta name="description" content="Happy Birthday">
<meta name="robots" content="index, follow">
<link rel="author" href="https://plus.google.com/u/1/+AyushSharma1/">
<meta name="keywords" content="Birthday, Happy">
<!-- Strat of Facebook Meta -->
<meta property="og:title" content="Happy Birthday Khushbu">
<meta property="og:type" content="E-Greeting">
<meta property="og:image" content="favicon.ico">
<meta property="og:url" content="http://khushbuparakh.in">
<meta property="og:description" content="Wish you a very Happy Birthday">
<!-- End of Facebook Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE">
<link rel="stylesheet" href="./Happy Birthday_files/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./Happy Birthday_files/stylesheet.css">
<link rel="stylesheet" type="text/css" href="./Happy Birthday_files/loading.css">
<link href="./Happy Birthday_files/css" rel="stylesheet" type="text/css">
<!-- <link href='http://fonts.googleapis.com/css?family=Nunito' rel='stylesheet' type='text/css'> -->
<link rel="stylesheet/less" href="http://ayusharma.github.io/birthday/cake.less"><style type="text/css" id="less:birthday-cake">/* ============================================== POSITION
*/
.cake {
position: absolute;
display: none;
left: 50%;
margin-left: -150px;
width: 300px;
height: 300px;
}
/* ============================================== BASE
*/
.cake:after {
background: #ffffff;
border-radius: 300px;
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 300px;
height: 6px;
}
/* ============================================== Candle
*/
.velas {
background: #ffffff;
border-radius: 100%;
position: absolute;
top: 50%;
left: 50%;
margin-left: -7.5px;
margin-top: -25px;
width: 15px;
height: 50px;
}
.velas:after,
.velas:before {
background: rgba(255, 0, 0, 0.4);
content: "";
position: absolute;
width: 100%;
height: 6.66666667px;
}
.velas:after {
top: 25%;
left: 0;
}
.velas:before {
top: 45%;
left: 0;
}
/* ============================================== Fire
*/
.fuego {
display: none;
border-radius: 100%;
box-shadow: 0 0 40px 10px rgba(248, 233, 209, 0.2);
position: absolute;
top: -12px;
left: 50%;
margin-left: -10px;
width: 20px;
height: 37.5px;
}
.fuego:nth-child(1) {
-webkit-animation: fuego 2s infinite;
-moz-animation: fuego 2s infinite;
-o-animation: fuego 2s infinite;
-ms-animation: fuego 2s infinite;
animation: fuego 2s infinite;
}
.fuego:nth-child(2) {
-webkit-animation: fuego 1.5s infinite;
-moz-animation: fuego 1.5s infinite;
-o-animation: fuego 1.5s infinite;
-ms-animation: fuego 1.5s infinite;
animation: fuego 1.5s infinite;
}
.fuego:nth-child(3) {
-webkit-animation: fuego 1s infinite;
-moz-animation: fuego 1s infinite;
-o-animation: fuego 1s infinite;
-ms-animation: fuego 1s infinite;
animation: fuego 1s infinite;
}
.fuego:nth-child(4) {
-webkit-animation: fuego 0.5s infinite;
-moz-animation: fuego 0.5s infinite;
-o-animation: fuego 0.5s infinite;
-ms-animation: fuego 0.5s infinite;
animation: fuego 0.5s infinite;
}
.fuego:nth-child(5) {
-webkit-animation: fuego 0.2s infinite;
-moz-animation: fuego 0.2s infinite;
-o-animation: fuego 0.2s infinite;
-ms-animation: fuego 0.2s infinite;
animation: fuego 0.2s infinite;
}
/* ============================================== Animation Fire
*/
@-webkit-keyframes fuego {
0% {
background: rgba(254, 248, 97, 0.5);
-webkit-transform: translateY(0) scale(1);
}
50% {
background: rgba(255, 50, 0, 0.1);
-webkit-transform: translateY(-60px) scale(0);
}
100% {
background: rgba(254, 248, 97, 0.5);
-webkit-transform: translateY(0) scale(1);
}
}
@-moz-keyframes fuego {
0% {
background: rgba(254, 248, 97, 0.5);
-moz-transform: translateY(0) scale(1);
}
50% {
background: rgba(255, 50, 0, 0.1);
-moz-transform: translateY(-60px) scale(0);
}
100% {
background: rgba(254, 248, 97, 0.5);
-moz-transform: translateY(0) scale(1);
}
}
@-o-keyframes fuego {
0% {
background: rgba(254, 248, 97, 0.5);
-o-transform: translateY(0) scale(1);
}
50% {
background: rgba(255, 50, 0, 0.1);
-o-transform: translateY(-60px) scale(0);
}
100% {
background: rgba(254, 248, 97, 0.5);
-o-transform: translateY(0) scale(1);
}
}
@-ms-keyframes fuego {
0% {
background: rgba(254, 248, 97, 0.5);
-ms-transform: translateY(0) scale(1);
}
50% {
background: rgba(255, 50, 0, 0.1);
-ms-transform: translateY(-60px) scale(0);
}
100% {
background: rgba(254, 248, 97, 0.5);
-ms-transform: translateY(0) scale(1);
}
}
@keyframes fuego {
0% {
background: rgba(254, 248, 97, 0.5);
transform: translateY(0) scale(1);
}
50% {
background: rgba(255, 50, 0, 0.1);
transform: translateY(-60px) scale(0);
}
100% {
background: rgba(254, 248, 97, 0.5);
transform: translateY(0) scale(1);
}
}
/* ============================================== Frosting
*/
.cobertura {
background: #ece7e3;
border-radius: 150px;
position: absolute;
top: 60%;
left: 50%;
margin-left: -83.33333333px;
margin-top: -15px;
width: 166.66666667px;
height: 37.5px;
z-index: 10;
}
.cobertura:after,
.cobertura:before {
background: #ece7e3;
border-radius: 300px;
content: "";
position: absolute;
width: 15px;
height: 30px;
}
.cobertura:after {
top: 20px;
right: 42.85714286px;
}
.cobertura:before {
top: 30px;
right: 27.27272727px;
}
/* ============================================== BIZCOCHO
*/
.bizcocho {
background: #6d3826;
position: absolute;
bottom: 0;
left: 50%;
margin-left: -75px;
width: 150px;
height: 100px;
}
.bizcocho:after,
.bizcocho:before {
background: rgba(236, 231, 227, 0.6);
content: "";
position: absolute;
width: 100%;
height: 15px;
}
.bizcocho:after {
top: 30%;
left: 0;
}
.bizcocho:before {
top: 60%;
left: 0;
}
/* ============================================== TEXT
*/
h1,
p {
font-family: 'Lato', sans-serif;
font-weight: 300;
font-style: italic;
text-align: center;
width: 100%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
</style>
<script async="" src="./Happy Birthday_files/analytics.js"></script><script src="./Happy Birthday_files/less.min.js"></script>
</head>
<body>
<div class="loading" style="display: none;"></div>
<audio class="song" controls="" loop="">
<source src="hbd.mp3">
Your browser isn't invited for super fun audio time.
</audio>
<div class="balloons text-center" id="b1">
<h2 style="color:#F2B300;">*</h2>
</div>
<div class="balloons text-center" id="b2">
<h2 style="color:#0719D4;">P</h2>
</div>
<div class="balloons text-center" id="b3">
<h2 style="color:#D14D39;">O</h2>
</div>
<div class="balloons text-center" id="b4">
<h2 style="color:#8FAD00;">O</h2>
</div>
<div class="balloons text-center" id="b5">
<h2 style="color:#8377E4;">J</h2>
</div>
<div class="balloons text-center" id="b6">
<h2 style="color:#99C96A;">A</h2>
</div>
<div class="balloons text-center" id="b7">
<h2 style="color:#20CFB4;">*</h2>
</div>
<img src="./Happy Birthday_files/Balloon-Border.png" width="100%" class="balloon-border">
<div class="container" style="display: block;">
<div class="row">
<div class="col-md-2 col-xs-2 bulb-holder">
<div class="bulb" id="bulb_yellow"></div>
</div>
<div class="col-md-2 col-xs-2 bulb-holder">
<div class="bulb" id="bulb_red"></div>
</div>
<div class="col-md-2 col-xs-2 bulb-holder">
<div class="bulb" id="bulb_blue"></div>
</div>
<div class="col-md-2 col-xs-2 bulb-holder">
<div class="bulb" id="bulb_green"></div>
</div>
<div class="col-md-2 col-xs-2 bulb-holder">
<div class="bulb" id="bulb_pink"></div>
</div>
<div class="col-md-2 col-xs-2 bulb-holder">
<div class="bulb" id="bulb_orange"></div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<img src="./Happy Birthday_files/banner.png" class="bannar">
</div>
</div>
<!-- <div class="row message">
<div class="col-md-12"><p>Khushbu</p></div>
</div> -->
<div class="row cake-cover">
<div class="col-md-12 texr-center">
<div class="cake">
<div class="velas">
<div class="fuego"></div>
<div class="fuego"></div>
<div class="fuego"></div>
<div class="fuego"></div>
<div class="fuego"></div>
</div>
<div class="cobertura"></div>
<div class="bizcocho"></div>
</div>
</div>
</div>
<div class="row message">
<div class="col-md-12">
<p>Happy Birthday!!!</p>
<p>to the most </p>
<p><strong>Amazing</strong></p>
<p><strong>Beautiful</strong></p>
<p><strong>Audacious</strong></p>
<p>Woman I know</p>
<p>And Let's make it...</p>
<p>the best celebration ever</p>
<p>and let me share...</p>
<p>a piece of happiness with you</p>
<p>I made all this...</p>
<p>as a birthday present to you</p>
<p>thanks for being there for me</p>
<p>thanks for the friendship we made</p>
<p>thanks for understanding me</p>
<p>thanks for getting over the fights</p>
<p>thanks for being supportive always</p>
<p>thanks for everything</p>
<p>With you...</p>
<p>Everyday is blessing</p>
<p>and every moment</p>
<p>special</p>
</div>
</div>
<div class="navbar navbar-fixed-bottom">
<div class="row">
<div class="col-md-6 text-center col-md-offset-3">
<button class="btn btn-primary" id="turn_on">Turn On Lights</button>
<button class="btn btn-primary" id="play">Play Music</button>
<button class="btn btn-primary" id="bannar_coming">Let's Decorate</button>
<button class="btn btn-primary" id="balloons_flying">Fly With Balloons</button>
<button class="btn btn-primary" id="cake_fadein">Most Delicious Cake Ever</button>
<button class="btn btn-primary" id="light_candle"> Light Candle</button>
<button class="btn btn-primary" id="wish_message">Happy Birthday</button>
<button class="btn btn-primary" id="story">A mesage for you</button>
<!-- <button class="btn btn-primary" id="cake_cut">Lrt's Cut the Cake</button> -->
</div>
</div>
<!-- <div class="col-md-2">
</div>
<div class="col-md-2">
</div>
<div class="col-md-2">
</div>
<div class="col-md-2">
</div>
<div class="col-md-2">
</div> -->
</div>
</div>
<script src="./Happy Birthday_files/jquery.min.js"></script>
<script src="./Happy Birthday_files/bootstrap.min.js"></script>
<script src="./Happy Birthday_files/effect.js"></script>
</body></html>