File tree Expand file tree Collapse file tree 10 files changed +48
-28
lines changed Expand file tree Collapse file tree 10 files changed +48
-28
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,12 @@ <h3 class="thanked-name">Simon Novak</h3>
118
118
< h3 class ="thanked-name "> Giordana Furquim</ h3 >
119
119
< p class ="thanked-for "> for Technical Product Ownership</ p >
120
120
</ 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 >
121
127
</ div > < div class ="thanked-person ">
122
128
< img src ="/assets/images/ross.jpg " alt ="" class ="thanked-pic ">
123
129
< div class ="thanked-info ">
Original file line number Diff line number Diff line change @@ -204,17 +204,21 @@ <h3>BO1LER</h3>
204
204
< section class ="current-team " id ='team '>
205
205
< h2 > Current Team</ h2 >
206
206
< 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 ">
208
208
< h3 > Ola Gasidlo-Brändel</ h3 >
209
- < p > Project Lead </ p >
209
+ < p > Creator & Active Founder </ p >
210
210
</ 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 >
214
214
</ 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 ">
216
216
< h3 > Remmy Cat Stock</ h3 >
217
217
< 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 >
218
222
</ li > </ ul >
219
223
< a href ='./contributors ' class ="cta-button "> Contributors < span aria-hidden ="true "> →</ span > </ a >
220
224
</ section >
Original file line number Diff line number Diff line change 36
36
37
37
38
38
39
-
40
-
41
-
42
-
43
39
44
40
45
41
50
46
51
47
52
48
53
- <url >
54
- <loc >/boiler/</loc >
55
- <lastmod >2023-12-08T13:51:50.626Z</lastmod >
56
- </url >
57
-
58
-
59
-
60
49
<url >
61
50
<loc >/documentation-skeleton/</loc >
62
51
<lastmod >2023-12-08T13:51:50.626Z</lastmod >
74
63
75
64
76
65
<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 >
79
68
</url >
80
69
81
70
82
71
72
+
73
+
83
74
<url >
84
75
<loc >/telemetry/</loc >
85
- <lastmod >2023-12-08T13:51:50.628Z </lastmod >
76
+ <lastmod >2024-01-29T15:49:39.456Z </lastmod >
86
77
</url >
87
78
88
79
89
80
90
81
<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 >
93
93
</url >
94
94
95
95
Original file line number Diff line number Diff line change 11
11
"imageUrl" : " /assets/images/giordana.jpg"
12
12
},
13
13
14
+ {
15
+ "name" : " Raffaele Pizzari" ,
16
+ "thanks" : " for Lead Product Engineering" ,
17
+ "imageUrl" : " /assets/images/raffaele.jpg"
18
+ },
19
+
14
20
{
15
21
"name" : " Ross DiLiegro" ,
16
22
"thanks" : " for Product Engineering" ,
Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
3
"name" : " Ola Gasidlo-Brändel" ,
4
- "role" : " Project Lead " ,
4
+ "role" : " Creator & Active Founder " ,
5
5
"imageUrl" : " /assets/images/ola.jpg"
6
6
},
7
7
8
8
{
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"
12
12
},
13
-
14
13
{
15
14
"name" : " Remmy Cat Stock" ,
16
15
"role" : " Product Engineer" ,
17
16
"imageUrl" : " /assets/images/remmy.jpg"
17
+ },
18
+ {
19
+ "name" : " Kathrin Krämer" ,
20
+ "role" : " Product Engineer" ,
21
+ "imageUrl" : " /assets/images/kathi.png"
18
22
}
19
23
]
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ templateClass: home
93
93
<ul role =" list" >
94
94
{%- for member in team -%}
95
95
<li role =" listitem" >
96
- <img src =" {{ member.imageUrl }}" alt =" " >
96
+ <img src =" {{ member.imageUrl }}" alt =" Avatar of {{member.name}} " >
97
97
<h3 >{{ member .name }} </h3 >
98
98
<p >{{ member .role }} </p >
99
99
</li >
You can’t perform that action at this time.
0 commit comments