|
56 | 56 |
|
57 | 57 | <link rel="stylesheet" href="../assets/navigation_cards.css"> |
58 | 58 |
|
| 59 | + <link rel="stylesheet" href="../assets/bubbles.css"> |
| 60 | + |
59 | 61 | <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> |
60 | 62 |
|
61 | 63 | <script>__md_scope=new URL("..",location),__md_hash=e=>[...e].reduce(((e,_)=>(e<<5)-e+_.charCodeAt(0)),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script> |
|
1192 | 1194 | <div class="md-content" data-md-component="content"> |
1193 | 1195 | <article class="md-content__inner md-typeset"> |
1194 | 1196 |
|
| 1197 | + |
1195 | 1198 |
|
1196 | 1199 |
|
1197 | 1200 |
|
@@ -1242,6 +1245,36 @@ <h1> footer</h1> |
1242 | 1245 |
|
1243 | 1246 |
|
1244 | 1247 |
|
| 1248 | + |
| 1249 | +<!-- Floating Bubbles --> |
| 1250 | +<div class="floating-bubbles"> |
| 1251 | +<div class="floating-bubbles-title">Our projects</div> |
| 1252 | + <a href="https://swe-agent.com/" class="bubble" title="SWE-agent"> |
| 1253 | + <img src="../assets/sweagent_logo.svg" alt="SWE-agent"> |
| 1254 | + <span class="bubble-tooltip">SWE-agent</span> |
| 1255 | + </a> |
| 1256 | + <a href="https://swe-rex.com/" class="bubble" title="SWE-rex"> |
| 1257 | + <img src="../assets/swerex_logo.svg" alt="SWE-rex"> |
| 1258 | + <span class="bubble-tooltip">SWE-ReX</span> |
| 1259 | + </a> |
| 1260 | + <a href="https://swesmith.com" class="bubble" title="SWE-smith"> |
| 1261 | + <img src="../assets/swesmith_logo.png" alt="SWE-smith"> |
| 1262 | + <span class="bubble-tooltip">SWE-smith</span> |
| 1263 | + </a> |
| 1264 | + <a href="https://swebench.com" class="bubble" title="SWE-bench"> |
| 1265 | + <img src="../assets/swebench_logo.png" alt="SWE-bench"> |
| 1266 | + <span class="bubble-tooltip">SWE-bench</span> |
| 1267 | + </a> |
| 1268 | + <a href="https://www.swebench.com/sb-cli/" class="bubble" title="sb-cli"> |
| 1269 | + <img src="../assets/sbcli_logo.svg" alt="sb-cli"> |
| 1270 | + <span class="bubble-tooltip">sb-cli</span> |
| 1271 | + </a> |
| 1272 | + <a href="https://join.slack.com/t/codeclash-workspace/shared_invite/your-invite-link" class="bubble bubble-divider" title="Join our Slack"> |
| 1273 | + <img src="https://upload.wikimedia.org/wikipedia/commons/d/d5/Slack_icon_2019.svg" alt="Slack"> |
| 1274 | + <span class="bubble-tooltip">Join our Slack</span> |
| 1275 | + </a> |
| 1276 | +</div> |
| 1277 | + |
1245 | 1278 | </article> |
1246 | 1279 | </div> |
1247 | 1280 |
|
|
0 commit comments