summaryrefslogtreecommitdiff
path: root/static/website
diff options
context:
space:
mode:
Diffstat (limited to 'static/website')
-rw-r--r--static/website/images/romain.jpgbin0 -> 63599 bytes
-rwxr-xr-xstatic/website/templates/home.html21
2 files changed, 20 insertions, 1 deletions
diff --git a/static/website/images/romain.jpg b/static/website/images/romain.jpg
new file mode 100644
index 0000000..16b1c52
--- /dev/null
+++ b/static/website/images/romain.jpg
Binary files differ
diff --git a/static/website/templates/home.html b/static/website/templates/home.html
index 11af77c..edbbeed 100755
--- a/static/website/templates/home.html
+++ b/static/website/templates/home.html
@@ -86,7 +86,7 @@
<div class="thumbnail">
<img src="{% static 'website/images/ajith.jpeg' %}">
<div class="caption">
- Ajith Kumar (<span class="garmond">Invited</span>)
+ Ajith Kumar (<span class="garmond">Keynote</span>)
<hr>
<div class="extras garmond">
<div class="row">
@@ -101,6 +101,25 @@
</div>
</div>
</div> <!-- /.col -->
+ <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
+ <div class="thumbnail">
+ <img src="{% static 'website/images/romain.jpg' %}">
+ <div class="caption">
+ Romain Guillebert (<span class="garmond">Invited</span>)
+ <hr>
+ <div class="extras garmond">
+ <div class="row">
+ <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6 bio">
+ <a href="{% url 'website:invited_speakers' %}"></a>
+ </div>
+ <div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
+ <a href="https://twitter.com/rguillebert" target="_blank">Twitter</a>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div> <!-- /.col -->
</div> <!-- /.row -->
</div> <!-- /.col -->