-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignedup.html
167 lines (147 loc) · 3.7 KB
/
signedup.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
<!doctype html><html><head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-228782416-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-228782416-1');
</script>
<title>I want a small Android phone!</title><meta name="description" content="Do you think all Android phones are too big? I agree! We need to work together to convince someone to build a small Android phone again."><meta charset="UTF-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><style>#imml a.portal:not(.inline) {
display: block;
}
#imml .pages > .page:target ~ .page:last-child,
#imml .pages > .page {
display: none;
}
/* :last-child works, but for some reason .page:last-child will not */
#imml .pages > :last-child,
#imml .pages > .page:target {
display: block;
}
#imml .pages > :last-child .breadcrumbs {
visibility: hidden;
}
</style><style>:root {
--imml-text-light: #333333;
--imml-text-dark: #eeeeee;
--imml-background-light: #ffffff;
--imml-background-dark: #121212;
--imml-accent-light: dodgerblue;
--imml-accent-dark: dodgerblue;
}
:root {
--imml-background: var(--imml-background-light);
--imml-text: var(--imml-text-light);
--imml-text-inverse: var(--imml-text-dark);
--imml-accent: var(--imml-accent-light);
}
@media (prefers-color-scheme: dark) {
:root {
--imml-background: var(--imml-background-dark);
--imml-text: var(--imml-text-dark);
--imml-text-inverse: var(--imml-text-light);
--imml-accent: var(--imml-accent-dark);
}
}
body,
html {
height: 100%;
width: 100%;
margin: 0;
}
body {
font-family: sans-serif;
min-height: 100%;
color: var(--imml-text);
background: var(--imml-background);
}
.pages {
margin: 0 auto;
max-width: 600px;
padding-left: 1em;
padding-right: 1em;
}
.pages .page {
padding-top: 2em;
padding-bottom: 10em;
}
.page .breadcrumbs {
font-family: monospace;
text-transform: uppercase;
font-size: small;
}
p {
line-height: 22px;
}
a {
width: fit-content;
color: var(--imml-accent);
border-bottom: 1px dotted var(--imml-accent);
text-decoration: none;
}
hr {
border-style: solid;
border-bottom: 1px;
margin-top: 1em;
margin-bottom: 1em;
}
blockquote {
border-left: 0.5em solid var(--imml-text-inverse);
padding: 0 1em;
}
blockquote p {
font-style: italic;
}
code {
background: var(--imml-text-inverse);
border-radius: 0.25em;
padding: 0em 0.25em;
font-family: monospace;
display: inline-block;
}
pre code {
padding: 0.5em 0.5em;
}
pre {
overflow-x: auto;
}
img {
max-width: 100%;
}
table {
margin-top: 0.25em;
border-collapse: collapse;
width: 100%;
}
thead {
text-align: left;
font-weight: bold;
}
thead tr {
border-bottom: 1px solid;
}
tr {
border-bottom: 1px dashed;
}
td,
th {
padding: 4px;
}
</style><style class="imml">
img.site-logo {
height: 16px;
image-rendering: pixelated;
}
@media {
img {
display: block;
margin-left: auto;
margin-right: auto;
}
}
</style></head><body><div id="imml"><div class="pages"><div class="page" id="home"><div class="breadcrumbs"><span>home</span></div><h1></h1>
<p><img src="https://smallandroidphone.com/title.jpg" alt="Photo credit: [https://flickr.com/photos/janitors/51581331165/](https://flickr.com/photos/janitors/51581331165/)"></p>
<h1>Thanks for signing up!</h1>
<p>Let's get our dream phone made. Follow me on Twitter <a class="external" target="_blank" href="https://www.twitter.com/ericmigi">@ericmigi</a> for updates.</p>
</div></div></div></body></html>