-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathloop.html
120 lines (114 loc) · 5.74 KB
/
loop.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
Open Air Pub | The Best Place On Earth
</title>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/jquery.socialfeed.css" rel="stylesheet" type="text/css">
<link href="css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- ========== //Nav Section ========== -->
<header class="navbar navbar-transparent navbar-fixed-top">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar bg-light"></span>
<span class="icon-bar bg-light"></span>
<span class="icon-bar bg-light"></span>
</button>
<a class="navbar-brand" href="/index.html">
<img src="img/oap_logo_dark.svg" alt=""/>
</a>
</div>
<nav class="navbar-collapse collapse" role="navigation">
<ul class="main-nav navbar-nav Tc-w">
<li class="M-5 P-lr5 Ov-h">
<a href="/faq.html" class="D-ib">
<span data-hover="faq">faq</span>
</a>
</li>
<li class="reveal-dropdown M-5 P-lr5">
<li class="M-5 P-lr5 Ov-h">
<a href="/lineup.html" class="D-ib">
<span data-hover="lineup">lineup</span>
</a>
<!--<a href="/lineup.html" class="D-ib active Ov-h">
<span data-hover="line up">line up</span>
<span class="reveal-button">+</span>
</a>
<ul class="dropdown-submenu mh-hide W-80x">
<li class="M-5"><a href="/schedule-w1.html">aug 31>4</a></li>
<li class="M-5"><a href="/schedule-w2.html">sept 8>11</a></li>
</ul>-->
</li>
<li class="M-5 Ov-h P-lr5">
<a href="/loop.html" class="active D-ib"><span data-hover="the loop">the loop</span></a>
</li>
<li class="M-5 Ov-h P-lr5">
<a href="/media.html" class="D-ib"><span data-hover="media">media</span></a>
</li>
<li class="reveal-dropdown M-5 P-lr5">
<a href="/getinvolved.html" class="D-ib Ov-h">
<span data-hover="get involved">get involved</span>
<span class="reveal-button">+</span>
</a>
<ul class="dropdown-submenu mh-hide">
<li class="M-5"><a href="/getinvolved.html#contact">contact</a></li>
<li class="M-5"><a href="/getinvolved.html#volunteer">volunteer</a></li>
<li class="M-5"><a href="/getinvolved.html#partners">partners</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- ========== //Loop Header Section ========== -->
<section id = "loop_bg" class = "section-header">
<div class="overlay">
<h1 class="Tc-c Fw-b">the loop</h1>
<h2 class="Tc-a Fw-b">fresh off the press</h2>
</div>
</section>
<!-- ========== //The Loop Section ========== -->
<section id="the_loop" class="P-t20 M-lr10">
<div class="social-container Ch">
<div class="social-feed-container">
</div>
</div>
</section>
<!-- ========= //Footer Section ========= -->
<footer class="P-tb10">
<p class = "Ta-c P-tb10">
<a class = "D-ib B-cir fa fa-facebook" href="http://facebook.com/OpenAirPub"></a>
<a class = "D-ib B-cir fa fa-instagram" href="http://instagram.com/OpenAirPub"></a>
<a class = "D-ib B-cir fa fa-twitter" href="https://twitter.com/OpenAirPub"></a>
</p>
<p class = "Ta-c P-tb10">
<a href="#">contact</a>
<span href="#"> / </span>
<a href="#" >the team</a>
<span href="#"> / </span>
<a href="#">the legacy</a>
</p>
<p class="P-tb10">
<span>© Open Air Pub 2015</span>
<span>Made with <i class="fa fa-heart"></i> by
<a href="https://www.linkedin.com/pub/eric-gubiani/86/9b1/459" class="Tc-a">Eric</a> and
<a href="https://ca.linkedin.com/in/dalrymplejustin" class="Tc-a">Justin</a>
</span>
</p>
</footer>
<script src="js/jquery-2.1.1.min.js" type="text/javascript"></script>
<script src="js/bootstrap.min.js" type="text/javascript"></script>
<script src="js/codebird.js" type="text/javascript"></script>
<script src="js/doT.min.js" type="text/javascript"></script>
<script src="js/moment.min.js" type="text/javascript"></script>
<script src="js/masonry.pkgd.min.js" type="text/javascript"></script>
<script src="js/jquery.socialfeed.js" type="text/javascript"></script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>