-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (38 loc) · 2.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet">
<style>
body {
font-family: 'Source Code Pro', monospace;
margin: 20px;
}
h1 {
color: #FF7500;
}
</style>
</head>
<body>
<h1>Rust Brno</h1>
<img src="logo.png" width="200" />
<h2>We have new communication channel!</h2>
<p>Join us at Telegram: <a href="https://t.me/RustBrnoMeetup">https://t.me/RustBrnoMeetup</a></p>
<p>Facebook group (for events notifications only):</p>
<p><a href="https://www.facebook.com/groups/314296029435393/about/">facebook.com/groups/314296029435393</a></p>
<p>Next meetup:</p>
<ul>
<li>The event will take place in <b>Red Hat lab at Masaryk University</b> (Botanická 68A, 602 00 Brno-Královo)</li>
<li>Date and time: <b>25.4.2019 - 18:00</b></li>
<li>Please indicate your intention to come here: <a href="https://rust-brno-meetup.herokuapp.com/">rust-brno-meetup.herokuapp.com</a></li>
<li>(RH lab has limited capacity and we cannot exceed it, so I need to know how many people would like to come)</li>
<li>Talks, workshops or other activities: (in case you would like to organize some activity, submit an issue to the <a href="https://github.com/rust-brno/meetup">"meetup"</a> repository)</li>
<ul>
<li><b>stain - rapid GUI development</b> - I will show you a project I've been working on for a
past half year or so. It's a node.js library for developing GUI applications (think electron)
which happens to be partly implemented in rust (mostly because it's using webrender under the
hood). Apart from some intro & showcase, I'd like to talk a bit about original design and why
it didn't work and what we've decided to rather go with instead. (Kamil)</li>
</ul>
</ul>
</body>
</html>