-
Notifications
You must be signed in to change notification settings - Fork 0
/
splashes.js
184 lines (184 loc) · 6.54 KB
/
splashes.js
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
export const splashscreens = [
{
hid: 'apple-splash-2048-2732',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-2048-2732.jpg',
media:
'(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)'
},
{
hid: 'apple-splash-2732-2048',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-2732-2048.jpg',
media:
'(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)'
},
{
hid: 'apple-splash-1668-2388',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1668-2388.jpg',
media:
'(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)'
},
{
hid: 'apple-splash-2388-1668',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-2388-1668.jpg',
media:
'(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)'
},
{
hid: 'apple-splash-1536-2048',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1536-2048.jpg',
media:
'(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)'
},
{
hid: 'apple-splash-2048-1536',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-2048-1536.jpg',
media:
'(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)'
},
{
hid: 'apple-splash-1668-2224',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1668-2224.jpg',
media:
'(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)'
},
{
hid: 'apple-splash-2224-1668',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-2224-1668.jpg',
media:
'(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)'
},
{
hid: 'apple-splash-1620-2160',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1620-2160.jpg',
media:
'(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)'
},
{
hid: 'apple-splash-2160-1620',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-2160-1620.jpg',
media:
'(device-width: 810px) and (device-height: 1080px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)'
},
{
hid: 'apple-splash-1284-2778',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1284-2778.jpg',
media:
'(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)'
},
{
hid: 'apple-splash-2778-1284',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-2778-1284.jpg',
media:
'(device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)'
},
{
hid: 'apple-splash-1170-2532',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1170-2532.jpg',
media:
'(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)'
},
{
hid: 'apple-splash-2532-1170',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-2532-1170.jpg',
media:
'(device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)'
},
{
hid: 'apple-splash-1125-2436',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1125-2436.jpg',
media:
'(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)'
},
{
hid: 'apple-splash-2436-1125',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-2436-1125.jpg',
media:
'(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)'
},
{
hid: 'apple-splash-1242-2688',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1242-2688.jpg',
media:
'(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)'
},
{
hid: 'apple-splash-2688-1242',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-2688-1242.jpg',
media:
'(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)'
},
{
hid: 'apple-splash-828-1792',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-828-1792.jpg',
media:
'(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)'
},
{
hid: 'apple-splash-1792-828',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1792-828.jpg',
media:
'(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)'
},
{
hid: 'apple-splash-1242-2208',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1242-2208.jpg',
media:
'(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)'
},
{
hid: 'apple-splash-2208-1242',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-2208-1242.jpg',
media:
'(device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)'
},
{
hid: 'apple-splash-750-1334',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-750-1334.jpg',
media:
'(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)'
},
{
hid: 'apple-splash-1334-750',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1334-750.jpg',
media:
'(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)'
},
{
hid: 'apple-splash-640-1136',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-640-1136.jpg',
media:
'(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)'
},
{
hid: 'apple-splash-1136-640',
rel: 'apple-touch-startup-image',
href: '/splashscreens/apple-splash-1136-640.jpg',
media:
'(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)'
}
]