forked from Codemugg/front-end
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
367 lines (362 loc) · 13.9 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="generator" content="Mobirise v5.2.0, mobirise.com" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image:src" content="assets/images/about-meta.png" />
<meta property="og:image" content="assets/images/about-meta.png" />
<meta name="twitter:title" content="About - Codemugg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1"
/>
<link
rel="shortcut icon"
href="assets/images/codemugg-logo-white-1.png"
type="image/x-icon"
/>
<meta
name="description"
content="The story behind Codemugg. It all started on a cold winter night, I looking at my computer and wondering to do something exciting! PS - Not a fairy tale."
/>
<title>About - Codemugg</title>
<link rel="stylesheet" href="assets/tether/tether.min.css" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap-grid.min.css" />
<link
rel="stylesheet"
href="assets/bootstrap/css/bootstrap-reboot.min.css"
/>
<link rel="stylesheet" href="assets/dropdown/css/style.css" />
<link rel="stylesheet" href="assets/socicon/css/styles.css" />
<link rel="stylesheet" href="assets/theme/css/style.css" />
<link href="assets/fonts/style.css" rel="stylesheet" />
<link
rel="preload"
as="style"
href="assets/mobirise/css/mbr-additional.css"
/>
<link
rel="stylesheet"
href="assets/mobirise/css/mbr-additional.css"
type="text/css"
/>
</head>
<body>
<section class="menu menu3 cid-si1gkKTYsB" once="menu" id="menu3-10">
<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
<div class="container">
<div class="navbar-brand">
<span class="navbar-logo">
<a href="index.html">
<img
src="assets/images/codemugg-logo-transparent-black-192x192.png"
alt="Codemugg - Home"
style="height: 6rem"
/>
</a>
</span>
<span class="navbar-caption-wrap"
><a
class="navbar-caption text-black text-primary display-5"
href="index.html"
>codemugg</a
></span
>
</div>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown" data-app-modern-menu="true">
<li class="nav-item">
<a
class="nav-link link text-black text-primary display-4"
href="learn.html"
>
Learn</a
>
</li>
<li class="nav-item">
<a
class="nav-link link text-black text-primary display-4"
href="about.html"
>
About</a
>
</li>
<li class="nav-item">
<a
class="nav-link link text-black text-primary display-4"
href="contact.html"
>Contact</a
>
</li>
</ul>
<div class="icons-menu">
<a
class="iconfont-wrapper"
href="https://instagram.com/code.mugg"
target="_blank"
>
<span class="p-2 mbr-iconfont socicon-instagram socicon"></span>
</a>
<a
class="iconfont-wrapper"
href="https://www.linkedin.com/company/codemugg"
target="_blank"
>
<span class="p-2 mbr-iconfont socicon-linkedin socicon"></span>
</a>
</div>
<div class="navbar-buttons mbr-section-btn">
<a class="btn btn-primary display-4" href="https://bank.hackclub.com/donations/start/code-mugg" target="_blank">
Donate</a
>
</div>
</div>
</div>
</nav>
</section>
<section class="header4 cid-si1jOvZ2rv mbr-fullscreen" id="header4-12">
<div class="container">
<div class="row">
<div class="content-wrap">
<h1
class="mbr-section-title mbr-fonts-style mbr-white mb-3 display-1"
>
<strong>It's more than a dream.</strong>
</h1>
</div>
</div>
</div>
</section>
<section class="content5 cid-si1jQ4RlSd" id="content5-13">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10">
<h3 class="mbr-section-title mbr-fonts-style mb-4 display-2">
$ tar xvzf <strong>About</strong>.tar.gz
</h3>
<h4 class="mbr-section-subtitle mbr-fonts-style mb-4 display-5">
Codemugg started as a 'Random' idea during a cold winter night.
</h4>
<p class="mbr-text mbr-fonts-style display-7">
Hi there! I am Siddhesh Kulthe, Founder of Codemugg. As
said, it was a cold winter night and I was wandering in my own
dreams. Thinking of doing something exciting, which won't benefit
ME, rather benefit others who wish to learn coding. Sounds a bit
of a fairy tale, isn't it? But hey! It's A Reality.<br />
And just the time when I saw my computer, I had a trillion dollar
idea with nothing in my pockets. I wandered if I could give
something which I personally was not able to get when I needed it
the most. And that's a
<strong>simple tutorial on how to code</strong>. When I was young,
I saw a lot of videos, read a lot of books on how to code, etc.
"But All Of Them Come With One Extra Thing. <strong
>A Price Tag!"</strong
><br /> And that's when <strong>Codemugg </strong>was
born. Just from a simple random thought, to a huge and an ever
expanding community. It's not just a dream, an idea, or a concept.
It's a reality today. When I talked about this, I never had an
expectation. I was prepared for all the challenges I was going to
encounter when I thought of embarking on this journey. But the
moment I shared this idea, it was just a dream come true.<br /><br /><em
>An Idea On December 1st, 2020 Just Got Real The Same Day.</em
>
</p>
</div>
</div>
</div>
</section>
<section class="content6 cid-si1jQPgIPS" id="content6-14">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-12 col-lg-10">
<hr class="line" />
<p class="mbr-text align-center mbr-fonts-style my-4 display-5">
$ sudo
<strong>Learning-Should-Never-Come-With-A-Price-Tag</strong>
</p>
<hr class="line" />
</div>
</div>
</div>
</section>
<section class="footer2 cid-si1ib5p79x" once="footers" id="footer2-11">
<div class="container">
<div class="row mbr-white">
<div class="col-6 col-md-4 col-lg-3">
<h5 class="mbr-section-subtitle mbr-fonts-style mb-2 display-7">
$ sudo<strong> Links</strong>
</h5>
<ul class="list mbr-fonts-style display-4">
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem"
><a href="index.html" class="text-primary">Home</a></span
>
</li>
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem"
><a href="learn.html" class="text-primary">Learn</a></span
>
</li>
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem"
><a href="about.html" class="text-primary">About</a></span
>
</li>
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem"
><a href="contact.html" class="text-primary">Contact</a></span
><br />
</li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-3">
<h5 class="mbr-section-subtitle mbr-fonts-style mb-2 display-7">
cd <strong>Learn</strong>
</h5>
<ul class="list mbr-fonts-style display-4">
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem">HTML/CSS</span>
</li>
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem">Java</span>
</li>
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem">JavaScript</span>
</li>
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem">Flutter</span><br />
</li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-3">
<h5 class="mbr-section-subtitle mbr-fonts-style mb-2 display-7">
<strong>Other </strong>();
</h5>
<ul class="list mbr-fonts-style display-4">
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem"
><a href="team.html" class="text-primary">Team</a></span
>
</li>
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem"
><a href="donate.html" class="text-primary">Donate</a></span
>
</li>
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem"
><a href="social.html" class="text-primary"
>Social Page</a
></span
>
</li>
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem"
><a href="terms-and-conditions.html" class="text-primary"
>Terms & Conditions</a
></span
>
</li>
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem"
><a href="privacy-policy.html" class="text-primary"
>Privacy Policy</a
></span
>
</li>
<li class="mbr-text item-wrap">
<span style="font-size: 1.1rem"
><a href="bylaws.html" class="text-primary">Bylaws</a></span
>
</li>
</ul>
</div>
<div class="col-6 col-md-4 col-lg-3">
<h5 class="mbr-section-subtitle mbr-fonts-style mb-2 display-7">
print ("<strong>Social</strong>")
</h5>
<ul class="list mbr-fonts-style display-4">
<p>
<a
href="https://instagram.com/code.mugg"
class="text-primary"
target="_blank"
>Instagram</a
>
</p>
<p>
<a
href="https://www.facebook.com/codemugg"
class="text-primary"
target="_blank"
>Facebook</a
>
</p>
<p>
<a
href="https://twitter.com/codemugg"
class="text-primary"
target="_blank"
>Twitter</a
>
</p>
<p>
<a
href="https://www.linkedin.com/company/codemugg"
class="text-primary"
target="_blank"
>LinkedIn</a
>
</p>
<p>
<a
href="https://discord.gg/6YtH2j8cGe"
class="text-primary"
target="_blank"
>Discord</a
>
</p>
</ul>
</div>
<div class="col-12 mt-4">
<p
class="mbr-text mb-0 mbr-fonts-style copyright align-center display-7"
>
© 2020 Codemugg. A Non-Profit Organization. (EIN: Pending)
</p>
</div>
</div>
</div>
</section>
<script src="assets/web/assets/jquery/jquery.min.js"></script>
<script src="assets/popper/popper.min.js"></script>
<script src="assets/tether/tether.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/web/assets/cookies-alert-plugin/cookies-alert-core.js"></script>
<script src="assets/web/assets/cookies-alert-plugin/cookies-alert-script.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/dropdown/js/nav-dropdown.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/touchswipe/jquery.touch-swipe.min.js"></script>
<script src="assets/theme/js/script.js"></script>
</body>
</html>