-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnav.html
39 lines (36 loc) · 1.24 KB
/
nav.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
<nav>
<div onclick="window.location.href='/'">
<div class="headr">
<h2 href="/" class="grad">Maharashtra Mandal</h2>
</div></br>
<div>
<div class="social grad pad">
<a href="https://www.instagram.com/maharashtramandal/">Contact us</a>
<!--a target="_blank" href="https://www.instagram.com/maharashtramandal/"><img
alt="MaharashtraMandal (Instagram)"
src="../images/insta.png"
height="40" /></a-->
</div>
<div class="social grad pad">
<a href="/updates.html" title="Events" class="material-icons">Events</a>
</div>
<div class="social grad pad">
<a href="/infotainment.html" title="Infotainment" class="material-icons">Infotainment</a>
</div>
<div class="social grad pad">
<a href="/index.html" title="Map" class="material-icons">Map</a>
</div>
<div style="clear: both"></div>
</div>
</div>
</br>
</div>
</nav>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XCFSXN47DJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XCFSXN47DJ');
</script>