I need a compliance document checking image in the whole page background, dark back background, transparent to the logo and texts. I need the logo in the main Home page size to reduce a little bit. And the text below the logo to be: "Just list it, with perfection!"
Browse files- contact.html +2 -1
- services.html +2 -1
contact.html
CHANGED
|
@@ -39,7 +39,8 @@
|
|
| 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%20-%20Edited.png" alt="Twinory Logo" class="h-
|
|
|
|
| 43 |
</div>
|
| 44 |
</div>
|
| 45 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
|
|
|
| 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%20-%20Edited.png" alt="Twinory Logo" class="h-8">
|
| 43 |
+
<span class="ml-2 text-sm text-[#FF9900]">Just list it, with perfection!</span>
|
| 44 |
</div>
|
| 45 |
</div>
|
| 46 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
services.html
CHANGED
|
@@ -42,7 +42,8 @@
|
|
| 42 |
<div class="flex justify-between h-16">
|
| 43 |
<div class="flex items-center">
|
| 44 |
<div class="flex-shrink-0 flex items-center">
|
| 45 |
-
<img src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-
|
|
|
|
| 46 |
</div>
|
| 47 |
</div>
|
| 48 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|
|
|
|
| 42 |
<div class="flex justify-between h-16">
|
| 43 |
<div class="flex items-center">
|
| 44 |
<div class="flex-shrink-0 flex items-center">
|
| 45 |
+
<img src="https://huggingface.co/spaces/Twinory/undefined/resolve/main/images/TWINORY%20Logo%20-%20Edited.png" alt="Twinory Logo" class="h-8">
|
| 46 |
+
<span class="ml-2 text-sm text-[#FF9900]">Just list it, with perfection!</span>
|
| 47 |
</div>
|
| 48 |
</div>
|
| 49 |
<div class="hidden md:ml-6 md:flex md:items-center md:space-x-8">
|