-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreception.html
81 lines (68 loc) · 3.24 KB
/
reception.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
<!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/reception.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 class="active"><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><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">
<div class="row">
<div class="reception text-center">
<h3>
EK CUP CHAI HO JAYE?
</h3>
<h5>want to talk to us? <br><br>send us your questions, comments, thoughts!</h5>
<img src="chai.gif" alt="chai" >
<h5><br><br>
<input type="text" name="" value="" color="black"><br><br>
<button type="button" name="button">SUBMIT</button><br><br>
or chat with us face to face <a href="https://whereby.com/harkatstudios" target="_blank" id="reception">HERE</a>
</h5>
</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>