-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (103 loc) · 6.07 KB
/
index.html
File metadata and controls
108 lines (103 loc) · 6.07 KB
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
<!DOCTYPE html>
<html>
<head>
<title>FreeCodeCampKanpur</title>
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/ionicons.min.css">
<link rel="stylesheet" href="css/materialize.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/fcckanpur.css">
</head>
<body>
<header>
<img src="images/meetup.jpg" alt="FCCKANPUR" class="responsive-img hide" title="FreeCodeCamp Kanpur">
<div class="overlay">
<div class="navbar-fixed">
<nav class="transparent">
<div class="nav-wrapper container">
<a href="index.html" class="brand-logo left">
<i class="fa fa-free-code-camp left"></i> FreeCodeCampKanpur
</a>
<ul class="right hide-on-small-only section">
<li><a href="#about" class="waves-effect waves-light">About</a></li>
<li><a href="#events" class="waves-effect waves-light">Events</a></li>
<li><a href="#joinus" class="waves-effect waves-light">Join Us</a></li>
<li><a href="https://github.com/freecodecampilorin/freeCodeCampKanpur.github.io" target="_blank" class="waves-effect waves-light"><i class="icon ion-social-github left"></i> Contribute</a></li>
</ul>
<ul class="right hide-on-med-and-up">
<li>
<a href="#!" class="dropdown-button waves-effect waves-light" data-activates="mobile-menu-dropdown" data-belowOrigin="true"><i class="icon ion-android-more-vertical"></i></a>
</li>
<ul id="mobile-menu-dropdown" class="dropdown-content">
<li><a href="#!" class="waves-effect waves-light">About</a></li>
<li><a href="#!" class="waves-effect waves-light">Events</a></li>
<li><a href="#!" class="waves-effect waves-light">Join Us</a></li>
<li><a href="#!" class="waves-effect waves-light">Contribute</a></li>
</ul>
</ul>
</div>
</nav>
</div>
<section id="banner">
<div class="container center-align white-text">
<h1 class="hide-on-med-and-down">FreeCodeCampKanpur</h1>
<h4 class="hide-on-large-only">FreeCodeCampKanpur</h4>
<p class="flow-text">The Official Bootcamp Site</p>
</div>
<a href="#about" id="scroll-down" class="hide-on-small-only white-text animated bounce infinite"><i class="icon ion-ios-arrow-down x45"></i></a>
</section>
</div>
</header>
<section id="about" class="row section scrollspy">
<div class="col s12 m6 grey lighten-5">
<div class="container">
<h4>About Us</h4>
<p class="flow-text">
This is the official Free Code Camp Kanpur Website. We meet to learn and develop our coding skill at <a target="_blank"
href="http://freecodecamp.com/?ref=FreeCodeCampKanpur" style="text-decoration: underline" class="fcc-text">http://freecodecamp.com</a>
</p>
</div>
</div>
<div class="col s12 m6 green hide-on-small-only"></div>
</section>
<section id="events" class="row section scrollspy">
<div class="col s12 m6 amber hide-on-small-only"></div>
<div class="col s12 m6 blue-grey lighten-5">
<div class="container">
<h4>Events</h4>
<p class="flow-text">
Our Local events includes but are not limited to our Monthly meetups and the Quarterly Coffee and Code event which are announced
on our <a target="_blank" style="text-decoration:underline" href="https://www.facebook.com/groups/free.code.camp.knp/?ref=FreeCodeCampKanpur.com"
class="fcc-text">facebook group</a>. We look forward to having more soon.
</p>
</div>
</div>
</section>
<section id="joinus" class="grey lighten-3 amber-text text-lighten-5 section scrollspy">
<div class="overlay">
<div class="container center-align">
<p class="flow-text">
Learning at <a target="_blank" href="http://freecodecamp.com/?ref=FreeCodeCampKanpur" class="light-green-text">FreeCodeCamp</a> is self-paced and there is a large community all over the world ready to help you make a career or even land your
first job and get highly paid as a developer.
</p>
<p class="flow-text">Join us today and start coding for free!</p>
<p>
<a target="_blank" href="http://freecodecamp.com/?ref=FreeCodeCampKanpur" class="btn-large green darken-4"><i class="fa fa-free-code-camp left"></i> Join FreeCodeCamp</a>
<a target="_blank" href="https://www.facebook.com/groups/free.code.camp.knp/?ref=FreeCodeCampKanpur.com" class="btn-large indigo"><i class="icon ion-social-facebook left"></i> Join our facebook group</a>
</p>
</div>
</div>
</section>
<footer>
<p class="flow-text center-align">FreeCodeCampKanpur is an Open Source community. Feel free to contribute here as you wish.</p>
<div id="fbShare" class="waves-effect fb-share-button btn indigo" data-href="https://fccilorin.stamplayapp.com/" data-layout="button_count" data-size="small" data-mobile-iframe="true"><a class="fb-xfbml-parse-ignore white-text" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Ffccilorin.stamplayapp.com%2F&src=sdkpreparse"><i class="icon ion-social-facebook x1"></i> Share</a></div>
<a href="https://github.com/freeCodeCampKanpur/freeCodeCampKanpur.github.io" target="_blank" id="fork" class="btn blue-grey darken-3 waves-effect waves-effect"><i class="icon ion-fork-repo x1"></i> Fork</a>
<div class="fixed-action-btn">
<a class="btn-floating btn-large amber waves-effect">
<i class="large icon ion-android-share-alt x2"></i>
</a>
<ul>
<!--<li><a class="btn-floating indigo"><i class="icon ion-social-facebook"></i></a></li>-->
<!--<li><a class="btn-floating red"><i class="icon ion-social-googleplus"></i></a></li>-->
<li><a href="https://github.com/freeCodeCampKanpur/freeCodeCampKanpur.github.io" target="_blank" class="btn-floating blue-grey darken-4"><i class="icon ion-social-github"></i></a></li>
</ul>