-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
337 lines (305 loc) · 17.5 KB
/
about.html
File metadata and controls
337 lines (305 loc) · 17.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<title>About</title>
<meta name="title" content="Flux">
<meta name="description" content="Master the art of web design with our comprehensive course. Learn proven processes for delivering standout websites, about, from UI/UX design to development. Transform your career and earn more as a web designer.">
<meta name="keywords" content="web design course, project-flux, flux,projectflux, web development training, UI/UX design, professional web services, web design process, digital strategy, responsive design, web design career">
<meta name="author" content="McQuendie">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="google-site-verification" content="c0pI6GBr8ybl4ziY6gdbsjXsHuthUjHjJZuxWs5hcwk" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://project-flux.vercel.app/about.html">
<meta property="og:title" content="Master Web Design & Development | Professional Training Course">
<meta property="og:description" content="Transform your web design career with our comprehensive course. Learn proven processes, earn more, and deliver standout websites that clients love.">
<meta property="og:image" content="template1-image/6617d4cc6baf2be0fdcb6e8a_wdbp-hero-background-p-1080.webp">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://project-flux.vercel.app/about.html">
<meta name="twitter:title" content="Master Web Design & Development | Professional Training Course">
<meta name="twitter:description" content="Transform your web design career with our comprehensive course. Learn proven processes, earn more, and deliver standout websites that clients love.">
<meta name="twitter:image" content="template1-image/6617d4cc6baf2be0fdcb6e8a_wdbp-hero-background-p-1080.webp">
<!-- Canonical URL -->
<link rel="canonical" href="https://project-flux.vercel.app/about.html">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="template1-image/65879a2803856684be971b80_favicon-32x32.png">
<!-- Your existing CSS links -->
<link rel="stylesheet" href="fontawesome-free-6.5.2-web/fontawesome-free-6.5.2-web/css/all.css">
<link rel="stylesheet" href="CSS/media-query.css">
<link rel="stylesheet" href="aos-master/aos-master/dist/aos.css">
<link rel="stylesheet" href="CSS/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.css"/>
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EducationalOrganization",
"name": "McQuendie Web Design Training",
"description": "Professional web design and development training course",
"offers": {
"@type": "Offer",
"price": "499",
"priceCurrency": "USD",
"priceValidUntil": "2024-12-31"
},
"course": {
"@type": "Course",
"name": "Professional Web Design & Development Course",
"description": "Master the proven web design process for delivering standout client outcomes",
"provider": {
"@type": "Organization",
"name": "McQuendie",
"sameAs": [
"https://www.instagram.com/m.c.q__/profilecard/",
"https://www.linkedin.com/in/mcquendie-obodos-75480b2b1",
"https://www.tiktok.com/@onyekaobd",
"https://x.com/Mcquendie",
"https://www.facebook.com/mcquendie.obodos?rdid=CD2DsSKwCykU5hoo&share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F1GrENVQY8S%2F#",
"https://www.threads.com/@mcquendie_"
]
}
},
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://project-flux.vercel.app/about.html"
}
}
</script>
</head>
<body>
<style>
@media (max-width: 768px) {
body{
margin-top: 30px;
}
}
</style>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="navbar-brand">
<img src="template1-image/65879a2803856684be971b80_favicon-32x32.png" alt="Logo">
</div>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item dropdown1">
<a class="nav-link dropdown-toggle" id="servicesDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Pages
</a>
<div class="dropdown-menu" aria-labelledby="servicesDropdown">
<a class="dropdown-item" href="FAQs.html">FAQs</a>
<a class="dropdown-item" href="connect.html">Connect With Me!</a>
</div>
</li>
<li class="nav-item" href="#buy" >
<a href="#buy" class="nav-button">Buy Now</a>
</li>
</ul>
</div>
</nav>
<!-- About Section -->
<section class="about-section" id="about">
<div class="container">
<div class="about-header" data-aos="fade-up" data-aos-duration="1000">
<h1>Who We Are</h1>
<p>Empowering the next generation of web designers through expert-led training and hands-on experience</p>
</div>
<div class="about-story" data-aos="fade-up" data-aos-delay="200" data-aos-duration="1000">
<div class="story-content">
<h2>Our Story</h2>
<p>Founded in 2020, we emerged from a simple yet powerful observation: traditional web design education wasn't preparing students for real-world success. We set out to change that.</p>
<p>Today, we're proud to have transformed over 1000+ beginners into confident, professional web designers. Our success lies in our practical, hands-on approach and our commitment to staying ahead of industry trends.</p>
</div>
<div class="story-image">
<img src="template1-image/65d8f048dc1cdd2668404e97_webflow-mentoring-image-p-800.png" alt="Our Journey">
<div class="experience-badge">
<span>15+</span>
<p>Years Combined Experience</p>
</div>
</div>
</div>
<div class="about-content">
<div class="about-grid">
<div class="about-item" data-aos="fade-up" data-aos-delay="200" data-aos-duration="1000">
<i class="fas fa-graduation-cap"></i>
<h3>Expert Instructors</h3>
<p>Learn from industry veterans with over 15+ years of combined experience in web design and development. Our instructors have worked with leading tech companies and bring real-world insights to every lesson.</p>
</div>
<div class="about-item" data-aos="fade-up" data-aos-delay="400" data-aos-duration="1000">
<i class="fas fa-users"></i>
<h3>Community-Driven</h3>
<p>Join a thriving community of learners and professionals. Network with peers, collaborate on projects, and get support from mentors who are invested in your success.</p>
</div>
<div class="about-item" data-aos="fade-up" data-aos-delay="600" data-aos-duration="1000">
<i class="fas fa-code"></i>
<h3>Practical Curriculum</h3>
<p>Our curriculum is constantly updated to reflect industry trends and employer demands. Learn the latest tools, technologies, and best practices that actually matter in the real world.</p>
</div>
<div class="about-item" data-aos="fade-up" data-aos-delay="800" data-aos-duration="1000">
<i class="fas fa-chart-line"></i>
<h3>Career Growth</h3>
<p>We don't just teach web design – we prepare you for a successful career. Get guidance on portfolio building, client acquisition, and business development strategies.</p>
</div>
</div>
<div class="about-values" data-aos="fade-up" data-aos-delay="200" data-aos-duration="1000">
<h2>Our Values</h2>
<div class="values-grid">
<div class="value-item">
<span>01</span>
<h4>Excellence</h4>
<p>We maintain the highest standards in everything we do, from course content to student support.</p>
</div>
<div class="value-item">
<span>02</span>
<h4>Innovation</h4>
<p>We constantly evolve our curriculum to stay ahead of industry trends and technologies.</p>
</div>
<div class="value-item">
<span>03</span>
<h4>Community</h4>
<p>We believe in the power of collaboration and peer learning to accelerate growth.</p>
</div>
</div>
</div>
<div class="about-stats" data-aos="fade-up" data-aos-delay="1000" data-aos-duration="1000">
<div class="stat-item">
<h2>1000+</h2>
<p>Graduates</p>
</div>
<div class="stat-item">
<h2>95%</h2>
<p>Success Rate</p>
</div>
<div class="stat-item">
<h2>50+</h2>
<p>Countries</p>
</div>
</div>
</div>
</div>
</section>
<section class="section5" id="buy">
<div class="container">
<div class="offerflex">
<div class="offer1">
<h1>Transform Your Web Design Career Today</h1>
<p>Ready to deliver exceptional websites and command premium rates? Our comprehensive course gives you the exact process, tools, and strategies used by top-earning web designers. Don't miss out on the opportunity to elevate your skills and income.</p>
</div>
<div class="offer2">
<h1>Special Launch Offer: $499 <span>$999</span></h1>
<p>🔥 Limited Time: 50% OFF for the next 48 hours!
Join 1000+ successful graduates who have transformed their careers.
Includes lifetime access and free updates.</p>
<button>
<p>Secure Your Spot Now →</p>
</button>
</div>
</div>
</div>
</section>
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js" integrity="sha512-XtmMtDEcNz2j7ekrtHvOVR4iwwaD6o/FUJe6+Zq+HgcCsk3kj4uSQQR8weQ2QVj1o0Pk6PwYLohm206ZzNfubg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" integrity="sha512-yHknP1/AwR+yx26cB1y0cjvQUMvEa2PFzt1c9LlS4pRQ5NOTZFWbhBig+X9G9eYW/8m0/4OXNx8pxJ6z57x0dw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="js/main.js"></script>
<script>
$(document).ready(function() {
// Initialize AOS
AOS.init();
// Refresh AOS on window load
$(window).on('load', function() {
AOS.refresh();
});
});
</script>
<!-- slick-carousel -->
<script>
$('.serviceslider').slick({
dots: true,
infinite: true,
speed: 1000,
fade: true,
cssEase: 'linear',
arrows: false,
autoplay: true,
autoplaySpeed: 3000,
pauseOnHover: true,
pauseOnFocus: true,
pauseOnDotsHover: true,
swipe: true // Allows swiping on mobile devices
});
</script>
<!-- Chat Bot -->
<div class="chat-bot-container">
<div class="chat-bot-icon" onclick="toggleChat()">
<i class="fas fa-comments"></i>
</div>
<div class="chat-window" id="chatWindow">
<div class="chat-header">
<h3>Chat Support</h3>
<button onclick="toggleChat()">×</button>
</div>
<div class="chat-messages" id="chatMessages">
<!-- Messages will be added here dynamically -->
</div>
<div class="chat-input">
<input type="text" id="userInput" placeholder="Type your message..." onkeypress="handleKeyPress(event)">
<button onclick="sendMessage()">
<i class="fas fa-paper-plane"></i>
</button>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer">
<div class="footer-container" data-aos="fade-down" data-aos-duration="1000">
<div class="footer-section" >
<h3>Connect With Us</h3>
<div class="social-icons">
<a href="https://www.instagram.com/m.c.q__/profilecard/?igsh=MTlveTh3cHhpa2VyaA=="><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/mcquendie-obodos-9340a8353?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><i class="fab fa-linkedin"></i></a>
<a href="https://x.com/Mcquendie" class="x-twitter" target="_blank" rel="noopener noreferrer" aria-label="Visit McQuendie on X"><i class="fab fa-x-twitter"></i></a>
<a href="https://www.facebook.com/mcquendie.obodos?rdid=CD2DsSKwCykU5hoo&share_url=https%3A%2F%2Fwww.facebook.com%2Fshare%2F1GrENVQY8S%2F#" class="facebook" target="_blank" rel="noopener noreferrer" aria-label="Visit McQuendie on Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.threads.com/@mcquendie_" class="threads" target="_blank" rel="noopener noreferrer" aria-label="Visit McQuendie on Threads"><i class="fab fa-threads"></i></a>
<a href=" https://wa.me/qr/RTT3XI742YSTG1 "><i class="fab fa-whatsapp"></i></a>
<a href="mailto:mcquendieo@gmail.com?subject=Website%20Inquiry&body=Hello%2C%20">
<i class="fas fa-envelope"></i>
</a>
<a href="https://www.tiktok.com/@m.c.q__1?_t=ZM-8ssPEGoLxdm&_r=1" target="_blank" ><i class="fab fa-tiktok"></i></a>
</div>
</div>
<div class="footer-section">
<h3>Our Services</h3>
<ul>
<li><a href="index.html#services">Web Development</a></li>
<li><a href="index.html#services">CMS Solutions</a></li>
<li><a href="index.html#services">SEO Optimization</a></li>
<li><a href="index.html#services">E-commerce Development</a></li>
<li><a href="index.html#services">Web Design</a></li>
<li><a href="index.html#services">Maintenance & Hosting</a></li>
` </ul>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<ul>
<li><a href="index.html#services">Services</a></li>
<li><a href="index.html#testimonials">Testimonials</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 McQuendie All rights reserved.</p>
</div>
</footer>
</body>
</html>