diff --git a/_pages/projects.md b/_pages/projects.md
index 595049b..021b09f 100644
--- a/_pages/projects.md
+++ b/_pages/projects.md
@@ -7,15 +7,28 @@ permalink: /paper/
Paper
-
Read the Frontier-CS benchmark paper.
+
Read the Frontier-CS research papers.
diff --git a/_sass/_anthropic.scss b/_sass/_anthropic.scss
index de67cce..ef2b0df 100644
--- a/_sass/_anthropic.scss
+++ b/_sass/_anthropic.scss
@@ -577,6 +577,7 @@ h4 { font-size: var(--fc-fs-h4); font-weight: 580 !important; letter-spacing: -0
box-shadow: none !important;
background: var(--fc-industrial-panel) !important;
padding: 2rem !important;
+ min-height: 27rem !important;
display: flex !important;
flex-direction: column !important;
gap: 0.6rem !important;
@@ -598,6 +599,51 @@ h4 { font-size: var(--fc-fs-h4); font-weight: 580 !important; letter-spacing: -0
margin: 0 !important;
}
+.fc-project-card-logo {
+ position: relative !important;
+ width: 100% !important;
+ height: 9.35rem !important;
+ display: grid !important;
+ place-items: center !important;
+ overflow: hidden !important;
+ margin: -0.35rem 0 0.9rem !important;
+ padding: 1rem 1.1rem 1.25rem !important;
+ border: 0 !important;
+ border-radius: 8px !important;
+ background:
+ radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.48) 48%, rgba(247, 250, 254, 0.18) 72%),
+ linear-gradient(180deg, rgba(229, 236, 247, 0.34), rgba(229, 236, 247, 0.08)) !important;
+}
+
+.fc-project-card-logo::after {
+ content: "" !important;
+ position: absolute !important;
+ right: 0 !important;
+ bottom: 0 !important;
+ left: 0 !important;
+ height: 1px !important;
+ background: linear-gradient(90deg, transparent, rgba(116, 133, 158, 0.24), transparent) !important;
+}
+
+.fc-project-card-logo img {
+ display: block !important;
+ width: auto !important;
+ height: auto !important;
+ max-width: 100% !important;
+ max-height: 100% !important;
+ object-fit: contain !important;
+}
+
+.fc-project-card-logo-wide img {
+ width: 96% !important;
+ max-height: 5.25rem !important;
+}
+
+.fc-project-card-logo-mark img {
+ max-width: 78% !important;
+ max-height: 8.25rem !important;
+}
+
.fc-project-card h2 {
font-size: 1.375rem !important;
font-weight: 580 !important;
diff --git a/assets/img/papers/frontier-cs-logo.png b/assets/img/papers/frontier-cs-logo.png
new file mode 100644
index 0000000..db2a48d
Binary files /dev/null and b/assets/img/papers/frontier-cs-logo.png differ
diff --git a/assets/img/papers/frontiersmith-logo.png b/assets/img/papers/frontiersmith-logo.png
new file mode 100644
index 0000000..d840f57
Binary files /dev/null and b/assets/img/papers/frontiersmith-logo.png differ
diff --git a/index.md b/index.md
index bc5ce3e..3219e58 100644
--- a/index.md
+++ b/index.md
@@ -32,6 +32,7 @@ permalink: /
→ Read our blog here.
→ Read our paper here.
+ → View our GitHub here.