-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
222 lines (175 loc) · 6.62 KB
/
about.php
File metadata and controls
222 lines (175 loc) · 6.62 KB
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
<?php
include 'components/connect.php';
if(isset($_COOKIE['user_id'])){
$user_id = $_COOKIE['user_id'];
}else{
$user_id = '';
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<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>about</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<?php include 'components/user_header.php'; ?>
<!-- about section starts -->
<section class="about">
<div class="row">
<div class="image">
<img src="images/about-img.svg" alt="">
</div>
<div class="content">
<h3>why choose us?</h3>
<p>Experience a revolutionary approach to online learning—where intuitive design meets powerful functionality. Effortlessly navigate courses, track progress, and engage with content in a streamlined interface that adapts to high user demand without compromising performance. Advanced security features ensure data protection, creating a worry-free environment. It’s more than learning; it’s education reimagined for the future.</p>
<a href="courses.html" class="inline-btn">our courses</a>
</div>
</div>
<div class="box-container">
<div class="box">
<i class="fas fa-graduation-cap"></i>
<div>
<h3>+1k</h3>
<span>online courses</span>
</div>
</div>
<div class="box">
<i class="fas fa-user-graduate"></i>
<div>
<h3>+25k</h3>
<span>brilliants students</span>
</div>
</div>
<div class="box">
<i class="fas fa-chalkboard-user"></i>
<div>
<h3>+5k</h3>
<span>expert teachers</span>
</div>
</div>
<div class="box">
<i class="fas fa-briefcase"></i>
<div>
<h3>100%</h3>
<span>job placement</span>
</div>
</div>
</div>
</section>
<!-- about section ends -->
<!-- reviews section starts -->
<section class="reviews">
<h1 class="heading">student's reviews</h1>
<div class="box-container">
<div class="box">
<p>"The platform is incredibly user-friendly and makes learning so much more enjoyable!" says one student. Another adds, "I love how secure and reliable it is, making my learning experience seamless and stress-free."</p>
<div class="user">
<img src="images/pic-2.jpg" alt="">
<div>
<h3>Manish sharma</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</div>
<div class="box">
<p>"Learning here is such a breeze—everything is well-organized and simple to navigate," says one user. Another adds, "The security features make me feel safe, and I can focus entirely on my studies."</p>
<div class="user">
<img src="images/pic-3.jpg" alt="">
<div>
<h3>Kuldeep</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</div>
<div class="box">
<p>"I love how the platform adapts to my learning pace—it's so convenient!" says one student. Another comments, "It’s easy to track my progress, and the content is top-notch!"</p>
<div class="user">
<img src="images/pic-4.jpg" alt="">
<div>
<h3>Praveen kumar</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</div>
<div class="box">
<p>"The platform is so easy to use, and I love how quickly I can access everything I need," says one student. Another adds, "The content quality is excellent, and I feel motivated to keep learning every day."</p>
<div class="user">
<img src="images/pic-5.jpg" alt="">
<div>
<h3>Aditya sharma</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</div>
<div class="box">
<p>"Learning has never been so smooth, with zero interruptions," shares a user. "I can’t imagine using any other platform now."
</p>
<div class="user">
<img src="images/pic-6.jpg" alt="">
<div>
<h3>Prudhvi</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</div>
<div class="box">
<p>"The design is sleek and modern, and it really enhances the overall learning experience," says one student. Another agrees, "I feel confident and secure using this platform for all my courses!"</p>
<div class="user">
<img src="images/pic-7.jpg" alt="">
<div>
<h3>Neha singh</h3>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- reviews section ends -->
<?php include 'components/footer.php'; ?>
<!-- custom js file link -->
<script src="js/script.js"></script>
</body>
</html>