-
Notifications
You must be signed in to change notification settings - Fork 31
/
index.html
382 lines (315 loc) · 16.2 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
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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
<!DOCTYPE html>
<html lang="en">
<head>
<title>CodXCrypt-Home</title>
<meta charset="utf-8">
<link rel="shortcut icon" href="images/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="CodXCrypt is an open-source platform build for all the coding enthusiasts around the world">
<meta name="keywords" content="codxcrypt, Programming, Web-Developement, Open-Source, Start up India">
<meta name="author" content="CodXCrypt">
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/bootstrap-datepicker.css">
<link rel="stylesheet" href="css/jquery.timepicker.css">
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="preloader">
<div class="cssload-whirlpool"></div>
</div>
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a href="index.html"><span><img src="images/CodXCrypt.webp" alt="" class="img-fluid"></span></a>
<div class="containerM" onclick="myFunction(this)">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<script>
function myFunction(x) {
x.classList.toggle("change");
}
</script>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item"><a href="about.html" class="nav-link">About</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center justify-content-center" style="background-image:url(images/logo/heroback.webp);">
<div class="container position-relative">
<h1>Welcome to CodXCrypt</h1>
<h2>Next Gen Coding Projects.</h2>
<a href="https://discord.gg/yaHDeS5BuX" class="btn-get-started scrollto" style="text-decoration: none;">Join our Discord Server</a></h2>
</div>
</section>
<!-- Events section -->
<section class="ftco-section bg-light">
<div class="container">
<div class="row justify-content-center pb-4">
<div class="col-md-12 heading-section text-center ftco-animate">
<span class="subheading">Start Thinking </span>
<h2 class="mb-4">Our Online Events</h2>
</div>
</div>
<div class="row d-flex">
<div class="col-lg-4 ftco-animate">
<div class="blog-entry">
<div class="text d-block">
<div class="meta">
<iframe width="300" height="300" src="https://www.youtube.com/embed/5xX8nWIyMWc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h3 class="heading"><a href="https://www.youtube.com/embed/5xX8nWIyMWc">Open Source Contribution Guide With Red Hat Associate Gaurav Sharma</a></h3>
<!-- <p>Here We Begin Our Journey With Our First Ever Youtube Video For You Only For This Hacktober Fest.
Learn And Contribute To Open Source This Time with Us..</p> -->
</div>
</div>
</div>
<div class="col-lg-4 ftco-animate">
<div class="blog-entry">
<div class="text d-block">
<div class="meta">
<iframe width="300" height="300" src="https://www.youtube.com/embed/ur6GBTB2GTE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h3 class="heading"><a href="https://www.youtube.com/embed/ur6GBTB2GTE">Django Based Admin Panel Application by Harsh Kumar</a></h3>
<!-- <p>CodXCrypt aims students to provide project ideas to students and encourages them to work on live projects and help them to ace their interviews
This community also aims at open source</p> -->
</div>
</div>
</div>
<div class="col-lg-4 ftco-animate">
<div class="blog-entry">
<div class="text d-block">
<div class="meta">
<iframe width="300" height="300" src="https://www.youtube.com/embed/8bOAErAjNmk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<h3 class="heading"><a href="https://www.youtube.com/embed/8bOAErAjNmk">Interview Preparation and Tips with Keerti Purswani</a></h3>
<!-- <p>Are you ready for the first amazing event with KEERTI PURSWANI
CodXCrypt is back with another event🤩
</p> -->
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Start learning section -->
<div class="gradient1">
<section class="ftco-section">
<div class="container">
<div class="row justify-content-center pb-4">
<div class="col-md-12 heading-section text-center ftco-animate">
<span style="color:white;">Start Learning Today</span>
<h2 style="color:white;">Learning With CodXCrypt</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-3 col-lg-2">
<a href="mailto: codxcryptcommunity@gmail.com" class="course-category img d-flex align-items-center justify-content-center" style="background-image: url(images/work-1.webp);">
<div class="text w-100 text-center">
<h3>Web Developement</h3>
<!-- <span>100 course</span> -->
</div>
</a>
</div>
<div class="col-md-3 col-lg-2">
<a href="mailto: codxcryptcommunity@gmail.com" class="course-category img d-flex align-items-center justify-content-center" style="background-image: url(images/work-9.webp);">
<div class="text w-100 text-center">
<h3>Open Source</h3>
<!-- <span>100 course</span> -->
</div>
</a>
</div>
<div class="col-md-3 col-lg-2">
<a href="mailto: codxcryptcommunity@gmail.com" class="course-category img d-flex align-items-center justify-content-center" style="background-image: url(images/work-3.webp);">
<div class="text w-100 text-center">
<h3>Android Developement</h3>
<!-- <span>100 course</span> -->
</div>
</a>
</div>
<div class="col-md-3 col-lg-2">
<a href="mailto: codxcryptcommunity@gmail.com" class="course-category img d-flex align-items-center justify-content-center" style="background-image: url(images/work-5.webp);">
<div class="text w-100 text-center">
<h3>Programming</h3>
<!-- <span>100 course</span> -->
</div>
</a>
</div>
<div class="col-md-3 col-lg-2">
<a href="mailto: codxcryptcommunity@gmail.com" class="course-category img d-flex align-items-center justify-content-center" style="background-image: url(images/work-8.webp);">
<div class="text w-100 text-center">
<h3>Cloud Computing</h3>
<!-- <span>100 course</span> -->
</div>
</a>
</div>
<div class="col-md-3 col-lg-2">
<a href="mailto: codxcryptcommunity@gmail.com" class="course-category img d-flex align-items-center justify-content-center" style="background-image: url(images/work-6.webp);">
<span class="text w-100 text-center">
<h3>Artificial Intelligence</h3>
<!-- <span>100 course</span> -->
</span>
</a>
</div>
<!-- <div class="col-md-12 text-center mt-5">
<a href="mailto: codxcryptcommunity@gmail.com"> class="btn btn-secondary">See All Events</a>
</div> -->
</div>
</div>
</section>
</div>
<!-- Blog Section -->
<section class="ftco-section bg-light">
<div class="container">
<div class="row justify-content-center pb-4">
<div class="col-md-12 heading-section text-center ftco-animate">
<span class="subheading">Our Blog</span>
<h2 class="mb-4">Recent Post</h2>
</div>
</div>
<div class="row d-flex col-md-12">
<div id="medium-widget"></div>
</div>
</div>
<div class="flex-container-blog">
<div><a href="blog.html"> More Blogs </a></div>
</div>
</section>
<!-- ======= About Us Section ======= -->
<div class="gradient1">
<div class="container">
<section id="about">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h3>About Us</h3>
<p><b>CodXCrypt</b> is an open-source platform build for all the coding enthusiasts around the world who are searching for the best of the codes to get their mind blowing with new ideas for coding project.We are a young and thriving team
of 23, burning our midnight oil to provide you with the best of the projects. Started with the vision of our founder Unnati Chabbra and Co-Founder Shashank Agrawal, our team is diverse with every single member with their unique expertise
in different fields ranging from development to social networking.Every member of the team aims to improve our efficiency, create and find useful projects and develop ideas to uplift our community.
</p>
</header>
<div class="row about-cols">
<div class="col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="about-col">
<div class="img">
<img src="images/mission_1.webp" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-speedometer-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Mission</a></h2>
<p>To provides you with well-structured and concise codes of various projects that are created by experienced coders. It contains coding projects ranging from beginner to expert level to give cater to everyone's needs.</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="200">
<div class="about-col">
<div class="img">
<img src="images/about-plan.webp" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-list-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Plan</a></h2>
<p>Our plan is to provide an open source platform to coders to sharing their creations with the viewers and aiding budding minds. We have Mentors who are experienced and can help you with everything from scratch.
</p>
</div>
</div>
<div class="col-md-4" data-aos="fade-up" data-aos-delay="300">
<div class="about-col">
<div class="img">
<img src="images/vision_1.webp" alt="" class="img-fluid">
<div class="icon"><i class="ion-ios-eye-outline"></i></div>
</div>
<h2 class="title"><a href="#">Our Vision</a></h2>
<p>Our aim is to build a strong community for prospective attendees and mentors that provide wings to the careers of the coders all around the world acilitating knowledge sharing and discussion.
</p>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3 style="font-weight: 600;">CodXCrypt</h3>
<p>
New Delhi, <br>
India<br>
<br>
<strong>Phone:</strong> +91 80586 84414<br>
<strong>Email:</strong> <a href="mailto: codxcryptcommunity@gmail.com">codxcryptcommunity@gmail.com</a><br>
</p>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="index.html">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="about.html">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="blog.html">Blog</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="team.html">Web Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="team.html">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="team.html">Android Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="team.html">Open source</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="team.html">Programming Resources</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Join Our Newsletter</h4>
<p>For regular updates subscribe to our newsletter</p>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="container d-md-flex py-4">
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="https://discord.gg/yaHDeS5BuX"><i class="fab fa-discord"></i></a>
<a href="https://www.instagram.com/codxcrypt/" class="fa fa-instagram fa-2x"></a>
<a href="https://www.linkedin.com/company/codxcryptcommunity/" class="fa fa-linkedin fa-2x"></a>
<a href="https://www.youtube.com/channel/UCInFaJ1OUf5UGl5soiO_8ng"><i class="fa fa-youtube-play" aria-hidden="true"></i></a>
<a href="https://t.me/codxcryptdsacp"><i class="fa fa-telegram"></i></a>
</div>
<button onclick="topFunction()" id="myBtn" title="Go to top"><i class="fa fa-arrow-up" aria-hidden="true"></i></button>
</div>
<p style="text-align:center;">Copyright © 2020 CodXCrypt Community | All rights reserved</p>
</footer><!-- End Footer -->
<!-- loader -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/bootstrap-datepicker.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBVWaKrjvy3MaE7SQ74_uJiULgl1JY0H2s&sensor=false"></script>
<script src="js/google-map.js"></script>
<script src="js/main.js"></script>
<script src="js/preloaderjs.js"></script>
<script src="https://medium-widget.pixelpoint.io/widget.js"></script>
<script>MediumWidget.Init({renderTo: '#medium-widget', params: {"resource":"https://medium.com/@vaibhavbharti","postsPerLine":2,"limit":4,"picture":"big","fields":["description","author","claps","publishAt"],"ratio":"landscape"}})</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
</body>
</html>