-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeynotes.html
More file actions
46 lines (39 loc) · 1.29 KB
/
keynotes.html
File metadata and controls
46 lines (39 loc) · 1.29 KB
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
---
layout: default
---
{% include slider-keynotes.html %}
<!-- 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="wilkes" photo="assets/img/john-wilkes.jpg" %}
<a href="assets/john-wikes-talk.pdf"> <font size="3"> John Wilke's Talk (Slides) </font> </a>
<br>
<br>
<br />
{% include keynote-speaker.html key="carey" photo="assets/img/michael-carey.png" %}
<a href="assets/mike-talk.pdf"> <font size="3"> Michael Carey's Talk (Slides) </font> </a>
<br>
<br>
<br />
<!--
{% include keynote-speaker.html key="raghu" photo="assets/img/raghu.jpg" %}
<br />
{% include keynote-speaker.html key="anurag" photo="assets/img/anurag2.jpg" %}
<br />
{% include keynote-speaker.html key="magda" photo="assets/img/magda.jpg" %}
-->
</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 -->