Skip to content

Commit 95d19fc

Browse files
committed
feat: update current team content
1 parent 3226b96 commit 95d19fc

File tree

10 files changed

+48
-28
lines changed

10 files changed

+48
-28
lines changed

docs/assets/images/julian.jpg

11.7 KB
Loading

docs/assets/images/kathi.png

1.52 KB
Loading

docs/contributors/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,12 @@ <h3 class="thanked-name">Simon Novak</h3>
118118
<h3 class="thanked-name">Giordana Furquim</h3>
119119
<p class="thanked-for">for Technical Product Ownership</p>
120120
</div>
121+
</div><div class="thanked-person">
122+
<img src="/assets/images/raffaele.jpg" alt="" class="thanked-pic">
123+
<div class="thanked-info">
124+
<h3 class="thanked-name">Raffaele Pizzari</h3>
125+
<p class="thanked-for">for Lead Product Engineering</p>
126+
</div>
121127
</div><div class="thanked-person">
122128
<img src="/assets/images/ross.jpg" alt="" class="thanked-pic">
123129
<div class="thanked-info">

docs/index.html

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,17 +204,21 @@ <h3>BO1LER</h3>
204204
<section class="current-team" id='team'>
205205
<h2>Current Team</h2>
206206
<ul role="list"><li role="listitem">
207-
<img src="/assets/images/ola.jpg" alt="">
207+
<img src="/assets/images/ola.jpg" alt="Avatar of Ola Gasidlo-Brändel">
208208
<h3>Ola Gasidlo-Brändel</h3>
209-
<p>Project Lead</p>
209+
<p>Creator &amp; Active Founder</p>
210210
</li><li role="listitem">
211-
<img src="/assets/images/raffaele.jpg" alt="">
212-
<h3>Raffaele Pizzari</h3>
213-
<p>Lead Product Engineer</p>
211+
<img src="/assets/images/julian.jpg" alt="Avatar of Julian Cebulla">
212+
<h3>Julian Cebulla</h3>
213+
<p>Project Lead</p>
214214
</li><li role="listitem">
215-
<img src="/assets/images/remmy.jpg" alt="">
215+
<img src="/assets/images/remmy.jpg" alt="Avatar of Remmy Cat Stock">
216216
<h3>Remmy Cat Stock</h3>
217217
<p>Product Engineer</p>
218+
</li><li role="listitem">
219+
<img src="/assets/images/kathi.png" alt="Avatar of Kathrin Krämer">
220+
<h3>Kathrin Krämer</h3>
221+
<p>Product Engineer</p>
218222
</li></ul>
219223
<a href='./contributors' class="cta-button">Contributors <span aria-hidden="true"></span></a>
220224
</section>

docs/sitemap.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636

3737

3838

39-
40-
41-
42-
4339

4440

4541

@@ -50,13 +46,6 @@
5046

5147

5248

53-
<url>
54-
<loc>/boiler/</loc>
55-
<lastmod>2023-12-08T13:51:50.626Z</lastmod>
56-
</url>
57-
58-
59-
6049
<url>
6150
<loc>/documentation-skeleton/</loc>
6251
<lastmod>2023-12-08T13:51:50.626Z</lastmod>
@@ -74,22 +63,33 @@
7463

7564

7665
<url>
77-
<loc>/</loc>
78-
<lastmod>2023-12-08T13:51:50.627Z</lastmod>
66+
<loc>/contributors/</loc>
67+
<lastmod>2024-01-16T08:38:20.476Z</lastmod>
7968
</url>
8069

8170

8271

72+
73+
8374
<url>
8475
<loc>/telemetry/</loc>
85-
<lastmod>2023-12-08T13:51:50.628Z</lastmod>
76+
<lastmod>2024-01-29T15:49:39.456Z</lastmod>
8677
</url>
8778

8879

8980

9081
<url>
91-
<loc>/contributors/</loc>
92-
<lastmod>2024-01-16T08:38:20.476Z</lastmod>
82+
<loc>/</loc>
83+
<lastmod>2024-01-30T06:47:44.941Z</lastmod>
84+
</url>
85+
86+
87+
88+
89+
90+
<url>
91+
<loc>/boiler/</loc>
92+
<lastmod>2024-01-30T09:18:07.977Z</lastmod>
9393
</url>
9494

9595

src/_data/specialthanks.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"imageUrl": "/assets/images/giordana.jpg"
1212
},
1313

14+
{
15+
"name": "Raffaele Pizzari",
16+
"thanks": "for Lead Product Engineering",
17+
"imageUrl": "/assets/images/raffaele.jpg"
18+
},
19+
1420
{
1521
"name": "Ross DiLiegro",
1622
"thanks": "for Product Engineering",

src/_data/team.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
[
22
{
33
"name": "Ola Gasidlo-Brändel",
4-
"role": "Project Lead",
4+
"role": "Creator & Active Founder",
55
"imageUrl": "/assets/images/ola.jpg"
66
},
77

88
{
9-
"name": "Raffaele Pizzari",
10-
"role": "Lead Product Engineer",
11-
"imageUrl": "/assets/images/raffaele.jpg"
9+
"name": "Julian Cebulla",
10+
"role": "Project Lead",
11+
"imageUrl": "/assets/images/julian.jpg"
1212
},
13-
1413
{
1514
"name": "Remmy Cat Stock",
1615
"role": "Product Engineer",
1716
"imageUrl": "/assets/images/remmy.jpg"
17+
},
18+
{
19+
"name": "Kathrin Krämer",
20+
"role": "Product Engineer",
21+
"imageUrl": "/assets/images/kathi.png"
1822
}
1923
]

src/assets/images/julian.jpg

11.7 KB
Loading

src/assets/images/kathi.png

1.52 KB
Loading

src/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ templateClass: home
9393
<ul role="list">
9494
{%- for member in team -%}
9595
<li role="listitem">
96-
<img src="{{ member.imageUrl }}" alt="">
96+
<img src="{{ member.imageUrl }}" alt="Avatar of {{member.name}}">
9797
<h3>{{ member.name }}</h3>
9898
<p>{{ member.role }}</p>
9999
</li>

0 commit comments

Comments
 (0)