-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
291 lines (271 loc) · 10 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Codebooky | Home</title>
<!-- Meta tag Keywords -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8" />
<script>
addEventListener("load", function () {
setTimeout(hideURLbar, 0);
}, false);
function hideURLbar() {
window.scrollTo(0, 1);
}
</script>
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<!-- Style-CSS -->
<link href="//fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext"
rel="stylesheet" >
</head>
<body>
<!-- main banner -->
<div class="main-top" id="home">
<!-- header --->
<header>
<div class="container-fluid">
<div class="header d-lg-flex justify-content-between align-items-center py-3 px-sm-3">
<!-- logo -->
<div id="logo">
<h1><a href="index.html"><span class="fa fa-linode mr-2"></span>Codebooky</a></h1>
</div>
<!-- //logo -->
<!-- nav -->
<div class="nav_w3ls">
<nav>
<label for="drop" class="toggle">Menu</label>
<input type="checkbox" id="drop" />
<ul class="menu">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li>
<!-- First Tier Drop Down -->
<label for="drop-2" class="toggle toogle-2">Dropdown <span class="fa fa-angle-down" aria-hidden="true"></span>
</label>
<a href="#">Dropdown <span class="fa fa-angle-down" aria-hidden="true"></span></a>
<input type="checkbox" id="drop-2" />
<ul>
<li><a href="#services" class="drop-text">Services</a></li>
<li><a href="faq.html" class="drop-text">Faq's</a></li>
<li><a href="404.html" class="drop-text">404</a></li>
<li><a href="#stats" class="drop-text">Statistics</a></li>
<li><a href="#" class="drop-text">Why Choose Us?</a></li>
<li><a href="#" class="drop-text">Our Team</a></li>
<li><a href="#partners" class="drop-text">Partners</a></li>
</ul>
</li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
<!-- //nav -->
</div>
</div>
</header>
<!-- //header -->
<!-- banner -->
<div class="banner_w3lspvt position-relative">
<div class="container">
<div class="d-md-flex">
<div class="w3ls_banner_txt">
<h3 class="w3ls_pvt-title">ONE STEP<br><span>SOLUTION</span></h3>
<p class="text-sty-banner">Learn Different Programming Languages, Learn to contribute to open source and help us to improve</p>
<button onclick="abc()" style="border-radius:100px" class="btn button-style mt-md-5 mt-4">SignUp</button>
</div>
<div class="banner-img">
<img src="images/banner.png" alt="" class="img-fluid">
</div>
</div>
</div>
<!-- animations effects -->
<div class="icon-effects-w3l">
<img src="images/shape1.png" alt="" class="img-fluid shape-wthree shape-w3-one">
<img src="images/shape2.png" alt="" class="img-fluid shape-wthree shape-w3-two">
<img src="images/shape3.png" alt="" class="img-fluid shape-wthree shape-w3-three">
<img src="images/shape5.png" alt="" class="img-fluid shape-wthree shape-w3-four">
<img src="images/shape4.png" alt="" class="img-fluid shape-wthree shape-w3-five">
<img src="images/shape6.png" alt="" class="img-fluid shape-wthree shape-w3-six">
</div>
<!-- //animations effects -->
</div>
<!-- //banner -->
</div>
<!-- //main banner -->
<!-- what we do section -->
<div class="what bg-li py-5" id="what">
<div class="container py-xl-5 py-lg-3">
<div class="row about-bottom-w3l text-center mt-4">
<div class="col-lg-4 about-grid">
<div class="about-grid-main">
<img src="images/img1.png" alt="" class="img-fluid">
<h4 class="my-4">Data Structure and Algorithm's</h4>
<p> Data structures and algorithms are some of the most essential topics for programmers, both to get a job and to do well on a job.</p>
<a href="#" class="button-w3ls btn mt-sm-5 mt-4">Read More</a>
</div>
</div>
<div class="col-lg-4 about-grid my-lg-0 my-5">
<div class="about-grid-main">
<img src="images/img2.png" alt="" class="img-fluid">
<h4 class="my-4">Programming with Python</h4>
<p>Python is a powerful multi-purpose programming language created by Guido van Rossum.
It is Easy to use and beginner Friendly
</p>
<a href="#" class="button-w3ls btn mt-sm-5 mt-4">Read More</a>
</div>
</div>
<div class="col-lg-4 about-grid">
<div class="about-grid-main">
<img src="images/img3.png" alt="" class="img-fluid">
<h4 class="my-4">Web Development Tech</h4>
<p>Wheather to show your Portfolio or any other data in a beautiful manner web development always helps learning it will always help</p>
<a href="#" class="button-w3ls btn mt-sm-5 mt-4">Read More</a>
</div>
</div>
</div>
</div>
</div>
<!-- //what we do section -->
<!-- middle -->
<section class="midd-w3 py-5" id="faq">
<div class="container py-xl-5 py-lg-3">
<div class="row">
<div class="col-lg-6 about-right-faq">
<h6>What we Teach</h6>
<h3 class="text-da">We love to share our knowladge with you</h3>
<p class="mt-4">Learn Different Programming Languages, Learn to contribute to open source and help us to improve</p>
<ul class="w3l-right-book mt-4">
<li>Basic Programming</li>
<li>Data Structures and Algorithms</li>
<li>Web Development</li>
<li>Frameworks</li>
<li>Machine learning and Artificial Intellegence</li>
</ul>
<a href="#" class="btn button-style button-style-2 mt-sm-5 mt-4">Read More</a>
</div>
<div class="col-lg-6 left-wthree-img text-right">
<img src="images/b1.png" alt="" class="img-fluid mt-5" />
</div>
</div>
</div>
</section>
<!-- stats -->
<section class="bottom-count py-5" id="stats">
<div class="container py-xl-5 py-lg-3">
<div class="row">
<div class="col-lg-5 left-img-w3ls">
<img src="images/b2.png" alt="" class="img-fluid" />
</div>
<div class="col-lg-7 right-img-w3ls pl-lg-4 mt-lg-2 mt-4">
<div class="bott-w3ls mr-xl-5">
<h3 class="title-w3 text-bl mb-3 font-weight-bold">You can Get started any time any where and it is totally free</h3>
<p class="title-sub-2 mb-3">Learn to Code <br>Be a Good Programmer</p>
<p>We here at codebooky teach you how to think like a programmer</p>
</div>
<div class="row mt-5">
<div class="col-sm-4 count-w3ls">
<h4>100+</h4>
<p>Blogs</p>
</div>
<div class="col-sm-4 count-w3ls mt-sm-0 mt-3">
<h4>480+</h4>
<p>Interview Questions</p>
</div>
<div class="col-sm-4 count-w3ls mt-sm-0 mt-3">
<h4>600+</h4>
<p>Students</p>
</div>
</div>
<div class="row mt-sm-5 mt-4">
<div class="col-sm-4 count-w3ls">
<h4>15+</h4>
<p>Programming languages</p>
</div>
<div class="col-sm-4 count-w3ls mt-sm-0 mt-3">
<h4>60+</h4>
<p>Projects</p>
</div>
<div class="col-sm-4 count-w3ls mt-sm-0 mt-3">
<h4>1000+</h4>
<p>Learning Content</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- //stats -->
<!-- footer -->
<footer class="bg-li py-5">
<div class="container py-xl-5 py-lg-3">
<!-- subscribe -->
<div class="subscribe mx-auto">
<div class="icon-effect-w3">
<span class="fa fa-envelope"></span>
</div>
<h2 class="tittle text-center font-weight-bold">Stay Updated!</h2>
<p class="sub-tittle text-center mt-3 mb-sm-5 mb-4">Let be together and learn together</p>
<form action="#" method="post" class="subscribe-wthree pt-2">
<div class="d-flex subscribe-wthree-field">
<input class="form-control" type="email" placeholder="Enter your email..." name="email" required="">
<button class="btn form-control w-50" type="submit">Subscribe</button>
</div>
</form>
</div>
<!-- //subscribe -->
</div>
</footer>
<!-- //footer -->
<!-- copyright bottom -->
<div class="copy-bottom bg-li py-4 border-top">
<div class="container-fluid">
<div class="d-md-flex px-md-3 position-relative text-center">
<!-- footer social icons -->
<div class="social-icons-footer mb-md-0 mb-3">
<ul class="list-unstyled">
<li>
<a href="#">
<span class="fa fa-facebook"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-twitter"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-google-plus"></span>
</a>
</li>
<li>
<a href="#">
<span class="fa fa-instagram"></span>
</a>
</li>
</ul>
</div>
<!-- //footer social icons -->
<!-- copyright -->
<div class="copy_right mx-md-auto mb-md-0 mb-3">
<p class="text-bl let">© 2019 Codebooky. All rights reserved | Design by
<a href="https://hiteshsubnani.me" target="_blank">Hitesh Subnani</a>
</p>
</div>
<!-- //copyright -->
<!-- move top icon -->
<a href="#home" class="move-top text-center">
<span class="fa fa-level-up" aria-hidden="true"></span>
</a>
<!-- //move top icon -->
</div>
</div>
</div>
<script src="https://www.gstatic.com/firebasejs/5.9.2/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/5.9.2/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/5.9.2/firebase.js"></script>
<script src="./js/script.js"></script>
<script src="./js/googlesignup.js"></script>
</body>
</html>