-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
188 lines (185 loc) · 7.76 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<html >
<head>
<title>No Man's Sky Portal Decoder</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="description" content="Convert No Man's Sky Portal glyphs to text and text glyphs, share your portal coordinates!">
<meta name="keywords" content="No Man's Sky, Potals, Codes, Glyphs, Share, Galactic Hub">
<meta name="author" content="Roger Nobrega">
<link type="text/css" rel="stylesheet" href="css/glyphs.css">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-104462399-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-104462399-1');
</script>
</head>
<body>
<div class="bg-overlay"></div>
<div class="content">
<div class="title">
<i class="portal"></i>
<span>No Man's Sky Portals Decoder</span>
<div class="version"></div>
</div>
<div class="menu">
<ul class="tabs-menu">
<li class="current"><a href="#tab-1">
Share Coordinates
</a></li>
<li><a href="#tab-2">
Convert Portal Code
</a></li>
<li><a href="#tab-3">
Galactic Coordinates
</a></li>
</ul>
</div>
<div class="tab">
<div id="tab-1" class="tab-content">
<div class="sharecoords">
<div class="titletext">Share your portal Coordinates:</div>
<div class="description">Clicking glyphs makes an alphanumeric sequence, convert your portal glyphs to Galactic Coordinates and generate a link to share below.</div>
<div class="glyphsblock">
<i class="glyph-0" data-id="0"></i>
<i class="glyph-1" data-id="1"></i>
<i class="glyph-2" data-id="2"></i>
<i class="glyph-3" data-id="3"></i>
<i class="glyph-4" data-id="4"></i>
<i class="glyph-5" data-id="5"></i>
<i class="glyph-6" data-id="6"></i>
<i class="glyph-7" data-id="7"></i>
<i class="glyph-8" data-id="8"></i>
<i class="glyph-9" data-id="9"></i>
<i class="glyph-A" data-id="A"></i>
<i class="glyph-B" data-id="B"></i>
<i class="glyph-C" data-id="C"></i>
<i class="glyph-D" data-id="D"></i>
<i class="glyph-E" data-id="E"></i>
<i class="glyph-F" data-id="F"></i>
</div>
<div class="sharecoordsbox">
<div class="clickedglyphs"></div>
<div class="glyphsError">
<span class="atlaserror">ATLAS TRANSPORT ERROR</span>
<i class="errorsp"></i>
<span class="atlaserror">LOCATION CORRUPTED</span>
<p class="atlasmsgerror">You will be teleported to an approximate destination</p>
</div>
<div class="glyphscheck"></div>
<div class="cleardelbuttons">
<button class="clearglyphs">Clear</button>
<button class="deleteglyphs">Delete Glyphs</button>
</div>
<div class="glyphlinkbox">
<div class="linktoglyph">
<span class="linkTitle">Portal Code:</span>
</div>
<div class="glyphlink"></div>
</div>
<div class="linkbuttons">
<div class="relative inline-block">
<span class="copymsg copybtnportallink">Copied!</span>
<button id="copybtn">Copy link</button>
</div>
<div class="relative inline-block">
<span class="copymsg copybtnportalcode">Copied!</span>
<button id="copybtncode">Copy code only</button>
</div>
</div>
<div class="galacticAddressBox">
<div class="gaTitleblock"><span class="gaTitle">Galactic Address:</span></div>
<div class="galacticAddress"></div>
</div>
<div class="buttonblock">
<div class="relative inline-block">
<div class="relative inline-block">
<span class="copymsg copybtngaaddress">Copied!</span>
<button id="copygaaddress">Copy Galactic Address</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="tab-2" class="tab-content">
<div class="loadcoords">
<div class="titletext">Portal code to Glyphs:</div>
<div class="description">Paste the shared code here to convert into glyphs</div>
<input class="glyphs" maxlength="12">
<div class="portalError">
<span class="atlaserror">ATLAS TRANSPORT ERROR</span>
<i class="errorsp"></i>
<span class="atlaserror">LOCATION CORRUPTED</span>
<p class="atlasmsgerror">You will be teleported to an approximate destination</p>
</div>
<div class="result"></div>
<div class="galacticAddressCodeBox">
<div class="gacodeTitleblock"><span class="gaTitleCode">Galactic Address:</span></div>
<div class="galacticAddressCode"></div>
</div>
<div class="buttonblock">
<div class="relative inline-block">
<span class="copymsg copybtngaaddress">Copied!</span>
<button id="copygaaddresscode">Copy Galactic Address</button>
</div>
</div>
<div class="linkbuttons">
<div class="clearbuttonbox">
<button class="clearglyphsurl">Clear</button>
</div>
</div>
</div>
</div>
<div id="tab-3" class="tab-content">
<div class="loadcoords">
<div class="titletext">Galactic Address to Glyphs:</div>
<div class="description">Paste your galactic address here to convert into glyphs</div>
<div class="portalNumberBox">
<span class="portalNumberText">Portal Number:</span>
<select class="portalNumber">
</select>
<div class="descbox">
<p class="portalNumberDesc">If you don't know that number, leave as it is (It represents the first glyph)</p>
</div>
<input class="gacoords" placeholder="000F:000F:000F:000F" maxlength="19">
<div class="gacoordsError">Invalid Address:<span class="wrongcoords"></span></div>
</div>
<div class="portalGlyphBox">
<span class="portalTitle">Portal Glyphs:</span>
</div>
<div class="portalglyphs"></div>
<div class="portalCodeBox">
<span class="portalTitle">Portal Code:</span>
<div class="gacoordstoglyphs"></div>
<div class="gacoordstoglyphslink"></div>
</div>
<div class="linkbuttons">
<div class="clearbuttonbox">
<div class="relative inline-block">
<span class="copymsg copybtngaportallink">Copied!</span>
<button id="copygaaddressLink">Copy Link</button>
</div>
<button class="clearga">Clear</button>
</div>
</div>
</div>
</div>
</div>
<input id="galacticAddress" type='text'/>
<input id="glyphlink" type='text'/>
<input id="glyphcode" type='text'/>
<input id="galacticAddressCode" type='text'/>
<input id="gacoordstoglyphslink" type='text'/>
</div>
<div class="footer">
<div class="author">
<a href="https://www.reddit.com/message/compose/?to=rogerhnn">Created by RogerHN</a>
</div>
</div>
<script src='js/jquery.min.js'></script>
<script src='js/glyphs.js'></script>
</body>
</html>