-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (47 loc) · 2.24 KB
/
index.html
File metadata and controls
54 lines (47 loc) · 2.24 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Rustaceans Kenya</title>
<link rel="stylesheet" href="styles/frow.min.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="fonts/fonts.css">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">
</head>
<body>
<div class="svg-border left"></div>
<div id="content" class="frow width-100">
<div class="frow direction-column width-100 centered ">
<div class="frow col-xs-1-1">
<div id="logo" class="frow col-xs-2-4 col-md-2-12">
<img src="/RustaceansKenya-Logo.svg" alt="RustaceansKenya-Logo" class="frow">
</div>
</div>
<div class="frow col-xs-1-1">
<div class="frow text-center font-poppins-regular col-xs-7-8 mt-20 p-10">
<h3 class="color-primary global-font-size">Collaboration and Meetups for the Rust Programming
Language Community in
Kenya.</h3>
</div>
</div>
<div class="frow direction-row p-10 mt-50 col-xs-6-8 gutters justify-evenly">
<div class="frow mb-5 button-link col-xs-2-3 col-md-2-12">
<a class="color-primary" href="https://github.com/RustaceansKenya/">Github</a>
</div>
<div class="frow mb-5 button-link col-xs-2-3 col-md-2-12">
<a class="color-primary" href="https://t.me/+G8BrYdWiqhNjMWRk">Telegram</a>
</div>
<div class="frow mb-5 button-link col-xs-2-3 col-md-2-12">
<a class="color-primary min-width-100" href="https://x.com/RustaceansKenya">X</a>
</div>
<div class="frow mb-5 button-link col-xs-2-3 col-md-2-12">
<a class="color-primary min-width-100"
href="https://github.com/RustaceansKenya/Brand-Collateral/blob/master/RustaceansKenya-Partnerships-deck.pdf">Partnerships</a>
</div>
</div>
</div>
</div>
<div class="svg-border right"></div>
</body>
</html>