-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
153 lines (132 loc) · 4.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Special Message</title>
<link href="agency.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="stylesheet" type="text/css" href="loading.css">
<link href='http://fonts.googleapis.com/css?family=Signika' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="loading"></div>
<audio class="song" src="song.mp3" controls loop>
</audio>
<div class="background">
<div class="pyro">
<div class="before"></div>
<div class="after"></div>
</div>
</div>
<img src="Balloon-Border.png" width="100%" class="balloon-border">
<img src="design1.png" class="design1">
<img src="design2.png" class="design2">
<img src="design3.png" class="design3">
<img src="design4.png" class="design4">
<div class="container">
<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="banner.png" class="bannar">
</div>
</div>
<div class="1st_msg" id="display_hey">
<h1> Hey, </h1>
<h1><strong>!. Priya .!</strong></h1>
<h1> ❣ I ❣</h1>
<h1>Just Want</h1>
<h1>To Tell You</h1>
<h1>Something...</h1>
</div>
<div class="message">
<div class="col-md-12">
<p>Today is... </p>
<p>As <br> Beautiful <br> As Other Days</p>
<p>But<br> You <br>Realize</p>
<p>A<br> Another<br> Year Has Gone</p>
<p>In A<br> Blink Of <br>Your Eyes</p>
<p>However </p>
<p>Do<br> You <br>Know...?</p>
<p>Today <br>Is <br>Just Special</p>
<p>So <br>Special <br>To <br>You</p>
<p>That's<br> Why..? </p>
<p>Let <br>Me <br>Share...</p>
<p>A <br>Piece Of Happiness<br> To You</p>
<p>I<br> Made<br> All This... </p>
<p>Only For<br> You.</p>
<p>As <br>A Birthday <br>Present To <br>You</p>
<p>Because....</p>
<p>Even <br>I <br>Don't Know<br> Why ??</p>
<p>I <br>hope </p>
<p>You'll Find...</p>
<p>Happiness <br>Along <br>The Way</p>
<p>May <br>All Your <br>Wishes <br>Come True</p>
<p>And<br> Remember</p>
<p>Your Ambitions </p>
<p>You <br>Live As <br>A <br>Free Bird...</p>
<p>Flying In <br>The Blue <br>Sky </p>
<p>Now Things<br> Are <br>Different... </p>
<p>Real Story <br>Of Your <br>Life </p>
<p>Is<br> Just About <br>To <br>Begin</p>
<p>This Life <br>Is<br> Not Easy <br>As<br> You Thought </p>
<p>But... </p>
<p>Don't Worry</p>
<p>Don't <br>Be<br> Afraid </p>
<p>Because...</p>
<p>You Are Not Alone <br>In <br>This World</p>
<p>I'm<br> Always <br>With You.</p>
<p>In <br>Image <br>Of Your<br> Shadow</p>
<p>Fill It <br>With Your <br>Most Beautiful<br> Smile </p>
<p>And Make It <br>The <br>Best Memory..</p>
<p>Lastly... </p>
<p>Again like<br> to<br> wish you</p>
<p>A<br> Very<br> Happy Birthday</p>
</div>
</div>
<div class="surprise_msg" id="last_msg">
<h1><strong>I</strong></h1>
<h1><strong>Have</strong></h1>
<h1><strong>A</strong></h1>
<h1><strong>Surprise</strong></h1>
<h1><strong>For</strong></h1>
<h1><strong>.. You ..</strong></h1>
</div>
<div class="display_name" id="name">
<h1><strong>!!.. Priya ..!!</strong></h1>
</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="story" >Click Here >></button>
<button class="btn btn-primary" id="surprise">Click Here >></button>
<button class="btn btn-primary" id="bannar_coming">Let's Celebrate</button>
<a href="cake.html"><button class="btn btn-primary" id="cake_coming">Cake</button></a>
</div>
</div>
</div>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="effect.js"></script>
</html>