-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
270 lines (224 loc) · 11 KB
/
index.html
File metadata and controls
270 lines (224 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>LearnSphere by Aditya Verma</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="./fevicon.png" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
</head>
<body>
<div class="header">
<header class="header-content">
<a href="#logo" class="logo">
<img src="icon.png" alt="logoImage" class="logo-icon">
<span>LearnSphere</span>
</a>
<nav class="nav">
<a href="#home" class="nav-link">Home</a>
<a href="#features" class="nav-link">Features</a>
<a href="#pricing" class="nav-link">Pricing</a>
<a href="#blog" class="nav-link">Blog</a>
<a href="#about" class="nav-link">About</a>
</nav>
<a href="#contactUs" class="contact-button">Contact Us</a>
<button type="button" class="menu-button">
<img src="hamburger.png" class="menu-icon" alt="">
</button>
</header>
<div class="content">
<section class="main-section">
<div class="content-left">
<p class="section-label">Introducing a Smarter Way to Learn</p>
<h1 class="section-title">Transforming Education, One Click at a Time</h1>
<p class="section-description">Our platform bridges technology and education to create a personalized, immersive learning experience. Whether you're starting your journey or upskilling, we help you reach your goals faster and smarter. Let's redefine the way you learn.</p>
<div class="button-group">
<a href="#start" class="start-button">Start Now</a>
<a href="#tour" class="tour-button">Take Tour</a>
</div>
</div>
<div class="content-right">
<div class="image-container">
<img src="hero.avif" alt="section-image" class="section-image">
</div>
</div>
</section>
</div>
<div class="company-container">
<h2 class="company-title">Trusted by the best!</h2>
<div class="company-grid">
<div class="company-logo">
<img src="google.png" class="svg-image">
<span class="logo-text">Google</span>
</div>
<div class="company-logo">
<img src="microsoft.png" class="svg-image">
<span class="logo-text">Microsoft</span>
</div>
<div class="company-logo">
<img src="linkedin.png" class="svg-image">
<span class="logo-text">LinkedIn</span>
</div>
<div class="company-logo">
<img src="vectoredu.jpeg" class="svg-image">
<span class="logo-text">VectorEdu</span>
</div>
</div>
</div>
<section class="advantage-section">
<h2>Our Competitive Advantage</h2>
<p class="subheading">
Explore the features that set us apart and make our platform truly impactful for learners everywhere.
</p>
<div class="card-grid">
<div class="card blue">
<i class="fa-regular fa-lightbulb" id="icons-image"></i>
<h3>Personalized Learning</h3>
<p>Deliver customized learning journeys powered by AI and machine learning, tailored to meet each learner's unique needs and goals.</p>
</div>
<div class="card pink">
<i class="fa-solid fa-film" id="icons-image"></i>
<h3>Affordability</h3>
<p>Make premium-quality education accessible and budget-friendly, ensuring opportunities for learners from all backgrounds.</p>
</div>
<div class="card orange">
<i class="fa-solid fa-industry" id="icons-image"></i>
<h3>Industry Partnerships</h3>
<p>Partner with leading companies and institutions to deliver certified, industry-recognized programs that enhance career readiness and credibility.</p>
</div>
<div class="card teal">
<i class="fa-solid fa-microchip" id="icons-image"></i>
<h3>Innovative Technology</h3>
<p>Leverage emerging technologies like AR and VR to craft immersive, interactive, and future-ready educational experiences.</p>
</div>
<div class="card green">
<i class="fa-solid fa-phone-volume" id="icons-image"></i>
<h3>Responsive Support</h3>
<p>Ensure seamless learning through prompt, dedicated support for both students and educators at every step.</p>
</div>
<div class="card purple">
<i class="fa-solid fa-chart-pie" id="icons-image"></i>
<h3>Analytics and Insights</h3>
<p>Empower decision-making with real-time analytics and progress tracking to optimize learning outcomes and performance.</p>
</div>
</div>
</section>
<div class="testimonial-container">
<div class="testimonial-content">
<h2 class="testimonial-title">What others say about us</h2>
<div class="tesimonial-grid">
<div class="testimonial-card">
<div class="testimonial-text">
“LearnSphere has made remote learning feel personal. The adaptive content and interactive tools kept my students engaged like never before.”
</div>
<div class="testimonial-avatar">
<img src="emily.png" alt="" class="testimonial-images">
</div>
<div class="testimonial-details">
<h3 id="name">Emily Watson</h3>
<p id="status">Middle School Math Teacher (USA)</p>
</div>
</div>
<div class="testimonial-card">
<div class="testimonial-text">
“As a parent, I value how LearnSphere keeps me informed and involved. My daughter is more motivated and confident than ever.”
</div>
<div class="testimonial-avatar">
<img src="parent.png" alt="" class="testimonial-images">
</div>
<div class="testimonial-details">
<h3 id="name">Carlos Rivera</h3>
<p id="status">Parent (Spain)</p>
</div>
</div>
<div class="testimonial-card">
<div class="testimonial-text">
“From curriculum management to student analytics, LearnSphere delivers everything a modern educational institution needs.”
</div>
<div class="testimonial-avatar">
<img src="sophie.png" alt="" class="testimonial-images">
</div>
<div class="testimonial-details">
<h3 id="name">Dr. Sophie Müller</h3>
<p id="status">Academic Director (Germany)</p>
</div>
</div>
</div>
</div>
</div>
<section class="newsletter">
<div class="newsletter-container">
<div class="newsletter-img">
<img src="newsletter.jpeg" alt="Newsletter Visual" class="Newsletter-Visual">
</div>
<div class="newsletter-content">
<h2>Get the latest updates</h2>
<p>Sign up for our newsletter</p>
<form>
<input type="email" placeholder="Email" required>
<button type="submit">Send</button>
</form>
<p class="policy">By signing up to our newsletter you agree to our <a href="#">Term of Service</a> and <a href="#">Privacy Policy</a>.</p>
</div>
</div>
</section>
<footer class="main-footer">
<div class="footer-container">
<div class="footer-brand">
<a href="#" class="footer-logo">
<img src="icon.png" alt="LearnSphere Logo" class="LearnSphere-Logo">
<span>LearnSphere</span>
</a>
<p class="footer-tagline">Seamless Learning for Brighter Futures.</p>
<div class="footer-social">
<a href="https://www.instagram.com/aditya21.__/#" aria-label="Instagram"><img src="instagram.avif" alt="Instagram"></a>
<a href="https://www.linkedin.com/in/aditya-verma-034619296/" aria-label="LinkedIn"><img src="linkedin.png" alt="LinkedIn"></a>
<a href="https://github.com/Aditya-githubbb" aria-label="Twitter"><img src="github.png" alt="GitHub"></a>
</div>
</div>
<div class="footer-links-group">
<h3>Products</h3>
<ul>
<li><a href="#">Overview</a></li>
<li><a href="#">Solutions</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Customers</a></li>
</ul>
</div>
<div class="footer-links-group">
<h3>Company</h3>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Investor Relations</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Blog</a></li>
</ul>
</div>
<div class="footer-links-group">
<h3>Support</h3>
<ul>
<li><a href="#">Contact</a></li>
<li><a href="#">Documentation</a></li>
<li><a href="#">Chat</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
<div class="footer-links-group">
<h3>Legal</h3>
<ul>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Cookie settings</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 - Present LearnSphere by Aditya Verma. All rights reserved.</p>
</div>
<button class="scroll-to-top" aria-label="Scroll to top">↑</button>
</footer>
</div>
</body>
</html>