-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (51 loc) · 2.21 KB
/
index.html
File metadata and controls
62 lines (51 loc) · 2.21 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
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Tiny Bow</title>
<meta property="og:image" content="https://tinybow.org/images/tiny-bow.png" />
<meta property="og:image:alt" content="Getting Ribbon all tied up 💝" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta property="og:site_name" content="Tiny Bow" />
<meta property="og:type" content="object" />
<meta property="og:title" content="Tiny Bow" />
<meta property="og:url" content="https://tinybow.org" />
<meta property="og:description" content="Getting Ribbon all tied up 💝" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./styles.css">
<style>
body {
display: flex;
align-items: center;
justify-content: center;
background-color: black;
}
img {
max-width: 50vmin;
border-radius: 2vmin;
cursor: pointer;
margin: 2vmin;
margin-right: 0;
}
h1 {
font-weight: lighter;
}
div > h1, div > p {
text-align: left;
margin: 2vmin;
}
</style>
</head>
<body>
<a href="https://github.com/tiny-bow"><img src="./images/tiny-bow.png" /></a>
<div>
<h1>Tiny Bow</h1>
<p>Getting <a href="https://ribbon-lang.com">Ribbon</a> all tied up 💝</p>
<p><a href="https://github.com/tiny-bow/">GitHub </a> · <a href="https://www.linkedin.com/company/tiny-bow">LinkedIn</a> · <a href="https://discord.gg/3FWqmJQAEQ">Discord</a> · <a href="mailto:contact@tinybow.org">Email</a> · <a href="https://github.com/sponsors/tiny-bow">Sponsor</a></p>
</div>
</body>
</html>