Spaces:
Running
Running
Upload index.html
Browse files- index.html +6 -0
index.html
CHANGED
@@ -36,7 +36,13 @@
|
|
36 |
<!--HF Logos Section-->
|
37 |
<section id="HFlogos" class="mb-28">
|
38 |
<!--Section Title-->
|
|
|
39 |
<div class="font-mono max-w-fit text-3xl bg-blue-500 text-white mb-5 py-3 px-6 rounded-full">HF Logos</div>
|
|
|
|
|
|
|
|
|
|
|
40 |
|
41 |
<!--GRID Container-->
|
42 |
<div class="grid grid-cols-2 md:grid-cols-4 gap-x-5 gap-y-10">
|
|
|
36 |
<!--HF Logos Section-->
|
37 |
<section id="HFlogos" class="mb-28">
|
38 |
<!--Section Title-->
|
39 |
+
<div class="flex flex-row items-center justify-between">
|
40 |
<div class="font-mono max-w-fit text-3xl bg-blue-500 text-white mb-5 py-3 px-6 rounded-full">HF Logos</div>
|
41 |
+
<div class="text-BluishDark transform hover:text-gray-900 ">
|
42 |
+
<a href="https://huggingface.co/brand" class="">View official HF branding guideline <svg xmlns="http://www.w3.org/2000/svg" class="inline w-6 h-6" width="32" height="32" viewBox="0 0 20 20"><path fill="currentColor" d="M9.516 6a.5.5 0 0 0 0 1h2.777l-4.147 4.146a.5.5 0 0 0 .708.708L13 7.707v2.777a.5.5 0 0 0 1 0V6.5a.5.5 0 0 0-.5-.5zm3.25 11a2.5 2.5 0 0 0 2.47-2.11A2.501 2.501 0 0 0 17 12.5v-7A2.5 2.5 0 0 0 14.5 3h-7a2.501 2.501 0 0 0-2.4 1.797A2.5 2.5 0 0 0 3 7.266V13.5A3.5 3.5 0 0 0 6.5 17zM4 7.266A1.5 1.5 0 0 1 5 5.85v6.65A2.5 2.5 0 0 0 7.5 15h6.68a1.5 1.5 0 0 1-1.414 1H6.5A2.5 2.5 0 0 1 4 13.5zM7.5 4h7A1.5 1.5 0 0 1 16 5.5v7a1.5 1.5 0 0 1-1.5 1.5h-7A1.5 1.5 0 0 1 6 12.5v-7A1.5 1.5 0 0 1 7.5 4"/></svg></a>
|
43 |
+
</div>
|
44 |
+
|
45 |
+
</div>
|
46 |
|
47 |
<!--GRID Container-->
|
48 |
<div class="grid grid-cols-2 md:grid-cols-4 gap-x-5 gap-y-10">
|