-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene_five.html
169 lines (161 loc) · 6.84 KB
/
scene_five.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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Title -->
<title>Hada</title>
<!-- Place favicon.ico in the root directory -->
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="shortcut icon" type="image/png" href="images/logo_1.png" />
<!-- Plugin-CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/linearicons.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/animate.css">
<!-- Main-Stylesheets -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
<!--[if lt IE 9]>
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="js/timer.js"></script>
</head>
<body data-spy="scroll" data-target=".mainmenu-area">
<!-- Preloader-content -->
<div class="preloader">
<span><i class="lnr lnr-sun"></i></span>
</div>
<!-- Video-Area -->
<section class="video-area section-padding kitchen">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6">
<div class="video-photo">
<br>
</div>
</div>
<div class="col-xs-12 col-md-5 col-md-offset-1">
<div class="space-60 hidden visible-xs"></div>
<div class="page-title">
<h5 class="title wow fadeInUp" data-wow-delay="0.2s">Saturday, June 15th. 2pm.</h5>
<div class="space-10"></div>
<h3 class="dark-color wow fadeInUp" data-wow-delay="0.4s">Seeking Help...</h3>
<div class="space-20"></div>
<div class="desc wow fadeInUp" data-wow-delay="0.6s">
<p>While pressed on time making a cake, your 7 year old cousin offers to help you.
What Do You Do?</p>
</div>
<div class="space-50"></div>
<a id="to_choices" href="#choices" class="bttn-default wow fadeInUp" data-wow-delay="0.8s">Next</a>
</div>
</div>
</div>
</div>
</section>
<!--Choices -->
<section class="section-padding Choices" id="choices">
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="page-title text-center">
<h5 class="title">Make a Choice</h5>
<h3 class="dark-color">Should I Let My Cousin Help?</h3>
<p><span class="c" id="count"></span>
<img src="https://img.icons8.com/nolan/64/000000/timer.png">
</p>
<div class="space-60"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-6" margin-left="230px;" margin-right="230px;">
<div class="price-box">
<div class="price-header">
<div class="price-icon">
<img src="images/little_boy.png" alt="">
</div>
<h4 class="upper">Let Him Help</h4>
</div>
<div class="price-footer">
<br>
<a href="scene_six_a.html" class="bttn-white">Select</a>
</div>
</div>
<div class="space-30 hidden visible-xs"></div>
</div>
<div class="col-xs-12 col-sm-6">
<div class="price-box">
<div class="price-header">
<div class="price-icon">
<img src="images/bake_myself.png" alt="">
</div>
<h4 class="upper">Do it Myself</h4>
</div>
<div class="price-footer">
<br>
<a href="scene_six_b.html" class="bttn-white">Select</a>
</div>
</div>
<div class="space-30 hidden visible-xs"></div>
</div>
<!-- <div class="col-xs-12 col-sm-4">
<div class="price-box">
<div class="price-header">
<div class="price-icon">
<img src="images/skirt_top.png" alt="">
</div>
<h4 class="upper">Skirt and Top</h4>
</div>
<div class="price-footer">
<br>
<a href="scene_two.html" class="bttn-white">Select</a>
</div>
</div>
</div> -->
</div>
<!-- Modal -->
<div class="modal fade" id="timeout" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="upper">Uh Oh!</h4>
</div>
<div class="modal-body">
<p>You ran out of time. Please move on.</p>
</div>
<div class="modal-footer">
<a href="scene_six.html" class="bttn-white">Next</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Choices-End -->
</footer>
<!-- Footer-Area-End -->
<!--Vendor-JS-->
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/vendor/jquery-ui.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<!--Plugin-JS-->
<script src="js/owl.carousel.min.js"></script>
<script src="js/contact-form.js"></script>
<script src="js/ajaxchimp.js"></script>
<script src="js/scrollUp.min.js"></script>
<script src="js/magnific-popup.min.js"></script>
<script src="js/wow.min.js"></script>
<!--Main-active-JS-->
<script src="js/main.js"></script>
</body>
</html>