-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlivetheatre.html
97 lines (75 loc) · 3.87 KB
/
livetheatre.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
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<!-- Meta Data -->
<title>Harkat Studios</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
<link rel="apple-touch-icon" sizes="152x152" href="img/favicon/apple-touch-icon-152x152.png">
<link rel="icon" type="image/png" href="img/favicon/favicon-196x196.png" sizes="196x196">
<!-- Fonts-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300,900' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<script src="js/modernizr.custom.js"></script>
<script src = "js/countdown.js" async></script>
</head>
<body id="bigWrapper" data-spy="scroll" data-target=".navbar-default" data-offset="100">
<header>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation" data-spy="affix" data-offset-top="50">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="test.html">HARKAT STUDIOS</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a data-scroll href="reception.html">Reception</a></li>
<li class="active"><a data-scroll href="livetheatre.html">Live-Theatre</a></li>
<li><a data-scroll href="cinema.html">Cinema</a></li>
<li><a data-scroll href="boxoffice.html">Box Office</a></li>
<li><a data-scroll href="https://my.matterport.com/show/?m=QaYtcRnoBRd">The Space</a></li>
<li class="divider"></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
</header>
<section >
<div class="black-overlay" style="background-image: url(stop.gif)";></div>
<div class="container">
<div class="row text-center">
<div class="information col-sm-12" >
<p>WELCOME TO THE HARKAT LIVE THEATRE</p>
<h4>Event Title</h4>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
deserunt mollit anim id est laborum.</p><br>
<h5 id="date">00 MONTH 0000, 00PM</h5><br>
</div>
<div class="timer">
<h4>The show will begin soon</h4>
<h4 id="timer">00:00:00</h4><br>
</div>
<div class="enter">
<h4 id="password" >ENTER PASSWORD</h4>
<input id="passwordInput" type="password" name="" value=""><br><br>
<button id="enter" class="btn-black" type="button" name="button">ENTER</button>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
</body>
</html>