-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
244 lines (237 loc) · 11 KB
/
about.html
File metadata and controls
244 lines (237 loc) · 11 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learn about School - A professional online learning platform offering master's-level courses in critical thinking, logic, finance, and software development.">
<title>About Us - School Learning Platform</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🎓</text></svg>">
<link rel="stylesheet" href="css/enhanced-styles.css">
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
line-height: 1.7;
color: #2d3748;
background: #f7fafc;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 2rem;
}
header {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 2rem 0;
text-align: center;
margin-bottom: 3rem;
}
header h1 {
font-size: 3rem;
margin-bottom: 0.5rem;
}
.section {
background: white;
padding: 3rem;
margin-bottom: 2rem;
border-radius: 12px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.section h2 {
color: #667eea;
margin-bottom: 1.5rem;
font-size: 2rem;
}
.section h3 {
color: #764ba2;
margin-top: 2rem;
margin-bottom: 1rem;
}
.team-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.team-member {
text-align: center;
padding: 1.5rem;
background: #f7fafc;
border-radius: 8px;
}
.team-member img {
width: 120px;
height: 120px;
border-radius: 50%;
margin-bottom: 1rem;
object-fit: cover;
}
.stats {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 2rem;
margin-top: 2rem;
}
.stat-card {
text-align: center;
padding: 2rem;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
border-radius: 12px;
}
.stat-number {
font-size: 3rem;
font-weight: bold;
margin-bottom: 0.5rem;
}
.btn {
display: inline-block;
padding: 1rem 2rem;
background: #667eea;
color: white;
text-decoration: none;
border-radius: 8px;
margin-top: 1rem;
transition: background 0.3s;
}
.btn:hover {
background: #764ba2;
}
footer {
text-align: center;
padding: 2rem;
color: #718096;
margin-top: 4rem;
}
</style>
</head>
<body>
<header>
<h1>🎓 About School</h1>
<p style="font-size: 1.2rem; opacity: 0.9;">Transforming Education Through Technology</p>
</header>
<div class="container">
<section class="section">
<h2>Our Mission</h2>
<p>At School, we believe that high-quality education should be accessible to everyone, everywhere. Our mission is to democratize learning by providing master's-level courses in critical thinking, logic, finance, and software development to students worldwide.</p>
<p>We combine cutting-edge technology with proven pedagogical methods to create an engaging, interactive learning experience that adapts to each student's unique learning style and pace.</p>
</section>
<section class="section">
<h2>What Makes Us Different</h2>
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-top: 2rem;">
<div>
<h3>🎯 Personalized Learning</h3>
<p>AI-powered recommendations and adaptive learning paths ensure every student gets the most relevant content for their goals.</p>
</div>
<div>
<h3>🤖 AI Tutor Support</h3>
<p>24/7 AI tutor assistance helps you understand concepts, answer questions, and stay motivated throughout your journey.</p>
</div>
<div>
<h3>📜 Verified Certificates</h3>
<p>Earn industry-recognized certificates upon course completion that you can share on LinkedIn and add to your resume.</p>
</div>
<div>
<h3>👥 Community Learning</h3>
<p>Connect with fellow learners, participate in discussions, and learn together in our vibrant community forums.</p>
</div>
<div>
<h3>📱 Learn Anywhere</h3>
<p>Fully responsive platform works seamlessly on desktop, tablet, and mobile devices - learn on your schedule.</p>
</div>
<div>
<h3>🔔 Smart Reminders</h3>
<p>Multi-channel notifications (email, SMS, WhatsApp, etc.) help you stay on track with your learning goals.</p>
</div>
</div>
</section>
<section class="section">
<h2>Our Impact</h2>
<div class="stats">
<div class="stat-card">
<div class="stat-number">10,000+</div>
<div>Students Enrolled</div>
</div>
<div class="stat-card">
<div class="stat-number">50+</div>
<div>Courses Available</div>
</div>
<div class="stat-card">
<div class="stat-number">95%</div>
<div>Completion Rate</div>
</div>
<div class="stat-card">
<div class="stat-number">4.8/5</div>
<div>Average Rating</div>
</div>
</div>
</section>
<section class="section">
<h2>Our Team</h2>
<p>We're a passionate team of educators, developers, and designers dedicated to revolutionizing online learning.</p>
<div class="team-grid">
<div class="team-member">
<div style="width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-size: 3rem;">👨💻</div>
<h3>Development Team</h3>
<p>Building cutting-edge learning technology</p>
</div>
<div class="team-member">
<div style="width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-size: 3rem;">👩🏫</div>
<h3>Instructional Designers</h3>
<p>Creating engaging, effective course content</p>
</div>
<div class="team-member">
<div style="width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-size: 3rem;">🎨</div>
<h3>UX/UI Designers</h3>
<p>Designing intuitive, beautiful interfaces</p>
</div>
<div class="team-member">
<div style="width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-size: 3rem;">🤝</div>
<h3>Support Team</h3>
<p>Helping students succeed every step of the way</p>
</div>
</div>
</section>
<section class="section">
<h2>Our Values</h2>
<ul style="list-style: none; padding: 0;">
<li style="padding: 1rem; margin-bottom: 1rem; background: #f7fafc; border-radius: 8px; border-left: 4px solid #667eea;">
<strong>Accessibility:</strong> Education should be available to everyone, regardless of location or financial situation.
</li>
<li style="padding: 1rem; margin-bottom: 1rem; background: #f7fafc; border-radius: 8px; border-left: 4px solid #667eea;">
<strong>Quality:</strong> We maintain the highest standards in course content, instruction, and platform functionality.
</li>
<li style="padding: 1rem; margin-bottom: 1rem; background: #f7fafc; border-radius: 8px; border-left: 4px solid #667eea;">
<strong>Innovation:</strong> We continuously explore new technologies and teaching methods to improve learning outcomes.
</li>
<li style="padding: 1rem; margin-bottom: 1rem; background: #f7fafc; border-radius: 8px; border-left: 4px solid #667eea;">
<strong>Community:</strong> Learning is better together - we foster collaboration and peer support.
</li>
<li style="padding: 1rem; margin-bottom: 1rem; background: #f7fafc; border-radius: 8px; border-left: 4px solid #667eea;">
<strong>Student Success:</strong> Your success is our success - we're committed to helping you achieve your goals.
</li>
</ul>
</section>
<section class="section">
<h2>Get Started</h2>
<p>Ready to begin your learning journey? Explore our courses and start learning today!</p>
<a href="index.html" class="btn">Browse Courses</a>
<a href="pedagogy.html" class="btn" style="background: #764ba2; margin-left: 1rem;">Learn About Our Teaching Methods</a>
</section>
</div>
<footer>
<p>© 2025 School Learning Platform. All rights reserved.</p>
<p style="margin-top: 0.5rem;">
<a href="index.html" style="color: #667eea; text-decoration: none;">Home</a> |
<a href="pedagogy.html" style="color: #667eea; text-decoration: none;">How We Teach</a> |
<a href="legal/privacy-policy.html" style="color: #667eea; text-decoration: none;">Privacy Policy</a> |
<a href="legal/terms-of-service.html" style="color: #667eea; text-decoration: none;">Terms of Service</a>
</p>
</footer>
</body>
</html>