-
Notifications
You must be signed in to change notification settings - Fork 2
/
heroes.html
82 lines (76 loc) · 4.74 KB
/
heroes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
title: Heroes
layout: default
order: 4
summary: View the Community for F# award recipients.
---
<article id="heroes">
<header>
<h1>Community for F# Heroes</h1>
</header>
<p>Thank you for helping recognize our community heroes!</p>
<section id="heroes2019">
<header>
<h2>2019</h2>
</header>
<img src="Assets/heroes_2019.jpg" alt="2019 Heroes" usemap="#heroes2019map" />
<map name="heroes2019map">
<area shape="rect" coords="33,218,179,390" href="https://twitter.com/auduchinok" alt="Eugene Auduchinok" title="Eugene Auduchinok" />
<area shape="rect" coords="180,218,326,390" href="https://github.com/zaid_ajaj" alt="Zaid Ajaj" title="Zaid Ajaj" />
<area shape="rect" coords="327,218,471,390" href="https://twitter.com/evelgab" alt="Evelina Gabasova" title="Evelina Gabasova" />
<area shape="rect" coords="472,218,616,390" href="https://twitter.com/Tim_Lariviere" alt="Timothé Larivière" title="Timothé Larivière" />
<area shape="rect" coords="617,218,790,390" href="https://twitter.com/R0MMSEN" alt="Roman Sachse" title="Roman Sachse" />
</map>
</section>
<section id="heroes2018">
<header>
<h2>2018</h2>
</header>
<img src="Assets/heroes_2018.jpg" alt="2018 Heroes" usemap="#heroes2018map" />
<map name="heroes2018map">
<area shape="rect" coords="33,218,216,390" href="https://twitter.com/MangelMaxime" alt="Maxime Mangel" title="Maxime Mangel" />
<area shape="rect" coords="217,218,398,390" href="https://github.com/ncave" alt="ncave" title="ncave" />
<area shape="rect" coords="399,218,581,390" href="https://twitter.com/dsyme" alt="Don Syme" title="Don Syme" />
<area shape="rect" coords="581,218,790,390" href="https://twitter.com/selketjah" alt="Gien Verschatse" title="Gien Verschatse" />
</map>
</section>
<section id="heroes2017">
<header>
<h2>2017</h2>
</header>
<img src="Assets/heroes_2017.jpg" alt="2017 Heroes" usemap="#heroes2017map" />
<map name="heroes2017map">
<area shape="rect" coords="33,218,179,390" href="https://twitter.com/isaac_abraham" alt="Isaac Abraham" title="Isaac Abraham" />
<area shape="rect" coords="180,218,326,390" href="https://twitter.com/_cartermp" alt="Phillip Carter" title="Phillip Carter" />
<area shape="rect" coords="327,218,471,390" href="https://twitter.com/kot_2010" alt="Vasily Kirichenko" title="Vasily Kirichenko" />
<area shape="rect" coords="472,218,616,390" href="https://twitter.com/enricosada" alt="Enrico Sada" title="Enrico Sada" />
<area shape="rect" coords="617,218,790,390" href="https://twitter.com/TRikace" alt="Riccardo Terrell" title="Riccardo Terrell" />
</map>
</section>
<section id="heroes2016">
<header>
<h2>2016</h2>
</header>
<img src="Assets/heroes_2016.jpg" alt="2016 Heroes" usemap="#heroes2016map" />
<map name="heroes2016map">
<area shape="rect" coords="33,218,179,390" href="https://twitter.com/alfonsogcnunez" alt="Alfonso Garcia-Caro" title="Alfonso Garcia-Caro" />
<area shape="rect" coords="180,218,326,390" href="https://twitter.com/k_cieslak" alt="Krzysztof Cieślak" title="Krzysztof Cieślak" />
<area shape="rect" coords="327,218,471,390" href="https://twitter.com/brandewinder" alt="Mathias Brandewinder" title="Mathias Brandewinder" />
<area shape="rect" coords="472,218,616,390" href="https://twitter.com/ReedCopsey" alt="Reed Copsey" title="Reed Copsey" />
<area shape="rect" coords="617,218,790,390" href="https://twitter.com/sergey_tihon" alt="Sergey Tihon" title="Sergey Tihon" />
</map>
</section>
<section id="heroes2015">
<header>
<h2>2015</h2>
</header>
<img src="Assets/heroes_2015.jpg" alt="2015 Heroes" usemap="#heroes2015map" />
<map name="heroes2015map">
<area shape="rect" coords="33,218,179,390" href="https://twitter.com/lefthandedgoat" alt="Chris Holt" title="Chris Holt" />
<area shape="rect" coords="180,218,326,390" href="https://twitter.com/7sharp9_exhumed" alt="Dave Thomas" title="Dave Thomas" />
<area shape="rect" coords="327,218,471,390" href="https://fsharpforfunandprofit.com/" alt="Scott Wlaschin" title="Scott Wlaschin" />
<area shape="rect" coords="472,218,616,390" href="https://twitter.com/sforkmann" alt="Steffen Forkmann" title="Steffen Forkmann" />
<area shape="rect" coords="617,218,790,390" href="http://tomasp.net/" alt="Tomas Petricek" title="Tomas Petricek" />
</map>
</section>
</article>