Skip to content

Commit 516c9e9

Browse files
fix(blog): use the actual Saqlain/Junaid/Kamran acceptance poster as the GSoC cover
The cover and the first inline image in the GSoC blog were pointing at /images/gsoc.jpg, which is a Tech Grind workspace photo, not the open-source acceptance poster. The intended image (Muhammad Saqlain, Junaid Shaukat, Kamran ul Haq with the "Dev Weekends X Open Source Acceptance 2026" lockup) is at /images/gsoc1.jpg. Update the frontmatter and the inline reference. Also pin imageFit: "contain" in frontmatter so the portrait poster renders without cropping the headshots, decoupled from the slug-based fallback.
1 parent f2c3ff0 commit 516c9e9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

content/blog/gsoc.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ date: "2026-05-06"
44
category: "news"
55
featured: true
66
order: 1
7-
image: "/images/gsoc.jpg"
7+
image: "/images/gsoc1.jpg"
8+
imageFit: "contain"
89
description: "The acceptance emails came in over a few weeks. Apache Beam, NumFOCUS, EMBL-EBI, FLARE, BRL-CAD, FOSSASIA, and a handful of others. Here are the people behind them and the quiet road that led there."
910
---
1011

@@ -36,7 +37,7 @@ What separated the 14 people below from 100 others who started at the same place
3637

3738
## Google Summer of Code 2026 (9 selections)
3839

39-
![Muhammad Saqlain, Junaid Shaukat, and Kamran ul Haq, GSoC 2026](/images/gsoc.jpg)
40+
![Muhammad Saqlain, Junaid Shaukat, and Kamran ul Haq, GSoC 2026](/images/gsoc1.jpg)
4041

4142
*Pictured above: Muhammad Saqlain (NumFOCUS), Muhammad Junaid Shaukat (Apache Software Foundation, Apache Beam), and Kamran ul Haq (FLARE).*
4243

0 commit comments

Comments
 (0)