Add rusty
This commit is contained in:
parent
958b518b86
commit
b14d4514ab
3 changed files with 39 additions and 2 deletions
|
@ -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>
|
||||
|
|
32
pinaxcon/templates/keynotes/rusty.html
Normal file
32
pinaxcon/templates/keynotes/rusty.html
Normal 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 %}
|
BIN
static/src/assets/speakers/rusty.jpg
Normal file
BIN
static/src/assets/speakers/rusty.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
Loading…
Reference in a new issue