Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -34
index.html
CHANGED
|
@@ -32,16 +32,10 @@
|
|
| 32 |
letter-spacing: -1px;
|
| 33 |
animation: fadeInDown 1.2s cubic-bezier(.18,.89,.32,1.28);
|
| 34 |
}
|
| 35 |
-
.modern-title .
|
| 36 |
-
|
| 37 |
-
width: 2.7rem;
|
| 38 |
-
display: inline-block;
|
| 39 |
-
vertical-align: middle;
|
| 40 |
margin-right: 10px;
|
| 41 |
-
|
| 42 |
-
border-radius: 50%;
|
| 43 |
-
box-shadow: 0 2px 12px #0005;
|
| 44 |
-
padding: 2px;
|
| 45 |
}
|
| 46 |
.star-call {
|
| 47 |
margin-bottom: 34px;
|
|
@@ -55,17 +49,6 @@
|
|
| 55 |
font-weight: 700;
|
| 56 |
animation: fadeIn 1.1s cubic-bezier(.18,.89,.32,1.28);
|
| 57 |
}
|
| 58 |
-
.star-call a {
|
| 59 |
-
color: #ffb347;
|
| 60 |
-
text-decoration: none;
|
| 61 |
-
font-weight: 900;
|
| 62 |
-
margin-left: 6px;
|
| 63 |
-
transition: color 0.15s;
|
| 64 |
-
}
|
| 65 |
-
.star-call a:hover {
|
| 66 |
-
color: #00c3ff;
|
| 67 |
-
text-decoration: underline;
|
| 68 |
-
}
|
| 69 |
.search-row {
|
| 70 |
display: flex;
|
| 71 |
gap: 12px;
|
|
@@ -256,24 +239,12 @@
|
|
| 256 |
<body>
|
| 257 |
<div class="container">
|
| 258 |
<h1 class="modern-title">
|
| 259 |
-
<span class="
|
| 260 |
-
<svg viewBox="0 0 40 40" width="38" height="38" xmlns="http://www.w3.org/2000/svg">
|
| 261 |
-
<circle cx="20" cy="20" r="20" fill="#fff"/>
|
| 262 |
-
<g>
|
| 263 |
-
<ellipse cx="20" cy="20" rx="18" ry="18" fill="#ffd21e"/>
|
| 264 |
-
<ellipse cx="14" cy="17" rx="2.5" ry="3" fill="#fff"/>
|
| 265 |
-
<ellipse cx="26" cy="17" rx="2.5" ry="3" fill="#fff"/>
|
| 266 |
-
<ellipse cx="14" cy="17" rx="1.2" ry="1.5" fill="#222"/>
|
| 267 |
-
<ellipse cx="26" cy="17" rx="1.2" ry="1.5" fill="#222"/>
|
| 268 |
-
<path d="M13 26 q7 5 14 0" stroke="#222" stroke-width="2" fill="none" stroke-linecap="round"/>
|
| 269 |
-
</g>
|
| 270 |
-
</svg>
|
| 271 |
-
</span>
|
| 272 |
My Hugging Face Heatmaps
|
| 273 |
</h1>
|
| 274 |
|
| 275 |
<div class="star-call">
|
| 276 |
-
If you like this Space, please
|
| 277 |
</div>
|
| 278 |
|
| 279 |
<form class="search-row" id="searchForm" autocomplete="off" onsubmit="return false;">
|
|
|
|
| 32 |
letter-spacing: -1px;
|
| 33 |
animation: fadeInDown 1.2s cubic-bezier(.18,.89,.32,1.28);
|
| 34 |
}
|
| 35 |
+
.modern-title .emoji {
|
| 36 |
+
font-size: 2.3rem;
|
|
|
|
|
|
|
|
|
|
| 37 |
margin-right: 10px;
|
| 38 |
+
vertical-align: middle;
|
|
|
|
|
|
|
|
|
|
| 39 |
}
|
| 40 |
.star-call {
|
| 41 |
margin-bottom: 34px;
|
|
|
|
| 49 |
font-weight: 700;
|
| 50 |
animation: fadeIn 1.1s cubic-bezier(.18,.89,.32,1.28);
|
| 51 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
.search-row {
|
| 53 |
display: flex;
|
| 54 |
gap: 12px;
|
|
|
|
| 239 |
<body>
|
| 240 |
<div class="container">
|
| 241 |
<h1 class="modern-title">
|
| 242 |
+
<span class="emoji">🤗</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 243 |
My Hugging Face Heatmaps
|
| 244 |
</h1>
|
| 245 |
|
| 246 |
<div class="star-call">
|
| 247 |
+
If you like this Space, please give it a star!
|
| 248 |
</div>
|
| 249 |
|
| 250 |
<form class="search-row" id="searchForm" autocomplete="off" onsubmit="return false;">
|