-
Notifications
You must be signed in to change notification settings - Fork 0
/
scene_one.html
executable file
·180 lines (171 loc) · 7.33 KB
/
scene_one.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
<!doctype html>
<html class="no-js" lang="zxx">
<head>
<meta charset="utf-8">
<meta name="author" content="Sumon Rahman">
<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>
<script src="js/scores.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 dawn">
<div class="container">
<div class="row">
<div class="col-xs-12 col-md-6">
<div class="video-photo">
<!-- <img src="images/video-image.jpg" alt=""> -->
<!-- <a href="" class="popup video-button"> -->
<!-- <img src="images/play-button.png" alt=""> -->
<video controls width="400" height="350">
<source src="videos/scene_one.mp4" type="video/mp4">
<p>This browser does not support the video element.</p>
</video>
<!-- </a> -->
</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. 8am.</h5>
<div class="space-10"></div>
<h3 class="dark-color wow fadeInUp" data-wow-delay="0.4s">Waking Up</h3>
<div class="space-20"></div>
<div class="desc wow fadeInUp" data-wow-delay="0.6s">
<p>You wake up on a warm, Saturday morning. Play your story to find out more.</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">What Do I Want to Wear Today?</h3>
<img src="https://img.icons8.com/nolan/64/000000/timer.png">
<p> Quick!...<span class="c" id="count"></span>
</p>
<div class="space-60"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-4">
<div class="price-box">
<div class="price-header">
<div class="price-icon">
<img src="images/jeans_top.png" alt="">
</div>
<h4 class="upper">Jeans and Top</h4>
</div>
<div class="price-footer">
<br>
<button onclick="exec()">
<a href="scene_two.html" class="bttn-white" id="execution">Select</a>
</button>
</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/dress.png" alt="">
</div>
<h4 class="upper">Dress</h4>
</div>
<div class="price-footer">
<br>
<a href="scene_two.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_two.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>