Skip to content

Commit 1e3fae3

Browse files
committed
Add convert page + update wallet guide
1 parent 85acf11 commit 1e3fae3

File tree

81 files changed

+1208
-39
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+1208
-39
lines changed

assets/img/ppfrontback.png

89.7 KB

assets/img/stack1.png

2.77 KB

convert/README.md

+1

convert/css/fonts/Inter-Black.woff

135 KB
Binary file not shown.

convert/css/fonts/Inter-Black.woff2

100 KB
Binary file not shown.
142 KB
Binary file not shown.
106 KB
Binary file not shown.

convert/css/fonts/Inter-Bold.woff

140 KB
Binary file not shown.

convert/css/fonts/Inter-Bold.woff2

104 KB
Binary file not shown.
146 KB
Binary file not shown.
109 KB
Binary file not shown.
139 KB
Binary file not shown.
104 KB
Binary file not shown.
146 KB
Binary file not shown.
109 KB
Binary file not shown.
137 KB
Binary file not shown.
102 KB
Binary file not shown.
145 KB
Binary file not shown.
108 KB
Binary file not shown.

convert/css/fonts/Inter-Italic.woff

140 KB
Binary file not shown.

convert/css/fonts/Inter-Italic.woff2

104 KB
Binary file not shown.

convert/css/fonts/Inter-Light.woff

137 KB
Binary file not shown.

convert/css/fonts/Inter-Light.woff2

102 KB
Binary file not shown.
145 KB
Binary file not shown.
109 KB
Binary file not shown.

convert/css/fonts/Inter-Medium.woff

139 KB
Binary file not shown.

convert/css/fonts/Inter-Medium.woff2

103 KB
Binary file not shown.
146 KB
Binary file not shown.
109 KB
Binary file not shown.

convert/css/fonts/Inter-Regular.woff

131 KB
Binary file not shown.

convert/css/fonts/Inter-Regular.woff2

96.5 KB
Binary file not shown.

convert/css/fonts/Inter-SemiBold.woff

139 KB
Binary file not shown.
104 KB
Binary file not shown.
146 KB
Binary file not shown.
109 KB
Binary file not shown.

convert/css/fonts/Inter-Thin.woff

133 KB
Binary file not shown.

convert/css/fonts/Inter-Thin.woff2

97.2 KB
Binary file not shown.
141 KB
Binary file not shown.
104 KB
Binary file not shown.
235 KB
Binary file not shown.
219 KB
Binary file not shown.

convert/css/fonts/Inter.var.woff2

312 KB
Binary file not shown.

convert/css/fonts/inter.css

