Spaces:
Running
Running
thibaud frere
commited on
Commit
·
5e24321
1
Parent(s):
4398633
fix buttons and benchmarks
Browse files
app/src/components/Hero.astro
CHANGED
|
@@ -128,9 +128,9 @@ const pdfFilename = `${slugify(pdfBase)}.pdf`;
|
|
| 128 |
<div class="meta-container-cell meta-container-cell--pdf">
|
| 129 |
<h3>PDF</h3>
|
| 130 |
<p>
|
| 131 |
-
<
|
| 132 |
Download PDF
|
| 133 |
-
</
|
| 134 |
</p>
|
| 135 |
</div>
|
| 136 |
</div>
|
|
@@ -179,7 +179,7 @@ const pdfFilename = `${slugify(pdfBase)}.pdf`;
|
|
| 179 |
gap: 8px;
|
| 180 |
}
|
| 181 |
/* Subtle underline for links in meta; keep buttons without underline */
|
| 182 |
-
.meta-container a {
|
| 183 |
color: var(--primary-color);
|
| 184 |
text-decoration: underline;
|
| 185 |
text-underline-offset: 2px;
|
|
|
|
| 128 |
<div class="meta-container-cell meta-container-cell--pdf">
|
| 129 |
<h3>PDF</h3>
|
| 130 |
<p>
|
| 131 |
+
<a class="button" href={`/${pdfFilename}`} download={pdfFilename} aria-label={`Download PDF ${pdfFilename}`}>
|
| 132 |
Download PDF
|
| 133 |
+
</a>
|
| 134 |
</p>
|
| 135 |
</div>
|
| 136 |
</div>
|
|
|
|
| 179 |
gap: 8px;
|
| 180 |
}
|
| 181 |
/* Subtle underline for links in meta; keep buttons without underline */
|
| 182 |
+
.meta-container a:not(.button) {
|
| 183 |
color: var(--primary-color);
|
| 184 |
text-decoration: underline;
|
| 185 |
text-underline-offset: 2px;
|
app/src/content/assets/data/llm_benchmarks.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:03eeac176ae9abab0c36d798678d80aaa14228ae71d0f9134127cc3cc0d00196
|
| 3 |
+
size 1088
|