File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ layout: page
3+ ---
4+
5+ <!-- Section: Advisory Board -->
6+ < section id ="advisory-board ">
7+ < div class ="wrapper formatted-text ">
8+ < h1 > < span class ="material-icons "> support_agent</ span > Advisory Board</ h1 >
9+
10+ < div class ="content-and-side-content ">
11+ < div >
12+ < div class ="board ">
13+ < div >
14+ < div >
15+ < div class ="avatar ">
16+ < span class ="material-icons "> person</ span >
17+ </ div >
18+ < h1 > Olena Kushakovska</ h1 >
19+ </ div >
20+ </ div >
21+ < div >
22+ < div >
23+ < div class ="avatar ">
24+ < span class ="material-icons "> person</ span >
25+ </ div >
26+ < h1 > Geraud Krawezik</ h1 >
27+ </ div >
28+ </ div >
29+ </ div >
30+ </ div >
31+ < div >
32+ < h2 > Consortium Members</ h2 >
33+ < ul class ="styled-list ">
34+ {% for member in site.consortium_members %}
35+ < li >
36+ < a href ="{{member.url}} " target ="_blank " rel ="noopener "> {{member.name}}</ a >
37+ </ li >
38+ {% endfor %}
39+ </ ul >
40+
41+ < h2 > Other Links</ h2 >
42+ < ul class ="styled-list ">
43+ < li > < a href ="https://www.khronos.org/sycl/ " target ="_blank " rel ="noopener "> Khronos SYCL</ a > </ li >
44+ < li > < a href ="https://sycl.tech " target ="_blank " rel ="noopener "> SYCL.tech</ a > </ li >
45+ </ ul >
46+ </ div >
47+ </ div >
48+ </ div >
49+ </ section >
You can’t perform that action at this time.
0 commit comments