mtourville commited on
Commit
6ccec8d
·
verified ·
1 Parent(s): 10f1ae9

add data centers/server rooms to services

Browse files
Files changed (1) hide show
  1. index.html +17 -3
index.html CHANGED
@@ -253,7 +253,6 @@
253
  Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
254
  </a>
255
  </div>
256
-
257
  <div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
258
  <div class="text-blue-600 mb-6">
259
  <i data-feather="bell" class="w-10 h-10"></i>
@@ -266,7 +265,20 @@
266
  Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
267
  </a>
268
  </div>
269
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
270
  </div>
271
  </section>
272
 
@@ -321,6 +333,7 @@
321
  <li><a href="#" class="text-gray-400 hover:text-white transition">Telecom Systems</a></li>
322
  <li><a href="#" class="text-gray-400 hover:text-white transition">Fire Protection</a></li>
323
  <li><a href="#" class="text-gray-400 hover:text-white transition">Fire Alarm Systems</a></li>
 
324
  </ul>
325
  </div>
326
 
@@ -332,7 +345,8 @@
332
  <li><a href="#" class="text-gray-400 hover:text-white transition">Bio-Safety Laboratories (BSL)</a></li>
333
  <li><a href="#" class="text-gray-400 hover:text-white transition">Manufacturing</a></li>
334
  <li><a href="#" class="text-gray-400 hover:text-white transition">Research Labs</a></li>
335
- </ul>
 
336
  </div>
337
 
338
  <div>
 
253
  Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
254
  </a>
255
  </div>
 
256
  <div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
257
  <div class="text-blue-600 mb-6">
258
  <i data-feather="bell" class="w-10 h-10"></i>
 
265
  Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
266
  </a>
267
  </div>
268
+
269
+ <div class="service-card bg-white p-8 rounded-xl border border-gray-100 transition duration-300">
270
+ <div class="text-blue-600 mb-6">
271
+ <i data-feather="server" class="w-10 h-10"></i>
272
+ </div>
273
+ <h3 class="text-xl font-bold mb-3">Data Center Design</h3>
274
+ <p class="text-gray-600 mb-4">
275
+ Tier III/IV certified facilities with precision cooling, power redundancy, and security systems.
276
+ </p>
277
+ <a href="#" class="text-blue-600 font-medium flex items-center">
278
+ Learn more <i data-feather="arrow-right" class="ml-2 w-4 h-4"></i>
279
+ </a>
280
+ </div>
281
+ </div>
282
  </div>
283
  </section>
284
 
 
333
  <li><a href="#" class="text-gray-400 hover:text-white transition">Telecom Systems</a></li>
334
  <li><a href="#" class="text-gray-400 hover:text-white transition">Fire Protection</a></li>
335
  <li><a href="#" class="text-gray-400 hover:text-white transition">Fire Alarm Systems</a></li>
336
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Data Center Design</a></li>
337
  </ul>
338
  </div>
339
 
 
345
  <li><a href="#" class="text-gray-400 hover:text-white transition">Bio-Safety Laboratories (BSL)</a></li>
346
  <li><a href="#" class="text-gray-400 hover:text-white transition">Manufacturing</a></li>
347
  <li><a href="#" class="text-gray-400 hover:text-white transition">Research Labs</a></li>
348
+ <li><a href="#" class="text-gray-400 hover:text-white transition">Data Centers</a></li>
349
+ </ul>
350
  </div>
351
 
352
  <div>