-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
393 lines (390 loc) · 16.4 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
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Study Sync</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="navbar">
<div class="navbar-content">
<div class="navbar-header">
<img loading="lazy" class="studysync-logo" src="./Media/StudySyn.svg" alt="Study Sync logo"/>
<span class="studysync-header">
StudySync
</span>
</div>
<div class="nav">
<a href="#home">
Home
</a>
<a href="#features">
Features
</a>
<a href="#pricing">
Pricing
</a>
<a href="#blog">
Blog
</a>
<a href="#about">
About
</a>
</div>
<a href="#contact" class="contact-button">
Contact Us
</a>
<button class="hamburger-button">
<img loading="lazy" src="./Media/Hamburger.svg" alt="Hamburger Button"/>
</button>
</div>
</div>
<div class="main-content">
<section class="hero-section">
<div class="hero-content">
<p class="content-helper">
Very proud to introduce
</p>
<h1 class="content-header">
Seamless Learning for Brighter Future
</h1>
<p class="content-description">
Out innovative platform offers an effortless and seamless approach to learning, empowering students of all ages to achieve brighter future.
Join us on transformative journey to simplify education and unlock your full potential.
</p>
<div class="content-footer">
<a href="#start" class="start-now-button">
Start now
</a>
<a href="#tour" class="take-tour-button">
Take tour
</a>
</div>
</div>
<div class="image-container">
<img loading="eager" class="hero-image" src="./Media/content-image.jpg" src="Content Image"/>
</div>
</section>
</div>
<div class="trusted-organization">
<h1 class="trusted-organization-header">
Trusted by the best companies...
</h1>
<div class="organizations">
<div class="organization">
<img class="organization-image" src="./Media/Google.svg" alt="Google"/>
<span class="organization-name">Google</span>
</div>
<div class="organization">
<img class="organization-image" src="./Media/Microsoft.svg" alt="Microsoft"/>
<span class="organization-name">Microsoft</span>
</div>
<div class="organization">
<img class="organization-image" src="./Media/linkedin.svg" alt="Linkedin"/>
<span class="organization-name">Linkedin</span>
</div>
<div class="organization">
<img class="organization-image" src="./Media/VectorEdu.svg" alt="Vector Edu"/>
<span class="organization-name">VectorEdu</span>
</div>
</div>
</div>
<div class="competitive-advantage">
<h1 class="competitive-advantage-header">
Our competitive advantage
</h1>
<p class="competitive-advantage-description">
This is a section of some simple filter text, also known as the placeholder text.
It shares some characteristics of real written text but is random or otherwise generated.
</p>
<div class="advantages-grid">
<div class="advantage" id="first">
<div class="adv-image-container">
<img class="advantage-image" src="./Media/PersonalizedLearn.svg"/>
</div>
<h1 class="advantage-header">
Personalized Learning
</h1>
<p class="advantage-description">
Offer tailored learning experiences through AI and machine learning to cater to individual student needs.
</p>
</div>
<div class="advantage" id="second">
<div class="adv-image-container">
<img class="advantage-image" src="./Media/Affordability.svg"/>
</div>
<h1 class="advantage-header">
Affordability
</h1>
<p class="advantage-description">
Provide high-quality education at an affordable price point, making it accessible to a broader audience.
</p>
</div>
<div class="advantage" id="third">
<div class="adv-image-container">
<img class="advantage-image" src="./Media/IndustryPatner.svg"/>
</div>
<h1 class="advantage-header">
Industry Partnerships
</h1>
<p class="advantage-description">
Collaborate with well-known companies and institutions to offer accredited courses and certifications, adding credibility to your offerings.
</p>
</div>
<div class="advantage" id="fourth">
<div class="adv-image-container">
<img class="advantage-image" src="./Media/InnovativeTech.svg"/>
</div>
<h1 class="advantage-header">
Innovative Tech
</h1>
<p class="advantage-description">
InnovativeTech.svgUtilize cutting-edge technology, such as augmented reality or virtual reality, to create immersive learning experiences.
</p>
</div>
<div class="advantage" id="fifth">
<div class="adv-image-container">
<img class="advantage-image" src="./Media/ResponsiveSupport.svg"/>
</div>
<h1 class="advantage-header">
Responsive Support
</h1>
<p class="advantage-description">
Provide exceptional customer support and assistance to students and educators.
</p>
</div>
<div class="advantage" id="sixth">
<div class="adv-image-container">
<img class="advantage-image" src="./Media/Analytics.svg"/>
</div>
<h1 class="advantage-header">
Analytics and Insights
</h1>
<p class="advantage-description">
Offer detailed progress tracking and analytics to help students and teachers monitor performance and make data-driven decisions.
</p>
</div>
</div>
</div>
<div class="testimonials">
<h1 class="testimonials-header">
Testimonials
</h1>
<div class="testimonials-grid">
<div class="testimonial">
<p class="testimonial-text">
“StudySync revolutionized my classroom! Engaging content and teacher resources make learning enjoyable. Highly recommended for educators.”
</p>
<img class="testimonial-avatar" src="./Media/avatar1.png"/>
<div class="testimonial-details">
<h3 class="testimonial-name">
Sarah Johnson
</h3>
<p class="testimonial-description">
8th Grade English Teacher
</p>
</div>
</div>
<div class="testimonial">
<p class="testimonial-text">
“StudySync transformed our family's learning journey. Safe, interactive, and progress tracking features are invaluable for parents.”
</p>
<img class="testimonial-avatar" src="./Media/avatar2.png"/>
<div class="testimonial-details">
<h3 class="testimonial-name">
Mark Davis
</h3>
<p class="testimonial-description">
Parent
</p>
</div>
</div>
<div class="testimonial">
<p class="testimonial-text">
“StudySync, a true game-changer! Flexible content, tailored assessments, and excellent support. Integral to our school district's success.”
</p>
<img class="testimonial-avatar" src="./Media/avatar3.png"/>
<div class="testimonial-details">
<h3 class="testimonial-name">
Dr. James Carter
</h3>
<p class="testimonial-description">
School Administrator
</p>
</div>
</div>
</div>
</div>
<div class="newsletter">
<div class="newsletter-image-container">
<img loading="lazy" src="./Media/img.png" alt="Newsletter image" class="newsletter-image"/>
</div>
<div class="newsletter-form">
<div class="form-header">
<h1 class="form-title">
Get the latest updates
</h1>
<p class="form-anouncement">
Sign up for our newsletter subscription
</p>
</div>
<div class="email-input">
<input type="email" class="email-field" placeholder="Email"/>
<a href="#submit" class="newsletter-submit">
Send
</a>
</div>
<div class="privacy-policy">
By signing up for our newsletter subscription you agree for our <a href="#terms">Terms of Service</a> and <a href="#privacy">Privacy policy</a>.
</div>
</div>
</div>
<div class="footer-section">
<div class="footer-content">
<div class="footer-navigation">
<div class="company-info">
<a href="#">
<div class="navbar-header-1">
<img loading="lazy" class="studysync-logo-1" src="./Media/StudySyn.svg" alt="Study Sync logo"/>
<span class="studysync-header-1">
StudySync
</span>
</div>
</a>
<p class="company-details">
Seamless Leaning for Brighter Future.
</p>
<div class="company-contacts">
<a href="#instagram">
<img src= "./Media/instagram.svg" class="company-contact"/>
</a>
<a href="#twitter">
<img src= "./Media/twitter.svg" class="company-contact"/>
</a>
<a href="#linkedin">
<img src= "./Media/linkedin.svg" class="company-contact"/>
</a>
<a href="#github">
<img src= "./Media/github.svg" class="company-contact"/>
</a>
</div>
</div>
<div class="navigation-panel">
<div class="nav-section">
<h1 class="nav-section-header">
Products
</h1>
<ul class="nav-section-list">
<a href="#">
<li class="nav-item">
Overview
</li>
</a>
<a href="#">
<li class="nav-item">
Solutions
</li>
</a>
<a href="#">
<li class="nav-item">
Pricing
</li>
</a>
<a href="#">
<li class="nav-item">
Customers
</li>
</a>
</ul>
</div>
<div class="nav-section">
<h1 class="nav-section-header">
Company
</h1>
<ul class="nav-section-list">
<a href="#">
<li class="nav-item">
About
</li>
</a>
<a href="#">
<li class="nav-item">
Investor Relations
</li>
</a>
<a href="#">
<li class="nav-item">
Jobs
</li>
</a>
<a href="#">
<li class="nav-item">
Press
</li>
</a>
<a href="#">
<li class="nav-item">
Blog
</li>
</a>
</ul>
</div>
<div class="nav-section">
<h1 class="nav-section-header">
Support
</h1>
<ul class="nav-section-list">
<a href="#">
<li class="nav-item">
Contact
</li>
</a>
<a href="#">
<li class="nav-item">
Documentation
</li>
</a>
<a href="#">
<li class="nav-item">
Chat
</li>
</a>
<a href="#">
<li class="nav-item">
FAQ
</li>
</a>
</ul>
</div>
<div class="nav-section">
<h1 class="nav-section-header">
Legal
</h1>
<ul class="nav-section-list">
<a href="#">
<li class="nav-item">
Term of Service
</li>
</a>
<a href="#">
<li class="nav-item">
Privacy Policy
</li>
</a>
<a href="#">
<li class="nav-item">
Cookie Settings
</li>
</a>
</ul>
</div>
</div>
</div>
<div class="copyright-section">
<span style="font-weight: bolder;">© 2024</span>- Present StudySync - All rights reserved.
</div>
</div>
</div>
</body>
</html>