molliexx99 commited on
Commit
d367f56
·
verified ·
1 Parent(s): 8fd748e

I want you to change a few things: 1. Change the company name to Lombard Tech 2. Update the website so that instead of the sections being About, Sectors, Clients, Candidates, and 'Contact Us', the sections will now be Home, About Us, Market Coverage, Our Services, Candidates, and Contact (and in that order). .... Once you've done those, I shall give you the next instructions - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +30 -19
index.html CHANGED
@@ -8,23 +8,28 @@
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
  <style>
10
  .hero-gradient {
11
- background: linear-gradient(135deg, rgba(30, 58, 138, 0.9) 0%, rgba(30, 64, 175, 0.9) 50%, rgba(29, 78, 216, 0.9) 100%), url('https://images.unsplash.com/photo-1451187580459-43490279c0fa?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2072&q=80') center/cover no-repeat;
12
  }
13
 
14
  .about-bg {
15
- background: url('https://images.unsplash.com/photo-1523961131990-5ea7c61b2107?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1974&q=80') center/cover no-repeat;
16
  }
17
 
18
  .sectors-bg {
19
- background: url('https://images.unsplash.com/photo-1537105008862-56be79ebf3c3?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') center/cover no-repeat;
20
  }
21
 
22
  .candidates-bg {
23
- background: url('https://images.unsplash.com/photo-1526657782461-9fe13402a841?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2089&q=80') center/cover no-repeat;
24
  }
25
 
26
  .clients-bg {
27
- background: url('https://images.unsplash.com/photo-1507679799987-c73779587ccf?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2071&q=80') center/cover no-repeat;
 
 
 
 
 
28
  }
29
  .sector-card {
30
  transition: all 0.3s ease;
@@ -61,14 +66,15 @@
61
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
62
  <div class="flex justify-between h-16">
63
  <div class="flex items-center">
64
- <a href="#" class="text-xl font-bold text-blue-900">INK SEARCH</a>
65
  </div>
66
  <div class="hidden md:flex items-center space-x-8">
67
- <a href="#about" class="text-gray-700 hover:text-blue-600 transition animated-underline">About</a>
68
- <a href="#sectors" class="text-gray-700 hover:text-blue-600 transition animated-underline">Sectors</a>
69
- <a href="#clients" class="text-gray-700 hover:text-blue-600 transition animated-underline">Clients</a>
 
70
  <a href="#candidates" class="text-gray-700 hover:text-blue-600 transition animated-underline">Candidates</a>
71
- <a href="#contact" class="px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 transition">Contact Us</a>
72
  </div>
73
  <div class="md:hidden flex items-center">
74
  <button class="text-gray-700 focus:outline-none">
@@ -164,7 +170,10 @@
164
  </section>
165
 
166
  <!-- Who We Recruit Section -->
167
- <section class="py-16 md:py-24 bg-white">
 
 
 
168
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
169
  <div class="text-center mb-16">
170
  <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Who do we recruit?</h2>
@@ -421,13 +430,14 @@
421
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
422
  <div class="flex flex-col md:flex-row justify-between items-center">
423
  <div class="mb-4 md:mb-0">
424
- <a href="#" class="text-xl font-bold text-white">INK SEARCH</a>
425
  <p class="text-sm mt-1">Global Technology Search Firm</p>
426
  </div>
427
  <div class="flex space-x-6">
428
- <a href="#about" class="hover:text-white transition">About</a>
429
- <a href="#sectors" class="hover:text-white transition">Sectors</a>
430
- <a href="#clients" class="hover:text-white transition">Clients</a>
 
431
  <a href="#candidates" class="hover:text-white transition">Candidates</a>
432
  <a href="#contact" class="hover:text-white transition">Contact</a>
433
  </div>
@@ -446,11 +456,12 @@
446
  mobileMenu.className = 'hidden bg-white shadow-lg absolute top-16 left-0 right-0 z-50 p-4';
447
  mobileMenu.innerHTML = `
448
  <div class="flex flex-col space-y-4">
449
- <a href="#about" class="text-gray-700 hover:text-blue-600">About</a>
450
- <a href="#sectors" class="text-gray-700 hover:text-blue-600">Sectors</a>
451
- <a href="#clients" class="text-gray-700 hover:text-blue-600">Clients</a>
 
452
  <a href="#candidates" class="text-gray-700 hover:text-blue-600">Candidates</a>
453
- <a href="#contact" class="px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 text-center">Contact Us</a>
454
  </div>
455
  `;
456
  document.querySelector('nav').appendChild(mobileMenu);
 
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
  <style>
10
  .hero-gradient {
11
+ background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(20, 20, 20, 0.8) 100%), url('https://images.unsplash.com/photo-1483728642387-6c3bdd6c93e5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80&grayscale&contrast=120') center/cover no-repeat;
12
  }
