-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
72 lines (70 loc) · 2.4 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>HelsinkiJS</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="author" content="HelsinkiJS team" />
<meta
name="description"
content="Regular monthly JavaScript meetups in Helsinki"
/>
<meta property="og:title" content="HelsinkiJS" />
<meta
property="og:description"
content="Regular monthly JavaScript meetups in Helsinki"
/>
<meta
property="og:image"
content="https://helsinkijs.org/assets/helsinki-js.wide.png"
/>
<meta property="og:url" content="https://helsinkijs.org" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@helsinkijs" />
<meta
name="twitter:image"
content="https://helsinkijs.org/assets/helsinki-js.png"
/>
<link rel="apple-touch-icon" sizes="180x180" href="assets/icon.180.png" />
<link rel="icon" type="image/png" sizes="32x32" href="assets/icon.32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="assets/icon.16.png" />
<link rel="manifest" href="./site.webmanifest" />
<link rel="mask-icon" href="assets/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#ffc40d" />
<meta name="theme-color" content="#F7DF1E" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<main>
<div class="content--canvas"></div>
<div class="content">
<h1>HelsinkiJS</h1>
<p class="about">
monthly <br />
JavaScript meetups <br />
in Helsinki
</p>
<div class="links">
<a href="https://meetabit.com/communities/helsinkijs">
Attend upcoming events</a
>
<a href="https://www.facebook.com/groups/helsinkijs/">
Join Facebook group</a
>
<a href="https://twitter.com/helsinkijs"> Follow us on Twitter</a>
<a
href="https://meetabit.com/communities/helsinkijs/talk_proposals/new"
>
Become a speaker</a
>
<a
href="https://github.com/helsinkijs/helsinkijs.org?tab=coc-ov-file#helsinkijs-anti-harassment-policy"
>
Anti-harassment policy</a
>
</div>
</div>
</main>
<script type="module" src="./aurora.js"></script>
</body>
</html>