Spaces:
Running
Running
Update index.html
Browse files- index.html +13 -5
index.html
CHANGED
|
@@ -32,10 +32,16 @@
|
|
| 32 |
letter-spacing: -1px;
|
| 33 |
animation: fadeInDown 1.2s cubic-bezier(.18,.89,.32,1.28);
|
| 34 |
}
|
| 35 |
-
.modern-title .
|
| 36 |
-
|
| 37 |
-
|
|
|
|
| 38 |
vertical-align: middle;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
}
|
| 40 |
.star-call {
|
| 41 |
margin-bottom: 34px;
|
|
@@ -96,7 +102,7 @@
|
|
| 96 |
.heatmap-card {
|
| 97 |
background: linear-gradient(135deg, #232526 0%, #2c3e50 100%);
|
| 98 |
border-radius: 24px;
|
| 99 |
-
box-shadow: 0 8px 36px #0007,
|
| 100 |
padding: 24px 18px 18px 18px;
|
| 101 |
display: flex;
|
| 102 |
flex-direction: column;
|
|
@@ -239,7 +245,9 @@
|
|
| 239 |
<body>
|
| 240 |
<div class="container">
|
| 241 |
<h1 class="modern-title">
|
| 242 |
-
<span class="
|
|
|
|
|
|
|
| 243 |
My Hugging Face Heatmaps
|
| 244 |
</h1>
|
| 245 |
|
|
|
|
| 32 |
letter-spacing: -1px;
|
| 33 |
animation: fadeInDown 1.2s cubic-bezier(.18,.89,.32,1.28);
|
| 34 |
}
|
| 35 |
+
.modern-title .hf-logo {
|
| 36 |
+
height: 2.7rem;
|
| 37 |
+
width: 2.7rem;
|
| 38 |
+
display: inline-block;
|
| 39 |
vertical-align: middle;
|
| 40 |
+
margin-right: 10px;
|
| 41 |
+
background: transparent;
|
| 42 |
+
border-radius: 50%;
|
| 43 |
+
box-shadow: 0 2px 12px #0005;
|
| 44 |
+
padding: 0;
|
| 45 |
}
|
| 46 |
.star-call {
|
| 47 |
margin-bottom: 34px;
|
|
|
|
| 102 |
.heatmap-card {
|
| 103 |
background: linear-gradient(135deg, #232526 0%, #2c3e50 100%);
|
| 104 |
border-radius: 24px;
|
| 105 |
+
box-shadow: 0 8px 36px #0007, 0 1.5px 8px #00c3ff44;
|
| 106 |
padding: 24px 18px 18px 18px;
|
| 107 |
display: flex;
|
| 108 |
flex-direction: column;
|
|
|
|
| 245 |
<body>
|
| 246 |
<div class="container">
|
| 247 |
<h1 class="modern-title">
|
| 248 |
+
<span class="hf-logo">
|
| 249 |
+
<img src="https://huggingface.co/front/assets/huggingface_logo-noborder.svg" alt="Hugging Face" style="height:2.7rem;width:2.7rem;vertical-align:middle;">
|
| 250 |
+
</span>
|
| 251 |
My Hugging Face Heatmaps
|
| 252 |
</h1>
|
| 253 |
|