-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathCourses.html
359 lines (311 loc) · 15.6 KB
/
Courses.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" type="png" href="images/v.png">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>COURSES</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- Boxicons CDN Link -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="../css/main.css">
<link rel="stylesheet" href="../css/responsive.css">
<link rel="stylesheet" href="../css/utility.css">
<link rel="stylesheet" href="../navbar.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/css/swiper.css">
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<!-- google fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<!-- font awesome cdn -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer"
/>
<!--Fav-icon------------------------------>
<link rel="shortcut icon" href="images/fav-icon.png" />
<!--poppins-font-family-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!--using-Font-Awesome-------------------->
<script src="https://kit.fontawesome.com/c8e4d183c2.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./style.css" />
<link rel="stylesheet" href="../css/courses.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- floating button to the top -->
<!-- <div class="sidebar">
<div class="logo-details">
<i class="fab fa-blogger"></i>
<div class="logo_name">BigB</div>
<i class='bx bx-menu' id="btn"></i>
</div>
<ul class="nav-list">
<li>
<i class='bx bx-search'></i>
<input type="text" placeholder="Search...">
<span class="tooltip">Search</span>
</li>
<li>
<a href="../index.html">
<i class='bx bx-grid-alt'></i>
<span class="links_name">Home</span>
</a>
<span class="tooltip">Home</span>
</li>
<li>
<a href="../about/team.html">
<i class='bx bx-user'></i>
<span class="links_name">Team</span>
</a>
<span class="tooltip">Team</span>
</li>
<li>
<a href="../contact/contact.html">
<i class='bx bx-chat'></i>
<span class="links_name">Contact Us</span>
</a>
<span class="tooltip">Contact Us</span>
</li>
<li>
<a href="../Course/subjects/quiz.html">
<i class="fas fa-brain"></i>
<span class="links_name">Quiz</span>
</a>
<span class="tooltip">Quiz</span>
</li>
<li>
<a href="../Course/Courses.html">
<i class="fas fa-book-reader"></i>
<span class="links_name">Courses</span>
</a>
<span class="tooltip">Courses</span>
</li>
<li>
<a href="../feature-pg/feature.html">
<i class="fas fa-star"></i>
<span class="links_name">Features</span>
</a>
<span class="tooltip">Features</span>
</li>
<li>
<a href="../Blog/blog.html">
<i class="fab fa-blogger"></i>
<span class="links_name">Blogs</span>
</a>
<span class="tooltip">Blogs</span>
</li>
<li>
<a href="#">
<i class='bx bx-heart'></i>
<span class="links_name">Saved</span>
</a>
<span class="tooltip">Saved</span>
</li>
<li>
<a href="../log in/Login.html">
<i class="fas fa-user-plus"></i>
<span class="links_name">Sign In</span>
</a>
<span class="tooltip">Sign In</span>
</li>
<li class="profile">
<div class="profile-details">
<img src="images/v.png" alt="profileImg">
<div class="name_job">
<div class="name">TechBenchers</div>
<div class="job">Web Designer</div>
</div>
</div>
<i class='bx bx-log-out' id="log_out"></i>
</li>
</ul>
</div> -->
<header>
<div class="header-wrapper">
<a href="../index.html" class="logo">
<img src="../img/v.png" alt="Logo" />
<h3>igB</h3>
</a>
<div class="nav d-lg">
<h2 style="color:white;"><a href="../index.html">Home</a></h2>
<h2><a href="../index.html#welcome">About</a></h2>
<h2><a href="../Course/Courses.html">Courses</a></h2>
<h2><a href="../feature-pg/feature.html">Features</a></h2>
<h2><a href="../Blog/blog.html">Blogs</a></h2>
<h2><a href="../contact/contact.html">Contact</a></h2>
</div>
<div class="nav d-lg">
<h2 style="padding-top:0;"><a href="../log in/Login.html" class="btn-n sign-in">Sign In</a></h2>
</div>
<div class="dropdown-menu">
<svg xmlns="http://www.w3.org/2000/svg" height="70%" fill="currentColor" class="bi bi-list dropdown-btn"
viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z" />
</svg>
<div class="dropdown-content">
<h2><a href="../index.html">Home</a></h2>
<h2><a href="../index.html#welcome">About</a></h2>
<h2><a href="../Course/Courses.html">Courses</a></h2>
<h2><a href="../feature-pg/feature.html">Features</a></h2>
<h2><a href="../Blog/blog.html">Blogs</a></h2>
<h2><a href="../contact/contact.html">Contact</a></h2>
<h2><a href="../log in/Login.html">Sign In</a></h2>
</div>
</div>
</div>
</header>
<!--navbar end here-->
<main style="margin-left: 0%; padding-top:5%">
<div class="big-wrapper light">
<section class="intro">
<div>
<h1 style="color:var(--darkOne); font-size: 5rem !important; text-align: center; word-spacing: .45em;
">
Your Course To Success
</h1>
<p style="font-size: 1.8rem; color:var(--darkOne);">"Wisdom is not a product of schooling but of the lifelong attempt to acquire it."<br/><br> As Earl Nightingale once said: One hour per day of study will put you at the top of your field within three years.
Within five years you’ll be a national authority. In seven years, you can be one of the best people in the world at what you do.</p>
<div class="content" style="margin-top: 1vh;">
<a href="Courses.html#cat1" class="btn" style="margin-top:15px">get started</a>
</div>
</div>
<img src="images/home-img.png" alt="Man writing on board and woman studying at desk" style="width: 60%">
</section>
<button class="toggle-btn">
<i class="far fa-moon"></i>
<i class="far fa-sun"></i>
</button>
<!-- categories section starts -->
<section class="category" id="cat1">
<a href="subjects/computer_courses.html" class="box">
<img src="images/img1.png" alt="Collage of desktop, tablet, and phone screens, links to Computer Sciene course">
<h3>Computer Science</h3>
</a>
<a href="subjects/computer_courses.html" class="box">
<img src="images/img2.png" alt="Tree Data Structure, links to Data Structures course">
<h3>Data Structures</h3>
</a>
<a href="subjects/computer_courses.html#data" class="box">
<img src="images/img3.png" alt="Flowchart, links to Algorithms course">
<h3>Algorithms</h3>
</a>
<a href="subjects/computer_courses.html#algo" class="box">
<img src="images/img4.png" alt="Collage of programming language logos, links to Programming Languages course">
<h3>Programming Languages</h3>
</a>
<a href="subjects/Data_Science.html" class="box">
<img src="images/img10.png" alt="Hand holding magnifying glass over a world map with gears above, links to Data Science course">
<h3>Data Science</h3>
</a>
<a href="subjects/Cyber Security.html" class="box">
<img src="images/img11.png" alt="Oversized padlock being placed on a laptop with a mini crane, links to Cyber Security course">
<h3>Cyber Security</h3>
</a>
<a href="subjects/marketing.html" class="box">
<img src="images/img6.jpg" alt="Man looking at a series of charts and graphs, links to Marketing course">
<h3>Marketing</h3>
</a>
<a href="subjects/finance.html" class="box">
<img src="images/img7.png" alt="Bar graph with arrow surrounded by coins, links to Finance course ">
<h3>Finance</h3>
</a>
<a href="subjects/Personal Growth.html" class="box">
<img src="images/img8.jpg" alt="Side profile of person with man on ladder watering a plant growing on the person's head, links to Personal Growth course">
<h3>Personal Growth</h3>
</a>
<a href="subjects/Spirituality.html" class="box">
<img src="images/img9.jpg" alt="Woman sitting in yoga pose, links to Spirituality course">
<h3>Spirituality</h3>
</a>
<a href="subjects/quiz.html" class="box">
<img src="images/img5.jpg" alt="Text bubble with punctuation marks and says Quiz, links to quiz">
<h3>Quiz</h3>
</a>
</section>
<!-- categories section ends -->
<!-- footer section starts -->
<footer>
<div style="text-align: center; font-size: 18px; display: flex; flex-direction: column;">
<p class="text">“BigB will truly help to democratize education.We believe instead of focusing on education alone.BigB is in the business of reaching learners and changing lives.”</p>
<ul class="footer-social-links">
<li class="flex">
<a href="#"><i class = "fab fa-facebook-f"></i></a>
</li>
<li class="flex">
<a href="https://twitter.com/Sidehustlers"><i class = "fab fa-twitter"></i></a>
</li>
<li class="flex">
<a href="https://www.instagram.com/beasidehustler/"><i class = "fab fa-instagram"></i></a>
</li>
<li class="flex">
<a href="https://www.youtube.com/channel/UCRkYp3SkqvR5OD8YiTqVEbQ"><i class = "fab fa-youtube"></i></a>
</li>
</ul>
</div>
<div class="row ">
<div>
<h3 class="lg-text">Information</h3>
<hr class="line">
<div class="footer-links">
<a href="#">Registration</a>
<a href="#">Popular Courses</a>
<a href="#">Academic Schedule</a>
<a href="#">Extra Facilities</a>
<a href="#">Events</a>
</div>
</div>
<div>
<h3 class="lg-text">Information</h3>
<hr class="line">
<div class="footer-links">
<a href="#">Business Administration</a>
<a href="#">Arts & Humanities</a>
<a href="#">Science & Technology</a>
<a href="#">Economics & Finance</a>
</div>
</div>
<div>
<h3 class="lg-text">Have a Question?</h3>
<hr class="line">
<div class="footer-contact-info">
<div>
<span><i class = "fas fa-map-marker-alt"></i></span>
<span>Exist Somewhere in BHARAT, Earth</span>
</div>
<div>
<span><i class = "fas fa-phone"></i></span>
<span>1234-567-891</span>
</div>
<div>
<span><i class = "fas fa-paper-plane"></i></span>
<span>[email protected]</span>
</div>
<div>
<span><i class = "fas fa-envelope"></i></span>
<span>[email protected]</span>
</div>
</div>
</div>
<button class="topbtn" id="scrollbtn" onclick="window.location.href='Courses.html'"> 🔝 </div>
</div>
<!-- <p class="footer-text">Copyright © 2021. Designed by <span>BigB</span>. All Rights Reserved.</p> -->
</footer>
</div>
</main>
<!-- footer section ends -->
<script src="../app.js"></script>
<script src="./script1.js"></script> <!-- Code optimization -->
<script src="./script2.js"></script> <!-- Code optimization -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/js/swiper.min.js"></script>
<!-- custom js file link -->
<script src="js/script.js"></script>
<script src="script.js"></script>
</body>
</html>