-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathstudymaterial.html
337 lines (295 loc) · 15.3 KB
/
studymaterial.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="copyright" content="MACode ID, https://macodeid.com">
<title>Tech Updates - MightyITExplorer</title>
<link rel="icon" type="image/x-icon" href="assets/img/logo.png">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/studymaterial.css">
<link rel="stylesheet" href="assets/vendor/animate/animate.css">
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/maicons.css">
<link rel="stylesheet" href="assets/vendor/owl-carousel/css/owl.carousel.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<link rel="stylesheet" href="assets/css/index.css">
<link rel="stylesheet" href="assets/css/theme.css">
<link rel="stylesheet" href="assets/css/news.css">
</head>
<body>
<!-- Back to top button -->
<div class="back-to-top"></div>
<!----------------Navbar--------------------------------------------------->
<section class="headerUp">
<a href="/index.html"><img id="imgg" src="assets/img/logo.png" width="65px" height="65px" /></a>
<div class="navbar-opt">
<ul class="navbar-list">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="opportunity.html" class="nav-link">Opportunity</a>
</li>
<li class="nav-item">
<a href="studymaterial.html" class="nav-link active">Study Materials</a>
</li>
<li class="nav-item">
<a href="news.html" class="nav-link">Tech Updates</a>
</li>
<li class="nav-item">
<a href="index.html#tes" class="nav-link">Testimonial</a>
</li>
<li class="nav-item">
<a href="https://mightyitexplorer.github.io/Socials/" target="_blank" class="nav-link">Follow Us</a>
</li>
</ul>
</div>
<div class="fixed-buttons">
<div class="px-3">
<a href="#" class="btn btn-outline rounded-pill">Follow Us</a>
</div>
<button id="dmBtn"><i class="fa-solid"></i></button>
</div>
<div class="mobile-menu">
<ion-icon name="menu-outline" class="menu-icon"></ion-icon>
<ion-icon name="close-outline" class="menu-icon"></ion-icon>
</div>
</section>
<!----------------card section--------------------------------------------------->
<main>
<div class="page-section p-5 mt-4 ">
<div class="container ">
<div class="py-5">
<div class="row row-cols-1 row-cols-md-3 g-5">
<div class="col">
<div class="card h-100" >
<img src="https://www.onlinecoursereport.com/wp-content/uploads/2020/07/shutterstock_394793860-768x588.jpg" class="card-img-top h-50" alt="...">
<div class="card-body" >
<h5 class="card-title">Complete Web Development</h5>
<p class="card-text">Web development is the work involved in developing a website for the Internet or an internet.</p>
</div>
<div class="card-footer">
<a
href="https://www.udemy.com/course/web-developer-course-on-creating-a-business-website/">Complete Details<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://repository-images.githubusercontent.com/403817624/3d10f761-1027-4d0a-9906-48361e466d87" class="card-img-top h-50" alt="...">
<div class="card-body " >
<h5 class="card-title">Complete DSA</h5>
<p class="card-text">Data structures and algorithms (DSA) goes through solutions to standard problems in detail and gives you an insight into how efficient it is to use each one of them.</p>
</div>
<div class="card-footer">
<a
href="https://takeuforward.org/strivers-a2z-dsa-course/strivers-a2z-dsa-course-sheet-2/">Complete Details<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://www.howtogeek.com/wp-content/uploads/2022/08/github_hero_2.jpg?width=1198&trim=1,1&bg-color=000&pad=1,1" class="card-img-top h-50" alt="...">
<div class="card-body">
<h5 class="card-title">Git and GitHub</h5>
<p class="card-text"><a
href="https://github.com/">GitHub </a> is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories and a lot.</p>
</div>
<div class="card-footer">
<a
href="https://www.udemy.com/course/git-started-with-github/">Course Link<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://techvccloud.mediacdn.vn/2020/8/14/148-15974015288501803718399-crop-15974015349661210457462.png" class="card-img-top h-50" alt="...">
<div class="card-body">
<h5 class="card-title">Complete React Course</h5>
<p class="card-text"><a
href="https://reactjs.org/">React </a> is a free and open-source front-end JavaScript library for building user interfaces based on UI components.</p>
</div>
<div class="card-footer">
<a
href="https://www.w3schools.com/react/default.asp">Complete Details<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://scontent.fidr4-2.fna.fbcdn.net/v/t31.18172-8/26850584_10156186800336579_1585065027752569016_o.jpg?_nc_cat=102&ccb=1-7&_nc_sid=8631f5&_nc_ohc=FJu6yyck-1YAX-r77CU&_nc_ht=scontent.fidr4-2.fna&oh=00_AfABeZzZ97Jvu7A757ML8VunbCvp6iV3Q6vSRf1ljqDCkg&oe=6421CBA9" class="card-img-top h-50" alt="...">
<div class="card-body">
<h5 class="card-title">Node Js</h5>
<p class="card-text"><a
href="https://nodejs.org/">Node.js</a> is an open-source, cross-platform, back-end JavaScript runtime environment that runs on a JavaScript Engine and executes JavaScript code outside a web browser.</p>
</div>
<div class="card-footer">
<a
href="https://www.w3schools.com/nodejs/">Complete Details<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://www.hackhackathon.com/ImagesGallery/AdminImageGallery/imagePath/2021-04-21-04-12-aptitude-testf.jpg" class="card-img-top h-50" alt="...">
<div class="card-body">
<h5 class="card-title">Aptitude</h5>
<p class="card-text">An aptitude test plays an important role in understanding the personality of the person. When a person is aware of one's strength, they can make an informed decision.</p>
</div>
<div class="card-footer">
<a
href="https://www.geeksforgeeks.org/placements-gq/">Complete Details<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://1000logos.net/wp-content/uploads/2020/09/JavaScript-Logo.png" class="card-img-top h-50" alt="...">
<div class="card-body">
<h5 class="card-title">Complete JavaScript</h5>
<p class="card-text">JavaScript, often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries.Responsible for making website interactive.</p>
</div>
<div class="card-footer">
<a
href="https://javascript.info/">Complete Details<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://www.sqlfr.com/wp-content/uploads/2022/04/sql.jpg" class="card-img-top h-50" alt="...">
<div class="card-body">
<h5 class="card-title">Complete SQL</h5>
<p class="card-text">SQL (Structured Query Language) is used to perform operations on the records stored in the database, such as updating records, inserting records, deleting records, creating and modifying database tables, views, etc.</p>
</div>
<div class="card-footer">
<a
href="https://www.javatpoint.com/sql-tutorial">Complete Details<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/MongoDB_Logo.svg/2560px-MongoDB_Logo.svg.png" class="card-img-top h-50" alt="...">
<div class="card-body">
<h5 class="card-title">Complete MongoDB</h5>
<p class="card-text">MongoDB is a No SQL database. It is an open-source, cross-platform, document-oriented database written in C++.</p>
</div>
<div class="card-footer">
<a
href="https://www.w3schools.com/mongodb/">Complete Details<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://www.edureka.co/blog/wp-content/uploads/2019/07/express-logo.png" class="card-img-top h-50" alt="...">
<div class="card-body">
<h5 class="card-title">Complete Express.js</h5>
<p class="card-text">Express.js, or simply Express, is a back end web application framework for building RESTful APIs with Node.js, released as free and open-source software under the MIT License. It is designed for building web applications and APIs. It has been called the de facto standard server framework for Node.js.</p>
</div>
<div class="card-footer">
<a
href="https://www.tutorialspoint.com/expressjs/index.htm">Complete Details<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://avatars.githubusercontent.com/u/2918581?s=200&v=4" class="card-img-top h-50" alt="...">
<div class="card-body">
<h5 class="card-title">Complete Bootstrap</h5>
<p class="card-text">Bootstrap is a free and open-source CSS framework directed at responsive, mobile-first front-end web development. It contains HTML, CSS and JavaScript-based design templates for typography, forms, buttons, navigation, and other interface components.</p>
</div>
<div class="card-footer">
<a
href="https://www.w3schools.com/bootstrap/">Complete Details<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
<div class="col">
<div class="card h-100">
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Python.svg/800px-Python.svg.png" class="card-img-top h-50" alt="...">
<div class="card-body">
<h5 class="card-title">Python</h5>
<p class="card-text">Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically typed and garbage-collected. It supports multiple programming paradigms, including structured, object-oriented and functional programming.</p>
</div>
<div class="card-footer">
<a
href="https://www.w3schools.com/python/default.asp">Complete Details<span class="mai-chevron-forward text-sm"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<!------------------------------------------------------------------->
<!-- .container -->
</footer> <!-- .page-footer -->
<footer class="page-footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-3 py-3">
<a href="index.html"></a><img src=" assets/img/logo.png" width="120px" height="120px"></a>
</div>
<div class="col-lg-3 py-3">
<h5>Quick Links</h5>
<ul class="footer-menu">
<li><a href="#">Resources</a></li>
<li><a href="#">Report a Bug</a></li>
</ul>
</div>
<div class="col-lg-3 py-3">
<h5>About Us</h5>
<ul class="footer-menu">
<li><a href="#">About Us</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Our Teams</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">News & Press</a></li>
</ul>
</div>
<div class="col-lg-3 py-3">
<h5>Subscribe</h5>
<form action="#">
<input type="text" class="form-control" placeholder="Your Email ID">
</form>
<div class="sosmed-button mt-4">
<a href="https://twitter.com/ExplorerMighty"><span class="mai-logo-twitter"></span></a>
<a href="https://www.linkedin.com/company/mighty-it-explorer/"><span class="mai-logo-linkedin"></span></a>
<a href="https://t.me/ITexplorers"><span class="mai-logo-telegram"></span></a>
<a href="https://www.youtube.com/channel/UCo7Jhf7YKHxcuy5wazm-xfg"><span class="mai-logo-youtube"></span></a>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 py-2">
<p id="copyright">© 2022 <a href="https://www.linkedin.com/company/mighty-it-explorer/">
</a>MightyITExplorer</p>
</div>
<div class="d-inline-block px-3">
<a href="https://mightyitexplorer.github.io/Socials/">Contact Us</a>
</div>
</div>
</div>
</div> <!-- .container -->
</footer> <!-- .page-footer -->
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/wow/wow.min.js"></script>
<script src="assets/vendor/owl-carousel/js/owl.carousel.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/animateNumber/jquery.animateNumber.min.js"></script>
<script src="assets/js/google-maps.js"></script>
<script src="assets/js/theme.js"></script>
<script src="assets/js/focusChange.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-mQ93GR66B00ZXjt0YO5KlohRA5SY2XofN4zfuZxLkoj1gXtW8ANNCe9d5Y3eG5eD" crossorigin="anonymous"></script>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>