-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
525 lines (468 loc) · 32.5 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
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
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Oswald:400,300,700' rel='stylesheet' type='text/css'>
<style>
body {
font-family: 'Oswald', sans-serif !important;
}
</style>
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="shortcut icon" href="/images/favicon.jpg" type="image/x-icon">
<title>Harsh Srivastav</title>
</head>
<body>
<!-- Navigation Bar -->
<div class="conatiner">
<nav class="navbar navbar-expand-lg bg-body-tertiary ">
<div class="container-fluid mx-2 px-5">
<a class="navbar-brand ps-5 text-dark fs-2 fw-bold " href="#">harshustle<span
style="color: red;">.</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="material-symbols-outlined">
menu_open
</span>
</button>
<div class="collapse navbar-collapse " id="navbarSupportedContent">
<ul class="navbar-nav ps-5 me-auto">
<li class="nav-item px-2 mx-5">
<a class="nav-link px-5 mx-auto active text-light bg-dark border-1 rounded"
aria-current="page" href="#">Home</a>
</li>
<li class="nav-item px-2 mx-5">
<a class="nav-link px-5 active border-1 text-light bg-dark rounded"
aria-current="page" href="#">About</a>
</li>
<li class="nav-item px-2 mx-5 ">
<a class="nav-link bg-dark text-light border-1 rounded-3 px-5 active"
aria-current="page" href="#">Contact Us</a>
</li>
</ul>
<form class="d-flex">
<input class="form-control" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</div>
<!-- Carousel -->
<div id="carouselExampleCaptions" class="carousel slide carousel-fade d-md-block" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
aria-label="Slide 3"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active ">
<img src="/images/10.jpg" class="d-block w-100 h-100" alt="...">
<div class="carousel-caption d-none d-md-block mb-4 pb-3">
<h5 class="pb-2 mb-3 text-bg-dark fw-bold h2">Welcome To Technology</h5>
<p>Information Technology, AI, IoT, Blockchain, AR/VR.</p>
<button class="btn btn-success">Tech Fun</button>
<button class="btn btn-danger">Emerging Technology</button>
<button class="btn btn-primary">Web Development</button>
</div>
</div>
<div class="carousel-item">
<img src="/images/11.jpg" class="d-block w-100 h-100 " alt="...">
<div class="carousel-caption d-none d-md-block mb-4 pb-3">
<h5 class="text-dark bg-light p-1 h3 mb-3">Best Coding Courses</h5>
<p class="text-light pb-2 shadow-lg rounded bg-dark">Python with Django, Java with
SpringBoot, Blockchain, Hadoop.</p>
<button class="btn btn-success">Django</button>
<button class="btn btn-danger">DSA</button>
<button class="btn btn-primary">Data Analytics</button>
<button class="btn btn-warning">Hadoop</button>
</div>
</div>
<div class="carousel-item ">
<img src="/images/12.jpg" class="d-block w-100 " alt="...">
<div class="carousel-caption d-none d-md-block mb-4">
<h5 class="text-dark bg-light p-1 h3 mb-3">Placement Based Projects and Course</h5>
<p>Be Ready for the Placement , you have no more time to do something different</p>
<button class="btn btn-success">DSA with Java </button>
<button class="btn btn-danger">Java with Spring Boot</button>
<button class="btn btn-primary">MERN Stack</button>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- card_A -->
<div class="container bg-light">
<div class="container mt-5 px-4 py-5" id="custom-cards">
<h2 class="pb-2 border-bottom">Few Courses</h2>
<!-- card 1 -->
<div class="row h-100">
<div class="col">
<div class="card card-body ">
<img src="/images/dsa.png" class="card-img" alt="...">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="mt-2 mb-2 display-6 text-center bg-dark fw-bold">DSA with JAVA</h3>
</div>
</div>
</div>
<!-- card 2 -->
<div class="col">
<div class="card card-body ">
<img src="/images/Mern.png" class="card-img" alt="...">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="mt-2 mb-2 display-6 text-center bg-dark fw-bold">MERN Stack</h3>
</div>
</div>
</div>
<!-- card 3 -->
<div class="col">
<div class="card card-body ">
<img src="/images/javaWithSpringBoot.png" class="card-img" alt="...">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="mt-2 mb-2 display-6 text-center bg-dark fw-bold">Java_SpringBoot
</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- card_B -->
<div class="container bg-light">
<div class="container mt-5 px-4 py-5" id="custom-cards">
<!-- <h2 class="pb-2 border-bottom"></h2> -->
<!-- card 1 -->
<div class="row h-100">
<div class="col">
<div class="card card-body ">
<img src="/images/cyberSecurity.png" class="card-img" alt="...">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="mt-2 mb-2 display-6 text-center bg-dark fw-bold">Cyber_Security
</h3>
</div>
</div>
</div>
<!-- card 2 -->
<div class="col">
<div class="card card-body ">
<img src="/images/designUXUI.png" class="card-img" alt="...">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="mt-2 mb-2 display-6 bg-dark fw-bold text-center">UX & UI</h3>
</div>
</div>
</div>
<!-- card 3 -->
<div class="col">
<div class="card card-body ">
<img src="/images/dataAnalysts.png" class="card-img" alt="...">
<div class="d-flex flex-column h-100 p-5 pb-3 text-white text-shadow-1">
<h3 class="mt-2 mb-2 display-6 bg-dark text-center text-center fw-bold">Data
Analytics</h3>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 2 part -->
<div class="container mt-5">
<div class="row mb-2">
<div class="col-md-6">
<div
class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-primary">Beginner</strong>
<div class="row">
<div class="col-8">
<h3 class="mb-2">Platform for practice coding :</h3>
<div class="mb-1 text-muted">3 Mar</div>
<p class="card-text mb-auto">Various platform present in
market to
boost you coding skills.
<br>These platforms are used for Learning Purpose .
<br>These platform have a Topic wise concept clearance .
<br>If you are begineer , your first priority is to choose this
platform.
<b>few are : Hackerrank , leetcode etc....</b>
</p>
</div>
<div class="col-4">
<div class="col-auto d-none d-lg-block">
<img src="/images/4.jpg" class="bd-placeholder-img w-100 pb-3"
height="200" aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice" focusable="false">
</div>
</div>
</div>
<a class="btn btn-outline-secondary" data-bs-toggle="collapse"
data-bs-target="#platform" href="#">Here are the links...</a>
<div class="collapse p-5" id="platform">
<div class="card card-body">
<ul class=" d-md-block m-auto bg-grey">
<a href="#"><li class="btn btn-outline-secondary none h2">HackerEarth</li></a>
<a href="#"><li class="btn btn-outline-secondary none h2">Geeksforgeeks</li></a>
<a href="#"><li class="btn btn-outline-secondary none h2">HackerRank</li></a>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div
class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<strong class="d-inline-block mb-2 text-primary">Expert</strong>
<div class="row">
<div class="col-8">
<h3 class="mb-2">Platform for the coding Test || Job purpose :</h3>
<div class="mb-1 text-muted">3 Mar</div>
<p class="card-text mb-auto">There are various platform present for coding test and various companies do check coding skills in coding round , so Practice Coding in Advanced level .
<b>few platforms are : Hackerrank , leetcode etc....</b>
</p>
</div>
<div class="col-4">
<div class="col-auto d-none d-lg-block">
<img src="/images/1.jpg" class="bd-placeholder-img w-100 pb-3"
height="200" aria-label="Placeholder: Thumbnail"
preserveAspectRatio="xMidYMid slice" focusable="false">
</div>
</div>
</div>
<a class="btn btn-outline-secondary" data-bs-toggle="collapse"
data-bs-target="#forJob" href="#">Here are the links...</a>
<div class="collapse p-5" id="forJob">
<div class="card card-body m-auto ">
<ul class=" d-md-block m-auto bg-grey">
<a href="#"><li class="btn btn-outline-secondary none h2">HackerRank</li></a>
<a href="#"><li class="btn btn-outline-secondary none h2">LeetCode</li></a>
<a href="#"><li class="btn btn-outline-secondary none h2">StackOverflow</li></a>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Data Scientist -->
<div class="container4 px-4 m-2">
<div class="row align-items-stretch">
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light">
<div class="col-md-7 p-lg-5 m-auto my-5">
<h1 class="display-4 fw-normal mb-4">Data Scientist</h1>
<p class="lead fw-normal ">Data scientists are experts who unlock insights from data
using
cutting-edge methods like machine learning and statistical analysis. With the
world
becoming more data-driven, the future for data scientists is bright. They're
in high
demand across industries because they help businesses innovate and make
smarter
decisions. For students interested in this field, there's immense potential
for
growth and exciting opportunities ahead.</p>
<a class="btn btn-outline-secondary" data-bs-toggle="collapse" data-bs-target="#thisOne"
href="#">Check the course with time duration</a>
<div class="collapse pt-5 " id="thisOne">
<div class="card card-body table-responsive-sm ">
<table style="border-collapse: collapse; width: 100%;"
class="table table-hover thead-dark">
<caption class="pe-5 me-3">Data Science Course Syllabus : <span
class="bg-light px-5 mx-1 text-bg-dark">6
Months</span>
</caption>
<thead>
<tr>
<th
style="border: 1px solid black; padding: 8px; background-color: #f2f2f2;">
Module</th>
<th
style="border: 1px solid black; padding: 8px; background-color: #f2f2f2;">
Topics Covered</th>
<th
style="border: 1px solid black; padding: 8px; background-color: #f2f2f2;">
Time Duration</th>
</tr>
</thead>
<tbody>
<tr>
<td style="border: 1px solid black; padding: 8px;">
Introduction to Data Science</td>
<td style="border: 1px solid black; padding: 8px;">
Overview
of Data Science, Importance, and Applications
</td>
<td style="border: 1px solid black; padding: 8px;">1
week
</td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px;">
Data
Wrangling</td>
<td style="border: 1px solid black; padding: 8px;">
Data
Collection, Cleaning, and Preprocessing</td>
<td style="border: 1px solid black; padding: 8px;">2
weeks
</td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px;">
Exploratory Data Analysis (EDA)</td>
<td style="border: 1px solid black; padding: 8px;">
Data
Visualization, Descriptive Statistics</td>
<td style="border: 1px solid black; padding: 8px;">2
weeks
</td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px;">
Statistical Analysis</td>
<td style="border: 1px solid black; padding: 8px;">
Probability, Hypothesis Testing, Statistical
Inference
</td>
<td style="border: 1px solid black; padding: 8px;">3
weeks
</td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px;">
Machine
Learning</td>
<td style="border: 1px solid black; padding: 8px;">
Supervised Learning, Unsupervised Learning,
Model
Evaluation</td>
<td style="border: 1px solid black; padding: 8px;">4
weeks
</td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px;">Big
Data
Technologies</td>
<td style="border: 1px solid black; padding: 8px;">
Hadoop,
Spark, NoSQL Databases</td>
<td style="border: 1px solid black; padding: 8px;">2
weeks
</td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px;">
Data
Science Projects</td>
<td style="border: 1px solid black; padding: 8px;">
Hands-on
Projects, Case Studies</td>
<td style="border: 1px solid black; padding: 8px;">4
weeks
</td>
</tr>
<tr>
<td style="border: 1px solid black; padding: 8px;">
Capstone
Project</td>
<td style="border: 1px solid black; padding: 8px;">
Real-world Data Analysis Project</td>
<td style="border: 1px solid black; padding: 8px;">3
weeks
</td>
</tr>
</tbody>
</table>
<div class="btn btn-outline-success h2">Click here! to access the
course.
</div>
</div>
</div>
<div class="product-device shadow-sm d-none d-md-block"></div>
<div class="product-device product-device-2 shadow-sm d-none d-md-block"></div>
</div>
</div>
</div>
</div>
<!-- footer -->
<footer class="container py-5">
<div class="row">
<div class="col-12 col-md">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" stroke="currentColor"
stroke-linecap="round" stroke-linejoin="round" stroke-width="2" class="d-block mb-2"
role="img" viewBox="0 0 24 24">
<title>Product</title>
<circle cx="12" cy="12" r="10"></circle>
<path
d="M14.31 8l5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16L3.95 6.06M14.31 16H2.83m13.79-4l-5.74 9.94">
</path>
</svg>
<small class="d-block mb-3 text-muted">© 2021–2025</small>
</div>
<div class="col-6 col-md">
<h5>Features</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="#">Cool stuff</a></li>
<li><a class="link-secondary" href="#">Random feature</a></li>
<li><a class="link-secondary" href="#">Team feature</a></li>
<li><a class="link-secondary" href="#">Stuff for developers</a></li>
<li><a class="link-secondary" href="#">Another one</a></li>
<li><a class="link-secondary" href="#">Last time</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Resources</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="#">Resource name</a></li>
<li><a class="link-secondary" href="#">Resource</a></li>
<li><a class="link-secondary" href="#">Another resource</a></li>
<li><a class="link-secondary" href="#">Final resource</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Resources</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="#">Business</a></li>
<li><a class="link-secondary" href="#">Education</a></li>
<li><a class="link-secondary" href="#">Government</a></li>
<li><a class="link-secondary" href="#">Gaming</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>About</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="#">Team</a></li>
<li><a class="link-secondary" href="#">Locations</a></li>
<li><a class="link-secondary" href="#">Privacy</a></li>
<li><a class="link-secondary" href="#">Terms</a></li>
</ul>
</div>
</div>
</footer>
<!-- script -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>