+200
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,200 @@
1+
@font-face {
2+
font-family: 'Inter';
3+
font-style: normal;
4+
font-weight: 100;
5+
font-display: swap;
6+
src: url("Inter-Thin.woff2?v=3.15") format("woff2"),
7+
url("Inter-Thin.woff?v=3.15") format("woff");
8+
}
9+
@font-face {
10+
font-family: 'Inter';
11+
font-style: italic;
12+
font-weight: 100;
13+
font-display: swap;
14+
src: url("Inter-ThinItalic.woff2?v=3.15") format("woff2"),
15+
url("Inter-ThinItalic.woff?v=3.15") format("woff");
16+
}
17+
18+
@font-face {
19+
font-family: 'Inter';
20+
font-style: normal;
21+
font-weight: 200;
22+
font-display: swap;
23+
src: url("Inter-ExtraLight.woff2?v=3.15") format("woff2"),
24+
url("Inter-ExtraLight.woff?v=3.15") format("woff");
25+
}
26+
@font-face {
27+
font-family: 'Inter';
28+
font-style: italic;
29+
font-weight: 200;
30+
font-display: swap;
31+
src: url("Inter-ExtraLightItalic.woff2?v=3.15") format("woff2"),
32+
url("Inter-ExtraLightItalic.woff?v=3.15") format("woff");
33+
}
34+
35+
@font-face {
36+
font-family: 'Inter';
37+
font-style: normal;
38+
font-weight: 300;
39+
font-display: swap;
40+
src: url("Inter-Light.woff2?v=3.15") format("woff2"),
41+
url("Inter-Light.woff?v=3.15") format("woff");
42+
}
43+
@font-face {
44+
font-family: 'Inter';
45+
font-style: italic;
46+
font-weight: 300;
47+
font-display: swap;
48+
src: url("Inter-LightItalic.woff2?v=3.15") format("woff2"),
49+
url("Inter-LightItalic.woff?v=3.15") format("woff");
50+
}
51+
52+
@font-face {
53+
font-family: 'Inter';
54+
font-style: normal;
55+
font-weight: 400;
56+
font-display: swap;
57+
src: url("Inter-Regular.woff2?v=3.15") format("woff2"),
58+
url("Inter-Regular.woff?v=3.15") format("woff");
59+
}
60+
@font-face {
61+
font-family: 'Inter';
62+
font-style: italic;
63+
font-weight: 400;
64+
font-display: swap;
65+
src: url("Inter-Italic.woff2?v=3.15") format("woff2"),
66+
url("Inter-Italic.woff?v=3.15") format("woff");
67+
}
68+
69+
@font-face {
70+
font-family: 'Inter';
71+
font-style: normal;
72+
font-weight: 500;
73+
font-display: swap;
74+
src: url("Inter-Medium.woff2?v=3.15") format("woff2"),
75+
url("Inter-Medium.woff?v=3.15") format("woff");
76+
}
77+
@font-face {
78+
font-family: 'Inter';
79+
font-style: italic;
80+
font-weight: 500;
81+
font-display: swap;
82+
src: url("Inter-MediumItalic.woff2?v=3.15") format("woff2"),
83+
url("Inter-MediumItalic.woff?v=3.15") format("woff");
84+
}
85+
86+
@font-face {
87+
font-family: 'Inter';
88+
font-style: normal;
89+
font-weight: 600;
90+
font-display: swap;
91+
src: url("Inter-SemiBold.woff2?v=3.15") format("woff2"),
92+
url("Inter-SemiBold.woff?v=3.15") format("woff");
93+
}
94+
@font-face {
95+
font-family: 'Inter';
96+
font-style: italic;
97+
font-weight: 600;
98+
font-display: swap;
99+
src: url("Inter-SemiBoldItalic.woff2?v=3.15") format("woff2"),
100+
url("Inter-SemiBoldItalic.woff?v=3.15") format("woff");
101+
}
102+
103+
@font-face {
104+
font-family: 'Inter';
105+
font-style: normal;
106+
font-weight: 700;
107+
font-display: swap;
108+
src: url("Inter-Bold.woff2?v=3.15") format("woff2"),
109+
url("Inter-Bold.woff?v=3.15") format("woff");
110+
}
111+
@font-face {
112+
font-family: 'Inter';
113+
font-style: italic;
114+
font-weight: 700;
115+
font-display: swap;
116+
src: url("Inter-BoldItalic.woff2?v=3.15") format("woff2"),
117+
url("Inter-BoldItalic.woff?v=3.15") format("woff");
118+
}
119+
120+
@font-face {
121+
font-family: 'Inter';
122+
font-style: normal;
123+
font-weight: 800;
124+
font-display: swap;
125+
src: url("Inter-ExtraBold.woff2?v=3.15") format("woff2"),
126+
url("Inter-ExtraBold.woff?v=3.15") format("woff");
127+
}
128+
@font-face {
129+
font-family: 'Inter';
130+
font-style: italic;
131+
font-weight: 800;
132+
font-display: swap;
133+
src: url("Inter-ExtraBoldItalic.woff2?v=3.15") format("woff2"),
134+
url("Inter-ExtraBoldItalic.woff?v=3.15") format("woff");
135+
}
136+
137+
@font-face {
138+
font-family: 'Inter';
139+
font-style: normal;
140+
font-weight: 900;
141+
font-display: swap;
142+
src: url("Inter-Black.woff2?v=3.15") format("woff2"),
143+
url("Inter-Black.woff?v=3.15") format("woff");
144+
}
145+
@font-face {
146+
font-family: 'Inter';
147+
font-style: italic;
148+
font-weight: 900;
149+
font-display: swap;
150+
src: url("Inter-BlackItalic.woff2?v=3.15") format("woff2"),
151+
url("Inter-BlackItalic.woff?v=3.15") format("woff");
152+
}
153+
154+
/* -------------------------------------------------------
155+
Variable font.
156+
Usage:
157+
158+
html { font-family: 'Inter', sans-serif; }
159+
@supports (font-variation-settings: normal) {
160+
html { font-family: 'Inter var', sans-serif; }
161+
}
162+
*/
163+
@font-face {
164+
font-family: 'Inter var';
165+
font-weight: 100 900;
166+
font-display: swap;
167+
font-style: normal;
168+
font-named-instance: 'Regular';
169+
src: url("Inter-roman.var.woff2?v=3.15") format("woff2");
170+
}
171+
@font-face {
172+
font-family: 'Inter var';
173+
font-weight: 100 900;
174+
font-display: swap;
175+
font-style: italic;
176+
font-named-instance: 'Italic';
177+
src: url("Inter-italic.var.woff2?v=3.15") format("woff2");
178+
}
179+
180+
181+
/* --------------------------------------------------------------------------
182+
[EXPERIMENTAL] Multi-axis, single variable font.
183+
184+
Slant axis is not yet widely supported (as of February 2019) and thus this
185+
multi-axis single variable font is opt-in rather than the default.
186+
187+
When using this, you will probably need to set font-variation-settings
188+
explicitly, e.g.
189+
190+
* { font-variation-settings: "slnt" 0deg }
191+
.italic { font-variation-settings: "slnt" 10deg }
192+
193+
*/
194+
@font-face {
195+
font-family: 'Inter var experimental';
196+
font-weight: 100 900;
197+
font-display: swap;
198+
font-style: oblique 0deg 10deg;
199+
src: url("Inter.var.woff2?v=3.15") format("woff2");
200+
}

