-
Notifications
You must be signed in to change notification settings - Fork 0
/
boxoffice.html
137 lines (121 loc) · 5.13 KB
/
boxoffice.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
<!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">
<link rel="stylesheet" href="css/boxoffice.css">
<!-- 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>
<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><a data-scroll href="livetheatre.html">Live-Theatre</a></li>
<li><a data-scroll href="cinema.html">Cinema</a></li>
<li class="active"><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="container text-center">
<div class="row bottom20">
<div class = "col-sm-12">
<h2>Box Office</h2>
<h6>See what's on at Harkat!</h6>
</div>
</div>
<div class="row">
<div class = "col-sm-6 col-md-4 bottom50">
<a href="#" class="calendar">
<h4>Museum of Ordinary Objects</h4>
<h5>Date, Time</h5>
<img class = "img-responsive" src="stop.gif" alt="">
</a>
</div>
<div class = "col-sm-6 col-md-4 bottom50">
<a href="#" class="calendar">
<h4>The Live-theatre Performance</h4>
<h5>Date, Time</h5>
<img class = "img-responsive" src="stop.gif" alt="">
</a>
</div>
<div class = "col-sm-6 col-md-4 bottom50">
<a href="#" class="calendar">
<h4>The Live-theatre Performance</h4>
<h5>Date, Time</h5>
<img class = "img-responsive" src="stop.gif" alt="">
</a>
</div>
<div class = "col-sm-6 col-md-4 bottom50">
<a href="#" class="calendar">
<h4>The Live-theatre Performance</h4>
<h5>Date, Time</h5>
<img class = "img-responsive" src="stop.gif" alt="">
</a>
</div>
<div class = "col-sm-6 col-md-4 bottom50">
<a href="#" class="calendar">
<h4>The Live-theatre Performance</h4>
<h5>Date, Time</h5>
<img class = "img-responsive" src="stop.gif" alt="">
</a>
</div>
</div>
</div>
</section>
<!--preloader
<img src="stop.gif" alt="">
<div class="ip-header">
<div class="ip-logo">
<img class="img-responsive preloaderLogo center-block" src="img/logoWhite.png" alt="harkat studios logo">
</div>
<div class="ip-loader">
<svg class="ip-inner" width="60px" height="60px" viewBox="0 0 80 80">
<path class="ip-loader-circlebg" d="M40,10C57.351,10,71,23.649,71,40.5S57.351,71,40.5,71 S10,57.351,10,40.5S23.649,10,40.5,10z"/>
<path id="ip-loader-circle" class="ip-loader-circle" d="M40,10C57.351,10,71,23.649,71,40.5S57.351,71,40.5,71 S10,57.351,10,40.5S23.649,10,40.5,10z"/>
</svg>
</div>
</div>
-->
<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>
<!--
<script src="js/preloader.js"></script>
-->
<!--
<script>
$.backstretch([
"img/background1.jpg"
], {duration: 2000, fade: 750});
</script>
-->
</body>
</html>