Skip to content

Commit 6e576f4

Browse files
committed
2 parents 46aac5a + 89d864d commit 6e576f4

File tree

1 file changed

+59
-47
lines changed

1 file changed

+59
-47
lines changed

index.html

Lines changed: 59 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
<html class="">
22
<head>
3+
<!-- Global site tag (gtag.js) - Google Analytics -->
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-125870124-1"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag(){dataLayer.push(arguments);}
8+
gtag('js', new Date());
9+
10+
gtag('config', 'UA-125870124-1');
11+
</script>
12+
13+
<title>Codezoned - Home</title>
14+
15+
<meta name="description" content="A community of amazing individuals focused on building open source solutions which have a direct social impact in today's society" />
316
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
417

518
<link rel="stylesheet" href="assets/bootstrap.min.css">
@@ -30,9 +43,9 @@
3043

3144
a span{
3245
background-color: transparent;
33-
margin: 5px 2%;
34-
padding: 5px 2%;
35-
font-size: 20px;
46+
margin: 5px 2%;
47+
padding: 5px 2%;
48+
font-size: 20px;
3649
/*box-shadow: 2px 2px 2px #353535; */
3750
color: white;
3851
}
@@ -46,14 +59,14 @@
4659
border-bottom-style: none;
4760
list-style: none;
4861
color: red;
49-
}
62+
}
5063
div a{
5164
color: #222222;
5265
}
5366
div a:hover {
5467
color: red;
5568
text-decoration: none;
56-
}
69+
}
5770
.button-container {
5871
display: flex;
5972

@@ -89,26 +102,26 @@
89102
-webkit-appearance: none;
90103
-moz-appearance: none;
91104
appearance: none;
92-
105+
93106
justify-content: center;
94107
align-items: center;
95108
flex: 0 0 160px;
96-
109+
97110
box-shadow: 2px 5px 10px var(--color-smoke);
98111

99-
112+
100113
}
101114
.button:hover {
102115
transition: all 150ms linear;
103116

104117
opacity: .85;
105118
}
106-
119+
107120
.button:active {
108121
transition: all 150ms linear;
109122
opacity: .75;
110123
}
111-
124+
112125
.button:focus {
113126
outline: 1px dotted #959595;
114127
outline-offset: -4px;
@@ -117,19 +130,19 @@
117130
.button.-regular {
118131
color: #202129;
119132
background-color: #f2f2f2;
120-
133+
121134
}
122135
.button.-regular:hover {
123136
color: red;
124137
background-color: #e1e2e2;
125138
opacity: 1;
126139
}
127-
140+
128141
.button.-regular:active {
129142
background-color: #d5d6d6;
130143
opacity: 1;
131144
}
132-
145+
133146
.box-centerside {
134147
background: url("") repeat-x scroll center top transparent;
135148
float: left;
@@ -159,15 +172,16 @@
159172
<body data-gr-c-s-loaded="true">
160173
<header>
161174
<nav class="navbar navbar-toggleable-sm navbar-fixed-top" style="background-color: black;">
162-
<div><a href="http://www.codezoned.com" class="navbar-brand mb-0" style=""><img src="assets/img/CZmainsmall.png" style="width: 12%; min-width: 150px;"></a></div>
163175

176+
<div><a href="http://www.codezoned.com" class="navbar-brand mb-0" style=""><img src="assets/img/CZmainsmall.png" style="width: 12%; min-width: 150px;"></a></div>
177+
164178
<button class="navbar-toggler navbar-toggler-right collapsed" type="button" data-toggle="collapse" data-target="#headerNav" aria-controls="headerNav" aria-expanded="false" aria-label="Toggle navigation">
165179
<span class="navbar-toggler-icon"></span>
166180
</button>
167181

168182
<div id="headerNav" class="navbar-collapse justify-content-end collapse" aria-expanded="false" style="">
169183
<ul class="navbar-nav">
170-
184+
171185
<li class="nav-item">
172186
<a class="nav-link" href="https://github.com/codezoned/join_codezoned" target="_blank">Join</a>
173187
</li>
@@ -190,8 +204,10 @@
190204
</nav>
191205
</header>
192206
<br>
207+
193208
<section class="hero">
194209
<div class="jumbotron jumbotron-fluid mb-0" style="text-align: center;">
210+
195211
<div class="container">
196212
<div class="row justify-content-center text-center">
197213
<div class="col-md-10 col-lg-6 animated bounceInDown" id="animate1" style="vertical-align: middle; text-align: center;">
@@ -204,35 +220,35 @@ <h1 class="display-5" style="font-family: profontwindows; word-spacing: -8px; fo
204220
</div>
205221
</div>
206222
</div>
207-
</div>
208-
</div>
223+
</div>
224+
</div>
209225
</section>
210226

211227
<section id="sec-about" class="sec-about pt-5 pb-5">
212228
<div class="container">
213229
<div class="row justify-content-center text-center">
214-
<div class="col-md-10 col-lg-8 animated bounceInLeft" id="animate2">
230+
<div class="col-md-10 col-lg-8 animated bounceInLeft" id="animate2">
215231
<p class="mt-4 mb-4" style="">
216-
232+
217233
Codezoned is an opensource NPO which is targeting on educating and spreading it's core belief by making college and school students to contribute to opensource. We develop FOSS for NGOs, Conduct Hackathons across colleges and organisations and give digital literacy education to less privileged children.
218234
<br><br>
219235
We are an organization that strives towards building a community of enthusiastic and passionate individuals who want to share their love for creativity and imagination by building open source projects that have a positive impact on the society, making the world a better place.<br><br>
220236
We are completely opensource. We make our own stuff and help everyone make theirs. Your contributions are welcome!
221237
</p>
222238
</div>
223239
</div>
224-
</div>
240+
</div>
225241
</section>
226242

243+
227244
<section class="hero">
228245
<div class="container">
229246
<div class="row justify-content-center text-center">
230247
<div class="col-md-10 col-lg-6 animated bounceInRight" id="animate3">
231248

232249
<h1 class="display-5" style="font-family: profontwindows; word-spacing: -8px;">Hackathons</h1>
233250

234-
<h3 class="lead">These are some of the events we are honoured to have organised/be a part of.</h3><br>
235-
251+
<h3 class="lead">These are some of the events we are honoured to have organised/be a part of.</h3><br>
236252

237253
<a href="http://uhack.in"><img src="assets/img/uhack_sticker.png" style="width: 45%;min-width: 125px; opacity: 7;"></a><br>
238254
<span style="color: black; font-size: 22px;">UHack 2018</span><br><br>
@@ -241,10 +257,7 @@ <h3 class="lead">These are some of the events we are honoured to have organised/
241257
</div>
242258
</div>
243259
</div>
244-
245-
</section>
246-
247-
<section class="hero">
260+
<section class="hero">
248261
<div class="jumbotron jumbotron-fluid mb-0" style="vertical-align: middle;">
249262
<div class="container row justify-content-center text-center" style="">
250263
<!-- <div class="" style=""> -->
@@ -264,8 +277,7 @@ <h3 class="lead">These are some of the events we are honoured to have organised/
264277
</div>
265278
</section>
266279

267-
268-
<section id="sec-about" class="sec-about pt-5 pb-5">
280+
<section id="sec-about" class="sec-about pt-5 pb-5">
269281
<!-- <div class="container"> -->
270282
<div class="row justify-content-center text-center" style="">
271283
<div class="col-md-4 col-lg-8 animated bounceInLeft" id="animate2">
@@ -330,22 +342,22 @@ <h5 style="color: darkgray;">And many more...</h5>
330342
<ul class="list-inline mb-0 text-center">
331343
332344
<li class="list-inline-item">
333-
<a href="" target="_blank"><span class="fa fa-facebook"></span></a>
345+
<a href="https://www.facebook.com/codezoned/" target="_blank"><span class="fa fa-facebook"></span></a>
334346
</li>
335-
347+
336348
<li class="list-inline-item">
337349
<a href="https://github.com/codezoned" target="_blank"><span class="fa fa-github-square"></span></a>
338350
</li>
339-
351+
340352
<li class="list-inline-item">
341353
<a href="https://www.linkedin.com/company/codezoned/" target="_blank"><span class="fa fa-linkedin"></span></a>
342354
</li>
343-
355+
344356
<li class="list-inline-item">
345357
<a href="https://www.instagram.com/codezoned/" target="_blank"><span class="fa fa-instagram"></span></a>
346358
</li>
347359
<li class="list-inline-item">
348-
<a href="" target="_blank"><span class="fa fa-discord"></span></a>
360+
<a href="https://discordapp.com/invite/aMZY22" target="_blank"><span class="fa fa-discord"></span></a>
349361
</li>
350362
</ul>
351363
</footer> -->
@@ -377,14 +389,14 @@ <h5 style="color: darkgray;">And many more...</h5>
377389
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
378390

379391
<script>
380-
392+
381393
$(window).scroll(function(event) {
382-
394+
383395
$("#animate1").each(function(i, el) {
384396
var el = $(el);
385397
if (el.visible(true)) {
386-
el.addClass("animated bounceInDown");
387-
}
398+
el.addClass("animated bounceInDown");
399+
}
388400
});
389401

390402
var animationEnd = (function(el) {
@@ -410,12 +422,12 @@ <h5 style="color: darkgray;">And many more...</h5>
410422
});
411423

412424
$(window).scroll(function(event) {
413-
425+
414426
$("#animate2").each(function(i, el) {
415427
var el = $(el);
416428
if (el.visible(true)) {
417-
el.addClass("animated bounceInLef");
418-
}
429+
el.addClass("animated bounceInLef");
430+
}
419431
});
420432

421433
var animationEnd = (function(el) {
@@ -442,12 +454,12 @@ <h5 style="color: darkgray;">And many more...</h5>
442454

443455

444456
$(window).scroll(function(event) {
445-
457+
446458
$("#animate3").each(function(i, el) {
447459
var el = $(el);
448460
if (el.visible(true)) {
449-
el.addClass("animated bounceInRight");
450-
}
461+
el.addClass("animated bounceInRight");
462+
}
451463
});
452464

453465
var animationEnd = (function(el) {
@@ -474,12 +486,12 @@ <h5 style="color: darkgray;">And many more...</h5>
474486

475487

476488
$(window).scroll(function(event) {
477-
489+
478490
$("#animate4").each(function(i, el) {
479491
var el = $(el);
480492
if (el.visible(true)) {
481-
el.addClass("animated bounceInUp");
482-
}
493+
el.addClass("animated bounceInUp");
494+
}
483495
});
484496

485497
var animationEnd = (function(el) {
@@ -503,7 +515,7 @@ <h5 style="color: darkgray;">And many more...</h5>
503515
});
504516

505517
});
506-
518+
507519
</script>
508520

509521
</body>

0 commit comments

Comments
 (0)