-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
470 lines (366 loc) · 17.6 KB
/
index.html
File metadata and controls
470 lines (366 loc) · 17.6 KB
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
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width,intial-scale=1">
<title>MakeDeveloper</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js" integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/cd45339113.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&family=Cookie&family=Monoton&family=Teko:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cookie&family=Monoton&family=Teko:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Barlow:ital,wght@1,500&family=Lobster&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="shortcut icon" href="a.jpg" type="image/x-icon" />
</head>
<body>
<!-- navbar -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top">
<a class="navbar-brand" href="index.html">
<i class="fas fa-layer-group"></i>Make Developer</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav navbar mx-auto">
<li class="nav-item active">
<a class="nav-link " href="project.html"><i class="far fa-file-code"></i>Projects </a>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"><i class="fas fa-cube"></i>Runway</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Separated link</a>
</div>
</li>
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false"><i class="fas fa-laptop-code"></i>Courses & links</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Separated link</a>
</div>
</li>
<li class="nav-item active">
<a class="nav-link " href="#"><i class="fas fa-blog"></i>Blogs</a>
</li>
<li class="nav-item active">
<a class="nav-link " href="#"><i class="fas fa-question"></i>Q&A</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right"id="pad1">
<li class="nav-item active pad">
<button class="btn btn-light" data-toggle="modal" data-target="#signupModal">Sign up <i class="fas fa-user-plus"></i></button>
</li>
<li class="nav-item active pad">
<button class="btn btn-light" data-toggle="modal" data-target="#loginModal">Login <i class="fas fa-sign-in-alt"></i></button>
</li>
</ul>
</div>
</nav>
<!-- navbar end -->
<!-- signup form and login form -->
<!-- signup modal -->
<!-- Modal -->
<div class="modal fade" id="signupModal" tabindex="-1" role="dialog" aria-labelledby="signupModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="signupModalLabel">Get a MakeDeveloper Account</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputEmail4">Name</label>
<input type="text" class="form-control" id="inputEmail4" placeholder="John Doe">
</div>
<div class="form-group col-md-6">
<label for="inputPassword4">Email</label>
<input type="email" class="form-control" id="inputPassword4" placeholder="john.doe@example.com">
</div>
</div>
<div class="form-group">
<label for="inputAddress">Password</label>
<input type="password" class="form-control" id="inputAddress" placeholder="JohnDoe123.@">
</div>
<div class="form-group">
<label for="inputAddress2">Confirm Password</label>
<input type="password" class="form-control" id="inputAddress2" placeholder="************">
</div>
<div class="form-group">
<div class="form-check">
<input class="form-check-input" type="checkbox" id="gridCheck">
<label class="form-check-label" for="gridCheck">
Remember Me
</label>
</div>
</div>
<button type="submit" class="btn btn-primary">Sign Up</button>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- signup modal end -->
<!-- login modal -->
<!-- Modal -->
<div class="modal fade" id="loginModal" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="loginModalLabel">Login to MakeDeveloper</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1">
</div>
<div class="form-group form-check">
<input type="checkbox" class="form-check-input" id="exampleCheck1">
<label class="form-check-label" for="exampleCheck1">Remember me</label>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- login modal end -->
<!-- signup form anfd login form end -->
<!-- slider -->
<div id="carouselExampleCaptions" class="carousel slide " data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleCaptions" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="1"></li>
<li data-target="#carouselExampleCaptions" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="img1.jpg" class="d-block w-100" alt="...">
</div>
<div class="carousel-item">
<img src="img2.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Make Developer</h5>
<p>Where Development Begins</p>
</div>
</div>
<div class="carousel-item">
<img src="img3.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-none d-md-block">
<h5>Want to be a Developer ?</h5>
<p>Enjoy & Stay Connected with Us !</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleCaptions" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleCaptions" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- slider end -->
<!-- Introduction -->
<section id="resume-hire-me" class="Index-page" >
<div class="Index-page-content container ">
<h1 class="text-align-center"><I>Introduction</I></h1><p class="text-align-center">MakeDeveloper is a platform for the students interested in Software Development with a purpose to build a better developer culture, building some interesting projects, which will be useful for society, organisations and to improve participants' knowledge and prepare them to enter the Open Source community
We are working on several projects covering important fields of computer science like Machine Learning , Android app development , Web development , Blockchain , Cyber security etc. , where our mentors are guiding students in making their projects.</p>
<br>
</div>
</section>
<!-- Introduction close -->
<!-- Technologies -->
<section id="resume-content" class="Index-page container" >
<div class="Index-page-content ">
<h3>Technologies</h3><ul><li>Machine Learning</li><li>Android app development</li><li>Web Development</li><li>Blockchain</li><li>Cyber security</li></ul></div>
<br>
<h3>Use full links</h3>
<ul><li><a href=" https://www.youtube.com/channel/UCC3PL6nnbdpJpzM6TLlniBg"><b><i><u>Subscribe to our Youtube channel</u></i></b></a></li><li><a href="https://makedeveloper.slack.com/"><b><i><u>Join slack Workshop</u></i></b></a></li></ul></div>
<br>
<h3>Projects</h3>
<ul><li>
<a href=" https://github.com/makedeveloper"><b><i><u>See Projects on github</u></i></b></a></li></ul>
<br>
<div>
</section>
<!-- Technologies close -->
<!-- contact us -->
<section id="resume-hire-me" class="Index-page">
<div class="Index-page-content container ">
<h1 class="text-align-center">Contact Us</h1><p class="text-align-center">Now that you know what we have done and what we could do for you, feel free to reach out and start a conversation. we always enjoy speaking with passionate students about their needs and love to mentor them.</p>
<a class="btn btn-lg btn btn-outline" href="#" role="button">Contact Us</a>
</div>
</section>
<!-- contact us close -->
<!-- Team Members -->
<section class="m-gab-2-top m-gab-2-bottom">
<div class="container">
<div class="w-md-80 w-lg-50 text-center mx-md-auto mb-3">
<h5 class="mb-4"><mark data-aos="highlight-text" data-aos-delay="200" class="aos-init aos-animate">Team</mark></h5>
</div>
<div class="row justify-content-center">
<div class="col-md-4">
<div class="team">
<div class="position-relative">
</div>
<div class="card border-0">
<div class="card-body text-center p-3">
<h3 class="h6 mb-0 fs-20">Shahryar Saify</h3>
<p class="font-weight-light mb-0 fs-20"> Calcutta University</p>
<p class="font-weight-light mb-0"><mark data-aos="highlight-text" data-aos-delay="200" class="aos-init aos-animate">Member</mark></p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="team-member">
<div class="card border-0">
<div class="card-body text-center p-3">
<h3 class="h6 mb-0 fs-20">Pratik Mishra</h3>
<p class="font-weight-light mb-0 fs-20">Calcutta University</p>
<p class="font-weight-light mb-0"><mark data-aos="highlight-text" data-aos-delay="200" class="aos-init aos-animate">Member</mark></p>
</div>
</div>
</div>
</div>
<div class="col-md-4">
<div class="team-member">
<div class="card border-0">
<div class="card-body text-center p-3">
<h3 class="h6 mb-0 fs-20">Shaurjya Mandal</h3>
<p class="font-weight-light mb-0 fs-20">Calcutta university</p>
<p class="font-weight-light mb-0"><mark data-aos="highlight-text" data-aos-delay="200" class="aos-init aos-animate">Member</mark></p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Team member close -->
<br>
<hr>
<!-- Form -->
<div class="container m-gab-3" style="background-color: #cdcdcd;">
<!-- Title -->
<div class="w-md-80 w-lg-50 text-center mx-md-auto mb-9">
<p class="lead"><b><i><u>You can put your query here.</u></i></b></p>
</div>
<!-- End Title -->
<div class="w-lg-80 mx-auto">
<!-- Contacts Form -->
<form class="js-validate" novalidate="novalidate" id="contactus">
<div class="row">
<!-- Input -->
<div class="col-sm-6 mb-6">
<div class="js-form-message">
<label class="form-label">
Your name
<span class="text-danger">*</span>
</label>
<input type="text" class="form-control" name="name" placeholder="someone" aria-label="Jhon Doe" required="" data-msg="Please enter your name." data-error-class="u-has-error" data-success-class="u-has-success">
</div>
</div>
<!-- End Input -->
<!-- Input -->
<div class="col-sm-6 mb-6">
<div class="js-form-message">
<label class="form-label">
Email address
<span class="text-danger">*</span>
</label>
<input type="email" class="form-control" name="email" placeholder="your@gmail.com" aria-label="your@gmail.com" required="" data-msg="Please enter a valid email address." data-error-class="u-has-error" data-success-class="u-has-success">
</div>
</div>
<!-- End Input -->
<!-- End Input -->
</div>
<!-- Input -->
<div class="js-form-message mb-6">
<label class="form-label">
How can we help you?
<span class="text-danger">*</span>
</label>
<div class="input-group">
<textarea class="form-control" rows="4" name="message" placeholder="What can we help you with?" aria-label="What can we help you with?" required="" data-msg="Please enter a reason." data-error-class="u-has-error" data-success-class="u-has-success"></textarea>
</div>
</div>
<!-- End Input -->
<div class="text-center">
<button type="submit" class="btn btn-primary btn-wide transition-3d-hover mb-4">Send Message</button>
<p class="small">We'll get back to you in 1-2 business days.</p>
</div>
</form>
</div></div>
<!-- form end -->
<!-- main end -->
<!-- footer -->
<footer class="bg">
<div class="container pt-10 pb-7">
<div class="row">
<div class="col-sm-5">
<h3 class="h6 text-uppercase text-white mb-3">
<i class="fas fa-layer-group"></i>
Make Developer
</h3>
<p class="text-white">Our vision is to provide the right mentorship to college students and freshers for the open source platforms so that they can develop the right industry skills leading to a great career .</p>
</div>
<div class="col-sm-4">
<h3 class="h6 text-uppercase text-white mb-3">
About
</h3>
<ul class="list-unstyled mb-0">
<li><a class="m-list--link text-white-50" href="#">Projects</a></li>
<li><a class="m-list--link text-white-50" href="#">Runway</a></li>
<li><a class="m-list--link text-white-50" href="#">Blogs</a></li>
</ul>
</div>
<div class="social social-light mt-3">
<a class="social-facebook m-0" href=" https://www.facebook.com/Make-Developer-111135850656549/" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a class="social-twitter m-0" href="https://twitter.com/DeveloperMake" target="_blank"><i class="fab fa-twitter"></i></a>
<a class="social-github m-0" href="https://github.com/makedeveloper" target="_blank"><i class="fab fa-github"></i></a>
<a class="social-linkedin m-0" href="https://www.linkedin.com/company/make-developer/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a class="social-instagram m-0" href=" https://www.instagram.com/makedeveloper/" target="_blank"><i class="fab fa-instagram"></i> </a>
</div>
</div>
<div class="row pt-9">
<div class="col-md-12">
<p class="text-white-50"><span class="fs-17">©</span> <script>
document.write(new Date().getFullYear())
</script> <span class="text-white">MakeDeveloper</span>. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<!-- foter end -->
</body>
</html>