zonca commited on
Commit
368ad10
·
verified ·
1 Parent(s): 39ca5e8

find colorful icons for commercial and management.

Browse files

put the icon on top. Top of the website write Quest: Real estate, real simple

Files changed (2) hide show
  1. index.html +8 -7
  2. style.css +3 -0
index.html CHANGED
@@ -45,27 +45,28 @@
45
  <!-- Hero Section -->
46
  <section class="hero-image flex items-center justify-center text-center px-4">
47
  <div class="max-w-4xl mx-auto">
 
48
  <h1 class="text-4xl md:text-6xl font-bold text-white mb-6">San Diego Real Estate Investments</h1>
49
  <p class="text-xl text-white mb-12">Building wealth through strategic property investments</p>
50
- <div class="grid grid-cols-1 md:grid-cols-3 gap-4 max-w-3xl mx-auto">
51
  <a href="#commercial" class="bg-white bg-opacity-90 hover:bg-opacity-100 text-gray-800 py-4 px-6 rounded-lg transition transform hover:scale-105">
52
  <div class="flex flex-col items-center">
53
- <img src="https://cdn-icons-png.flaticon.com/512/1570/1570939.png" class="w-8 h-8 mb-2" alt="Commercial">
54
- <span class="font-medium">Commercial</span>
55
  <span class="text-sm text-gray-600">Office & Retail</span>
56
  </div>
57
  </a>
58
  <a href="#management" class="bg-white bg-opacity-90 hover:bg-opacity-100 text-gray-800 py-4 px-6 rounded-lg transition transform hover:scale-105">
59
  <div class="flex flex-col items-center">
60
- <img src="https://cdn-icons-png.flaticon.com/512/1570/1570900.png" class="w-8 h-8 mb-2" alt="Management">
61
- <span class="font-medium">Management</span>
62
  <span class="text-sm text-gray-600">Projects & Services</span>
63
  </div>
64
  </a>
65
  <a href="#residential" class="bg-white bg-opacity-90 hover:bg-opacity-100 text-gray-800 py-4 px-6 rounded-lg transition transform hover:scale-105">
66
  <div class="flex flex-col items-center">
67
- <img src="https://cdn-icons-png.flaticon.com/512/619/619153.png" class="w-8 h-8 mb-2" alt="Residential">
68
- <span class="font-medium">Residential</span>
69
  <span class="text-sm text-gray-600">Homes & Apartments</span>
70
  </div>
71
  </a>
 
45
  <!-- Hero Section -->
46
  <section class="hero-image flex items-center justify-center text-center px-4">
47
  <div class="max-w-4xl mx-auto">
48
+ <p class="text-xl text-accent-gold mb-2">Quest: Real estate, real simple</p>
49
  <h1 class="text-4xl md:text-6xl font-bold text-white mb-6">San Diego Real Estate Investments</h1>
50
  <p class="text-xl text-white mb-12">Building wealth through strategic property investments</p>
51
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-4 max-w-3xl mx-auto">
52
  <a href="#commercial" class="bg-white bg-opacity-90 hover:bg-opacity-100 text-gray-800 py-4 px-6 rounded-lg transition transform hover:scale-105">
53
  <div class="flex flex-col items-center">
54
+ <img src="https://cdn-icons-png.flaticon.com/512/1570/1570939.png" class="w-10 h-10 mb-2" alt="Commercial">
55
+ <span class="font-medium">Commercial</span>
56
  <span class="text-sm text-gray-600">Office & Retail</span>
57
  </div>
58
  </a>
59
  <a href="#management" class="bg-white bg-opacity-90 hover:bg-opacity-100 text-gray-800 py-4 px-6 rounded-lg transition transform hover:scale-105">
60
  <div class="flex flex-col items-center">
61
+ <img src="https://cdn-icons-png.flaticon.com/512/1570/1570900.png" class="w-10 h-10 mb-2" alt="Management">
62
+ <span class="font-medium">Management</span>
63
  <span class="text-sm text-gray-600">Projects & Services</span>
64
  </div>
65
  </a>
66
  <a href="#residential" class="bg-white bg-opacity-90 hover:bg-opacity-100 text-gray-800 py-4 px-6 rounded-lg transition transform hover:scale-105">
67
  <div class="flex flex-col items-center">
68
+ <img src="https://cdn-icons-png.flaticon.com/512/619/619153.png" class="w-10 h-10 mb-2" alt="Residential">
69
+ <span class="font-medium">Residential</span>
70
  <span class="text-sm text-gray-600">Homes & Apartments</span>
71
  </div>
72
  </a>
style.css CHANGED
@@ -8,6 +8,9 @@
8
  --dark-blue: #1a202c;
9
  }
10
 
 
 
 
11
  body {
12
  overflow-x: hidden;
13
  padding-top: 80px;
 
8
  --dark-blue: #1a202c;
9
  }
10
 
11
+ .text-accent-gold {
12
+ color: var(--accent-gold);
13
+ }
14
  body {
15
  overflow-x: hidden;
16
  padding-top: 80px;