forked from sankezzz/COURSE-UP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
305 lines (236 loc) · 13.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Course-up</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/clients/uplogo.jpg" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container">
<div class="header-container d-flex align-items-center justify-content-between">
<div class="logo">
<!-- <a href="index.html"><img src="assets/img/clients/uplogo.jpg" alt="" class="img-fluid"></a> -->
<h1 class="text-light"><a href="index.html"><span> Course Up</span></a></h1>
<!-- Uncomment below if you prefer to use an image logo -->
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<!-- <li><a class="nav-link scrollto" href="#about">Course</a></li> -->
<li><a class="nav-link scrollto" href="#languages">Languages</a></li>
<li><a class="nav-link scrollto " href="#portfolio">Top Rated Videos</a></li>
<!-- <li><a class="nav-link scrollto" href="#team">Team</a></li> -->
<li class="dropdown"><a href="#"><span>Languages
</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">C++</a></li>
<li><a href="#">Java</a></li>
<li><a href="#">Python</a></li>
<li><a href="#">Others</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="#cta">Submit Your Own review</a></li>
<li><a class="getstarted scrollto" href="#languages">Get Started</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div><!-- End Header Container -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container text-center position-relative" data-aos="fade-in" data-aos-delay="50">
<h1>Tired of finding the right course for you ?</h1>
<h2>Here you will get reviews for the courses you are about to watch which are reviewed by your pioneers and mentors so you dont have to go to each of them yourself</h2>
<a href="#languages" class="btn-get-started scrollto">Get Started</a>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center" data-aos="zoom-in" data-aos-delay="100">
<img src="assets/img/clients/cpp.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center" data-aos="zoom-in" data-aos-delay="200">
<img src="assets/img/clients/py2.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center" data-aos="zoom-in" data-aos-delay="300">
<img src="assets/img/clients/java2.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center" data-aos="zoom-in" data-aos-delay="400">
<img src="assets/img/clients/js3.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center" data-aos="zoom-in" data-aos-delay="500">
<img src="assets/img/clients/mern.png" class="img-fluid" alt="">
</div>
<div class="col-lg-2 col-md-4 col-6 d-flex align-items-center" data-aos="zoom-in" data-aos-delay="600">
<img src="assets/img/clients/php.png" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= Services Section ======= -->
<section id="languages" class="services section-bg">
<div class="container">
<div class="row">
<div class="col-lg-4">
<div class="section-title" data-aos="fade-right">
<h2>Languages</h2>
<!-- <p>Here are the languages that you can explore the courses</p> -->
</div>
<div class="section-title" data-aos="fade-right">
<h2>Reviewed by our own collegues </h2>
<!-- <p>Magnam dolores commodi suscipit nemo qui impedit suscipit alias ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p> -->
</div>
<div class="section-title" data-aos="fade-right">
<h2>Easy to find </h2>
</div>
<div class="section-title" data-aos="fade-right">
<h2>Reduces time complexity of your learning </h2>
<!-- <p>Magnam dolores commodi suscipit nemo qui impedit suscipit alias ea. Quia fugiat sit in iste officiis commodi quidem hic quas.</p> -->
</div>
</div>
<br>
<div class="col-lg-8">
<div class="row">
<div class="col-md-6 d-flex align-items-stretch">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="10">
<a href="/language_pages/cpp.html"><div class="icon"><i class="bx bxl-dribbble"></i></div>
</a>
<h4><a href="/language_pages/cpp.html">C++</a></h4>
<p>C++ is a high-level, general-purpose programming language created by Danish computer scientist Bjarne Stroustrup</p>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="10">
<a href="/language_pages/java.html"> <div class="icon"><i class="bx bx-file"></i></div>
</a>
<h4><a href="/language_pages/java.html">JAVA</a></h4>
<p>Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.</p>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="10">
<a href="/language_pages/webDev.html"> <div class="icon"><i class="bx bx-tachometer"></i></div>
</a>
<h4><a href="/language_pages/webDev.html">Java Script</a></h4>
<p>JavaScript, often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. 99% of websites use JavaScript on the client side for webpage behavior, often incorporating third-party libraries.</p>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="10">
<div class="icon"><i class="bx bx-world"></i></div>
<h4><a href="">MERN Stack</a></h4>
<p>MERN stands for MongoDB, Express, React, Node, after the four key technologies that make up the stack. MongoDB — document database. Express(.js) — Node.js web framework. React(.js) — a client-side JavaScript framework. Node(.js) — the premier JavaScript web server.</p>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="10">
<div class="icon"><i class="bx bx-world"></i></div>
<h4><a href="">DSA</a></h4>
<p>Data Structures and Algorithms (DSA) is a fundamental part of Computer Science that teaches you how to think and solve complex problems systematically. Using the right data structure and algorithm makes your program run faster, especially when working with lots of data.</p>
</div>
</div>
<div class="col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box" data-aos="zoom-in" data-aos-delay="10">
<div class="icon"><i class="bx bx-world"></i></div>
<h4><a href="">Python</a></h4>
<p>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>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title" data-aos="fade-left">
<h2>Highest rated courses</h2>
<p>Given below are the highest rated courses among all the courses on this platform.</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
</div>
<div class="row portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/cs50-harvard (1).webp" class="img-fluid" alt="">
<div class="portfolio-info">
<a href="https://pll.harvard.edu/course/cs50-introduction-computer-science"><h4>CS-50</h4></a>
<!-- <div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-1.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="App 1"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div> -->
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/stanford-on-campus-courses-online-banner-final.png" class="img-fluid" alt="">
<div class="portfolio-info">
<a href="https://www.cs.stanford.edu/courses-overview"><h4>Stanford</h4></a>
<p></p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/cs50-harvard (1).webp" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Web 3</h4>
<p>Web</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/portfolio-2.jpg" data-gallery="portfolioGallery" class="portfolio-lightbox" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Cta Section ======= -->
<section id="cta" class="cta">
<div class="container">
<div class="text-center" data-aos="zoom-in">
<h3>Submit your review for any course 😍</h3>
<p>Get assured rewards for the honest review </p>
<a class="cta-btn" href="review.html">Review</a>
</div>
</div>
</section><!-- End Cta Section -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>