-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (32 loc) · 1.78 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
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Reactive Circus</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/skeleton.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" sizes="16x16" href="images//favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="images//favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="images//favicon-96x96.png">
</head>
<body>
<header class="centered-container bg-primary text-white text-center">
<div class="d-flex align-items-center flex-column">
<img class="logo" src="images/logo_foreground.svg" alt="">
<h1 class="heading text-on-primary">Reactive Circus</h1>
<p class="subheading text-on-primary font-weight-light">A bunch of open-source projects mostly around Android - apps, tooling, libraries and experiments.</p>
</div>
</header>
</body>
</html>