convert/css/politespace.css

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
/*! politespace - v1.0.2 - 2017-07-06
2+
Politely add spaces to input values to increase readability (credit card numbers, phone numbers, etc).
3+
* https://github.com/filamentgroup/politespace
4+
* Copyright (c) 2017 Filament Group (@filamentgroup)
5+
* MIT License */
6+
7+
.politespace-proxy {
8+
position: relative;
9+
overflow: hidden; /* clearfix for floating siblings */
10+
display: inline-block;
11+
}
12+
.politespace-proxy-val {
13+
display: none;
14+
}
15+
.politespace-proxy.active.notempty > .politespace-proxy-val {
16+
display: block;
17+
position: absolute;
18+
left: 0;
19+
top: 0;
20+
pointer-events: none;
21+
white-space: nowrap;
22+
overflow: hidden;
23+
text-overflow: ellipsis;
24+
-webkit-box-sizing: border-box;
25+
-moz-box-sizing: border-box;
26+
box-sizing: border-box;
27+
z-index: 1;
28+
}
29+
/* Safari 9 has a weird top/bottom margin on form elements inside of politespace proxies */
30+
/* This caused issues with proxy positioning.
31+
.politespace-proxy > input {
32+
margin-top: 0;
33+
margin-bottom: 0;
34+
}*/
35+
.politespace-proxy.active.notempty input {
36+
-webkit-text-fill-color: transparent;
37+
color: transparent;
38+
}
39+
.politespace-proxy.active.notempty input[type=number] {
40+
-moz-appearance: textfield;
41+
}
42+
.politespace-proxy.active.notempty input[type=number]::-webkit-inner-spin-button,
43+
.politespace-proxy.active.notempty input[type=number]::-webkit-outer-spin-button {
44+
-webkit-appearance: none;
45+
margin: 0;
46+
}

0 commit comments

Comments
 (0)