-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathindex.html
306 lines (286 loc) · 21.4 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
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<head>
<title>PleaseRotate.js - Force mobile device orientation</title>
<link href="//fonts.googleapis.com/css?family=Istok+Web" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lora" rel="stylesheet" type="text/css">
<style>
body {
margin:0;
}
a {
color: #ff2e5c;
}
#header {
width:100%;
height:100%;
position:relative;
background-color: #ddd;
}
#header svg {
height: 100%;
position: absolute;
left: 50%;
transform: translate(-50%, 0%) rotate(90deg);
-moz-transform: translate(-50%, 0%) rotate(90deg);
-webkit-transform: translate(-50%, 0%) rotate(90deg);
transform: translate(-50%, 0%) rotate(90deg);
-webkit-animation:spin 1s ease-in-out 1;
-moz-animation:spin 1s ease-in-out 1;
animation:spin 1s ease-in-out 1;
-webkit-animation-fill-mode: forwards;
-moz-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@-moz-keyframes spin { 100% { -moz-transform: translate(-50%, 0%) rotate(0deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: translate(-50%, 0%) rotate(0deg); } }
@keyframes spin { 100% { -webkit-transform: translate(-50%, 0%) rotate(90deg); transform:translate(-50%, 0%) rotate(0deg); } }
#main {
font-size: 1.4em;
width: 800px;
margin: auto;
padding: 0;
background-color: #fff;
}
h2 {
font-family: 'Istok Web', Verdana, Helvetica, sans-serif;
text-align: center;
padding-top: 1.2em;
}
p {
margin: 20px;
font-family: 'Lora', Georgia, serif;
line-height: 1.5em;
}
#demo-pic {
display: block;
float: right;
width: 180px;
margin: 10px;
}
#button-bar {
text-align: center;
margin: 50px;
}
.btn {
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #005e99);
background-image: -moz-linear-gradient(top, #3498db, #005e99);
background-image: -ms-linear-gradient(top, #3498db, #005e99);
background-image: -o-linear-gradient(top, #3498db, #005e99);
background-image: linear-gradient(to bottom, #3498db, #005e99);
-webkit-border-radius: 5;
-moz-border-radius: 5;
border-radius: 5px;
font-family: Arial;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
margin: 10px;
}
.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}
</style>
</head>
<body>
<div id="header">
<?xml version="1.0" encoding="utf-8"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 900 900" enable-background="new 0 0 900 900" xml:space="preserve">
<g id="Background">
<circle fill="#FF2E5C" cx="450" cy="456.9" r="388.3"/>
</g>
<g id="Text">
<g>
<path fill="#FFFFFF" d="M100.4,398.6h22.8c6.2,0,10.9,0.5,14.2,1.5c3.3,1,5.8,2.4,7.5,4.2s2.8,4,3.4,6.6c0.6,2.6,0.9,6.6,0.9,12.1
v7.6c0,5.6-0.6,9.6-1.7,12.1c-1.1,2.5-3.2,4.5-6.3,5.9c-3.1,1.4-7.1,2-12,2H123v35h-22.6V398.6z M123,413.5v22.1
c0.6,0,1.2,0.1,1.7,0.1c2.1,0,3.5-0.5,4.3-1.5s1.2-3.1,1.2-6.4v-7.1c0-3-0.5-4.9-1.4-5.8C127.9,413.9,126,413.5,123,413.5z"/>
<path fill="#FFFFFF" d="M177.3,398.6v87H155v-87H177.3z"/>
<path fill="#FFFFFF" d="M234.3,451.2h-28.1v15.4c0,3.2,0.2,5.3,0.7,6.2c0.5,0.9,1.4,1.4,2.7,1.4c1.6,0,2.7-0.6,3.3-1.9
c0.6-1.2,0.8-3.6,0.8-7.2v-9.4h20.6v5.3c0,4.4-0.3,7.8-0.8,10.2c-0.6,2.4-1.9,4.9-3.9,7.6s-4.6,4.7-7.8,6c-3.1,1.3-7.1,2-11.8,2
c-4.6,0-8.6-0.7-12.1-2c-3.5-1.3-6.2-3.1-8.2-5.5c-2-2.3-3.3-4.9-4.1-7.6c-0.8-2.8-1.1-6.8-1.1-12.1v-20.8
c0-6.2,0.8-11.1,2.5-14.7c1.7-3.6,4.4-6.4,8.3-8.3c3.8-1.9,8.2-2.9,13.2-2.9c6.1,0,11.1,1.2,15.1,3.5c4,2.3,6.7,5.4,8.3,9.2
c1.6,3.8,2.4,9.2,2.4,16.1V451.2z M212.5,439.6v-5.2c0-3.7-0.2-6.1-0.6-7.1c-0.4-1.1-1.2-1.6-2.4-1.6c-1.5,0-2.4,0.5-2.8,1.4
c-0.4,0.9-0.5,3.4-0.5,7.4v5.2H212.5z"/>
<path fill="#FFFFFF" d="M260.8,441.9h-20.4v-4.8c0-5.5,0.6-9.8,1.9-12.8c1.3-3,3.8-5.6,7.7-7.9c3.8-2.3,8.8-3.4,14.9-3.4
c7.3,0,12.9,1.3,16.6,3.9c3.7,2.6,6,5.8,6.7,9.6c0.8,3.8,1.1,11.6,1.1,23.3v35.8h-21.1v-6.4c-1.3,2.5-3,4.5-5.1,5.7
c-2.1,1.3-4.6,1.9-7.5,1.9c-3.8,0-7.3-1.1-10.4-3.2s-4.8-6.8-4.8-14v-5.9c0-5.3,0.8-9,2.5-10.9c1.7-1.9,5.9-4.2,12.5-6.8
c7.1-2.8,10.9-4.7,11.4-5.6c0.5-1,0.8-2.9,0.8-5.9c0-3.7-0.3-6.1-0.8-7.3c-0.6-1.1-1.5-1.7-2.8-1.7c-1.5,0-2.4,0.5-2.7,1.4
c-0.4,0.9-0.5,3.4-0.5,7.4V441.9z M267.6,451.7c-3.5,2.5-5.5,4.7-6,6.4c-0.6,1.7-0.8,4.2-0.8,7.4c0,3.7,0.2,6.1,0.7,7.1
s1.4,1.6,2.9,1.6c1.4,0,2.2-0.4,2.7-1.3c0.4-0.8,0.6-3.1,0.6-6.6V451.7z"/>
<path fill="#FFFFFF" d="M341.1,437.1h-19.2v-3.9c0-3.3-0.2-5.4-0.6-6.3c-0.4-0.9-1.3-1.3-2.8-1.3c-1.2,0-2.1,0.4-2.7,1.2
c-0.6,0.8-0.9,2-0.9,3.6c0,2.2,0.2,3.8,0.5,4.8c0.3,1,1.2,2.1,2.7,3.4c1.5,1.2,4.6,3,9.4,5.3c6.3,3.1,10.4,6,12.4,8.7
c2,2.7,3,6.7,3,11.9c0,5.8-0.8,10.2-2.3,13.1s-4,5.2-7.5,6.8c-3.5,1.6-7.8,2.4-12.8,2.4c-5.5,0-10.2-0.9-14.2-2.6s-6.6-4-8.1-7
c-1.5-2.9-2.2-7.4-2.2-13.3v-3.4H315v4.5c0,3.8,0.2,6.3,0.7,7.5c0.5,1.1,1.4,1.7,2.9,1.7c1.5,0,2.6-0.4,3.2-1.2
c0.6-0.8,0.9-2.4,0.9-4.9c0-3.4-0.4-5.5-1.2-6.4c-0.8-0.9-5-3.4-12.6-7.6c-6.4-3.6-10.3-6.8-11.7-9.7c-1.4-2.9-2.1-6.4-2.1-10.4
c0-5.7,0.8-9.9,2.3-12.6c1.5-2.7,4.1-4.8,7.7-6.3c3.6-1.5,7.8-2.2,12.5-2.2c4.7,0,8.7,0.6,12.1,1.8c3.3,1.2,5.9,2.8,7.6,4.8
c1.8,2,2.8,3.8,3.2,5.5c0.4,1.7,0.6,4.3,0.6,7.9V437.1z"/>
<path fill="#FFFFFF" d="M397.7,451.2h-28.1v15.4c0,3.2,0.2,5.3,0.7,6.2c0.5,0.9,1.4,1.4,2.7,1.4c1.6,0,2.7-0.6,3.3-1.9
c0.6-1.2,0.8-3.6,0.8-7.2v-9.4h20.6v5.3c0,4.4-0.3,7.8-0.8,10.2c-0.6,2.4-1.9,4.9-3.9,7.6s-4.6,4.7-7.8,6c-3.1,1.3-7.1,2-11.8,2
c-4.6,0-8.6-0.7-12.1-2c-3.5-1.3-6.2-3.1-8.2-5.5c-2-2.3-3.3-4.9-4.1-7.6c-0.8-2.8-1.1-6.8-1.1-12.1v-20.8
c0-6.2,0.8-11.1,2.5-14.7c1.7-3.6,4.4-6.4,8.3-8.3c3.8-1.9,8.2-2.9,13.2-2.9c6.1,0,11.1,1.2,15.1,3.5c4,2.3,6.7,5.4,8.3,9.2
c1.6,3.8,2.4,9.2,2.4,16.1V451.2z M376,439.6v-5.2c0-3.7-0.2-6.1-0.6-7.1c-0.4-1.1-1.2-1.6-2.4-1.6c-1.5,0-2.4,0.5-2.8,1.4
c-0.4,0.9-0.5,3.4-0.5,7.4v5.2H376z"/>
<path fill="#FFFFFF" d="M405.4,398.6h16c10.7,0,17.9,0.4,21.7,1.2c3.8,0.8,6.9,2.9,9.2,6.3c2.4,3.4,3.6,8.8,3.6,16.2
c0,6.8-0.8,11.3-2.5,13.6c-1.7,2.3-5,3.7-9.9,4.2c4.5,1.1,7.5,2.6,9,4.5c1.5,1.9,2.5,3.6,2.9,5.1s0.6,5.8,0.6,12.9v22.9h-21v-28.9
c0-4.7-0.4-7.5-1.1-8.6c-0.7-1.1-2.7-1.7-5.8-1.7v39.2h-22.6V398.6z M428.1,413.5v19.3c2.5,0,4.3-0.3,5.3-1s1.5-3,1.5-6.8v-4.8
c0-2.8-0.5-4.6-1.5-5.4C432.5,413.9,430.7,413.5,428.1,413.5z"/>
<path fill="#FFFFFF" d="M513.1,439.3v17.5c0,6.4-0.3,11.1-1,14.1c-0.6,3-2,5.8-4.1,8.4c-2.1,2.6-4.8,4.5-8.1,5.7
s-7.1,1.9-11.4,1.9c-4.8,0-8.9-0.5-12.2-1.6s-5.9-2.6-7.8-4.8c-1.8-2.1-3.2-4.7-3.9-7.7c-0.8-3-1.2-7.6-1.2-13.6v-18.3
c0-6.6,0.7-11.8,2.1-15.5c1.4-3.7,4-6.7,7.7-9c3.7-2.3,8.5-3.4,14.3-3.4c4.9,0,9.1,0.7,12.5,2.2c3.5,1.5,6.2,3.3,8.1,5.7
c1.9,2.3,3.2,4.7,3.9,7.2C512.8,430.5,513.1,434.3,513.1,439.3z M491.4,433.9c0-3.7-0.2-6-0.6-6.9c-0.4-0.9-1.2-1.4-2.5-1.4
s-2.1,0.5-2.6,1.4c-0.4,0.9-0.6,3.2-0.6,6.9v32.2c0,3.4,0.2,5.6,0.6,6.6s1.3,1.5,2.5,1.5c1.3,0,2.1-0.5,2.6-1.4
c0.4-0.9,0.6-2.9,0.6-6V433.9z"/>
<path fill="#FFFFFF" d="M543.2,404.8V416h5.9v11.3h-5.9v38.1c0,4.7,0.2,7.3,0.7,7.8c0.5,0.5,2.5,0.8,6,0.8v11.5h-8.8
c-4.9,0-8.5-0.2-10.6-0.6c-2.1-0.4-4-1.4-5.6-2.8c-1.6-1.5-2.6-3.2-3-5.1c-0.4-1.9-0.6-6.4-0.6-13.5v-36.2h-4.7V416h4.7v-11.2
H543.2z"/>
<path fill="#FFFFFF" d="M573.2,441.9h-20.4v-4.8c0-5.5,0.6-9.8,1.9-12.8c1.3-3,3.8-5.6,7.7-7.9c3.8-2.3,8.8-3.4,14.9-3.4
c7.3,0,12.9,1.3,16.6,3.9c3.7,2.6,6,5.8,6.7,9.6c0.8,3.8,1.1,11.6,1.1,23.3v35.8h-21.1v-6.4c-1.3,2.5-3,4.5-5.1,5.7
c-2.1,1.3-4.6,1.9-7.5,1.9c-3.8,0-7.3-1.1-10.4-3.2c-3.2-2.1-4.8-6.8-4.8-14v-5.9c0-5.3,0.8-9,2.5-10.9c1.7-1.9,5.9-4.2,12.5-6.8
c7.1-2.8,10.9-4.7,11.4-5.6c0.5-1,0.8-2.9,0.8-5.9c0-3.7-0.3-6.1-0.8-7.3c-0.6-1.1-1.5-1.7-2.8-1.7c-1.5,0-2.4,0.5-2.7,1.4
c-0.4,0.9-0.5,3.4-0.5,7.4V441.9z M580.1,451.7c-3.5,2.5-5.5,4.7-6,6.4c-0.6,1.7-0.8,4.2-0.8,7.4c0,3.7,0.2,6.1,0.7,7.1
c0.5,1.1,1.4,1.6,2.9,1.6c1.4,0,2.2-0.4,2.7-1.3c0.4-0.8,0.6-3.1,0.6-6.6V451.7z"/>
<path fill="#FFFFFF" d="M632.1,404.8V416h5.9v11.3h-5.9v38.1c0,4.7,0.2,7.3,0.7,7.8c0.5,0.5,2.5,0.8,6,0.8v11.5h-8.8
c-4.9,0-8.5-0.2-10.6-0.6c-2.1-0.4-4-1.4-5.6-2.8c-1.6-1.5-2.6-3.2-3-5.1c-0.4-1.9-0.6-6.4-0.6-13.5v-36.2h-4.7V416h4.7v-11.2
H632.1z"/>
<path fill="#FFFFFF" d="M691.9,451.2h-28.1v15.4c0,3.2,0.2,5.3,0.7,6.2c0.5,0.9,1.4,1.4,2.7,1.4c1.6,0,2.7-0.6,3.3-1.9
c0.6-1.2,0.8-3.6,0.8-7.2v-9.4h20.6v5.3c0,4.4-0.3,7.8-0.8,10.2c-0.6,2.4-1.9,4.9-3.9,7.6s-4.6,4.7-7.8,6c-3.1,1.3-7.1,2-11.8,2
c-4.6,0-8.6-0.7-12.1-2c-3.5-1.3-6.2-3.1-8.2-5.5c-2-2.3-3.3-4.9-4.1-7.6c-0.8-2.8-1.1-6.8-1.1-12.1v-20.8
c0-6.2,0.8-11.1,2.5-14.7c1.7-3.6,4.4-6.4,8.3-8.3c3.8-1.9,8.2-2.9,13.2-2.9c6.1,0,11.1,1.2,15.1,3.5c4,2.3,6.7,5.4,8.3,9.2
c1.6,3.8,2.4,9.2,2.4,16.1V451.2z M670.1,439.6v-5.2c0-3.7-0.2-6.1-0.6-7.1c-0.4-1.1-1.2-1.6-2.4-1.6c-1.5,0-2.4,0.5-2.8,1.4
c-0.4,0.9-0.5,3.4-0.5,7.4v5.2H670.1z"/>
<path fill="#FFFFFF" d="M713.4,467.8v17.7H697v-17.7H713.4z"/>
<path fill="#FFFFFF" d="M742.3,414.3v56.4c0,6.6-0.1,11.1-0.4,13.5c-0.3,2.3-1.1,4.4-2.5,6.2c-1.4,1.8-3.2,3.1-5.5,3.9
c-2.3,0.9-5.8,1.3-10.4,1.3h-8.4v-11.4c2.6,0,4-0.3,4.4-0.9c0.3-0.6,0.5-4.2,0.5-10.7v-58.3H742.3z M742.3,398.6v11.3h-22.3v-11.3
H742.3z"/>
<path fill="#FFFFFF" d="M794.4,437.1h-19.2v-3.9c0-3.3-0.2-5.4-0.6-6.3c-0.4-0.9-1.3-1.3-2.8-1.3c-1.2,0-2.1,0.4-2.7,1.2
c-0.6,0.8-0.9,2-0.9,3.6c0,2.2,0.2,3.8,0.5,4.8c0.3,1,1.2,2.1,2.7,3.4c1.5,1.2,4.6,3,9.4,5.3c6.3,3.1,10.4,6,12.4,8.7
c2,2.7,3,6.7,3,11.9c0,5.8-0.8,10.2-2.3,13.1s-4,5.2-7.5,6.8c-3.5,1.6-7.8,2.4-12.8,2.4c-5.5,0-10.2-0.9-14.2-2.6
c-3.9-1.7-6.6-4-8.1-7c-1.5-2.9-2.2-7.4-2.2-13.3v-3.4h19.2v4.5c0,3.8,0.2,6.3,0.7,7.5c0.5,1.1,1.4,1.7,2.9,1.7
c1.5,0,2.6-0.4,3.2-1.2c0.6-0.8,0.9-2.4,0.9-4.9c0-3.4-0.4-5.5-1.2-6.4c-0.8-0.9-5-3.4-12.6-7.6c-6.4-3.6-10.3-6.8-11.7-9.7
c-1.4-2.9-2.1-6.4-2.1-10.4c0-5.7,0.8-9.9,2.3-12.6c1.5-2.7,4.1-4.8,7.7-6.3c3.6-1.5,7.8-2.2,12.5-2.2c4.7,0,8.7,0.6,12.1,1.8
c3.3,1.2,5.9,2.8,7.6,4.8c1.8,2,2.8,3.8,3.2,5.5c0.4,1.7,0.6,4.3,0.6,7.9V437.1z"/>
</g>
<g>
<path fill="#FFFFFF" d="M154.2,528.8c3.2,0,5.9,0.4,8.1,2.3c2.4,2,2.9,4.8,2.9,6.9c0,4.5-2.8,9-10.1,9h-3.1v13.9h-3.6v-32H154.2z
M151.9,543.5h2.9c4.2,0,6.8-2.1,6.8-5.8c0-5.1-4.8-5.6-7.1-5.6h-2.6V543.5z"/>
<path fill="#FFFFFF" d="M167.8,550.9c0-6,4.5-10.5,10.6-10.5s10.6,4.5,10.6,10.5c0,6-4.5,10.5-10.6,10.5S167.8,557,167.8,550.9z
M171.3,550.9c0,4.9,3.5,7.4,7,7.4c3.6,0,7-2.5,7-7.4c0-4.9-3.4-7.4-7-7.4S171.3,546.1,171.3,550.9z"/>
<path fill="#FFFFFF" d="M197.6,525.8v35h-3.5v-35H197.6z"/>
<path fill="#FFFFFF" d="M205.9,530.9c1.3,0,2.4,1.1,2.4,2.4c0,1.3-1.1,2.4-2.4,2.4c-1.3,0-2.4-1.1-2.4-2.4
C203.5,532,204.6,530.9,205.9,530.9z M207.6,540.9v19.9h-3.5v-19.9H207.6z"/>
<path fill="#FFFFFF" d="M217.7,544v16.8h-3.5V544h-2.1v-3.2h2.1v-7.2h3.5v7.2h3.5v3.2H217.7z"/>
<path fill="#FFFFFF" d="M242.1,555.7c-0.6,1.1-1.4,2.3-2.4,3.2c-1.8,1.6-4.1,2.4-6.6,2.4c-4.8,0-9.8-3-9.8-10.4
c0-6,3.6-10.6,9.6-10.6c3.9,0,6.3,1.9,7.5,3.6c1.2,1.8,2,4.8,1.9,7.5h-15.5c0,4.1,2.9,6.8,6.3,6.8c1.6,0,2.9-0.5,4.1-1.4
c0.9-0.8,1.6-1.8,2.1-2.7L242.1,555.7z M238.7,548.7c-0.6-3.1-2.9-5.2-5.9-5.2s-5.3,2.2-5.9,5.2H238.7z"/>
<path fill="#FFFFFF" d="M251,525.8v35h-3.5v-35H251z"/>
<path fill="#FFFFFF" d="M263.8,558.9l-9.2-18h3.9l7.1,14.3l6.5-14.3h3.8l-14.6,31h-3.8L263.8,558.9z"/>
<path fill="#FFFFFF" d="M306,525.8h3.5v35H306V558c-1.2,1.5-3.3,3.4-6.8,3.4c-5,0-9.7-3.6-9.7-10.6c0-6.9,4.6-10.4,9.7-10.4
c3.8,0,5.9,2.1,6.8,3.3V525.8z M293.1,550.8c0,4.3,2.4,7.5,6.5,7.5c4.2,0,6.6-3.5,6.6-7.4c0-5.1-3.6-7.4-6.6-7.4
C296.2,543.5,293.1,546,293.1,550.8z"/>
<path fill="#FFFFFF" d="M317.3,530.9c1.3,0,2.4,1.1,2.4,2.4c0,1.3-1.1,2.4-2.4,2.4c-1.3,0-2.4-1.1-2.4-2.4
C314.8,532,315.9,530.9,317.3,530.9z M319,540.9v19.9h-3.5v-19.9H319z"/>
<path fill="#FFFFFF" d="M341.1,546.4c-1.8-2.3-4.5-3-6.2-3c-3.7,0-7.1,2.6-7.1,7.4s3.5,7.4,7,7.4c2.1,0,4.6-0.9,6.4-3.1v4.1
c-2.2,1.6-4.5,2.1-6.3,2.1c-6.2,0-10.7-4.4-10.7-10.4c0-6.1,4.5-10.6,10.7-10.6c3.2,0,5.2,1.2,6.2,1.9V546.4z"/>
<path fill="#FFFFFF" d="M350.1,544v16.8h-3.5V544h-2.1v-3.2h2.1v-7.2h3.5v7.2h3.5v3.2H350.1z"/>
<path fill="#FFFFFF" d="M372.1,540.9h3.5v19.9h-3.5V558c-1.2,1.5-3.3,3.4-6.8,3.4c-5,0-9.7-3.6-9.7-10.6c0-6.9,4.6-10.4,9.7-10.4
c3.8,0,5.9,2.1,6.8,3.3V540.9z M359.1,550.8c0,4.3,2.4,7.5,6.5,7.5c4.2,0,6.6-3.5,6.6-7.4c0-5.1-3.6-7.4-6.6-7.4
C362.2,543.5,359.1,546,359.1,550.8z"/>
<path fill="#FFFFFF" d="M385.6,544v16.8h-3.5V544H380v-3.2h2.1v-7.2h3.5v7.2h3.5v3.2H385.6z"/>
<path fill="#FFFFFF" d="M410,555.7c-0.6,1.1-1.4,2.3-2.4,3.2c-1.8,1.6-4.1,2.4-6.6,2.4c-4.8,0-9.8-3-9.8-10.4
c0-6,3.6-10.6,9.6-10.6c3.9,0,6.3,1.9,7.5,3.6c1.2,1.8,2,4.8,1.9,7.5h-15.5c0,4.1,2.9,6.8,6.3,6.8c1.6,0,2.9-0.5,4.1-1.4
c0.9-0.8,1.6-1.8,2.1-2.7L410,555.7z M406.6,548.7c-0.6-3.1-2.9-5.2-5.9-5.2s-5.3,2.2-5.9,5.2H406.6z"/>
<path fill="#FFFFFF" d="M441.9,525.8h3.5v35h-3.5V558c-1.2,1.5-3.3,3.4-6.8,3.4c-5,0-9.7-3.6-9.7-10.6c0-6.9,4.6-10.4,9.7-10.4
c3.8,0,5.9,2.1,6.8,3.3V525.8z M428.9,550.8c0,4.3,2.4,7.5,6.5,7.5c4.2,0,6.6-3.5,6.6-7.4c0-5.1-3.6-7.4-6.6-7.4
C432,543.5,428.9,546,428.9,550.8z"/>
<path fill="#FFFFFF" d="M469.5,555.7c-0.6,1.1-1.4,2.3-2.4,3.2c-1.8,1.6-4.1,2.4-6.6,2.4c-4.8,0-9.8-3-9.8-10.4
c0-6,3.6-10.6,9.6-10.6c3.9,0,6.3,1.9,7.5,3.6c1.2,1.8,2,4.8,1.9,7.5h-15.5c0,4.1,2.9,6.8,6.3,6.8c1.6,0,2.9-0.5,4.1-1.4
c0.9-0.8,1.6-1.8,2.1-2.7L469.5,555.7z M466.1,548.7c-0.6-3.1-2.9-5.2-5.9-5.2c-2.9,0-5.3,2.2-5.9,5.2H466.1z"/>
<path fill="#FFFFFF" d="M475.9,540.9l6,13.4l6-13.4h3.8l-9.8,21.2l-9.8-21.2H475.9z"/>
<path fill="#FFFFFF" d="M497,530.9c1.3,0,2.4,1.1,2.4,2.4c0,1.3-1.1,2.4-2.4,2.4c-1.3,0-2.4-1.1-2.4-2.4
C494.6,532,495.7,530.9,497,530.9z M498.7,540.9v19.9h-3.5v-19.9H498.7z"/>
<path fill="#FFFFFF" d="M520.9,546.4c-1.8-2.3-4.5-3-6.2-3c-3.7,0-7.1,2.6-7.1,7.4s3.5,7.4,7,7.4c2.1,0,4.6-0.9,6.4-3.1v4.1
c-2.2,1.6-4.5,2.1-6.3,2.1c-6.2,0-10.7-4.4-10.7-10.4c0-6.1,4.5-10.6,10.7-10.6c3.2,0,5.2,1.2,6.2,1.9V546.4z"/>
<path fill="#FFFFFF" d="M544,555.7c-0.6,1.1-1.4,2.3-2.4,3.2c-1.8,1.6-4.1,2.4-6.6,2.4c-4.8,0-9.8-3-9.8-10.4
c0-6,3.6-10.6,9.6-10.6c3.9,0,6.3,1.9,7.5,3.6c1.2,1.8,2,4.8,1.9,7.5h-15.5c0,4.1,2.9,6.8,6.3,6.8c1.6,0,2.9-0.5,4.1-1.4
c0.9-0.8,1.6-1.8,2.1-2.7L544,555.7z M540.6,548.7c-0.6-3.1-2.9-5.2-5.9-5.2c-2.9,0-5.3,2.2-5.9,5.2H540.6z"/>
<path fill="#FFFFFF" d="M559.3,550.9c0-6,4.5-10.5,10.6-10.5c6.1,0,10.6,4.5,10.6,10.5c0,6-4.5,10.5-10.6,10.5
C563.8,561.4,559.3,557,559.3,550.9z M562.9,550.9c0,4.9,3.5,7.4,7,7.4c3.6,0,7-2.5,7-7.4c0-4.9-3.4-7.4-7-7.4
S562.9,546.1,562.9,550.9z"/>
<path fill="#FFFFFF" d="M585.7,540.9h3.5v2.2c0.3-0.5,1.8-2.6,4.5-2.6c1.1,0,2.2,0.4,3.1,0.8l-1.6,3.1c-0.8-0.5-1.5-0.7-2-0.7
c-1.4,0-2.3,0.6-2.8,1.2c-0.6,0.8-1.2,2.1-1.2,5.4v10.5h-3.5V540.9z"/>
<path fill="#FFFFFF" d="M601.7,530.9c1.3,0,2.4,1.1,2.4,2.4c0,1.3-1.1,2.4-2.4,2.4c-1.3,0-2.4-1.1-2.4-2.4
C599.2,532,600.3,530.9,601.7,530.9z M603.4,540.9v19.9h-3.5v-19.9H603.4z"/>
<path fill="#FFFFFF" d="M627.6,555.7c-0.6,1.1-1.4,2.3-2.4,3.2c-1.8,1.6-4.1,2.4-6.6,2.4c-4.8,0-9.8-3-9.8-10.4
c0-6,3.6-10.6,9.6-10.6c3.9,0,6.3,1.9,7.5,3.6c1.2,1.8,2,4.8,1.9,7.5h-15.5c0,4.1,2.9,6.8,6.3,6.8c1.6,0,2.9-0.5,4.1-1.4
c0.9-0.8,1.6-1.8,2.1-2.7L627.6,555.7z M624.2,548.7c-0.6-3.1-2.9-5.2-5.9-5.2c-2.9,0-5.3,2.2-5.9,5.2H624.2z"/>
<path fill="#FFFFFF" d="M633,540.9h3.5v2.3c0.6-0.8,2.4-2.8,5.7-2.8c2.4,0,4.5,1,5.7,2.7c1,1.5,1.2,3.1,1.2,5.3v12.3h-3.5v-12.2
c0-1.2-0.1-2.6-0.9-3.6c-0.7-0.9-1.7-1.4-3.3-1.4c-1.2,0-2.5,0.3-3.5,1.5c-1.3,1.6-1.4,3.9-1.4,5.4v10.4H633V540.9z"/>
<path fill="#FFFFFF" d="M659.1,544v16.8h-3.5V544h-2.1v-3.2h2.1v-7.2h3.5v7.2h3.5v3.2H659.1z"/>
<path fill="#FFFFFF" d="M681.1,540.9h3.5v19.9h-3.5V558c-1.2,1.5-3.3,3.4-6.8,3.4c-5,0-9.7-3.6-9.7-10.6c0-6.9,4.6-10.4,9.7-10.4
c3.8,0,5.9,2.1,6.8,3.3V540.9z M668.1,550.8c0,4.3,2.4,7.5,6.5,7.5c4.2,0,6.6-3.5,6.6-7.4c0-5.1-3.6-7.4-6.6-7.4
C671.2,543.5,668.1,546,668.1,550.8z"/>
<path fill="#FFFFFF" d="M694.6,544v16.8h-3.5V544h-2.1v-3.2h2.1v-7.2h3.5v7.2h3.5v3.2H694.6z"/>
<path fill="#FFFFFF" d="M703.1,530.9c1.3,0,2.4,1.1,2.4,2.4c0,1.3-1.1,2.4-2.4,2.4c-1.3,0-2.4-1.1-2.4-2.4
C700.6,532,701.7,530.9,703.1,530.9z M704.8,540.9v19.9h-3.5v-19.9H704.8z"/>
<path fill="#FFFFFF" d="M710.1,550.9c0-6,4.5-10.5,10.6-10.5c6.1,0,10.6,4.5,10.6,10.5c0,6-4.5,10.5-10.6,10.5
S710.1,557,710.1,550.9z M713.6,550.9c0,4.9,3.5,7.4,7,7.4c3.6,0,7-2.5,7-7.4c0-4.9-3.4-7.4-7-7.4S713.6,546.1,713.6,550.9z"/>
<path fill="#FFFFFF" d="M736.5,540.9h3.5v2.3c0.6-0.8,2.4-2.8,5.7-2.8c2.4,0,4.5,1,5.7,2.7c1,1.5,1.2,3.1,1.2,5.3v12.3h-3.5v-12.2
c0-1.2-0.1-2.6-0.9-3.6c-0.7-0.9-1.7-1.4-3.3-1.4c-1.2,0-2.5,0.3-3.5,1.5c-1.3,1.6-1.4,3.9-1.4,5.4v10.4h-3.5V540.9z"/>
</g>
</g>
<g id="Arrow">
<rect x="436.5" y="661.8" fill="#FFFFFF" width="27" height="80.6"/>
<polygon fill="#FFFFFF" points="450,742.4 493.3,742.4 471.7,779.9 450,817.4 428.3,779.9 406.7,742.4 "/>
</g>
</svg>
</div>
<div id="main">
<h2>What is this?</h2>
<img id="demo-pic" src="demo.gif"/>
<p>
<strong>PleaseRotate.js</strong> is a tiny javascript script that you include on your
page if you would like your mobile users to view your site in a certain
orientation. If they are not viewing it in the desired orientation,
a message and a helpful animation will ask them politely to switch to the
other orientation.
</p>
<p>
With the default settings, your mobile users will be presented with a screen like the
one over there to the right.
<h2>But why? This is horrible UX!</h2>
<p>
I agree, for most sites this is a really bad idea. But there are some
times when you want your users to view your site in a certain orientation
because it simply isn't worth the time to make it good in other orientations.
I use it for things like <a href="http://www.robscanlon.com/encom-boardroom">technical</a>
<a href="http://www.robscanlon.com/lineup">demos</a> that look horrible in portrait mode.
</p>
<h2>How do I use this?</h2>
<p>
<strong>PleaseRotate.js</strong> is completely self-contained in a javascript file and does
not require any external css files or images. Just throw it in a script tag
and it will ask your mobile users in portrait mode to switch to landscape.
</p>
<p>
It can be easily configured to force users into portrait mode if you would like.
It also supports overriding styles using CSS, and a whole bunch of different options.
Some documentation is available on the <a href="http://github.com/arscan/pleaserotate.js">Github repo</a>.
</p>
<div id="button-bar">
<a href="https://raw.githubusercontent.com/arscan/pleaserotate.js/master/pleaserotate.min.js" class="btn">Download</a>
<a href="https://github.com/arscan/pleaserotate.js" class="btn">Documentation</a>
<a href="demo.html" class="btn">Demo</a>
</div>
<br>
</div>
<a href="https://github.com/arscan/pleaserotate.js"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
<!-- ref:include analytics -->
<!-- endref -->
</body>