-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (40 loc) · 1.47 KB
/
index.html
File metadata and controls
40 lines (40 loc) · 1.47 KB
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
40
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Rust Oslo</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.2/css/bulma.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
</head>
<body>
<section class="hero is-dark is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title">
Rust Oslo Meetup
</h1>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="content is-medium">
<h2 class="title">Links</h2>
<p>
<span class="icon is-medium"><i class="fab fa-meetup"></i></span>
<a href="https://www.meetup.com/Rust-Oslo/">Meetup page on meetup.com</a>
</p>
<p>
<span class="icon is-medium"><i class="fab fa-discord"></i></span>
<a href="https://discord.gg/VYDCSaEad4">Discord community</a>
</p>
<p>
<span class="icon is-medium"><i class="fas fa-desktop"></i></span>
<a href="https://github.com/rustoslo/slides">Slides from meetups (on Github)</a>
</p>
</div>
</div>
</section>
</body>
</html>