Twinory commited on
Commit
a2cc257
·
verified ·
1 Parent(s): 53264f6

"Twinory Logo" has been given as text in the about section. Remove it and add the actual logo, integrate it into the website

Browse files
Files changed (2) hide show
  1. about.html +1 -1
  2. contact.html +2 -2
about.html CHANGED
@@ -46,7 +46,7 @@
46
  <a href="services.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Services</a>
47
  <a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
48
  <a href="#" class="ml-4 bg-[#FF9900] text-black px-6 py-2 rounded-md font-medium hover:bg-orange-600 transition duration-300">Get Started</a>
49
- </div>
50
  <div class="-mr-2 flex items-center md:hidden">
51
  <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
52
  <span class="sr-only">Open main menu</span>
 
46
  <a href="services.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Services</a>
47
  <a href="contact.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Contact</a>
48
  <a href="#" class="ml-4 bg-[#FF9900] text-black px-6 py-2 rounded-md font-medium hover:bg-orange-600 transition duration-300">Get Started</a>
49
+ </div>
50
  <div class="-mr-2 flex items-center md:hidden">
51
  <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-400 hover:text-white hover:bg-gray-700 focus:outline-none" aria-controls="mobile-menu" aria-expanded="false">
52
  <span class="sr-only">Open main menu</span>
contact.html CHANGED
@@ -39,9 +39,9 @@
39
  <div class="flex justify-between h-16">
40
  <div class="flex items-center">
41
  <div class="flex-shrink-0 flex items-center">
42
- <span class="text-white font-bold text-2xl">TWINORY</span>
43
  </div>
44
- </div>
45
  <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
46
  <a href="index.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
47
  <a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>
 
39
  <div class="flex justify-between h-16">
40
  <div class="flex items-center">
41
  <div class="flex-shrink-0 flex items-center">
42
+ <img src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo.png" alt="Twinory Logo" class="h-10">
43
  </div>
44
+ </div>
45
  <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
46
  <a href="index.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">Home</a>
47
  <a href="about.html" class="text-gray-300 hover:text-white px-3 py-2 rounded-md text-sm font-medium">About</a>