Skip to content

Commit 8f5f962

Browse files
committed
add: swebench link
1 parent ca65f41 commit 8f5f962

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

css/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/* --accent_color: #1697e2;
1515
--dark_accent_color: #0ea7ff; */
1616
--accent_color: #2050B0;
17-
--dark_accent_color: #0797e6;
17+
--dark_accent_color: #5ed358;
1818
--odd_line_color: #ffffff;
1919
--even_line_color: #f2f2f2;
2020
--iscas_color: #ea5c29;

src/Home.vue

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
style="height: 1.3em; margin-right: 0.4em; margin-bottom: 0.1em; background-color: var(--dark_accent_color);" />
2121
Multi-SWE-bench mini 
2222
</button>
23+
<button
24+
onclick="window.location.href = 'https://www.swebench.com';"
25+
class="outline teaser sweble"
26+
style="flex-direction: row; display: flex; justify-content: center; align-items: center; width: 10em;">
27+
<img
28+
src="../img/swellama.png"
29+
style="height: 1.3em; margin-right: 0.4em; margin-bottom: 0.1em;" />
30+
SWE-bench&nbsp;
31+
</button>
2332
</div>
2433
<div class="content-wrapper">
2534
<div class="content-box" v-if="leaderboard">
@@ -402,7 +411,8 @@ button {
402411
background: linear-gradient(to right, rgb(209, 162, 43), rgb(209, 162, 43), rgb(209, 162, 43));
403412
transform: scale(1.05);
404413
}
405-
414+
//#93cd7c
415+
// 5DAEECFF
406416
&.outline.teaser.swebl {
407417
background-color: var(--dark_accent_color);
408418
color: white;
@@ -411,5 +421,14 @@ button {
411421
&.outline.teaser.swebl:hover {
412422
transform: scale(1.05);
413423
}
424+
425+
&.outline.teaser.sweble {
426+
background-color: #1696e1;
427+
color: white;
428+
}
429+
430+
&.outline.teaser.sweble:hover {
431+
transform: scale(1.05);
432+
}
414433
}
415434
</style>

0 commit comments

Comments
 (0)