-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocal.html
More file actions
124 lines (116 loc) · 6.05 KB
/
local.html
File metadata and controls
124 lines (116 loc) · 6.05 KB
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
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Influence Club</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!--<link rel="stylesheet" href="css/materialize.css">-->
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/lightbox.css">
<link rel="stylesheet" href="css/w3.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<div class="body-wrapper">
<header>
<div class="header-container">
<div class="wrapper clearfix">
<!--<h1 class="title">Influence Club</h1>-->
</div>
</div>
<div class="nav-container">
<div class="wrapper clearfix">
<img src="img/inf-logo-color.png" alt="Influence Club Logo" class="title-logo" />
<nav class="desk-nav">
<ul>
<li><a href="index.html" class="home">Home</a></li>
<li><a href="galeria.html" class="fotos">Galeria</a></li>
<li><a href="#" class="eventos" style="text-decoration: line-through;">Eventos</a></li>
<li><a href="sobre.html" class="sobre">Sobre nós</a></li>
<li><a href="tour.html" class="tour">Tour</a></li>
<li><a href="local.html" class="local">Local</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</nav>
<h2 class="bar-menu">
<i class="w3-opennav fa fa-bars" onclick="w3_toggle()"></i>
</h2>
<nav class="side-nav w3-sidenav w3-card-2" style="display: none;">
<div class="nav-links">
<a href="index.html" class="home">Home</a>
<a href="galeria.html" class="fotos">Galeria</a>
<a href="#" class="eventos" style="text-decoration: line-through;">Eventos</a>
<a href="sobre.html" class="sobre">Sobre nós</a>
<a href="tour.html" class="tour">Tour</a>
<a href="local.html" class="local">Local</a>
<a href="contato.html">Contato</a>
</div>
</nav>
</div>
</div>
</header>
<div class="main-container">
<div class="main clearfix">
<div class="content-block local">
<div id="map" class="map"></div>
</div>
</div> <!-- #main -->
</div> <!-- #main-container -->
<footer class="footer-container">
<div class="wrapper">
<div class="w3-half footer-logo">
<div class="footer-center">
<img src="img/inf-logo-white.png" height="100" alt="Influence Club White Logo"/>
</div>
<div class="address">
<p>Av. Padre Antônio José dos Santos, 1187<br>
Itaim Bibi - São Paulo - SP</p>
<p>Estacionamento Interno</p>
<p>Pagamento: Crédito, débito e dinheiro</p>
<p>Contato: (11) 99999-9999<br>
<!-- -->
Whatsapp: (11) 99999-9999<br>
<a href="#">Envie-nos um e-mail!</a></p>
</div>
</div>
<div class="w3-half">
<div id="footer-map" class="footer-map"></div>
</div>
</div>
</footer>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="js/materialize.js"></script>
<script src="js/lightbox.js"></script>
<script src="js/main.js"></script>
<script async defer
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBJkwS70bRlKpQvL-aFJ8l2m35LF-V62YM&callback=initMapLocal">
</script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function (b, o, i, l, e, r) {
b.GoogleAnalyticsObject = l;
b[l] || (b[l] =
function () {
(b[l].q = b[l].q || []).push(arguments)
});
b[l].l = +new Date;
e = o.createElement(i);
r = o.getElementsByTagName(i)[0];
e.src = '//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e, r)
}(window, document, 'script', 'ga'));
ga('create', 'UA-XXXXX-X', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>