This repository has been archived by the owner on May 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
events.html
172 lines (140 loc) · 6.08 KB
/
events.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
---
layout: default
---
<body data-spy="scroll" data-target="#topnav">
<!-- <div class="navbar navbar-inverse navbar-fixed-top" id="topnav">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-target=".navbar-collapse"
data-toggle="collapse" type="button"><span class=
"icon-bar"></span> <span class="icon-bar"></span> <span class=
"icon-bar"></span></button> <a class="navbar-brand" href=
"#">GDG Sri Lanka</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active">
<a href="index.html">Home</a>
</li>
<li>
<a href="Events.html">Events</a>
</li>
<li>
<a href="Gallery.html">Gallery</a>
</li>
<li>
<a href="Team.html">Team</a>
</li>
<li>
<a href="Contact.html">Contact</a>
</li>
</ul>
</div><!– /.navbar-collapse–>
</div>
</div>-->
<!-- <div class="container" id="services">
<!– Example row of columns–>
<div class="row features">
<div class="col-lg-4 text-center">
<div class="single-fet">
<div>
<span class="icon-stack icon-4x"><i class=
"icon-circle icon-stack-base"></i> <i class=
"icon-ok icon-light"></i></span>
</div>
<h2>With Bootstrap <span class=
"label label-warning">3.0</span></h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce
dapibus, tellus ac cursus commodo, tortor mauris
condimentum nibh, ut fermentum massa justo sit amet.</p>
</div>
</div>
<div class="col-lg-4 text-center">
<div class="single-fet">
<div>
<span class="icon-stack icon-4x"><i class=
"icon-circle icon-stack-base"></i> <i class=
"icon-laptop icon-light"></i></span>
</div>
<h2>Fully Responsive</h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce
dapibus, tellus ac cursus commodo, tortor mauris
condimentum nibh, ut fermentum massa justo sit amet.</p>
</div>
</div>
<div class="col-lg-4 text-center">
<div class="single-fet">
<div>
<span class="icon-stack icon-4x"><i class=
"icon-circle icon-stack-base"></i> <i class=
"icon-download-alt icon-light"></i></span>
</div>
<h2>And Totally <span style=
"color:#248822">Free</span></h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce
dapibus, tellus ac cursus commodo, tortor mauris
condimentum nibh, ut fermentum massa justo sit amet.</p>
</div>
</div>
</div>
</div>-->
<div id="home" class="event-jumbotron">
<div class="container">
<div class="media">
</div>
</div>
</div>
<section href="io2015" id="io2015" class="io2015">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p><h2><b>WHAT IS GOOGLE DEVELOPER GROUP(GDG)</b></h2> <h5><b>Something you should not miss out!</b></h5>
Google Developer Groups (GDGs) are for developers who are interested in Google’s developer technology; everything from the Android, Chrome, Drive, and Google Cloud platforms, to product APIs like the Cast API,Maps API, and YouTube API.
A GDG can take many forms — from just a few people getting together to watch our latest video, to large gatherings with demos and tech talks, to events like code sprints and hackathons.
However, at the core, GDGs are focused on developers and technical content, and the core audience should be developers.</p>
</div>
</div>
</div>
</section>
{% for post in site.posts %}
{% if post.categories contains 'one' %}
<section id="AndroidJam" class="AndroidJam">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p><h2><b>{{post.title}}</b></h2>
{{post.content}}
</p>
</div>
</div>
</div>
</section>
{% elsif post.categories contains 'two' %}
<section id="io2015" class="io2015">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<p><h2><b>{{post.title}}</b></h2>
{{post.content}}
</p>
</div>
</div>
</div>
</section>
{% endif %}
{% endfor %}
<section class="pricing" id="pricing">
<div class="container">
<div class="row">
<h3 class="text-center" >Event Calander </h3>
<div class="col-md-2 col-md-offset-2">
test.....
</div>
</div>
</div>
</section>
<!-- Bootstrap core JavaScript-->
<!-- ==================================================-->
<!-- Placed at the end of the document so the pages load faster--><script src="js/jquery.js"></script><script src="bootstrap/js/bootstrap.min.js"></script><script src="js/slick/slick.min.js"></script><script src="js/main.js"></script>
</body>
</html>