-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rndexe
authored
Sep 17, 2020
1 parent
7c69357
commit 66f22ff
Showing
45 changed files
with
4,214 additions
and
195 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,86 +1,137 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<link rel="stylesheet" href="css/master.css"> | ||
<link rel="stylesheet" href="css/boxoffice.css"> | ||
<title>BOX OFFICE</title> | ||
</head> | ||
<body> | ||
|
||
<div class="wrap"> | ||
|
||
<div class="header"> | ||
|
||
<div class="logo" align="right"> | ||
|
||
<a href="index.html" id="logo"> | ||
<img src="assets/logo.png" alt="" class="logo"> | ||
</a> | ||
|
||
</div> | ||
|
||
<h2 align="center">WHATS ON AT HARKAT</h2> | ||
|
||
</div> | ||
|
||
<div class="container"> | ||
|
||
<a href="#"> | ||
|
||
<div class="event"> | ||
<img src="" alt=""> | ||
<h1>TITLE</h1> | ||
<p>Date, Time</p> | ||
<p>Description 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> | ||
</div> | ||
|
||
</a> | ||
|
||
<a href="#"> | ||
|
||
<div class="event"> | ||
<img src="" alt=""> | ||
<h1>TITLE</h1> | ||
<p>Date, Time</p> | ||
<p>Description 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> | ||
</div> | ||
|
||
</a> | ||
<a href="#"> | ||
|
||
<div class="event"> | ||
<img src="" alt=""> | ||
<h1>TITLE</h1> | ||
<p>Date, Time</p> | ||
<p>Description 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> | ||
</div> | ||
|
||
</a> | ||
<a href="#"> | ||
|
||
<div class="event"> | ||
<img src="" alt=""> | ||
<h1>TITLE</h1> | ||
<p>Date, Time</p> | ||
<p>Description 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> | ||
</div> | ||
|
||
</a> | ||
<a href="#"> | ||
|
||
<div class="event"> | ||
<img src="" alt=""> | ||
<h1>TITLE</h1> | ||
<p>Date, Time</p> | ||
<p>Description 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> | ||
</div> | ||
|
||
</a> | ||
|
||
<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> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.