-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
178 lines (143 loc) · 8.91 KB
/
index.html
File metadata and controls
178 lines (143 loc) · 8.91 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Dev1t0 Scale</title>
<meta name="theme-color" content="#1a1a1a">
<meta name="twitter:description" content="Because Imperial and Metric suck.">
<meta name="twitter:image" content="assets/img/512.png">
<meta name="description" content="Because Imperial and Metric suck.">
<meta name="twitter:title" content="Dev1t0 Scale">
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="assets/img/ios.png">
<link rel="icon" type="image/png" sizes="1024x1024" href="assets/img/Egg.png">
<link rel="icon" type="image/png" sizes="1024x1024" href="assets/img/Egg.png">
<link rel="icon" type="image/png" sizes="180x180" href="assets/img/ios.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/android.png">
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/512.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="assets/css/Footer-Basic.css">
<link rel="stylesheet" href="assets/css/Navigation-Clean.css">
<link rel="stylesheet" href="assets/css/periodictable.css">
<link rel="stylesheet" href="assets/css/styles.css">
<!-- Panelbear Analytics - We respect your privacy -->
<script async src="https://cdn.panelbear.com/analytics.js?site=FtzwtgDwjnW"></script>
<script>
window.panelbear = window.panelbear || function() { (window.panelbear.q = window.panelbear.q || []).push(arguments); };
panelbear('config', { site: 'FtzwtgDwjnW' });
</script>
</head>
<body style="color: #fff;background: #1a1a1a;">
<nav class="navbar navbar-light navbar-expand-md navigation-clean">
<div class="container"><a class="navbar-brand" href="index.html"><img src="assets/img/Egg.png" width="50px">The Dev1t0 Scale</a><button data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1"><span class="visually-hidden">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link" href="why.html">FAQ</a></li>
<li class="nav-item"><a class="nav-link" href="periodictable.html">Periodic Table</a></li>
<li class="nav-item"><a class="nav-link" href="privacy.html">Privacy</a></li>
</ul>
</div>
</div>
</nav>
<section style="padding: 10px;padding-right: 20px;padding-left: 20px;">
<div>
<ul class="nav nav-tabs" role="tablist">
<li class="nav-item" role="presentation"><a class="nav-link active link-light" role="tab" data-bs-toggle="tab" href="#tab-1">Meters</a></li>
<li class="nav-item" role="presentation"><a class="nav-link link-light" role="tab" data-bs-toggle="tab" href="#tab-2">Feet</a></li>
<li class="nav-item" role="presentation"><a class="nav-link link-light" role="tab" data-bs-toggle="tab" href="#tab-3">Mass</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" role="tabpanel" id="tab-1"><section name="examples">
<h4>Conversion Calculator</h4>
<input class="form-control" type="number" id="meters" placeholder="Meters">
<p></p>
<!-- <input class="form-control" type="number" id="kph" placeholder="Speed (Kilometer Per Hour)">-->
<p></p>
<p> <button type="button" class="btn btn-light" onclick="generate()">Convert to Dev1t0</button></p>
<h4>Output</h4>
<div style="color: greenyellow; background-color: #1a1a1a;"><code style="color: greenyellow" id="jsoutput">
<p id="function"></p>
<p id="var1"></p>
<!--<p id="var7"></p>-->
</code></div>
</section>
<script src="./entrybuilder.js"></script></div>
<div class="tab-pane" role="tabpanel" id="tab-2"><section name="examples">
<h4>Conversion Calculator</h4>
<input class="form-control" type="number" id="feet" placeholder="Feet">
<p></p>
<input class="form-control" type="number" id="inches" placeholder="Inches">
<p></p>
<!--<input class="form-control" type="number" id="mph" placeholder="Speed (Miles Per Hour)">-->
<p></p>
<p> <button type="button" class="btn btn-light" onclick="generate()">Convert to Dev1t0</button></p>
<h4>Output</h4>
<div style="color: greenyellow; background-color: #1a1a1a;"><code style="color: greenyellow" id="jsoutput">
<p id="function"></p>
<p id="var2"></p>
<p id="var3"></p>
<!-- <p id="var6"></p> -->
</code></div>
</section>
<script src="./entrybuilder.js"></script></div>
<div class="tab-pane" role="tabpanel" id="tab-3"><section name="examples">
<h4>Conversion Calculator</h4>
<input class="form-control" type="number" id="mass" placeholder="Mass (Grams)">
<p></p>
<input class="form-control" type="number" id="weighto" placeholder="Weight (Ounces)">
<p></p>
<p> <button type="button" class="btn btn-light" onclick="generate()">Convert to Dev1t0</button></p>
<h4>Output</h4>
<div style="color: greenyellow; background-color: #1a1a1a;"><code style="color: greenyellow" id="jsoutput">
<p id="function"></p>
<p id="var4"></p>
<p id="var5"></p>
</code></div>
</section>
<script src="./entrybuilder.js"></script></div>
</div>
</div>
<h1>Labels</h1>
<p>Dev1t0 (Length/Distance) = Ld0 (AKA, Long Dev1t0s)</p>
<p>Dev1t0 (Mass/Weight) = Md0 (AKA, Mass Dev1t0s)</p>
<h1>Prefixes</h1>
<p>Decadev1t0 = 10 Dev1t0s</p>
<p>Centidev1t0 = 0.01 Dev1t0s</p>
<p>And so on (Follows the prefixes of the metric system).</p>
<p></p>
<h1>Conversion Methods</h1>
<h4>Meters to Dev1t0s</h4>
<p>1.47/1</p>
<h4>Feet to Dev1t0s</h4>
<p>4.11/1</p>
<h4>Grams to Dev1t0s</h4>
<p>56.7/1</p>
<h4>Ounces to Dev1t0s</h4>
<p>2/1</p>
</section>
<footer class="footer-basic">
<div class="social"><a href="https://www.instagram.com/jbsciencegeek/" style="border-style: none;" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-brand-instagram">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<rect x="4" y="4" width="16" height="16" rx="4"></rect>
<circle cx="12" cy="12" r="3"></circle>
<line x1="16.5" y1="7.5" x2="16.5" y2="7.501"></line>
</svg></a><a href="https://twitter.com/jborg_arts" style="border-style: none;" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-brand-twitter">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M22 4.01c-1 .49 -1.98 .689 -3 .99c-1.121 -1.265 -2.783 -1.335 -4.38 -.737s-2.643 2.06 -2.62 3.737v1c-3.245 .083 -6.135 -1.395 -8 -4c0 0 -4.182 7.433 4 11c-1.872 1.247 -3.739 2.088 -6 2c3.308 1.803 6.913 2.423 10.034 1.517c3.58 -1.04 6.522 -3.723 7.651 -7.742a13.84 13.84 0 0 0 .497 -3.753c-.002 -.249 1.51 -2.772 1.818 -4.013z"></path>
</svg></a><a href="https://www.tiktok.com/@jbsciencegeek" style="border-style: none;" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-brand-tiktok">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M9 12a4 4 0 1 0 4 4v-12a5 5 0 0 0 5 5"></path>
</svg></a></div>
<ul class="list-inline">
<li class="list-inline-item"><a href="https://github.com/JacobBorgProgramming/Dev1t0-Scale" target="_blank">Source Code</a></li>
<li class="list-inline-item"><a href="index.html">Home</a></li>
<li class="list-inline-item"><a href="examples.html">Examples</a></li>
<li class="list-inline-item"><a href="privacy.html">Privacy Policy</a></li>
</ul>
<p class="copyright">A project by Jacob Borg</p>
</footer>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/entrybuilder.js"></script>
</body>
</html>