-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspeakers.html
90 lines (85 loc) · 1.82 KB
/
speakers.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
85
86
87
88
89
90
---
layout: default
---
<style>
div.speakers {
}
div.speakers hr {
height: 1px;
color: lightblue;
}
div.speaker {
display: flex;
}
div.speaker-photo {
padding: 10px 0px 0px 0px;
}
img.speaker-image {
border-radius: 8%;
}
div.speaker-details {
padding: 6px 0px 0px 20px;
}
div.speaker p {
color: #28282B;
text-align: left;
}
div.speaker h1 {
color: #28282B;
text-align: left;
}
div.speaker h3 {
color: #28282B;
text-align: left;
margin-top: 0px;
margin-bottom: 0px;
}
div.speaker li {
color: #28282B;
text-align: left;
padding-left: 4px;
margin-left: 20px;
}
p.speaker-bio {
}
h3.talk-title {
}
p.talk-description {
}
</style>
<div class="content-wrapper">
<div class="content">
<h1>Speakers</h1>
<!--
<p>
We will add new speakers here as we confirm them.
So, please check back often.
</p>
<p>
We will add new speakers here as we confirm them.
So, please check back often.
We will have a complete list soon after our
<a href="https://docs.google.com/forms/d/e/1FAIpQLSeVqFwR2_Bn3poybhyT9ZzGVG4YTuAZUVstUbx_IzuzAQUM9Q/viewform" target="_blank">call for talks</a>
closes on Oct 19.
</p>
-->
<div class="speakers">
{% include speakers/2023/cameron_balahan.html %}
<hr>
{% include speakers/2023/filippo_valsorda.html %}
<hr>
{% include speakers/2023/alan_donovan.html %}
<hr>
{% include speakers/2023/moieed_ahmed.html %}
<hr>
{% include speakers/2023/alan_shreve.html %}
<hr>
{% include speakers/2023/lesley_cordero.html %}
<hr>
{% include speakers/2023/jason_hall_html %}
<hr>
{% include speakers/2023/johnny_boursiquot.html %}
</div>
</div>
</div>
{% include footer.html %}