Spaces:
Running
Running
Delete index-backup.html
Browse files- index-backup.html +0 -73
index-backup.html
DELETED
@@ -1,73 +0,0 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html lang="en">
|
3 |
-
<head>
|
4 |
-
<meta charset="UTF-8" />
|
5 |
-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
6 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
-
<link rel="stylesheet" href="css/style.css" />
|
8 |
-
<title>Simple Tailwind Starter</title>
|
9 |
-
<link rel="preconnect" href="https://fonts.googleapis.com">
|
10 |
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
11 |
-
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Source+Sans+3:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet">
|
12 |
-
</head>
|
13 |
-
<body class="bg-BluishWhite">
|
14 |
-
<!--Body Container-->
|
15 |
-
<div class="container px-5 py-10 rounded-xl mx-auto mb-4">
|
16 |
-
<!--HF Logos Section-->
|
17 |
-
<section id="HFlogos" class="mb-10">
|
18 |
-
<!--Section Title-->
|
19 |
-
<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>
|
20 |
-
<!--Section Assets Container-->
|
21 |
-
<div class="container my-10 flex flex-wrap flex-shrink-0">
|
22 |
-
|
23 |
-
<!--duo container 1-->
|
24 |
-
<div class=" flex w-full pb-5 md:w-2/5 md:pr-5 space-x-5">
|
25 |
-
<!--Group Component 1-->
|
26 |
-
<div class="w-1/2">
|
27 |
-
|
28 |
-
<div class="rounded-3xl bg-white shadow-DropShadow">
|
29 |
-
<img src="images/Brand Logos/Hugging Face.png" alt="" class="p-7">
|
30 |
-
</div>
|
31 |
-
<!--Info box-->
|
32 |
-
<div class="pl-3 pt-3">
|
33 |
-
<h5 class="text-lg font-sans text-BluishDark">Hugging Face Logo</h5>
|
34 |
-
<!--Download Buttons-->
|
35 |
-
</div>
|
36 |
-
</div>
|
37 |
-
|
38 |
-
<!--Group Component 2-->
|
39 |
-
<div class="w-1/2">
|
40 |
-
<!--Image container 2-->
|
41 |
-
<div class="rounded-3xl bg-white shadow-DropShadow">
|
42 |
-
<img src="images/Brand Logos/Rainbow Hugging Face.png" alt="" class="p-7">
|
43 |
-
</div>
|
44 |
-
<!--Info box-->
|
45 |
-
<div class="pl-3 pt-3">
|
46 |
-
<h5 class="text-lg font-sans text-BluishDark">Rainbow Hugging Face</h5>
|
47 |
-
<!--Download Buttons-->
|
48 |
-
</div>
|
49 |
-
</div>
|
50 |
-
</div>
|
51 |
-
|
52 |
-
<!--duo container 2-->
|
53 |
-
<div class="flex w-full pb-5 md:w-2/5 md:pr-5 space-x-5">
|
54 |
-
<!--Group Component 1-->
|
55 |
-
<div class="w-full">
|
56 |
-
<div class="w-full rounded-3xl bg-white shadow-DropShadow">
|
57 |
-
<img src="images/modern Huggies/Lora Huggy.png" alt="" class="p-7">
|
58 |
-
</div>
|
59 |
-
<!--Info box-->
|
60 |
-
<div class="pl-3 pt-3">
|
61 |
-
<h5 class="text-lg font-sans text-BluishDark">Hugging Face Logo</h5>
|
62 |
-
<!--Download Buttons-->
|
63 |
-
</div>
|
64 |
-
</div>
|
65 |
-
|
66 |
-
|
67 |
-
</div>
|
68 |
-
|
69 |
-
</div>
|
70 |
-
</div>
|
71 |
-
</section>
|
72 |
-
</body>
|
73 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|