-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.htm
163 lines (155 loc) · 4.15 KB
/
about.htm
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
<html><head>
<!-- Begin Firebase code for Google Analytics -->
<script src="https://www.gstatic.com/firebasejs/5.8.5/firebase.js"></script>
<script>
// Initialize Firebase
var config = {
apiKey: "AIzaSyBA1xZ_cNVQxCTEwVDhJJOtlCHRBhNcDeA",
authDomain: "grin-converter.firebaseapp.com",
databaseURL: "https://grin-converter.firebaseio.com",
projectId: "grin-converter",
storageBucket: "grin-converter.appspot.com",
messagingSenderId: "505998847832"
};
firebase.initializeApp(config);
</script>
<!-- End Firebase code for Google Analytics -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<meta content="text/html" http-equiv="content-type">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<title>Grin Converter - About</title>
<style type="text/css">
DIV.ETHannouncement {text-align: center }
</style>
<link rel="icon"
type="image/ico"
href="http://br549.mywebcommunity.org/favicon.ico">
<STYLE>
html {
font-size: medium;
}
body {
background-color: #ffffff;
color: #330;
font-family: verdana, georgia, times, serif;
margin: ;
max-width: 80em;
padding: 0 1em;
width: auto;
font-size: 1rem;
line-height: 1.4;
}
a {
color: #1e6b8c;
font-size: 1em;
text-decoration: none;
transition-delay: 0.1s;
transition-duration: 0.3s;
transition-property: color, background-color;
transition-timing-function: linear;
}
a:visited {
color: #6f32ad;
font-size: 1em;
}
a:hover {
background: #b6cff9;
font-size: 1em;
text-decoration: underline;
}
a:active {
background-color: #427fed;
color: #fffff6;
color: white;
font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #black;
font-weight: bold;
line-height: 1.2;
margin-bottom: 1em;
margin-top: 2em;
}
h1 {
font-size: 2.2em;
text-align: center;
}
h2 {
font-size: 1.8em;
border-bottom: solid 0.1rem #703820;
}
h3 {
font-size: 1.5em;
}
h4 {
font-size: 1.3em;
text-decoration: underline;
}
h5 {
font-size: 1.2em;
font-style: italic;
}
h6 {
font-size: 1.1em;
margin-bottom: 0.5rem;
}
pre,
code,
xmp {
font-family: courier;
font-size: 1rem;
line-height: 1.4;
white-space: pre-wrap;
}
</STYLE>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "7d6eba2f-9efd-4a32-baf6-a5255dd85886", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
<STYLE>
<!--
A{text-decoration:none}
-->
</STYLE>
</head>
<body>
<big>
<br>
<center>
<div class="w3-container">
<a href="index.html" class="w3-button w3-round-large w3-yellow"> シ Grin Converter </a>
</div>
</center>
</big>
<p>
<big><b>About</b></big>
<small>
<ul>
<li>This is the Grin Converter App, version 0.0.6 Check the Google Play store for any updated versions. The app is open source, here: <a href="https://github.com/crrdlx/grin-converter" target="_blank">https://github.com/crrdlx/grin-converter</a></li>
<p>
<li>Use this app at your own risk. Although I believe the information and conversions are correct, there are no guarantees.</li>
<p>
<li>The "cm/inch/feet converter" was developed by Ada Shimar [email protected] and is modified and used here. For this script and more, visit <a href="http://javascriptkit.com" target="_blank">javascriptkit.com</a>.</li>
<p>
<li>The admin can be reached via email at [email protected]</li>
</ul>
<center>
<p>
<img src="icon36x36.jpg" border="0" width=18>
</center>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=9064341;
var sc_invisible=1;
var sc_partition=35;
var sc_security="4159c4ae";
</script>
<script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a href="http://www.statcounter.com/" target="_blank"><img class="statcounter" src="http://c36.statcounter.com/9064341/0/4159c4ae/1/" alt="hit counter html code" ></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>