Skip to content

Commit 7e535fe

Browse files
committed
add hall of fame
1 parent 3c41cbf commit 7e535fe

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

index.html

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,45 @@ <h3>PyCon Belarus</h3>
221221
</p>
222222
</div>
223223
</div>
224+
<h2 id="personalities">Personalities</h2>
225+
<h3>Some kind of hall of fame ;-)</h3>
226+
<div class="one-in-row">
227+
<div>
228+
<!--<img src="assets/images/tatsiana_tsygan_opt.jpg">-->
229+
<b>Tatsiana Tsygan</b>
230+
<i>(active)</i>
231+
<p>dealing with sponsors, working with venues, search for speakers, organizing events, moderation of events</p>
232+
</div>
233+
<div>
234+
<b>Alex Zaitsev</b>
235+
<i>(active)</i>
236+
<p>telegram chats moderation and administration (the main Minsk Python Meetup chat and the Python Jobs chat)</p>
237+
</div>
238+
<div>
239+
<!--<img src="assets/images/sergey_khaletskiy.jpg">-->
240+
<b>Sergey Khaletskiy</b>
241+
<i>(was active 2019-2020)</i>
242+
<p>drawing up events programs, organizing events, moderating events</p>
243+
</div>
244+
<div>
245+
<!--<img src="assets/images/andrei_sviridov.jpg">-->
246+
<b>Andrei Sviridov</b>
247+
<i>(was active 2019-2020)</i>
248+
<p>drawing up events programs, organizing events, moderating events</p>
249+
</div>
250+
<div>
251+
<!--<img src="assets/images/stas_rudakou.jpg">-->
252+
<b>Stas Rudakou</b>
253+
<i>(was active 2017-2020)</i>
254+
<p>searching for speakers, preparing speakers (rehearsals, slides reviews), drawing up events programs, organizing events, moderating events</p>
255+
</div>
256+
<div>
257+
<p>&nbsp;</p>
258+
<p>TBD...</p>
259+
<p>There were a lot of passionate, amazing, and talented people who have helped the community grow over the years... we will do our best to collect all of these names and put them into this "hall of fame"</p>
260+
<p>TBD...</p>
261+
</div>
262+
</div>
224263
<div class="clearfix"></div>
225264
</div>
226265
</div>
@@ -311,6 +350,10 @@ <h3>PyCon Belarus</h3>
311350
clear: both;
312351
}
313352

353+
.main-content .one-in-row p {
354+
text-align: left;
355+
}
356+
314357
.three-in-row > div > img {
315358
max-width: 170px;
316359
border-radius: 100%;

0 commit comments

Comments
 (0)