-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (37 loc) · 1.62 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
<!DOCTYPE html>
<head>
<title>GeNiUS</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="shadow" style="display: none">
<div class="row-container">
</div>
<div class="element">
<div class="symbol"> Ge </div>
<div class="number"> 32 </div>
<div class="weight"> 72.63 </div>
<div class="name"> GERMANIUM </div>
</div>
</div>
<div class="container">
</div>
<!-- <div class="separator"></div> -->
<textarea id="main-textarea"></textarea>
<p class="description">
Tips: "space" or "comma" or whatever non-alphabetical character can be used as a separator.<br>
Like if you type "n-ow" you will get "N O W" instead of "No W" as a result.<br>
</p>
<p class="description">
To display this page as expected, you need the font <b>Helvetica Neue Condensed</b> to be installed.<br>
<b>Helvetica Neue Condensed</b> is a pre-installed font in macOS and iOS,<br>
other platforms may have to be installed manually and it's <b><i>not for free</i></b>. Sorry!<br>
Huge thanks for who designed the MIT "GeNiUS" t-shirt. This page is highly inspired and I love it. True genius.<br>
</p>
<p class="description">
<b>Github: <a href="https://github.com/MugiSus/genius">MugiSus/genius</a></b>
</p>
<script src="elements.js"></script>
<script src="src.js"></script>
</body>
<html>