-
Notifications
You must be signed in to change notification settings - Fork 44
/
contact-us.html
107 lines (86 loc) · 3.84 KB
/
contact-us.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mozilla TN Contact Us</title>
<meta name="description" content="">
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
<!-- favicon -->
<link rel="shortcut icon" href="images/icon/favicon.ico">
<!-- end of favicon -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-64218808-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<!--/head-->
<body>
<header id="header">
<nav class="navbar navbar-inverse" role="banner">
<div class="container">
<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="index.html"><i class="fa fa-bolt"></i>Weeks of Contribution</a></a> </div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About</a></li>
<li><a href="contribution.html">Contribution Areas</a></li>
<li><a href="cal.html">Schedule</a></li>
<li class="dropdown"><a href="leader.html">LeaderBoards</a>
<ul class="dropdown-menu" role="menu" aria-labelledby="menu1">
<li role="presentation"><a role="menuitem" tabindex="-1" href="mls.html">Mozilla Location Service</a></li>
</ul>
</li>
<li class="active"><a href="contact-us.html">Contact</a></li>
</ul>
</div>
</div>
<!--/.container-->
</nav>
<!--/nav-->
</header>
<!--/header-->
<div class="color-border"> </div>
<div class="center">
<section class="inner-page">
<h2>Contact Us</h2>
</div>
<div class="follow-us" align="center">
<a class="fa fa-facebook social-icon fa-3x" href="https://www.facebook.com/MozilliansTamilNadu" target="_href"></a>
<a class="fa fa-twitter social-icon fa-3x" href="https://twitter.com/mozillaTN" target="_href"></a>
<a class="fa fa-users social-icon fa-3x" href="https://www.facebook.com/groups/719835014702351/" target="_href"></a>
<a class="fa fa-github social-icon fa-3x" href="https://github.com/mozillatn" target="_href"></a>
<a class="fa fa-envelope social-icon fa-3x" href="mailto:mozchennai@gmail.com" target="_top"></i>
<a class="fa fa-google-plus social-icon fa-3x" href="#" target="_href"></a>
</div>
<div align="center">
<iframe src="https://docs.google.com/forms/d/1W2aAVh8lEPbSIj-JjJPwa6S9vRC1ue1CztqPtgOrWsU/viewform?embedded=true" width="100%" height="750" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</div>
</section>
<!--/#inner-page-->
<div class="color-border"> </div>
<footer id="footer" align="center">
</footer>
<!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>