Spaces:
Running
Running
Upload 14 files
Browse files- img/logo_hf2x.png +0 -0
- index.html +3 -3
- styles.css +2 -2
img/logo_hf2x.png
ADDED
|
index.html
CHANGED
|
@@ -8,9 +8,9 @@
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<header>
|
| 11 |
-
<h1><img width="
|
| 12 |
<h1>Top HF Users To Follow On X</h1>
|
| 13 |
-
<p>Connect with the most
|
| 14 |
</header>
|
| 15 |
<main>
|
| 16 |
<div class="tabs">
|
|
@@ -681,7 +681,7 @@
|
|
| 681 |
<th>Quentin Lhoest</th>
|
| 682 |
<th><img width="14" height="14" src="img/ico_datasets.png" alt="Datasets"> 66,483 downloads</th>
|
| 683 |
<th><a class="link" href="https://huggingface.co/lhoestq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lhoestq</a> </th>
|
| 684 |
-
<th><a class="button" href="https://twitter.com/
|
| 685 |
</tr><tr>
|
| 686 |
<th>9</th>
|
| 687 |
<th>Kung-Hsiang Huang</th>
|
|
|
|
| 8 |
</head>
|
| 9 |
<body>
|
| 10 |
<header>
|
| 11 |
+
<h1><img width="150" height="150" src="img/logo_hf2x.png" alt="X logo"></h1>
|
| 12 |
<h1>Top HF Users To Follow On X</h1>
|
| 13 |
+
<p>Connect with the most impactful contributors in the Hugging Face community.</p>
|
| 14 |
</header>
|
| 15 |
<main>
|
| 16 |
<div class="tabs">
|
|
|
|
| 681 |
<th>Quentin Lhoest</th>
|
| 682 |
<th><img width="14" height="14" src="img/ico_datasets.png" alt="Datasets"> 66,483 downloads</th>
|
| 683 |
<th><a class="link" href="https://huggingface.co/lhoestq/" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_hf.png" alt="HuggingFace logo"> lhoestq</a> </th>
|
| 684 |
+
<th><a class="button" href="https://twitter.com/qlhoest" target="_blank" rel="noopener"><img width="14" height="14" src="img/ico_x.png" alt="X logo"> Follow @qlhoest</a></th>
|
| 685 |
</tr><tr>
|
| 686 |
<th>9</th>
|
| 687 |
<th>Kung-Hsiang Huang</th>
|
styles.css
CHANGED
|
@@ -3,7 +3,8 @@
|
|
| 3 |
}
|
| 4 |
|
| 5 |
body {
|
| 6 |
-
background
|
|
|
|
| 7 |
font-family: Arial, sans-serif;
|
| 8 |
color: white;
|
| 9 |
font-weight: 200;
|
|
@@ -144,7 +145,6 @@ section {
|
|
| 144 |
padding-right: 20px;
|
| 145 |
padding-top: 0px;
|
| 146 |
padding-bottom: 50px;
|
| 147 |
-
background-color: #111827;
|
| 148 |
position: relative;
|
| 149 |
overflow: hidden;
|
| 150 |
}
|
|
|
|
| 3 |
}
|
| 4 |
|
| 5 |
body {
|
| 6 |
+
background: linear-gradient(to bottom, #080b12 0%, #111827 150px, #111827 100%);
|
| 7 |
+
background-attachment: fixed;
|
| 8 |
font-family: Arial, sans-serif;
|
| 9 |
color: white;
|
| 10 |
font-weight: 200;
|
|
|
|
| 145 |
padding-right: 20px;
|
| 146 |
padding-top: 0px;
|
| 147 |
padding-bottom: 50px;
|
|
|
|
| 148 |
position: relative;
|
| 149 |
overflow: hidden;
|
| 150 |
}
|