Update index.html
Browse files- index.html +5 -24
index.html
CHANGED
@@ -41,32 +41,13 @@
|
|
41 |
rel="stylesheet"
|
42 |
/>
|
43 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script>
|
|
|
44 |
</head>
|
45 |
<body>
|
46 |
-
<div class="
|
47 |
-
<h1>Hugging Discussions</h1>
|
48 |
-
<h2>
|
49 |
-
<p
|
50 |
-
<p>
|
51 |
-
Go hit the
|
52 |
-
<a
|
53 |
-
href="https://huggingface.co/spaces/huggingface/HuggingDiscussions/discussions"
|
54 |
-
>community tab</a
|
55 |
-
>
|
56 |
-
and open a discussion.
|
57 |
-
</p>
|
58 |
-
<p>
|
59 |
-
Read more about the new feature in this
|
60 |
-
<a href="https://huggingface.co/blog/community-update">blog post</a>
|
61 |
-
</p>
|
62 |
-
<a
|
63 |
-
href="https://huggingface.co/spaces/huggingface/HuggingDiscussions/discussions"
|
64 |
-
>
|
65 |
-
<img
|
66 |
-
class="img-fluid"
|
67 |
-
src="community-update.png"
|
68 |
-
alt="Hugging Discussions"
|
69 |
-
/></a>
|
70 |
</div>
|
71 |
</body>
|
72 |
</html>
|
|
|
41 |
rel="stylesheet"
|
42 |
/>
|
43 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.2/iframeResizer.contentWindow.min.js"></script>
|
44 |
+
<script src="https://cdn.tailwindcss.com"></script>
|
45 |
</head>
|
46 |
<body>
|
47 |
+
<div class="flex flex-col p-12 md:p-32 min-h-screen bg-[url(https://huggingface.co/front/assets/homepage/hugs.svg)] bg-no-repeat bg-bottom">
|
48 |
+
<h1 class="text-2xl font-bold mb-4">Hugging Face Hub Discussions</h1>
|
49 |
+
<h2>Let's discuss and improve the Hub's latest features</h2>
|
50 |
+
<p><a href="https://huggingface.co/spaces/huggingface/HuggingDiscussions/discussions" class="underline">Go to the community tab</a> to get started</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
</div>
|
52 |
</body>
|
53 |
</html>
|