Speaker page improvement

This commit is contained in:
Tobias 2018-11-10 12:44:35 +13:00
parent 539b483cdd
commit a5d146554c
6 changed files with 39 additions and 3 deletions

View file

@ -24,9 +24,13 @@
</div>
</div>
<div class="card card-green">
<img class="card-img-top" src="//placekitten.com/600/600" style="filter: grayscale(100%);" alt="Kitten">
<a href="/programme/keynotes/dana/">
<img class="card-img-top" src="{% static '/assets/speakers/dana.jpg' %}" style="filter: grayscale(100%);" alt="Kitten">
</a>
<div class="card-body">
<h5><strong>Unannounced Speaker</strong></h5>
<a href="/programme/keynotes/dana/">
<h5><strong>Dana Lewis</strong></h5>
</a>
</div>
<div class="card-footer">
</div>

View file

@ -36,6 +36,7 @@
<div class="card-body">
<h5 class="card-title">Developer Developer</h5>
<p class="card-text">The Developer Developer Miniconf is an outlet for the growing community of application developers who attend linux.conf.au to talk about how to do software development properly.</p>
<a href="/programme/miniconfs/developer/">More info</a>
</div>
</div>
<div class="card mb-4">
@ -90,7 +91,7 @@
professionals of all kinds from across Australia. Topics on every aspect of
technical communication are welcome, ranging from languages and tools to
building communities and the state of the industry.</p>
<a href="/programme/miniconfs/docs">More info</a>
<a href="/programme/miniconfs/docs/">More info</a>
</div>
</div>
</div>

View file

@ -0,0 +1,31 @@
{% extends "site_base.html" %}
{% load static %}
{% block head_title %}{{ flatpage.title }}{% endblock head_title %}
{% block body_class %}text-primary{% endblock body_class %}
{% block main_class %}container{% endblock main_class %}
{% block content %}
<div class="row">
<div class="col-12 col-md-8 content text-page">
<h1>Dana Lewis<br />
<small class="subtitle">---</small>
</h1>
<p>
After building her own DIY "artificial pancreas", Dana Lewis (https://diyps.org/about/dana-lewis/) helped found the
open source artificial pancreas movement (known as "OpenAPS"), making safe and effective artificial pancreas technology
available (sooner) for people with diabetes around the world.
</p>
<p>
She is also a Principal Investigator for a Robert Wood Johnson Foundation funded grant project to work to scale
patient-led innovation and scientific discovery in more patient communities.
</p>
<p>
<a href="https://openaps.org/">https://openaps.org/</a><br />
<a href="https://twitter.com/danamlewis">@danamlewis</a>
</p>
<img src="{% static '/assets/speakers/dana.jpg' %}" style="filter: grayscale(100%);" alt="Dana Lewis" />
</div>
</div>
{% endblock content %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 55 KiB