forked from diodechain/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
joinzone.html
34 lines (28 loc) · 994 Bytes
/
joinzone.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
---
title: Join Zone
layout: page
class: header--white
permalink: /joinzone/
nav:
---
<script>
var url = new URL(document.location.toString());
if (url.hash.slice(1).length < 32) {
window.location.replace((url.origin + url.pathname).replace("/joinzone/", "/"));
}
</script>
<div class="text-center joinzone">
<h2 class="title">Join Code</h2>
<hr class="title_line">
<p class="subtitle">Click the "Join" button on the Zones page of the Diode App and enter this Join Code!</p>
<h3 class="joincode">
<script>
document.write(url.hash.slice(1))
</script>
</h3>
<img style="display:block; margin-left:auto; margin-right: auto; width: 520px;" src="{{ "joinzone/joincode-entry-example.gif" | prepend: site.path.images | relative_url}}" alt="how to join zone with join code">
<p class="download-prompt">Need the Diode App?</p>
<div>
<a href="#download-app" class="btn popup-open" target="">{{ site.links.download.title }}</a>
</div>
</div>