akhaliq HF Staff commited on
Commit
8aa3a5a
·
verified ·
1 Parent(s): df5734e

add more things in header like about us, robots etc - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +9 -0
index.html CHANGED
@@ -45,6 +45,15 @@
45
  <i class="fas fa-robot text-2xl mr-2 text-white"></i>
46
  <span class="text-xl font-bold text-white">NEXUS<span class="gradient-text">ROBOTICS</span></span>
47
  </div>
 
 
 
 
 
 
 
 
 
48
  </div>
49
  </nav>
50
 
 
45
  <i class="fas fa-robot text-2xl mr-2 text-white"></i>
46
  <span class="text-xl font-bold text-white">NEXUS<span class="gradient-text">ROBOTICS</span></span>
47
  </div>
48
+ <div class="hidden md:flex space-x-8">
49
+ <a href="#about" class="text-white hover:text-blue-300 transition-colors">About Us</a>
50
+ <a href="#robots" class="text-white hover:text-blue-300 transition-colors">Our Robots</a>
51
+ <a href="#technology" class="text-white hover:text-blue-300 transition-colors">Technology</a>
52
+ <a href="#contact" class="text-white hover:text-blue-300 transition-colors">Contact</a>
53
+ </div>
54
+ <button class="md:hidden text-white">
55
+ <i class="fas fa-bars text-2xl"></i>
56
+ </button>
57
  </div>
58
  </nav>
59