Nadeemk2801 commited on
Commit
a512f1d
·
verified ·
1 Parent(s): b98a171

Add another 3 spots for Emile Lee as Account Manager and Solutions Architect, Calean Warren as Sales Manager, Chantelle Naidoo as Accounts Manager

Browse files
Files changed (1) hide show
  1. about.html +28 -8
about.html CHANGED
@@ -70,8 +70,8 @@
70
  </section>
71
 
72
  <!-- Mission Section -->
73
- <section class="py-20 bg-gunmetal">
74
- <div class="container mx-auto px-4">
75
  <div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
76
  <div>
77
  <h2 class="text-3xl font-bold text-white mb-6">Our <span class="text-silver">Mission</span></h2>
@@ -128,12 +128,11 @@
128
  <h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Meet Our <span class="text-silver">Team</span></h2>
129
  <p class="max-w-2xl mx-auto text-silver">The skilled professionals behind Y-I.T.</p>
130
  </div>
131
-
132
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
133
  <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center">
134
  <img src="http://static.photos/people/400x400/1" alt="CEO" class="w-32 h-32 rounded-full mx-auto mb-4">
135
  <h3 class="text-xl font-semibold text-white mb-2">Wyatt Rowe</h3>
136
- <p class="text-silver mb-2">Founder & CEO</p>
137
  <p class="text-silver text-sm">20+ years in IT infrastructure and security</p>
138
  </div>
139
 
@@ -141,17 +140,38 @@
141
  <img src="http://static.photos/people/400x400/2" alt="CTO" class="w-32 h-32 rounded-full mx-auto mb-4">
142
  <h3 class="text-xl font-semibold text-white mb-2">Nadeem Khan</h3>
143
  <p class="text-silver mb-2">Technical Manager</p>
144
- <p class="text-silver text-sm">Digital transformation and enterprise solutions expert</p>
145
- </div>
146
 
147
  <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center">
148
  <img src="http://static.photos/people/400x400/3" alt="Support Lead" class="w-32 h-32 rounded-full mx-auto mb-4">
149
  <h3 class="text-xl font-semibold text-white mb-2">Jessica Normal Lewis</h3>
150
  <p class="text-silver mb-2">IT Support Specialist</p>
151
  <p class="text-silver text-sm">10+ years experience in IT support and customer service</p>
152
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  </div>
154
- </div>
155
  </section>
156
 
157
  <!-- Footer -->
 
70
  </section>
71
 
72
  <!-- Mission Section -->
73
+ <section class="py-20 bg-gunmetal pb-32">
74
+ <div class="container mx-auto px-4">
75
  <div class="grid grid-cols-1 md:grid-cols-2 gap-12 items-center">
76
  <div>
77
  <h2 class="text-3xl font-bold text-white mb-6">Our <span class="text-silver">Mission</span></h2>
 
128
  <h2 class="text-3xl md:text-4xl font-bold text-white mb-4">Meet Our <span class="text-silver">Team</span></h2>
129
  <p class="max-w-2xl mx-auto text-silver">The skilled professionals behind Y-I.T.</p>
130
  </div>
 
131
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
132
  <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center">
133
  <img src="http://static.photos/people/400x400/1" alt="CEO" class="w-32 h-32 rounded-full mx-auto mb-4">
134
  <h3 class="text-xl font-semibold text-white mb-2">Wyatt Rowe</h3>
135
+ <p class="text-silver mb-2">Founder & CEO</p>
136
  <p class="text-silver text-sm">20+ years in IT infrastructure and security</p>
137
  </div>
138
 
 
140
  <img src="http://static.photos/people/400x400/2" alt="CTO" class="w-32 h-32 rounded-full mx-auto mb-4">
141
  <h3 class="text-xl font-semibold text-white mb-2">Nadeem Khan</h3>
142
  <p class="text-silver mb-2">Technical Manager</p>
143
+ <p class="text-silver text-sm">Digital transformation and enterprise solutions expert</p>
144
+ </div>
145
 
146
  <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center">
147
  <img src="http://static.photos/people/400x400/3" alt="Support Lead" class="w-32 h-32 rounded-full mx-auto mb-4">
148
  <h3 class="text-xl font-semibold text-white mb-2">Jessica Normal Lewis</h3>
149
  <p class="text-silver mb-2">IT Support Specialist</p>
150
  <p class="text-silver text-sm">10+ years experience in IT support and customer service</p>
151
+ </div>
152
+
153
+ <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center">
154
+ <img src="http://static.photos/people/400x400/4" alt="Account Manager" class="w-32 h-32 rounded-full mx-auto mb-4">
155
+ <h3 class="text-xl font-semibold text-white mb-2">Emile Lee</h3>
156
+ <p class="text-silver mb-2">Account Manager & Solutions Architect</p>
157
+ <p class="text-silver text-sm">Client relationship expert with technical solution design</p>
158
+ </div>
159
+
160
+ <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center">
161
+ <img src="http://static.photos/people/400x400/5" alt="Sales Manager" class="w-32 h-32 rounded-full mx-auto mb-4">
162
+ <h3 class="text-xl font-semibold text-white mb-2">Calean Warren</h3>
163
+ <p class="text-silver mb-2">Sales Manager</p>
164
+ <p class="text-silver text-sm">Driving business growth through strategic partnerships</p>
165
+ </div>
166
+
167
+ <div class="team-card bg-onyx rounded-lg p-6 transition duration-300 text-center">
168
+ <img src="http://static.photos/people/400x400/6" alt="Accounts Manager" class="w-32 h-32 rounded-full mx-auto mb-4">
169
+ <h3 class="text-xl font-semibold text-white mb-2">Chantelle Naidoo</h3>
170
+ <p class="text-silver mb-2">Accounts Manager</p>
171
+ <p class="text-silver text-sm">Financial operations and client account management</p>
172
+ </div>
173
  </div>
174
+ </div>
175
  </section>
176
 
177
  <!-- Footer -->