forked from Aditya664/commclassroom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
courses.html
166 lines (126 loc) · 7.17 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
<!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.png" alt="" class="img-fluid" id="logo-img"></a></h1>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="index.html">Home</a></li>
<li><a class="nav-link active" href="courses.html">Courses</a></li>
<!-- <li><a class="nav-link scrollto" href="#universityleader">University Leader</a></li> -->
<li><a class="nav-link scrollto" href="index.html#team">Team</a></li>
<li><a class="nav-link scrollto" href="index.html#about">About Us</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact Us</a></li>
<li><button id="btn-theme" class="btn-theme">Theme</button></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 the most <span style="color: #F4FF00">premium</span> and <span style="color: #F4FF00">finest</span> courses that deliver results. For <span style="color: #00FF1D">free</span>.</h1>
<h2>Providing one of the 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 id="title-section">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>
</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>
</div>
</div>
<div class="social-links row justify-content-center">
<a href="https://twitter.com/commclassroom" class="twitter" target="_blank"><i class="bx bxl-twitter"></i></a>
<a href="https://www.instagram.com/commclassroom/" class="instagram" target="_blank"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/commclassroom" class="linkedin" target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="https://t.me/commclassroom" class="telegram"><i class="bx bxl-telegram" target="_blank"></i></a>
<a href="https://discord.io/commclassroom" class="discord"><i class="bx bxl-discord" target="_blank"></i></a>
<a href="https://www.youtube.com/KunalKushwaha" class="youtube"><i class="bx bxl-youtube" target="_blank"></i></a>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="cccopyright">
Designed by <a href="https://bootstrapmade.com/" target="_blank">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>