-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeynotes.html
More file actions
41 lines (34 loc) · 943 Bytes
/
keynotes.html
File metadata and controls
41 lines (34 loc) · 943 Bytes
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
---
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="sarah" photo="assets/img/sarah.jpg" %}
<br>
<br>
<br />
{% include keynote-speaker.html key="raluca" photo="assets/img/raluca.jpg" %}
<br>
<br>
<br />
{% include keynote-speaker.html key="matei" photo="assets/img/matei.jpg" %}
<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 -->