Skip to content

Commit 7c9c5fc

Browse files
committed
fix(ktl-3860): added images and fixed formatting for gradle cache project
1 parent 2d81b26 commit 7c9c5fc

File tree

3 files changed

+36
-8
lines changed

3 files changed

+36
-8
lines changed
144 KB
Loading

src/pages/news/gsoc-2025-gradle-cache/index.md renamed to src/pages/news/gsoc-2025-gradle-cache/index.mdx

Lines changed: 36 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,43 @@
11
---
22
title: "Google Summer of Code 2025 – Improving Configuration Cache in Key Gradle Plugins"
33
date: 2025-11-19 11:45
4-
coverImage: "./cover.png"
5-
socialImage: "./social.png"
4+
coverImage: "./gsoc-2025.png"
5+
socialImage: "./gsoc-2025.png"
66
---
7-
8-
<h1>Improving Configuration Cache in Key Gradle Plugins</h1>
9-
10-
>Working with my mentors was an amazing experience. They provided invaluable guidance, from high-level architectural advice to detailed feedback on pull requests. - Nouran Atef
11-
12-
[Project page](https://community.gradle.org/events/gsoc/2025/configuration-cache-and-lock-contention/)
7+
import nouranAtefImg from "./nouran-atef.jpeg"
8+
9+
<style>{`
10+
.gsoc-author-card {
11+
display: flex;
12+
align-items: flex-start;
13+
gap: 30px;
14+
margin-bottom: 20px;
15+
@media (max-width: 472px) {
16+
display: block;
17+
}
18+
}
19+
.gsoc-author-img {
20+
border-radius: 50%;
21+
flex-shrink: 0;
22+
margin-top: 0;
23+
margin-bottom: 20px;
24+
}
25+
.gsoc-quote {
26+
margin: 0 0 0 10px;
27+
}
28+
`}</style>
29+
30+
<div className="gsoc-author-card">
31+
<img src={victoriaImg} alt="Victoria Chuks Alajemba" width="150" className="gsoc-author-img" />
32+
33+
<blockquote className="gsoc-quote">
34+
"Working with my mentors was an amazing experience. They provided invaluable guidance, from high-level architectural advice to detailed feedback on pull requests."
35+
36+
**Nouran Atef**
37+
</blockquote>
38+
</div>
39+
40+
**[Project page](https://community.gradle.org/events/gsoc/2025/configuration-cache-and-lock-contention/)**
1341

1442
Mentors: Oleg Nenashev (ex-Gradle), Rafael Chaves (Gradle), Rodrigo Oliveira (Gradle)
1543

104 KB
Loading

0 commit comments

Comments
 (0)