-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
330 lines (289 loc) · 17.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Blogs by Technocrat Coders - A coding society of East Champaran</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!--Favicon-->
<link rel="shortcut icon" href="./assets/img/favicon.png" type="image/x-icon">
<!--CSS CDNs-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css">
<!--Local CSS Files-->
<link rel="stylesheet" href="./assets/css/main.css">
<link rel="stylesheet" href="./assets/css/pages.css">
<!-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
* Template Name: Technocrat Coders - C Bootcamp
* Template URL: https://technocratcoders.github.io/c-bootcamp
* Author: Geekblower
* Portfolio: https://geekblower.github.io/
-------------------------------------------------------------------------------------
------------------------------------------------------------------------------------->
</head>
<body>
<!-- ======= pages-top Section ======= -->
<section id="pages-top">
<div class="pages-top-container" style="display: flex; flex-direction: column;">
<img src="./assets/img/hero-logo.png" alt="" style="height: 45%; margin-bottom: 10px;">
<h1>Technocrat Coders</h1>
<h2>C Language Bootcamp</h2>
</div>
</section><!-- End pages-top -->
<!-- ======= Header ======= -->
<header id="header" class="d-flex align-items-center fixed-top">
<div class="container-fluid d-flex align-items-center justify-content-lg-between">
<a href="https://technocratcoders.github.io" class="logo me-auto me-lg-0"><img src="./assets/img/logo.png"
alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="https://technocratcoders.github.io#hero">Home</a>
</li>
<li><a class="nav-link scrollto" href="https://technocratcoders.github.io#about">About</a></li>
<li><a class="nav-link scrollto" href="https://technocratcoders.github.io#events">Events</a>
</li>
<li><a class="nav-link scrollto" href="https://technocratcoders.github.io#about">Projects</a></li>
<li><a class="nav-link scrollto" href="https://technocratcoders.github.io#team">Team</a>
</li>
<li><a class="nav-link scrollto" href="https://technocratcoders.github.io#blogs">Blogs</a>
</li>
<li><a class="nav-link scrollto" href="#contact-us">Contact</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<div class="header-social-links d-flex align-items-center">
<a href="https://instagram.com/technocratcoders" class="instagram" title="Instagram" target="_blank"><i
class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/groups/14014368/" class="linkedin" title="Linkedin" target="_blank"><i
class="bi bi-linkedin"></i></i></a>
<a href="https://github.com/technocratcoders/" class="github" title="Github" target="_blank"><i
class="bi bi-github"></i></i></a>
<a href="https://t.me/technocratcoders/" class="telegram" title="Telegram" target="_blank"><i
class="bi bi-telegram"></i></i></a>
<a href="https://twitter.com/technocratcoders" class="twitter" title="Twitter" target="_blank"><i
class="bi bi-twitter"></i></a>
<a href="https://fb.me/technocratcoders" class="facebook" title="Facebook" target="_blank"><i
class="bi bi-facebook"></i></a>
</div>
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>Our Bootcamp</h2>
</div>
<div class="row content">
<div class="col-lg-6">
<p>
We are a group of coding enthusiast students and professional mentors learning and sharing our
knowledge of
different technologies
</p>
<ul>
<li><i class="ri-check-double-line"></i><strong>Web Development</strong> is the major sector, we
are active
in</li>
<li><i class="ri-check-double-line"></i><strong>Open Source Contribution</strong> is somethiing
we promote
at our club</li>
<li><i class="ri-check-double-line"></i><strong>Junior Coders</strong> from high schools are
being trained
by our members</li>
</ul>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p>
<strong>Technocrat Coders</strong> is an initiative taken by <em>Khwab Foundation, Motihari</em>
and
supported by <em>LND College, Motihari</em> to promote
coding culture in the rural and backward regions of India. We share our
learnings to encourage our upcoming generations about software & IT industry
</p>
<a href="#contact-us" class="my-btn btn-contact-us">Contact Us</a>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= What We Do Section ======= -->
<section id="what-we-do" class="what-we-do">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Learning Resources</h2>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="card">
<img src="./assets/img/WhatsApp Image 2022-02-10 at 21.00.48 (2).jpeg" class="card-img-top"
alt="...">
<div class="card-body">
<h5 class="card-title">Daily Notes</h5>
<div class="options">
<a href="https://github.com/geekblower" title="Github Link" target="_blank"><i
class="bi bi-github"></i></a>
<a href="mailto:geekblower@yahoo.com" title="Drive Link" target="_blank"><i
class="bi bi-google"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="card">
<img src="./assets/img/WhatsApp Image 2022-02-10 at 21.00.48 (2).jpeg" class="card-img-top"
alt="...">
<div class="card-body">
<h5 class="card-title">Solutions</h5>
<div class="options">
<a href="https://github.com/geekblower" title="Github Link" target="_blank"><i
class="bi bi-github"></i></a>
<a href="mailto:geekblower@yahoo.com" title="Drive Link" target="_blank"><i
class="bi bi-google"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="card">
<img src="./assets/img/WhatsApp Image 2022-02-10 at 21.00.48 (2).jpeg" class="card-img-top"
alt="...">
<div class="card-body">
<h5 class="card-title">Books</h5>
<div class="options">
<a href="https://github.com/geekblower" title="Github Link" target="_blank"><i
class="bi bi-github"></i></a>
<a href="mailto:geekblower@yahoo.com" title="Drive Link" target="_blank"><i
class="bi bi-google"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="card">
<img src="./assets/img/WhatsApp Image 2022-02-10 at 21.00.48 (2).jpeg" class="card-img-top"
alt="...">
<div class="card-body">
<h5 class="card-title">Certificates</h5>
<div class="options">
<a href="https://github.com/geekblower" title="Github Link" target="_blank"><i
class="bi bi-github"></i></a>
<a href="mailto:geekblower@yahoo.com" title="Drive Link" target="_blank"><i
class="bi bi-google"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End What We Do Section -->
<!-- ======= Contact Us Section ======= -->
<section id="contact-us" class="contact-us">
<div class="container" data-aos="zoom-out">
<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h3 class="cta-title">Contact Us</h3>
<p class="cta-text">If you want to give any feedback, or register a complain or
to contact us, then send your
message by filling out this form. Your every single effort is
appreciated.</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn my-btn align-middle"
href="https://docs.google.com/forms/d/e/1FAIpQLSeJCp0DajZW8bNE4Q80oCnDcd47pKPGffQ4v4MiK-LwFCHoMw/viewform?usp=sf_link"
target="_blank">Send Message</a>
</div>
</div>
</div>
</section><!-- End Contact Us Section-->
<!-- ======= Footer Section ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>Technocrat coders</h3>
<p>
LND College, Motihari<br>
East Champaran, Bihar <br>
India - 845401<br><br>
<strong>Phone:</strong> +91 77399 36615<br>
<strong>Email:</strong> technocratcoders@gmail.com<br>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Some Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a
href="https://technocratcoders.github.io">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a
href="https://technocratcoders.github.io#about">About us</a></li>
<li><i class="bx bx-chevron-right"></i> <a
href="https://technocratcoders.github.io#team">Our Team</a></li>
<li><i class="bx bx-chevron-right"></i> <a
href="https://technocratcoders.github.io#join-us">Join Us</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#contact-us">Contact Us</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links" id="list-2">
<h4 style="visibility: hidden;">Some More Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a
href="https://technocratcoders.github.io#event">Our Events</a></li>
<li><i class="bx bx-chevron-right"></i> <a
href="https://technocratcoders.github.io#projects">Our Projects</a>
</li>
<li><i class="bx bx-chevron-right"></i> <a
href="https://technocratcoders.github.io#blogs">Our Blogs</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://geekblower.github.io/"
target="_blank">Geekblower</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="https://khwabfoundation.org/"
target="_blank">Khwab
Foundation</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>Connect us and join our community on different social platforms</p>
<div class="social-links mt-3">
<a href="https://github.com/technocratcoders" class="github" title="Github"
target="_blank"><i class="bx bxl-github"></i></a>
<a href="https://www.linkedin.com/groups/14014368/" class="linkedin" title="Linkedin"
target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="https://t.me/technocratcoders" class="telegram" title="Telegram" target="_blank"><i
class="bx bxl-telegram"></i></a>
<a href="https://instagram.com/technocratcoders" class="instagram" title="Instagram"
target="_blank"><i class="bx bxl-instagram"></i></a>
<a href="https://twitter.com/technocratcoders" class="twitter" title="Twitter"
target="_blank"><i class="bx bxl-twitter"></i></a>
<a href="https://fb.me/technocratcoders" class="facebook" title="Facebook"
target="_blank"><i class="bx bxl-facebook"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container py-4">
<div class="copyright">
© Copyright <strong><span>Technocrat Coders</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed and Developed by <a href="https://instagram.com/geekblower">Geekblower</a>
</div>
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!--Local JS Files-->
<script src="./assets/js/script.js"></script>
<!--JS CDNs-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@srexi/purecounterjs/dist/purecounter_vanilla.js"></script>
</body>
</html>