Spaces:
Running
Running
Upload index.html
Browse files- index.html +48 -40
index.html
CHANGED
|
@@ -15,6 +15,14 @@
|
|
| 15 |
document.body.removeChild(link);
|
| 16 |
}
|
| 17 |
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
<link rel="stylesheet" href="css/style.css" />
|
| 19 |
<title>HFBA</title>
|
| 20 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
@@ -41,22 +49,22 @@
|
|
| 41 |
<!--Download Buttons-->
|
| 42 |
<div class="flex flex-wrap gap-y-1 items-center mt-2 text-sm">
|
| 43 |
<!--.PNG button-->
|
| 44 |
-
<button x-data="{ filename: 'Hugging Face.png', imageUrl: 'images/Brand Logos/Hugging Face.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-
|
| 45 |
-
<img src="images/download icon.svg" class="
|
| 46 |
-
<p class="text-gray-500 ">.
|
| 47 |
</button>
|
| 48 |
|
| 49 |
-
<hr class="mx-
|
| 50 |
<!--.SVG button-->
|
| 51 |
-
<button x-data="{ filename: 'hf-logo.svg', imageUrl: 'images/Brand Logos/hf-logo.svg'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-
|
| 52 |
-
<img src="images/download icon.svg" class="
|
| 53 |
-
<p class="text-gray-500 ">.
|
| 54 |
</button>
|
| 55 |
-
<hr class="mx-
|
| 56 |
<!--.AI button-->
|
| 57 |
-
<button x-data="{ filename: 'hf-logo.ai', imageUrl: 'images/Brand Logos/hf-logo.ai'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-
|
| 58 |
-
<img src="images/download icon.svg" class="
|
| 59 |
-
<p class="text-gray-500 ">.
|
| 60 |
</button>
|
| 61 |
</div>
|
| 62 |
</div>
|
|
@@ -71,15 +79,15 @@
|
|
| 71 |
<!--Download Buttons-->
|
| 72 |
<div class="flex flex-wrap gap-y-1 items-center mt-2 text-sm">
|
| 73 |
<!--.PNG button-->
|
| 74 |
-
<button x-data="{ filename: 'Rainbow Hugging Face.png', imageUrl: 'images/Brand Logos/Rainbow Hugging Face.png'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-
|
| 75 |
-
<img src="images/download icon.svg" class="
|
| 76 |
-
<p class="text-gray-500 ">.
|
| 77 |
</button>
|
| 78 |
-
<hr class="mx-
|
| 79 |
<!--.SVG button-->
|
| 80 |
-
<button x-data="{ filename: 'Rainbow Hugging Face.svg', imageUrl: 'images/Brand Logos/Rainbow Hugging Face.svg'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-
|
| 81 |
-
<img src="images/download icon.svg" class="
|
| 82 |
-
<p class="text-gray-500 ">.
|
| 83 |
</button>
|
| 84 |
|
| 85 |
</div>
|
|
@@ -94,22 +102,22 @@
|
|
| 94 |
<!--Download Buttons-->
|
| 95 |
<div class="flex flex-wrap gap-y-1 items-center mt-2 text-sm">
|
| 96 |
<!--.PNG button-->
|
| 97 |
-
<button x-data="{ filename: 'hf-logo-with-title.png', imageUrl: 'images/Brand Logos/hf-logo-with-title.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-
|
| 98 |
-
<img src="images/download icon.svg" class="
|
| 99 |
-
<p class="text-gray-500 ">.
|
| 100 |
</button>
|
| 101 |
|
| 102 |
-
<hr class="mx-
|
| 103 |
<!--.SVG button-->
|
| 104 |
-
<button x-data="{ filename: 'hf-logo-with-title.svg', imageUrl: 'images/Brand Logos/hf-logo-with-title.svg'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-
|
| 105 |
-
<img src="images/download icon.svg" class="
|
| 106 |
-
<p class="text-gray-500 ">.
|
| 107 |
</button>
|
| 108 |
-
<hr class="mx-
|
| 109 |
<!--.AI button-->
|
| 110 |
-
<button x-data="{ filename: 'hf-logo-with-title.ai', imageUrl: 'images/Brand Logos/hf-logo-with-title.ai'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-
|
| 111 |
-
<img src="images/download icon.svg" class="
|
| 112 |
-
<p class="text-gray-500 ">.
|
| 113 |
</button>
|
| 114 |
</div>
|
| 115 |
</div>
|
|
@@ -124,22 +132,22 @@
|
|
| 124 |
<!--Download Buttons-->
|
| 125 |
<div class="flex flex-wrap gap-y-1 items-center mt-2 text-sm">
|
| 126 |
<!--.PNG button-->
|
| 127 |
-
<button x-data="{ filename: 'hf-logo-with-white-title.png', imageUrl: 'images/Brand Logos/hf-logo-with-white-title.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-
|
| 128 |
-
<img src="images/download icon.svg" class="
|
| 129 |
-
<p class="text-gray-500 ">.
|
| 130 |
</button>
|
| 131 |
|
| 132 |
-
<hr class="mx-
|
| 133 |
<!--.SVG button-->
|
| 134 |
-
<button x-data="{ filename: 'hf-logo-with-white-title.svg', imageUrl: 'images/Brand Logos/hf-logo-with-white-title.svg'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-
|
| 135 |
-
<img src="images/download icon.svg" class="
|
| 136 |
-
<p class="text-gray-500 ">.
|
| 137 |
</button>
|
| 138 |
-
<hr class="mx-
|
| 139 |
<!--.AI button-->
|
| 140 |
-
<button x-data="{ filename: 'hf-logo-with-white-title.ai', imageUrl: 'images/Brand Logos/hf-logo-with-white-title.ai'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-
|
| 141 |
-
<img src="images/download icon.svg" class="
|
| 142 |
-
<p class="text-gray-500 ">.
|
| 143 |
</button>
|
| 144 |
|
| 145 |
|
|
|
|
| 15 |
document.body.removeChild(link);
|
| 16 |
}
|
| 17 |
</script>
|
| 18 |
+
<style>
|
| 19 |
+
.download-button {
|
| 20 |
+
transition: transform 0.2s;
|
| 21 |
+
}
|
| 22 |
+
.download-button:active {
|
| 23 |
+
transform: scale(0.80);
|
| 24 |
+
}
|
| 25 |
+
</style>
|
| 26 |
<link rel="stylesheet" href="css/style.css" />
|
| 27 |
<title>HFBA</title>
|
| 28 |
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
| 49 |
<!--Download Buttons-->
|
| 50 |
<div class="flex flex-wrap gap-y-1 items-center mt-2 text-sm">
|
| 51 |
<!--.PNG button-->
|
| 52 |
+
<button x-data="{ filename: 'Hugging Face.png', imageUrl: 'images/Brand Logos/Hugging Face.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button download-button">
|
| 53 |
+
<img src="images/download icon.svg" class=" w-4 h-4" alt="">
|
| 54 |
+
<p class="text-gray-500 font-mono">.png</p>
|
| 55 |
</button>
|
| 56 |
|
| 57 |
+
<hr class="mx-3 h-3 rounded-sm border-r border-IconBorder border-xl:mx-2.5">
|
| 58 |
<!--.SVG button-->
|
| 59 |
+
<button x-data="{ filename: 'hf-logo.svg', imageUrl: 'images/Brand Logos/hf-logo.svg'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button ">
|
| 60 |
+
<img src="images/download icon.svg" class=" w-4 h-4" alt="">
|
| 61 |
+
<p class="text-gray-500 font-mono">.svg</p>
|
| 62 |
</button>
|
| 63 |
+
<hr class="mx-3 h-3 rounded-sm border-IconBorder border-r xl:mx-2.5">
|
| 64 |
<!--.AI button-->
|
| 65 |
+
<button x-data="{ filename: 'hf-logo.ai', imageUrl: 'images/Brand Logos/hf-logo.ai'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
| 66 |
+
<img src="images/download icon.svg" class=" w-4 h-4" alt="">
|
| 67 |
+
<p class="text-gray-500 font-mono">.ai</p>
|
| 68 |
</button>
|
| 69 |
</div>
|
| 70 |
</div>
|
|
|
|
| 79 |
<!--Download Buttons-->
|
| 80 |
<div class="flex flex-wrap gap-y-1 items-center mt-2 text-sm">
|
| 81 |
<!--.PNG button-->
|
| 82 |
+
<button x-data="{ filename: 'Rainbow Hugging Face.png', imageUrl: 'images/Brand Logos/Rainbow Hugging Face.png'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
| 83 |
+
<img src="images/download icon.svg" class=" w-4 h-4" alt="">
|
| 84 |
+
<p class="text-gray-500 font-mono">.png</p>
|
| 85 |
</button>
|
| 86 |
+
<hr class="mx-3 h-3 rounded-sm border-r border-IconBorder border-xl:mx-2.5">
|
| 87 |
<!--.SVG button-->
|
| 88 |
+
<button x-data="{ filename: 'Rainbow Hugging Face.svg', imageUrl: 'images/Brand Logos/Rainbow Hugging Face.svg'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button ">
|
| 89 |
+
<img src="images/download icon.svg" class=" w-4 h-4" alt="">
|
| 90 |
+
<p class="text-gray-500 font-mono">.svg</p>
|
| 91 |
</button>
|
| 92 |
|
| 93 |
</div>
|
|
|
|
| 102 |
<!--Download Buttons-->
|
| 103 |
<div class="flex flex-wrap gap-y-1 items-center mt-2 text-sm">
|
| 104 |
<!--.PNG button-->
|
| 105 |
+
<button x-data="{ filename: 'hf-logo-with-title.png', imageUrl: 'images/Brand Logos/hf-logo-with-title.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
| 106 |
+
<img src="images/download icon.svg" class=" w-4 h-4" alt="">
|
| 107 |
+
<p class="text-gray-500 font-mono">.png</p>
|
| 108 |
</button>
|
| 109 |
|
| 110 |
+
<hr class="mx-3 h-3 rounded-sm border-r border-IconBorder border-xl:mx-2.5">
|
| 111 |
<!--.SVG button-->
|
| 112 |
+
<button x-data="{ filename: 'hf-logo-with-title.svg', imageUrl: 'images/Brand Logos/hf-logo-with-title.svg'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button ">
|
| 113 |
+
<img src="images/download icon.svg" class=" w-4 h-4" alt="">
|
| 114 |
+
<p class="text-gray-500 font-mono">.svg</p>
|
| 115 |
</button>
|
| 116 |
+
<hr class="mx-3 h-3 rounded-sm border-IconBorder border-r xl:mx-2.5">
|
| 117 |
<!--.AI button-->
|
| 118 |
+
<button x-data="{ filename: 'hf-logo-with-title.ai', imageUrl: 'images/Brand Logos/hf-logo-with-title.ai'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
| 119 |
+
<img src="images/download icon.svg" class=" w-4 h-4" alt="">
|
| 120 |
+
<p class="text-gray-500 font-mono">.ai</p>
|
| 121 |
</button>
|
| 122 |
</div>
|
| 123 |
</div>
|
|
|
|
| 132 |
<!--Download Buttons-->
|
| 133 |
<div class="flex flex-wrap gap-y-1 items-center mt-2 text-sm">
|
| 134 |
<!--.PNG button-->
|
| 135 |
+
<button x-data="{ filename: 'hf-logo-with-white-title.png', imageUrl: 'images/Brand Logos/hf-logo-with-white-title.png' }" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
| 136 |
+
<img src="images/download icon.svg" class=" w-4 h-4" alt="">
|
| 137 |
+
<p class="text-gray-500 font-mono">.png</p>
|
| 138 |
</button>
|
| 139 |
|
| 140 |
+
<hr class="mx-3 h-3 rounded-sm border-r border-IconBorder border-xl:mx-2.5">
|
| 141 |
<!--.SVG button-->
|
| 142 |
+
<button x-data="{ filename: 'hf-logo-with-white-title.svg', imageUrl: 'images/Brand Logos/hf-logo-with-white-title.svg'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button ">
|
| 143 |
+
<img src="images/download icon.svg" class=" w-4 h-4" alt="">
|
| 144 |
+
<p class="text-gray-500 font-mono">.svg</p>
|
| 145 |
</button>
|
| 146 |
+
<hr class="mx-3 h-3 rounded-sm border-IconBorder border-r xl:mx-2.5">
|
| 147 |
<!--.AI button-->
|
| 148 |
+
<button x-data="{ filename: 'hf-logo-with-white-title.ai', imageUrl: 'images/Brand Logos/hf-logo-with-white-title.ai'}" x-on:click="downloadImage(imageUrl, filename)" class="flex items-center space-x-1 download-button">
|
| 149 |
+
<img src="images/download icon.svg" class=" w-4 h-4" alt="">
|
| 150 |
+
<p class="text-gray-500 font-mono">.ai</p>
|
| 151 |
</button>
|
| 152 |
|
| 153 |
|