-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
61 lines (55 loc) · 3.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="name" content="OpenBlocks">
<meta name="description" content="Thank you for supporting OpenBlocks, due to some personal and technical issues, the project won't be open-source until the first release is ready, which may take few months. For now you may pre-register [here](https://forms.gle/zALHJk3qyqjDcJEM8), and we will inform via email when the project is released.\n\nRegards.">
<meta name="keywords" content="Sketch, Blocks, Code, Open, Free, Android, App, Easy">
<meta name="theme-color" content="#1976d2">
<meta property="og:title" content="OpenBlocks">
<meta property="og:url" content="https://openblocks.tk">
<meta property="og:image" content="https://yt3.ggpht.com/ytc/AAUvwnjkJx12heIRjrtxe4W5GuxoHA-EOvxWK_xqN7nG=s900-c-k-c0x00ffffff-no-rj">
<meta property="og:description" content="Thank you for supporting OpenBlocks, due to some personal and technical issues, the project won't be open-source until the first release is ready, which may take few months. For now you may pre-register [here](https://forms.gle/zALHJk3qyqjDcJEM8), and we will inform via email when the project is released.\n\nRegards.">
<title>OpenBlocks</title>
<link rel="icon" href="./img/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp">
<link rel="stylesheet" href="./css/style.css">
<script async src="https://arc.io/widget.min.js#rGPwqo8s"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z8BE5CQRQJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-Z8BE5CQRQJ');
</script>
</head>
<body>
<div class="navBar">
<h2 class="title">OpenBlocks</h2>
<a href="#" class="hamburgerIcon" onclick="openMenu()"><span class="material-icons-round">menu</span></a>
<ul class="menu" id="menu">
<li><a href="#https://openblocks.tk/">Home</a></li>
<li><a href="#https://openblocks.tk/about.html">About</a></li>
<li><a href="#https://openblocks.tk/download.html">Download</a></li>
<li><a href="https://docs.openblocks.tk">Docs</a></li>
<li><a href="https://openblocks.tk/discord/">Discord</a></li>
</ul>
</div>
<div class="container">
<img src="./img/screenshot.png" style="width: 35%; float: right;">
<i class="material-icons-round bigIcon">view_in_ar</i>
<h1 style="margin-bottom: 16px;">OpenBlocks</h1>
<p style="max-width: 600px;">
Thank you for supporting OpenBlocks, due to some personal and technical issues, the project won't be open-source until the first release is ready, which may take few months. For now you may pre-register <a href="https://forms.gle/zALHJk3qyqjDcJEM8">here</a>, and we will inform via email when the project is released.
<br />
<br />
Regards.
</p>
<div class="footer">
Copyright © 2021 <a href="https://openblocks.tk">OpenBlocks</a>.
</div>
</div>
<script src="./js/main.js"></script>
</body>
</html>