-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
238 lines (198 loc) · 11.7 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
<!doctype html>
<html lang="en" translate="no">
<head>
<!-- Charset -->
<meta charset="UTF-8" />
<!-- Viewport -->
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"/>
<!-- General Information Tags -->
<title>uipalettes</title>
<meta name="description" content="uipalettes is a Progressive Web App (PWA) that provides web developers access to a curated library of high-quality color palettes that fully comply with the WCAG.">
<meta name="keywords" content="palette, utilities, accessibility, colors, wcag, palette-generation, palettes, ui, design, design-system">
<meta name="author" content="Jesus Graterol">
<!-- Open Graph Tags -->
<meta property="og:title" content="uipalettes" />
<meta property="og:site_name" content="uipalettes" />
<meta property="og:description" content="uipalettes is a Progressive Web App (PWA) that provides web developers access to a curated library of high-quality color palettes that fully comply with the WCAG." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://uipalettes.web.app/" />
<meta property="og:locale" content="en_US" />
<meta property="og:image" content="https://uipalettes.web.app/open-graph/ogimage.png" />
<meta property="og:image:secure_url" content="https://uipalettes.web.app/open-graph/ogimage.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="uipalettes Cover Image" />
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="512x512" href="favicons/512x512.png">
<link rel="icon" type="image/png" sizes="384x384" href="favicons/384x384.png">
<link rel="icon" type="image/png" sizes="256x256" href="favicons/256x256.png">
<link rel="icon" type="image/png" sizes="240x240" href="favicons/240x240.png">
<link rel="icon" type="image/png" sizes="224x224" href="favicons/224x224.png">
<link rel="icon" type="image/png" sizes="208x208" href="favicons/208x208.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicons/192x192.png">
<link rel="icon" type="image/png" sizes="176x176" href="favicons/176x176.png">
<link rel="icon" type="image/png" sizes="160x160" href="favicons/160x160.png">
<link rel="icon" type="image/png" sizes="144x144" href="favicons/144x144.png">
<link rel="icon" type="image/png" sizes="128x128" href="favicons/128x128.png">
<link rel="icon" type="image/png" sizes="112x112" href="favicons/112x112.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicons/96x96.png">
<link rel="icon" type="image/png" sizes="64x64" href="favicons/64x64.png">
<link rel="icon" type="image/png" sizes="48x48" href="favicons/48x48.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicons/32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicons/16x16.png">
<!-- Theme Color -->
<meta name="theme-color" content="#0C0C0C">
<!-- Manifest -->
<link rel="manifest" href="manifest.webmanifest">
<!-- Fallback Application Metadata for Legacy Browsers -->
<meta name="application-name" content="uipalettes">
<!-- Run in Standalone Mode without the Browser Interface -->
<meta name="mobile-web-app-capable" content="yes">
<!-- Apple Tags -->
<!-- Run the App in Fullscreen Without the Browser Interface -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-touch-fullscreen" content="yes">
<!-- Application Title under the PWA Icon on the user's home screen -->
<meta name="apple-mobile-web-app-title" content="uipalettes" />
<!-- Status Bar Color "default"|"black"|"black-translucent"|"white" -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!-- Apple Shortcut Icon -->
<link rel="shortcut icon" href="pwa-assets/apple-touch-icons/180x180.png">
<!-- Apple Touch Icons -->
<link rel="apple-touch-icon" sizes="16x16" href="pwa-assets/apple-touch-icons/16x16.png">
<link rel="apple-touch-icon" sizes="20x20" href="pwa-assets/apple-touch-icons/20x20.png">
<link rel="apple-touch-icon" sizes="29x29" href="pwa-assets/apple-touch-icons/29x29.png">
<link rel="apple-touch-icon" sizes="32x32" href="pwa-assets/apple-touch-icons/32x32.png">
<link rel="apple-touch-icon" sizes="40x40" href="pwa-assets/apple-touch-icons/40x40.png">
<link rel="apple-touch-icon" sizes="50x50" href="pwa-assets/apple-touch-icons/50x50.png">
<link rel="apple-touch-icon" sizes="57x57" href="pwa-assets/apple-touch-icons/57x57.png">
<link rel="apple-touch-icon" sizes="58x58" href="pwa-assets/apple-touch-icons/58x58.png">
<link rel="apple-touch-icon" sizes="60x60" href="pwa-assets/apple-touch-icons/60x60.png">
<link rel="apple-touch-icon" sizes="64x64" href="pwa-assets/apple-touch-icons/64x64.png">
<link rel="apple-touch-icon" sizes="72x72" href="pwa-assets/apple-touch-icons/72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="pwa-assets/apple-touch-icons/76x76.png">
<link rel="apple-touch-icon" sizes="80x80" href="pwa-assets/apple-touch-icons/80x80.png">
<link rel="apple-touch-icon" sizes="87x87" href="pwa-assets/apple-touch-icons/87x87.png">
<link rel="apple-touch-icon" sizes="100x100" href="pwa-assets/apple-touch-icons/100x100.png">
<link rel="apple-touch-icon" sizes="114x114" href="pwa-assets/apple-touch-icons/114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="pwa-assets/apple-touch-icons/120x120.png">
<link rel="apple-touch-icon" sizes="128x128" href="pwa-assets/apple-touch-icons/128x128.png">
<link rel="apple-touch-icon" sizes="144x144" href="pwa-assets/apple-touch-icons/144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="pwa-assets/apple-touch-icons/152x152.png">
<link rel="apple-touch-icon" sizes="167x167" href="pwa-assets/apple-touch-icons/167x167.png">
<link rel="apple-touch-icon" sizes="180x180" href="pwa-assets/apple-touch-icons/180x180.png">
<link rel="apple-touch-icon" sizes="192x192" href="pwa-assets/apple-touch-icons/192x192.png">
<link rel="apple-touch-icon" sizes="256x256" href="pwa-assets/apple-touch-icons/256x256.png">
<link rel="apple-touch-icon" sizes="512x512" href="pwa-assets/apple-touch-icons/512x512.png">
<link rel="apple-touch-icon" sizes="1024x1024" href="pwa-assets/apple-touch-icons/1024x1024.png">
<!-- Apple Splash Screens -->
<link
href="pwa-assets/apple-splash-screens/640x1136.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
href="pwa-assets/apple-splash-screens/750x1334.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
href="pwa-assets/apple-splash-screens/828x1792.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
href="pwa-assets/apple-splash-screens/1125x2436.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
/>
<link
href="pwa-assets/apple-splash-screens/1136x640.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
href="pwa-assets/apple-splash-screens/1242x2208.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
/>
<link
href="pwa-assets/apple-splash-screens/1242x2688.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait)"
/>
<link
href="pwa-assets/apple-splash-screens/1334x750.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
href="pwa-assets/apple-splash-screens/1536x2048.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
href="pwa-assets/apple-splash-screens/1668x2224.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
href="pwa-assets/apple-splash-screens/1668x2388.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
href="pwa-assets/apple-splash-screens/1792x828.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
href="pwa-assets/apple-splash-screens/2048x1536.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
href="pwa-assets/apple-splash-screens/2048x2732.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait)"
/>
<link
href="pwa-assets/apple-splash-screens/2208x1242.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
/>
<link
href="pwa-assets/apple-splash-screens/2224x1668.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
href="pwa-assets/apple-splash-screens/2388x1668.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<link
href="pwa-assets/apple-splash-screens/2436x1125.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
/>
<link
href="pwa-assets/apple-splash-screens/2688x1242.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)"
/>
<link
href="pwa-assets/apple-splash-screens/2732x2048.png"
rel="apple-touch-startup-image"
media="screen and (device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2) and (orientation: landscape)"
/>
<!-- Microsoft Tags -->
<!-- Support for older versions of IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Google Site Verification -->
<meta name="google-site-verification" content="WfP4aoviKbWMT6o6tBDnHjgF2oJT0CCTA05p8_gtKTc" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>