-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
246 lines (204 loc) · 10.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>MindBits - A Technical Magazine by Technocrat Coders</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: MindBits
* Template URL: https://technocratcoders.github.io/mindbits/
* 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-img.png" alt="" style="height: 45%; margin-bottom: -18px;">
<h2>understand the amazing digital world</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="index.html" class="logo me-auto me-lg-0">MindBits</a>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a class="nav-link scrollto active" href="index.html">Home</a>
</li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#write">Write for us</a>
</li>
<li><a class="nav-link scrollto" href="#magazines">Magazines</a></li>
<li><a class="nav-link scrollto" href="https://technocratcoders.github.io/">Technocrat Coders</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>About Us</h2>
</div>
<div class="row content">
<div class="col-lg-6">
<p>
MindBits is a quartely published magazine by Technocrat Coders. We write our opinions and views on various
fields of interest like
</p>
<ul>
<li><i class="ri-check-double-line"></i><strong>Technology for society</strong></li>
<li><i class="ri-check-double-line"></i><strong>Latest news regarding science & tech</strong></li>
<li><i class="ri-check-double-line"></i><strong>Awareness about coding & programming</strong></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</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 <br> <br> Our main vision is to
develop a coding environment where people think, discuss and solve real life problems to uplift our society
</p>
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Write For Us Section ======= -->
<section id="write" class="write">
<div class="container" data-aos="zoom-out">
<div class="row">
<div class="col-lg-9 text-center text-lg-start">
<h3 class="cta-title">Write For Us</h3>
<p class="cta-text">If you want to contribute or write for our magazine then go ahead. We'll definitely publish
your article if it meets our requirement. Write an article related to Science, Technology, Programming..etc
and submit it here</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn my-btn align-middle" href="#" target="_blank">Send Your Article</a>
</div>
</div>
</div>
</section><!-- End Write For Us Section -->
<!-- ======= Magazines Section ======= -->
<section id="magazines" class="magazines">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Our Magazines</h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-3 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="card">
<img src="./assets/img/coming-soon.jpg" class="card-img-top" alt="...">
<div class="card-body">
<a href="#">
<h5 class="card-title">Volume I</h5>
</a>
<p class="card-text">November 2021</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Magazines 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="#">Home</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#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="https://technocratcoders.github.io#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://github.com/technocratcoders/">Our Projects</a>
</li>
<li><i class="bx bx-chevron-right"></i> <a href="#">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://instagram.com/technocratcoders" class="instagram" title="Instagram" target="_blank"><i
class="bx bxl-instagram"></i></a>
<a href="https://twitter.com/" class="twitter" title="Twitter" target="_blank"><i
class="bx bxl-twitter"></i></a>
<a href="https://facebook.com/" 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="index.html" 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>