-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (40 loc) · 2.05 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
<html>
<head>
<title>maker.rocks</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="img/emoji.png">
<meta name="og:title" content="maker.rocks">
<meta name="twitter:title" content="maker.rocks">
<meta name="og:description" content="A shareable profile that sums you up as a maker — Claim yours now!">
<meta name="twitter:description" content="A shareable profile that sums you up as a maker — Claim yours now!">
<meta name="og:image" content="https://maker.rocks/img/landing-social-image.png">
<meta name="twitter:image" content="https://maker.rocks/img/landing-social-image.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@MakerDotRocks">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="landing-page">
<section class="hero">
<h1 class="logo"><img src="img/emoji.png" alt=""> maker.rocks</h1>
<h2>A shareable profile that sums you up as a maker</h2>
<div class="horizontal-container">
<a href="https://youtu.be/BOPJ2eVS8Xs?list=PL8XKSSWGr3tRzQkag-oA0DbZhvoRLDRKj" target="_blank" class="btn livestream-link">Watch me launch this live!</a>
<a href="/signup" class="btn">Claim your page now!</a>
<a href="/login" class="btn">Already have an account?</a>
</div>
</section>
</body>
</html>
<script>
if((typeof localStorage.username !== 'undefined' && typeof localStorage.email !== 'undefined') && typeof localStorage.code !== 'undefined' && localStorage.signedIn == 'true') {
window.location = '/home';
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-103555680-7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-103555680-7');
</script>