forked from Aditya664/commclassroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.html
201 lines (159 loc) · 9.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Community Classroom - Quality Education. Free for all.</title>
<!-- Favicons -->
<link href="assets/img/logo.png" rel="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/bootstrap/css/bootstrap.min.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/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">
<div class="container d-flex align-items-center justify-content-between">
<h1 class="logo"><a href="index.html"><img src="assets/img/logo2.jpg" alt="" class="img-fluid"></a></h1>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link" href="index.html">Home</a></li>
<li><a class="nav-link active" href="">Courses</a></li>
<li><a class="nav-link" href="index.html#universityleader">University Leader</a></li>
<li><a class="nav-link" href="index.html#team">Team</a></li>
<li><a class="nav-link" href="index.html#about">About Us</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact Us</a></li>
<li><a class="getstarted" href="">Login/Signup</a></li>
</ul>
<i class="bx bx-list-ul mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="coursepage" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 pt-5 pt-lg-0 order-2 order-lg-1 d-flex flex-column justify-content-center" style="justify-content: center;">
<h1>We Offer Most <span style="color: #F4FF00">Premium</span> and <span style="color: #F4FF00">Finest</span> Courses. <br> For <span style="color: #00FF1D">Free</span>.</h1>
<h2>Providing best courses that you can find online.</h2>
</div>
<div class="col-lg-6 order-1 order-lg-2 coursepage-img">
<img src="assets/img/course.svg" class="img-fluid" style="height: 90%" alt="">
</div>
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= Courses Section ======= -->
<section id="coursespanel" class="coursespanel">
<div class="container">
<div class="section-title" style="padding-bottom: 12px">
<h2>Our Courses</h2>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="coursecard">
<img src="assets/img/course-banners/javadsabootcamp.jpg" alt="">
<h3>Java + DSA + Interview Preparation Bootcamp</h3>
<a class="btn btn-outline-primary button" href="course-single/java-dsa-bootcamp.html" role="button">Learn More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="coursecard">
<img src="assets/img/course-banners/gitandgithub.jpg" alt="">
<h3>Complete Git and GitHub Tutorial</h3>
<a class="btn btn-outline-primary button" href="course-single/git-github.html" role="button">Learn More</a>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="coursecard">
<img src="assets/img/course-banners/webdevelopment.jpg" alt="">
<h3>Complete Web Development Bootcamp</h3>
<a class="btn btn-outline-danger button disabled" href="#" role="button">Coming Soon</a>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="coursecard">
<img src="assets/img/course-banners/webdevelopment.jpg" alt="">
<h3>Complete Web Development Bootcamp</h3>
<a class="btn btn-outline-danger button disabled" href="#" role="button">Coming Soon</a>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="coursecard">
<img src="assets/img/course-banners/webdevelopment.jpg" alt="">
<h3>Complete Web Development Bootcamp</h3>
<a class="btn btn-outline-danger button disabled" href="#" role="button">Coming Soon</a>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="coursecard">
<img src="assets/img/course-banners/webdevelopment.jpg" alt="">
<h3>Complete Web Development Bootcamp</h3>
<a class="btn btn-outline-danger button disabled" href="#" role="button">Coming Soon</a>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Courses Section ======= -->
</main>
<!-- ======= Footer ======= -->
<footer id="contact">
<div class="footer-top">
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-6 foot1">
<h3>Community Classroom</h3>
<p class="tagline">Quality Education. Free for all.</p>
</div>
<div class="col-sm-3 foot2">
<h3>Contact Us:</h3>
<span><i class='bx bxs-envelope'></i><a href="mailto:kunal@commclassroom.org">kunal@commclassroom.org</a></span><br>
<span><i class='bx bxl-youtube'></i><a href="https://www.youtube.com/c/KunalKushwaha?sub_confirmation=1">Subscribe our YouTube Channel</a></span><br>
<span><i class='bx bxl-linkedin-square'></i><a href="https://www.linkedin.com/company/commclassroom">Follow us on LinkedIn</a></span><br>
</div>
<div class="col-sm-3 foot3">
<h3>If you like our work, here are the things that you can do:</h3>
<p><i class='bx bxs-like bx-xs'></i> Like our videos <br> <i class='bx bxs-comment bx-xs'></i> Comment your views on our videos <br> <i class='bx bxs-share-alt' ></i> Share us on socials and also tag us</p>
</div>
</div>
<div class="social-links">
<a href="https://twitter.com/commclassroom" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.instagram.com/commclassroom/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/commclassroom" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://t.me/commclassroom" class="telegram"><i class="bx bxl-telegram"></i></a>
<a href="https://discord.io/commclassroom" class="discord"><i class="bx bxl-discord"></i></a>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="cccopyright">
Credits to be added
</div>
<div class="copyright">
© Copyright <strong><span>eNno</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer>
<!-- End Footer -->
<!-- Vendor JS Files -->
<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/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>