-
Notifications
You must be signed in to change notification settings - Fork 1
/
organization-section.html
84 lines (79 loc) · 3.53 KB
/
organization-section.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
83
84
<section id="" class="wrapper style2 special">
<div class="container">
<header class="major special">
<h2>Organization</h2>
</header>
<div class="feature-grid">
<div class="feature">
<div class="image rounded"><a href=""><img src="images/speakers/$chair$.jpg" alt="$chair$" /></a></div>
<div class="content">
<header>
<h4><a href="">$chair$</a></h4>
<p>$chairAff$</p>
</header>
Chair
</div>
</div>
<div class="feature">
<div class="image rounded"><a href=""><img src="images/speakers/$programCommitteeChair$.jpg" alt="$programCommitteeChair$" /></a></div>
<div class="content">
<header>
<h4><a href="">$programCommitteeChair$</a></h4>
<p>$programCommitteeChairAff$</p>
</header>
Program Committee
</div>
</div>
<div class="feature">
<div class="image rounded"><a href=""><img src="images/speakers/$programCommittee1$.jpg" alt="$programCommittee1$" /></a></div>
<div class="content">
<header>
<h4><a href="">$programCommittee1$</a></h4>
<p>$programCommittee1Aff$</p>
</header>
Program Committee
</div>
</div>
<div class="feature">
<div class="image rounded"><a href=""><img src="images/speakers/$programCommittee2$.jpg" alt="$programCommittee2$" /></a></div>
<div class="content">
<header>
<h4><a href="">$programCommittee2$</a></h4>
<p>$programCommittee2Aff$</p>
</header>
Program Committee
</div>
</div>
<!-- <div class="feature">
<div class="image rounded"><a href=""><img src="images/speakers/$programCommittee3$.jpg" alt="$programCommittee3$" /></a></div>
<div class="content">
<header>
<h4><a href="">$programCommittee3$</a></h4>
<p>$programCommittee3Aff$</p>
</header>
Program Committee
</div>
</div> -->
<div class="feature">
<div class="image rounded"><a href=""><img src="images/speakers/$steeringCommitteeChair$.jpg" alt="$steeringCommitteeChair$" /></a></div>
<div class="content">
<header>
<h4><a href="">$steeringCommitteeChair$</a></h4>
<p>$steeringCommitteeChairAff$</p>
</header>
Local Committee
</div>
</div>
<div class="feature">
<div class="image rounded"><a href=""><img src="images/speakers/$steeringCommittee1$.jpg" alt="$steeringCommittee1$" /></a></div>
<div class="content">
<header>
<h4><a href="">$steeringCommittee1$</a></h4>
<p>$steeringCommittee1Aff$</p>
</header>
Local Committee
</div>
</div>
</div>
</div>
</section>