-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
366 lines (301 loc) · 11 KB
/
about.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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!doctype html>
<html lang="en">
<head>
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<meta charset="UTF-8">
<title>Mozilla Club, IGDTUW</title>
<!--[if IE]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!-- FONTS -->
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/royalslider.css">
<link rel="stylesheet" href="css/style.css">
<!--[if lte IE 9]><link href="css/ie.css" rel="stylesheet" type="text/css" /><![endif]-->
</head>
<body>
<div id="wrapper">
<div class="site-in">
<!-- HEADER START -->
<header class="container site-header" >
<div class="row">
<!-- MENU && CALENDAR BUTTON -->
<!-- BUTTON CLAENDAR -->
<a class="cal" >
<span><img src="icon.jpg"/></span>
</a>
<!-- /BUTTON CLAENDAR -->
<nav class="navigation">
<div class="menu">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="works.html">Events</a></li>
<li><a href="team.html">Team</a></li>
<li><a href="contacts.html">Contact Us</a></li>
<li><a href="blog-list.html">Blog</a></li>
</ul>
<a href="#" class="ico">
<span></span>
</a>
</div>
</nav>
<div class="menu-overlay"></div>
<!-- /MENU && CALENDAR BUTTON -->
<!-- LANG BLOCK -->
<!--
<div class="pull-right lang-block tab">
<div class="tab-row">
<div class="tab-cell">
<div class="lang">
<button data-toggle="dropdown">En</button>
<ul>
<li><a href="#">English</a></li>
<li><a href="#">Schweiz</a></li>
<li><a href="#">Ukrainian</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-xs-4 col-sm-2 pull-right top-art text-right">
<div class="in-wp">
<div class="tab">
<div class="tab-row">
<div class="tab-cell">
<a href="index.html">
<img src="img/12.svg" alt="">
</a>
</div>
</div>
</div>
</div>
</div>-->
<div class="col-xs-12 col-sm-5">
<div class="desc">
<div class="tab">
<div class="tab-row">
<div class="tab-cell">
<span>Mozilla Club of IGDTUW</span>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- /HEADER END -->
<section class="container site-blog-nav">
<div class="row nav-arw">
<div class="col-xs-4 p0 icon-left">
<a href="index.html">
<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14">
<path d="M7 0l1.4 1.4-7 7L0 7"/>
<path d="M0 7l1.4-1.4 7 7L7 14"/>
</svg>
Home
</a>
</div>
<div class="col-xs-4 text-center icon-close">
<a href="index.html">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14">
<rect x="-2.2" y="6.3" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 7 16.8995)" width="18.4" height="1.4"/>
<rect x="6.3" y="-2.2" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 7 16.8995)" width="1.4" height="18.4"/>
</svg>
</a>
</div>
<div class="col-xs-4 p0 text-right icon-right">
<a href="services.html">
Services
<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14">
<path d="M2.006,0L0.594,1.415l6.993,7L9,7L2.006,0z"/>
<path d="M9,7L7.587,5.586l-6.993,7L2.006,14L9,7z"/>
</svg>
</a>
</div>
</div>
</section><!-- section -->
<section class="container site-wrapper post-site-yel-cont">
<div class="row">
<div class="post-cont-titl site-post-ttl">
<div class="post-ttl">
<div class="tab">
<div class="tab-row">
<div class="tab-cell">
<strong>About Us</strong>
</div>
</div>
</div><!-- tab -->
</div>
</div>
<div class="col-xs-12 site-post white">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 post-title post-blockquote">
<blockquote class="qoute-top">In Mozilla club, we will be teaching and learning the most important skills of our age. Ability to read , write and participate in the digital world.</blockquote>
</div>
<div class="col-xs-12 col-sm-12 col-md-6 post-block-gall pull-right text-center">
<div id="squares">
<a href="content/m5.jpeg" class="square square-img replace-2x" >
<img src="content/m5.jpeg" alt="" class="img-responsive replace-2x">
</a>
<div class="square square-text bluemed">
<div class="tab">
<div class="tab-row">
<div class="tab-cell">
MOZILLA
</div>
</div>
</div>
</div>
<a href="content/m1.jpg" class="square square-img replace-2x" >
<img src="content/m1.jpg" alt="" class="img-responsive replace-2x">
</a>
<div class="square red"></div>
<div class="square square-text redmed">
<div class="tab">
<div class="tab-row">
<div class="tab-cell">
MOZILLA
</div>
</div>
</div>
</div>
<div class="square bluedod"></div>
<a href="content/m2.png" class="square square-img replace-2x" >
<img src="content/m2.png" alt="" class="img-responsive replace-2x">
</a>
<div class="square yel"></div>
<div class="square orangnorm"></div>
<div class="square null"></div>
<a href="content/m4.png" class="square square-img replace-2x" >
<img src="content/m4.png" alt="" class="img-responsive replace-2x">
</a>
<div class="square aqua"></div>
<a href="content/m3.jpg" class="square square-img replace-2x" >
<img src="content/m3.jpg" alt="" class="img-responsive replace-2x">
</a>
<div class="square null"></div>
<div class="square null"></div>
<div class="square square-text blueligh">
<div class="tab">
<div class="tab-row">
<div class="tab-cell">
MOZILLA
</div>
</div>
</div>
</div>
<div class="square square-text greenligh">
<div class="tab">
<div class="tab-row">
<div class="tab-cell">
MOZILLA
</div>
</div>
</div>
</div>
<div class="square null"></div>
<div class="square null"></div>
<div class="square null"></div>
<div class="square bluedod"></div>
</div><!-- #squares -->
</div><!-- post-block-gall -->
<div class="col-xs-12 col-sm-12 col-md-6 aft-sqare">
<article>
<h5><b>Our Mission</b></h5>
<p>Mozilla Clubs are small communities of practice where people meet regularly to learn , share , collaborate and create , all around one same objective : developing digital skills . </p>
<p>Here, people will come together locally to teach, protect, and build the open web in an engaging and collaborative way. </p>
</article>
<article>
<h5><b>Open Practices</b></h5>
<p> Mozilla works in open. The goals of this openness are : <b>participation</b>( for smart collaboration) , <b>agility</b> ( for getting things done with flexibility & speed), <b>momentum</b> (communities want to push boulders that are already rolling) , <b> testing & rapid prototyping </b> and getting greater bang from limited resources.
</p>
<p></p>
</article>
</div>
</div>
</div>
</div>
</section>
<section class="container site-blog-nav-f">
<div class="row nav-arw">
<div class="col-xs-4 p0 icon-left">
<a href="index.html">
<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14">
<path d="M7 0l1.4 1.4-7 7L0 7"/>
<path d="M0 7l1.4-1.4 7 7L7 14"/>
</svg>
Home
</a>
</div>
<div class="col-xs-4 text-center icon-close">
<a href="index.html">
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14">
<rect x="-2.2" y="6.3" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 7 16.8995)" width="18.4" height="1.4"/>
<rect x="6.3" y="-2.2" transform="matrix(-0.7071 -0.7071 0.7071 -0.7071 7 16.8995)" width="1.4" height="18.4"/>
</svg>
</a>
</div>
<div class="col-xs-4 p0 text-right icon-right">
<a href="services.html">
Services
<svg xmlns="http://www.w3.org/2000/svg" width="9" height="14">
<path d="M2.006,0L0.594,1.415l6.993,7L9,7L2.006,0z"/>
<path d="M9,7L7.587,5.586l-6.993,7L2.006,14L9,7z"/>
</svg>
</a>
</div>
</div>
</section><!-- section -->
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-5 col-md-push-7 col-lg-4 col-lg-push-8 text-right text-center-sm text-center-xs">
<div class="social-inner text-center">
<a href="#" class="fa fa-facebook"><img src="img/facebook.jpg"/></a>
<a href="#" class="fa fa-twitter"><img src="img/twitter.png"/></a>
<a href="#" class="fa fa-google-plus"><img src="img/google.png"/></a>
</div>
</div>
<div class="col-md-2 col-md-pull-5 col-lg-pull-4 text-center-sm text-center-xs">
<div class="in-f icon-call-us">Call Us +91 70653 74754</div>
</div>
<div class="col-md-2 col-md-pull-5 col-lg-offset-1 col-lg-pull-4 text-center-sm text-center-xs">
<div class="in-f icon-mail">[email protected]</div>
</div>
<div class="col-md-3 col-md-pull-5 col-lg-2 col-lg-offset-1 col-lg-pull-4 text-center-sm text-center-xs">
<div class="in-f icon-address">Mozilla Club IGDTUW,Kashmere Gate</div>
</div>
</div><!-- row -->
<div class="row">
<div class="col-xs-12 col-md-8">
<div class="copy">
Copyright © Mozilla Club,IGDTUW
</div>
</div>
</div>
</div>
</footer>
</div><!-- wrapper -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/royal/jquery.royalslider.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.placeholder.min.js"></script>
<script src="js/bootstrap-tabcollapse.min.js"></script>
<script src="js/selectico.min.js"></script>
<script src="js/calendar.js"></script>
<script src="js/getshar-0.8.0.min.js"></script>
<script src="js/main.js"></script>
<script src="js/SmoothScroll.min.js"></script>
<script src="js/small-icons.js"></script>
</body>
</html>