header and footer same, total design pattern change
Browse files- index.html +98 -66
- style.css +108 -17
index.html
CHANGED
|
@@ -218,58 +218,89 @@
|
|
| 218 |
</div>
|
| 219 |
</div>
|
| 220 |
</header>
|
| 221 |
-
<!--
|
| 222 |
-
<section class="bg-gradient-to-
|
| 223 |
-
<div class="
|
| 224 |
-
<
|
| 225 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 226 |
</div>
|
| 227 |
</section>
|
| 228 |
|
| 229 |
<!-- Intro Section -->
|
| 230 |
-
<section class="
|
| 231 |
-
<div class="
|
| 232 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
</div>
|
| 234 |
</section>
|
| 235 |
-
<!-- Section
|
| 236 |
-
|
| 237 |
-
<div class="
|
| 238 |
-
|
| 239 |
-
|
| 240 |
-
|
| 241 |
-
|
| 242 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 243 |
</div>
|
| 244 |
-
<button onclick="document.getElementById('fail_email').classList.add('hidden')" class="absolute top-0 right-0 p-2">
|
| 245 |
-
<i data-feather="x" class="w-4 h-4"></i>
|
| 246 |
-
</button>
|
| 247 |
-
</div>
|
| 248 |
|
| 249 |
-
|
| 250 |
-
|
| 251 |
-
|
| 252 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 253 |
</div>
|
| 254 |
-
<button onclick="document.getElementById('file_email').classList.add('hidden')" class="absolute top-0 right-0 p-2">
|
| 255 |
-
<i data-feather="x" class="w-4 h-4"></i>
|
| 256 |
-
</button>
|
| 257 |
-
</div>
|
| 258 |
|
| 259 |
-
|
| 260 |
-
|
| 261 |
-
|
| 262 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 263 |
</div>
|
| 264 |
-
|
| 265 |
-
|
| 266 |
-
</button>
|
| 267 |
-
</div>
|
| 268 |
-
<div class="bg-gradient-to-br from-[var(--vlc-navy)] to-[var(--vlc-sky)] text-white rounded-xl shadow-2xl p-8 mb-12">
|
| 269 |
<div class="max-w-4xl mx-auto">
|
| 270 |
-
<h2 class="text-3xl font-bold text-center mb-
|
| 271 |
-
<
|
| 272 |
-
|
|
|
|
| 273 |
<input type="hidden" id="g-recaptcha-response" name="g-recaptcha-response">
|
| 274 |
<input type="hidden" name="action" value="validate_captcha">
|
| 275 |
|
|
@@ -336,41 +367,42 @@
|
|
| 336 |
</div>
|
| 337 |
</section>
|
| 338 |
<!-- Contact Info -->
|
| 339 |
-
<!-- Why Choose Us Section -->
|
| 340 |
-
<section class="
|
| 341 |
-
<div class="
|
| 342 |
-
<
|
| 343 |
-
|
| 344 |
-
|
|
|
|
| 345 |
|
| 346 |
-
|
| 347 |
-
|
| 348 |
-
|
| 349 |
-
|
|
|
|
|
|
|
|
|
|
| 350 |
</div>
|
| 351 |
-
<h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Custom IT Solutions</h3>
|
| 352 |
-
<p class="text-gray-600">Tailored technology solutions designed specifically for your business needs and industry requirements.</p>
|
| 353 |
-
</div>
|
| 354 |
|
| 355 |
-
|
| 356 |
-
|
| 357 |
-
|
|
|
|
|
|
|
|
|
|
| 358 |
</div>
|
| 359 |
-
<h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Expert Support</h3>
|
| 360 |
-
<p class="text-gray-600">Access to certified professionals with deep expertise in Microsoft technologies and business applications.</p>
|
| 361 |
-
</div>
|
| 362 |
|
| 363 |
-
|
| 364 |
-
|
| 365 |
-
|
|
|
|
|
|
|
|
|
|
| 366 |
</div>
|
| 367 |
-
<h3 class="text-xl font-bold text-[var(--vlc-navy)] mb-4">Proven Success</h3>
|
| 368 |
-
<p class="text-gray-600">A track record of delivering measurable results for mid-market businesses across various industries.</p>
|
| 369 |
</div>
|
| 370 |
</div>
|
| 371 |
</section>
|
| 372 |
-
|
| 373 |
-
<!-- FOOTER -->
|
| 374 |
<footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
|
| 375 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 376 |
<div class="grid md:grid-cols-3 gap-10 mb-10">
|
|
|
|
| 218 |
</div>
|
| 219 |
</div>
|
| 220 |
</header>
|
| 221 |
+
<!-- Hero Section -->
|
| 222 |
+
<section class="bg-gradient-to-br from-[var(--vlc-navy)] to-[var(--vlc-sky)] text-white py-24 relative overflow-hidden">
|
| 223 |
+
<div class="container relative z-10">
|
| 224 |
+
<div class="max-w-3xl mx-auto text-center">
|
| 225 |
+
<h1 class="mb-6">Got Questions?</h1>
|
| 226 |
+
<p class="text-xl opacity-90 mb-8">A VLC Representative Will Get Back to You Shortly.</p>
|
| 227 |
+
<a href="#contact" class="btn btn-primary">
|
| 228 |
+
Contact Us
|
| 229 |
+
<i data-feather="arrow-right" class="w-4 h-4 ml-2"></i>
|
| 230 |
+
</a>
|
| 231 |
+
</div>
|
| 232 |
+
</div>
|
| 233 |
+
<div class="absolute inset-0 opacity-10">
|
| 234 |
+
<div class="absolute inset-0 bg-[url('https://static.photos/technology/1200x630/1')] bg-cover bg-center"></div>
|
| 235 |
</div>
|
| 236 |
</section>
|
| 237 |
|
| 238 |
<!-- Intro Section -->
|
| 239 |
+
<section class="section">
|
| 240 |
+
<div class="container">
|
| 241 |
+
<div class="max-w-3xl mx-auto text-center">
|
| 242 |
+
<h2 class="section-title">How Can We Help You?</h2>
|
| 243 |
+
<p class="text-lg">We're here to assist you with your IT needs, answer your questions, or explore how we can help your business thrive. Get in touch today!</p>
|
| 244 |
+
<div class="grid grid-cols-3 gap-6 mt-12">
|
| 245 |
+
<div class="card">
|
| 246 |
+
<i data-feather="message-circle" class="w-10 h-10 text-[var(--vlc-leaf)] mb-4"></i>
|
| 247 |
+
<h3>Consultation</h3>
|
| 248 |
+
<p>Get expert advice on your IT infrastructure and business solutions.</p>
|
| 249 |
+
</div>
|
| 250 |
+
<div class="card">
|
| 251 |
+
<i data-feather="settings" class="w-10 h-10 text-[var(--vlc-leaf)] mb-4"></i>
|
| 252 |
+
<h3>Implementation</h3>
|
| 253 |
+
<p>Professional deployment of business applications and systems.</p>
|
| 254 |
+
</div>
|
| 255 |
+
<div class="card">
|
| 256 |
+
<i data-feather="headphones" class="w-10 h-10 text-[var(--vlc-leaf)] mb-4"></i>
|
| 257 |
+
<h3>Support</h3>
|
| 258 |
+
<p>24/7 technical support for all your IT needs and challenges.</p>
|
| 259 |
+
</div>
|
| 260 |
+
</div>
|
| 261 |
+
</div>
|
| 262 |
</div>
|
| 263 |
</section>
|
| 264 |
+
<!-- Contact Section -->
|
| 265 |
+
<section id="contact" class="section">
|
| 266 |
+
<div class="container">
|
| 267 |
+
<!-- Alert Messages -->
|
| 268 |
+
<div id="fail_email" class="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 mb-6 rounded-lg relative hidden">
|
| 269 |
+
<div class="flex items-center">
|
| 270 |
+
<i data-feather="alert-circle" class="w-6 h-6 mr-3"></i>
|
| 271 |
+
<span>Could not send an email! Please try again later.</span>
|
| 272 |
+
</div>
|
| 273 |
+
<button onclick="document.getElementById('fail_email').classList.add('hidden')" class="absolute top-0 right-0 p-2">
|
| 274 |
+
<i data-feather="x" class="w-4 h-4"></i>
|
| 275 |
+
</button>
|
| 276 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 277 |
|
| 278 |
+
<div id="file_email" class="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 mb-6 rounded-lg relative hidden">
|
| 279 |
+
<div class="flex items-center">
|
| 280 |
+
<i data-feather="alert-circle" class="w-6 h-6 mr-3"></i>
|
| 281 |
+
<span>Please upload valid files (PDF or MS-Word) only.</span>
|
| 282 |
+
</div>
|
| 283 |
+
<button onclick="document.getElementById('file_email').classList.add('hidden')" class="absolute top-0 right-0 p-2">
|
| 284 |
+
<i data-feather="x" class="w-4 h-4"></i>
|
| 285 |
+
</button>
|
| 286 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 287 |
|
| 288 |
+
<div id="large_email" class="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 mb-6 rounded-lg relative hidden">
|
| 289 |
+
<div class="flex items-center">
|
| 290 |
+
<i data-feather="alert-circle" class="w-6 h-6 mr-3"></i>
|
| 291 |
+
<span>File size is larger than the allowed limit.</span>
|
| 292 |
+
</div>
|
| 293 |
+
<button onclick="document.getElementById('large_email').classList.add('hidden')" class="absolute top-0 right-0 p-2">
|
| 294 |
+
<i data-feather="x" class="w-4 h-4"></i>
|
| 295 |
+
</button>
|
| 296 |
</div>
|
| 297 |
+
|
| 298 |
+
<div class="bg-gradient-to-br from-[var(--vlc-navy)] to-[var(--vlc-sky)] text-white rounded-[20px] shadow-2xl p-10 mb-12">
|
|
|
|
|
|
|
|
|
|
| 299 |
<div class="max-w-4xl mx-auto">
|
| 300 |
+
<h2 class="text-3xl font-bold text-center mb-8">Ready to Start a conversation?</h2>
|
| 301 |
+
<p class="text-center text-white opacity-90 mb-8">A VLC Representative will be in touch.</p>
|
| 302 |
+
<div class="bg-white bg-opacity-10 backdrop-blur-md rounded-xl p-8">
|
| 303 |
+
<form id="contactform" method="post" action="./contact.php" enctype="multipart/form-data" class="grid grid-cols-1 md:grid-cols-2 gap-6">
|
| 304 |
<input type="hidden" id="g-recaptcha-response" name="g-recaptcha-response">
|
| 305 |
<input type="hidden" name="action" value="validate_captcha">
|
| 306 |
|
|
|
|
| 367 |
</div>
|
| 368 |
</section>
|
| 369 |
<!-- Contact Info -->
|
| 370 |
+
<!-- Why Choose Us Section -->
|
| 371 |
+
<section class="section bg-[var(--vlc-tint)]">
|
| 372 |
+
<div class="container">
|
| 373 |
+
<div class="text-center">
|
| 374 |
+
<h2 class="section-title">Why Choose VLC Solutions?</h2>
|
| 375 |
+
<p class="text-lg max-w-3xl mx-auto">We offer custom IT solutions, expert support, and a proven track record of success with mid-market businesses.</p>
|
| 376 |
+
</div>
|
| 377 |
|
| 378 |
+
<div class="grid grid-cols-3 gap-8 mt-12">
|
| 379 |
+
<div class="card">
|
| 380 |
+
<div class="bg-[var(--vlc-leaf-tint)] w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
|
| 381 |
+
<i data-feather="settings" class="w-8 h-8 text-[var(--vlc-leaf)]"></i>
|
| 382 |
+
</div>
|
| 383 |
+
<h3>Custom IT Solutions</h3>
|
| 384 |
+
<p>Tailored technology solutions designed specifically for your business needs and industry requirements.</p>
|
| 385 |
</div>
|
|
|
|
|
|
|
|
|
|
| 386 |
|
| 387 |
+
<div class="card">
|
| 388 |
+
<div class="bg-[var(--vlc-leaf-tint)] w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
|
| 389 |
+
<i data-feather="users" class="w-8 h-8 text-[var(--vlc-leaf)]"></i>
|
| 390 |
+
</div>
|
| 391 |
+
<h3>Expert Support</h3>
|
| 392 |
+
<p>Access to certified professionals with deep expertise in Microsoft technologies and business applications.</p>
|
| 393 |
</div>
|
|
|
|
|
|
|
|
|
|
| 394 |
|
| 395 |
+
<div class="card">
|
| 396 |
+
<div class="bg-[var(--vlc-leaf-tint)] w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-6">
|
| 397 |
+
<i data-feather="award" class="w-8 h-8 text-[var(--vlc-leaf)]"></i>
|
| 398 |
+
</div>
|
| 399 |
+
<h3>Proven Success</h3>
|
| 400 |
+
<p>A track record of delivering measurable results for mid-market businesses across various industries.</p>
|
| 401 |
</div>
|
|
|
|
|
|
|
| 402 |
</div>
|
| 403 |
</div>
|
| 404 |
</section>
|
| 405 |
+
<!-- FOOTER -->
|
|
|
|
| 406 |
<footer class="bg-[var(--vlc-navy)] text-white pt-14 pb-8">
|
| 407 |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
| 408 |
<div class="grid md:grid-cols-3 gap-10 mb-10">
|
style.css
CHANGED
|
@@ -1,30 +1,121 @@
|
|
| 1 |
|
| 2 |
body {
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
h1 {
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
}
|
| 12 |
|
| 13 |
p {
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
}
|
| 19 |
|
| 20 |
.card {
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
}
|
| 27 |
|
| 28 |
-
|
| 29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
}
|
|
|
|
| 1 |
|
| 2 |
body {
|
| 3 |
+
padding: 0;
|
| 4 |
+
margin: 0;
|
| 5 |
+
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
|
| 6 |
+
overflow-x: hidden;
|
| 7 |
+
background-color: #f9fafb;
|
| 8 |
+
line-height: 1.6;
|
| 9 |
}
|
| 10 |
+
|
| 11 |
+
.container {
|
| 12 |
+
max-width: 1280px;
|
| 13 |
+
margin: 0 auto;
|
| 14 |
+
padding: 0 2rem;
|
| 15 |
+
}
|
| 16 |
+
|
| 17 |
+
h1, h2, h3, h4 {
|
| 18 |
+
font-weight: 700;
|
| 19 |
+
color: var(--vlc-navy);
|
| 20 |
+
line-height: 1.3;
|
| 21 |
+
}
|
| 22 |
+
|
| 23 |
h1 {
|
| 24 |
+
font-size: 2.5rem;
|
| 25 |
+
margin-bottom: 1.5rem;
|
| 26 |
+
}
|
| 27 |
+
|
| 28 |
+
h2 {
|
| 29 |
+
font-size: 2rem;
|
| 30 |
+
margin-bottom: 1.25rem;
|
| 31 |
+
}
|
| 32 |
+
|
| 33 |
+
h3 {
|
| 34 |
+
font-size: 1.5rem;
|
| 35 |
+
margin-bottom: 1rem;
|
| 36 |
}
|
| 37 |
|
| 38 |
p {
|
| 39 |
+
color: #4b5563;
|
| 40 |
+
font-size: 1.1rem;
|
| 41 |
+
margin-bottom: 1.25rem;
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
.section {
|
| 45 |
+
padding: 5rem 0;
|
| 46 |
+
}
|
| 47 |
+
|
| 48 |
+
.section-title {
|
| 49 |
+
text-align: center;
|
| 50 |
+
margin-bottom: 4rem;
|
| 51 |
}
|
| 52 |
|
| 53 |
.card {
|
| 54 |
+
background: white;
|
| 55 |
+
border-radius: 12px;
|
| 56 |
+
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
| 57 |
+
0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
| 58 |
+
padding: 2rem;
|
| 59 |
+
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
| 60 |
+
}
|
| 61 |
+
|
| 62 |
+
.card:hover {
|
| 63 |
+
transform: translateY(-5px);
|
| 64 |
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
|
| 65 |
+
0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
| 66 |
+
}
|
| 67 |
+
|
| 68 |
+
.btn {
|
| 69 |
+
display: inline-block;
|
| 70 |
+
padding: 0.75rem 1.5rem;
|
| 71 |
+
border-radius: 8px;
|
| 72 |
+
font-weight: 600;
|
| 73 |
+
text-align: center;
|
| 74 |
+
transition: all 0.2s ease;
|
| 75 |
+
cursor: pointer;
|
| 76 |
+
}
|
| 77 |
+
|
| 78 |
+
.btn-primary {
|
| 79 |
+
background: var(--vlc-navy);
|
| 80 |
+
color: white;
|
| 81 |
+
}
|
| 82 |
+
|
| 83 |
+
.btn-primary:hover {
|
| 84 |
+
background: var(--vlc-navy-700);
|
| 85 |
+
transform: translateY(-2px);
|
| 86 |
+
}
|
| 87 |
+
|
| 88 |
+
.grid {
|
| 89 |
+
display: grid;
|
| 90 |
+
gap: 2rem;
|
| 91 |
+
}
|
| 92 |
+
|
| 93 |
+
.grid-cols-1 {
|
| 94 |
+
grid-template-columns: repeat(1, 1fr);
|
| 95 |
+
}
|
| 96 |
+
|
| 97 |
+
.grid-cols-2 {
|
| 98 |
+
grid-template-columns: repeat(2, 1fr);
|
| 99 |
+
}
|
| 100 |
+
|
| 101 |
+
.grid-cols-3 {
|
| 102 |
+
grid-template-columns: repeat(3, 1fr);
|
| 103 |
}
|
| 104 |
|
| 105 |
+
@media (max-width: 768px) {
|
| 106 |
+
.grid-cols-2, .grid-cols-3 {
|
| 107 |
+
grid-template-columns: 1fr;
|
| 108 |
+
}
|
| 109 |
+
|
| 110 |
+
.section {
|
| 111 |
+
padding: 3rem 0;
|
| 112 |
+
}
|
| 113 |
+
|
| 114 |
+
h1 {
|
| 115 |
+
font-size: 2rem;
|
| 116 |
+
}
|
| 117 |
+
|
| 118 |
+
h2 {
|
| 119 |
+
font-size: 1.75rem;
|
| 120 |
+
}
|
| 121 |
}
|