Add rusty

This commit is contained in:
Tobias 2018-11-24 20:19:41 +13:00
parent 958b518b86
commit b14d4514ab
3 changed files with 39 additions and 2 deletions

View file

@ -52,11 +52,16 @@
</div>
</div>
<div class="card card-green">
<img class="card-img-top" src="//placekitten.com/599/600" style="filter: grayscale(100%);" alt="Kitten">
<a href="/programme/keynotes/rusty/">
<img class="card-img-top" src="{% static '/assets/speakers/rusty.jpg' %}" style="filter: grayscale(100%);" alt="Rusty Russell">
</a>
<div class="card-body">
<h5><strong>Unannounced Speaker</strong></h5>
<a href="/programme/keynotes/rusty/">
<h5><strong>Rusty Russell</strong></h5>
</a>
</div>
<div class="card-footer">
linux.conf.au creator | Jack of Many Trades
</div>
</div>
</div>

View file

@ -0,0 +1,32 @@
{% 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>Rusty Russell<br />
<small class="subtitle">linux.conf.au creator | Jack of Many Trades</small>
</h1>
<p>
Rusty is a recovering Linux kernel maintainer, and long-time Free Software developer. He helped create
the modern Linux kernel module subsystem, iptables, netfilter, lguest, virtio, CCAN, ccontrol, linux.conf.au
and many other forgotten projects. After almost 20 years of kernel development, he switched to working
on bitcoin 4 years ago: in particular, developing specifications and an implementation of the lightning
network. He lives in Adelaide with his three great children, and very understanding wife.
</p>
<p>
As Rusty created linux.conf.au, it seems fitting to bring him back for the conference's 20th anniversary!
</p>
<p>
<a href="https://rusty.ozlabs.org/">https://rusty.ozlabs.org/</a><br />
<a href="https://twitter.com/rusty_twit">@rusty_twit</a>
</p>
<img src="{% static '/assets/speakers/rusty.jpg' %}" style="filter: grayscale(100%);" alt="Rusty Russell" />
</div>
</div>
{% endblock content %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB