-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (35 loc) · 1.44 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
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | RustaceansKenya</title>
<link rel="stylesheet" href="styles/frow.min.css">
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="fonts/fonts.css">
</head>
<body>
<div id="hero" class="height-100vh">
<div class="frow column-center direction-column width-100 justify-center centered-column">
<div id="logo" class="frow col-xs-4-6 col-md-1-6">
<img src="/RustaceansKenya-icon.svg" alt="" srcset="">
</div>
<div class="frow pr-10 pl-10">
<h1 class="frow color-primary font-brizel-regular font-size-300">Rustaceans Kenya</h1>
</div>
<div class="frow font-poppins-regular col-xs-7-8 mt-20 p-5">
<h3 class="color-primary">Collaboration and Meetups for the Rust Programming Language Community in
Kenya.</h3>
</div>
<div class="frow row-around mt-50 font-size-150 justify-around">
<div class="frow button-link mr-50">
<a class="color-primary" href="#">Projects</a>
</div>
<div class="frow button-link">
<a class="color-primary" href="#">Showcase</a>
</div>
</div>
</div>
</div>
</body>
</html>