-
Notifications
You must be signed in to change notification settings - Fork 153
/
Copy pathCourses.html
273 lines (219 loc) · 10.8 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
<!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 href="./css/courses.css" rel="stylesheet"> <!-- The CSS code over here has been moved to courses.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">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.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" />
</head>
<body>
<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..." onkeyup="myFunction()" id="mySearch">
<span class="tooltip">Search</span>
<div>
<ul id="options">
<li><a href="subjects/computer_courses.html"><small>Computer science</small></a></li>
<li><a href="subjects/computer_courses.html"><small>Data Structure</small></a></li>
<li><a href="subjects/computer_courses.html"><small>Algorithm</small></a></li>
<li><a href="subjects/computer_courses.html"><small>Programming Languages</small></a></li>
<li><a href="subjects/computer_courses.html"><small>Quiz</small></a></li>
</ul>
</div>
</li>
<script src="./js/courses1.js"></script> <!-- Code moved -->
<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="../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="/bigB/log%20in/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>
<!--navbar end here-->
<section class="home">
<div class="image">
<img src="images/home-img.png" alt="">
</div>
<div class="content">
<h3>
<B>Your Course To Success</b>
</h3>
<p>
<B><I>Wisdom is not a product of schooling but of the lifelong attempt to acquire it.One hour per day of study in your chosen field is all it takes.
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.</b>
</i>
</p>
<a href="#" class="btn">get started</a>
</div>
</section>
<!-- home section ends -->
<!-- categories section starts -->
<section class="category">
<a href="subjects/computer_courses.html" class="box">
<img src="images/category-1.png" alt="">
<h3>computer science</h3>
</a>
<a href="subjects/computer_courses.html" class="box">
<img src="images/category-2.png" alt="">
<h3>Data Structure</h3>
</a>
<a href="subjects/computer_courses.html#data" class="box">
<img src="images/category-3.png" alt="">
<h3>Algorithm</h3>
</a>
<a href="subjects/computer_courses.html#algo" class="box">
<img src="images/category-4.png" alt="">
<h3>Programming Languages</h3>
</a>
<a href="subjects/quiz.html" class="box">
<img src="images/category-5.png" alt="">
<h3>Quiz</h3>
</a>
</section>
<!-- categories section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>explore</h3>
<a href="home.html"> <i class="fas fa-arrow-right"></i> home </a>
<a href="about.html"> <i class="fas fa-arrow-right"></i> about </a>
<a href="./Resource_Page/Resource.html"> <i class="fas fa-arrow-right"></i> Resources </a>
<a href="teachers.html"> <i class="fas fa-arrow-right"></i> Features </a>
<a href="blog.html"> <i class="fas fa-arrow-right"></i> blog </a>
<a href="contact.html"> <i class="fas fa-arrow-right"></i> contact </a>
</div>
<div class="box">
<h3>categories</h3>
<a href="#"> <i class="fas fa-arrow-right"></i> web design </a>
<a href="#"> <i class="fas fa-arrow-right"></i> graphic design</a>
<a href="#"> <i class="fas fa-arrow-right"></i> UI / UX design</a>
<a href="#"> <i class="fas fa-arrow-right"></i> seo marketing</a>
<a href="#"> <i class="fas fa-arrow-right"></i> digital marketing</a>
<a href="#"> <i class="fas fa-arrow-right"></i> email marketing</a>
<a href="#"> <i class="fas fa-arrow-right"></i> all courses</a>
</div>
<div class="box">
<h3>quick links</h3>
<a href="#"> <i class="fas fa-arrow-right"></i> my account </a>
<a href="#"> <i class="fas fa-arrow-right"></i> feedback </a>
<a href="#"> <i class="fas fa-arrow-right"></i> help center </a>
<a href="#"> <i class="fas fa-arrow-right"></i> certificates </a>
<a href="#"> <i class="fas fa-arrow-right"></i> newsletter </a>
</div>
<div class="box">
<h3>follow us</h3>
<a href="#"> <i class="fab fa-facebook-f"></i> facebook </a>
<a href="#"> <i class="fab fa-twitter"></i> twitter </a>
<a href="#"> <i class="fab fa-linkedin"></i> linkedin </a>
<a href="#"> <i class="fab fa-instagram"></i> instagram </a>
<a href="#"> <i class="fab fa-pinterest"></i> pinterest </a>
<a href="#"> <i class="fab fa-github"></i> github </a>
</div>
</div>
<p class="credit">Copyright © 2021. Designed by <span>BigB</span>. All Rights Reserved.</p>
</section>
<!-- footer section ends -->
<script src="./js/courses2.js"></script>
<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>
</body>
</html>