Add spacing to properly render images in old post
This commit is contained in:
parent
0d59e760ac
commit
9dcb4e9b14
|
@ -8,15 +8,20 @@ data:
|
||||||
tags:
|
tags:
|
||||||
- rust
|
- rust
|
||||||
---
|
---
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
|
|
||||||
[![Rust on the Web](//tmp.fnordig.de/rust-sthlm/th-2016-08-29_18.23.59.jpg)](//tmp.fnordig.de/rust-sthlm/2016-08-29_18.23.59.jpg)
|
[![Rust on the Web](//tmp.fnordig.de/rust-sthlm/th-2016-08-29_18.23.59.jpg)](//tmp.fnordig.de/rust-sthlm/2016-08-29_18.23.59.jpg)
|
||||||
|
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
Last monday I attended the [Rust Sthlm][meetup] Meetup and gave a talk about using Rust for web development.
|
Last monday I attended the [Rust Sthlm][meetup] Meetup and gave a talk about using Rust for web development.
|
||||||
About 60 people attended, had pizza and listened to the two talks of the evening.
|
About 60 people attended, had pizza and listened to the two talks of the evening.
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
|
|
||||||
[![Meetup](//tmp.fnordig.de/rust-sthlm/th-2016-08-29_18.59.00.jpg)](//tmp.fnordig.de/rust-sthlm/th-2016-08-29_18.59.00.jpg)
|
[![Meetup](//tmp.fnordig.de/rust-sthlm/th-2016-08-29_18.59.00.jpg)](//tmp.fnordig.de/rust-sthlm/th-2016-08-29_18.59.00.jpg)
|
||||||
|
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
I started off with my talk *Rust from the Back to the Front*, giving an overview of the ecosystem around all things related to web programming in Rust.
|
I started off with my talk *Rust from the Back to the Front*, giving an overview of the ecosystem around all things related to web programming in Rust.
|
||||||
|
@ -29,7 +34,9 @@ This has to wait a bit though, as I will first dive deeper into Emscripten (and
|
||||||
My slides are [online][slides] and I will try to collect more [resources in a Gist][resources].
|
My slides are [online][slides] and I will try to collect more [resources in a Gist][resources].
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
|
|
||||||
[![Rust and openSUSE](//tmp.fnordig.de/rust-sthlm/th-2016-08-29_20.03.47.jpg)](//tmp.fnordig.de/rust-sthlm/2016-08-29_20.03.47.jpg)
|
[![Rust and openSUSE](//tmp.fnordig.de/rust-sthlm/th-2016-08-29_20.03.47.jpg)](//tmp.fnordig.de/rust-sthlm/2016-08-29_20.03.47.jpg)
|
||||||
|
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
The second talk that evening was by [Kristoffer Grönlund][krig], giving us a quick introduction to some of Rust's features,
|
The second talk that evening was by [Kristoffer Grönlund][krig], giving us a quick introduction to some of Rust's features,
|
||||||
|
|
Loading…
Reference in a new issue