13
 
14
  .about-bg {
15
+ background: url('https://images.unsplash.com/photo-1526778548025-fa2f459cd5c1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80&grayscale&contrast=110') center/cover no-repeat;
16
  }
17
 
18
  .sectors-bg {
19
+ background: url('https://images.unsplash.com/photo-1505902987837-1afc6a7e98e1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80&grayscale&contrast=130') center/cover no-repeat;
20
  }
21
 
22
  .candidates-bg {
23
+ background: url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80&grayscale&contrast=115') center/cover no-repeat;
24
  }
25
 
26
  .clients-bg {
27
+ background: url('https://images.unsplash.com/photo-1480714378408-67cf0d13bc1b?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80&grayscale&contrast=125') center/cover no-repeat;
28
+ }
29
+
30
+ /* Additional section backgrounds */
31
+ .who-we-recruit-bg {
32
+ background: url('https://images.unsplash.com/photo-1496442226666-8d4d0e62e6e9?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80&grayscale&contrast=120') center/cover no-repeat;
33
  }
34
  .sector-card {
35
  transition: all 0.3s ease;
 
66
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
67
  <div class="flex justify-between h-16">
68
  <div class="flex items-center">
69
+ <a href="#" class="text-xl font-bold text-blue-900">LOMBARD TECH</a>
70
  </div>
71
  <div class="hidden md:flex items-center space-x-8">
72
+ <a href="#home" class="text-gray-700 hover:text-blue-600 transition animated-underline">Home</a>
73
+ <a href="#about" class="text-gray-700 hover:text-blue-600 transition animated-underline">About Us</a>
74
+ <a href="#market" class="text-gray-700 hover:text-blue-600 transition animated-underline">Market Coverage</a>
75
+ <a href="#services" class="text-gray-700 hover:text-blue-600 transition animated-underline">Our Services</a>
76
  <a href="#candidates" class="text-gray-700 hover:text-blue-600 transition animated-underline">Candidates</a>
77
+ <a href="#contact" class="px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 transition">Contact</a>
78
  </div>
79
  <div class="md:hidden flex items-center">
80
  <button class="text-gray-700 focus:outline-none">
 
170
  </section>
171
 
172
  <!-- Who We Recruit Section -->
173
+ <section class="py-16 md:py-24 bg-white relative">
174
+ <div class="absolute inset-0 overflow-hidden opacity-10">
175
+ <div class="who-we-recruit-bg absolute inset-0"></div>
176
+ </div>
177
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
178
  <div class="text-center mb-16">
179
  <h2 class="text-3xl md:text-4xl font-bold text-gray-900 mb-4">Who do we recruit?</h2>
 
430
  <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
431
  <div class="flex flex-col md:flex-row justify-between items-center">
432
  <div class="mb-4 md:mb-0">
433
+ <a href="#" class="text-xl font-bold text-white">LOMBARD TECH</a>
434
  <p class="text-sm mt-1">Global Technology Search Firm</p>
435
  </div>
436
  <div class="flex space-x-6">
437
+ <a href="#home" class="hover:text-white transition">Home</a>
438
+ <a href="#about" class="hover:text-white transition">About Us</a>
439
+ <a href="#market" class="hover:text-white transition">Market Coverage</a>
440
+ <a href="#services" class="hover:text-white transition">Our Services</a>
441
  <a href="#candidates" class="hover:text-white transition">Candidates</a>
442
  <a href="#contact" class="hover:text-white transition">Contact</a>
443
  </div>
 
456
  mobileMenu.className = 'hidden bg-white shadow-lg absolute top-16 left-0 right-0 z-50 p-4';
457
  mobileMenu.innerHTML = `
458
  <div class="flex flex-col space-y-4">
459
+ <a href="#home" class="text-gray-700 hover:text-blue-600">Home</a>
460
+ <a href="#about" class="text-gray-700 hover:text-blue-600">About Us</a>
461
+ <a href="#market" class="text-gray-700 hover:text-blue-600">Market Coverage</a>
462
+ <a href="#services" class="text-gray-700 hover:text-blue-600">Our Services</a>
463
  <a href="#candidates" class="text-gray-700 hover:text-blue-600">Candidates</a>
464
+ <a href="#contact" class="px-4 py-2 bg-blue-600 text-white rounded-md hover:bg-blue-700 text-center">Contact</a>
465
  </div>
466
  `;
467
  document.querySelector('nav').appendChild(mobileMenu);