-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeynotes.html
43 lines (38 loc) · 1.06 KB
/
keynotes.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
---
layout: default
---
{% include slider.html content="<h2>Keynote talks</h2>"%}
<!-- Content -->
<div class="block">
<div class="container">
<div class="row">
<div class="col-md-9">
<section id="main-content">
<div class="section-content">
<h2>Keynote Speakers</h2>
{% include keynote-speaker.html key="akella" photo="assets/img/akella.jpg" %}
<br>
<br>
<br />
{% include keynote-speaker.html key="bailis" photo="assets/img/bailis.jpg" %}
<br>
<br>
<br />
{% include keynote-speaker.html key="bhagwan" photo="assets/img/bhagwan.jpg" %}
<br>
<br>
<br />
{% include keynote-speaker.html key="svore" photo="assets/img/svore.png" %}
<br>
<br>
<br />
</div><!-- /.section-content -->
</section><!-- /.main-content -->
</div><!-- /.col-md-9 -->
<div class="col-md-3">
{% include latest-news.html %}
</div><!-- /.col-md-3 -->
</div><!-- /.row -->
</div><!-- /.container -->
</div>
<!-- end Content -->