Skip to content

Commit 424a650

Browse files
committed
Minor team text update
1 parent 2820829 commit 424a650

5 files changed

Lines changed: 15 additions & 8 deletions

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
title: Introducing CodeClash
2-
date: 2025-11-04
2+
date: 2025-11-03
33
description: Benchmarking Goal Oriented Software Engineering
44
authors: John Yang, Kilian Lieret
55

66
<img src="/static/images/insights/20251104_release/banner.png" class="img-insight" />
77

8+
9+
810
<div style="display:flex;justify-content:center;">
911
<div style="position:relative;padding-bottom:50%;height:0;overflow:hidden;width:80%;max-width:800px;">
1012
<iframe
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title: Elo Explained
2-
date: 2025-11-06
2+
date: 2025-11-04
33
description: How do we rank models' performance in CodeClash?
44
authors: Kilian Lieret
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
title: Humans & AI [Ep. 1] - Gigachad Strikes
2-
date: 2025-11-08
2+
date: 2025-11-05
33
description: Where does AI rank among human programmers on RobotRumble?
44
authors: John Yang
55

templates/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<br>
55
<div style="text-align:center;">
66
<h2>{{ page.title }}</h2>
7-
<p>{{ page.description }}</p>
7+
<p class="subtext">{{ page.description }}</p>
88
{% if page.time %} <p>{{ page.time }}</p> {% endif %}
99
{% if page.authors %}by {{ page.authors }}{% endif %}
1010
</div>

templates/team.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,19 @@ <h1>Team</h1>
2424
</div>
2525

2626
<div style="width:95%; margin:0 auto; display:flex; flex-direction:column;">
27-
<p>
27+
<h3 style="margin: 1.5em 0 1em 0">Get in Touch</h3>
28+
<span>
2829
We're excited about future work on CodeClash!
29-
For general inquiries or collaboration, please email
30+
<br><br>
31+
Have suggestions or ideas? Please open an issue or pull request on our
32+
<a href="https://github.com/CodeClash-ai/CodeClash">GitHub repository</a>.
33+
<br><br>
34+
You can also email
3035
{<a href="mailto:johnby@stanford.edu">johnby@stanford.edu</a>,
3136
<a href="mailto:kl5675@princeton.edu">kl5675@princeton.edu</a>}.
32-
</p>
37+
</span>
3338

34-
<h3 style="margin: 0.5em 0 0.5em 0;">Funding Support</h3>
39+
<h3 style="margin: 2em 0 1em 0">Funding Support</h3>
3540
CodeClash was built with the support of the following organizations.
3641

3742
<div style="margin-top: 1em; display:flex; gap:1rem; align-items:center; flex-wrap:wrap;">

0 commit comments

Comments
 (0)