forked from nowmozillaclub/nowmozillaclub.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (60 loc) · 2.61 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>NOW Mozilla Club</title>
<link rel="shortcut icon" type="image/png" href="assets/images/favicons/favicon.ico"/>
<link rel="stylesheet" href="assets/css/webslides.css">
<link rel="stylesheet" href="assets/css/svg-icons.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js">
</script>
<style type="text/css">
li {
list-style: none;
display: inline;
}
</style>
</head>
<body>
<header role="banner-fixed" class="aligncenter">
<nav role="navigation">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="event.html">Events</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</header>
<article id="webslides">
<section class="aligncenter">
<div class="wrap">
<h2 style="padding-top: 70px;"><b>Network</b></h2>
<h5>for the</h5>
<h2><b>Open Web</b></h2>
<br>
<p>A Mozilla Campus Club at MPSTME, Mumbai</p>
<hr>
<div class="content-center" align="center">
<ul>
<li><a href="https://facebook.com/nowmozillaclub"><i class="fab fa-facebook-f"></i></a></li>
<li><a href="https://m.me/nowmozillaclub"><i class="fab fa-facebook-messenger"></i></a></li>
<li><a href="https://instagram.com/nowmozillaclub"><i class="fab fa-instagram"></i></a></li>
<li><a href="https://twitter.com/nowmozillaclub"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://github.com/nowmozillaclub"><i class="fab fa-github"></i></a></li>
</ul>
<br>
<a href="https://nowmozilla.club/privacy-policy">Privacy Policy</a></li>
</div>
</div>
</section>
</article>
<script src="assets/js/webslides.js"></script>
<script src="assets/js/svg-icons.js"></script>
<script>window.ws = new WebSlides();</script>
<script defer src="https://use.fontawesome.com/releases/v5.0.8/js/all.js" integrity="sha384-SlE991lGASHoBfWbelyBPLsUlwY1GwNDJo3jSJO04KZ33K2bwfV9YBauFfnzvynJ" crossorigin="anonymous"></script>
</body>
</html>