-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsubscribe.html
81 lines (65 loc) · 2.8 KB
/
subscribe.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
<html>
<head>
<title>Google Developers Group Chennai</title>
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="assets/css/waves.css">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="#">Google Developer Group Chennai</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="events.html">Events</a></li>
<li><a class="active" href="subscribe.html">Subscribe</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</div><!-- /.container-fluid -->
</nav>
<div class="content-page">
<div class="subscribe-page-header material-shadow waves-effect waves-light waves-block">
<h3 >Android Wear Hackathon Coming Soon.
</h3>
</div>
<div class="container">
<h3>Our Calender</h3>
<iframe src="https://www.google.com/calendar/embed?src=tmvo7kj6039j9t4678qss9940k%40group.calendar.google.com&ctz=Asia/Calcutta" style="width:100%;height:700px;"></iframe>
<h3>Connect With Us on Social Media</h3>
<div class="row social col-md-6 col-md-offset-3">
<div class="col-md-4">
<a href="http://facebook.com/GDGChennai"><img src="assets/image/facebook.png"></a>
</div>
<div class="col-md-4">
<a href="http://twitter.com/GDGChennai"><img src="assets/image/twitter.png"></a></div>
<div class="col-md-4">
<a href="https://plus.google.com/communities/114880346511347814550"><img src="assets/image/google-plus.png"></a></div>
</div>
</div>
</div>
<div class="footer col-md-12">
<p>Crafted with <span>♥</span> by <a href="http://www.skcript.com">Skcript</a></p>
</div>
<script type="text/javascript" src="assets/js/jquery.js"></script>
<script type="text/javascript" src="assets/js/waves.js"></script>
<script type="text/javascript">
Waves.displayEffect();
</script>
<script type="text/javascript" src="assets/js/bootstrap.js"></script>
</body>
</html>