|
5 | 5 | <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0"/>
|
6 | 6 | <meta http-equiv="X-UA-Compatible" content="ie=edge"/>
|
7 | 7 |
|
8 |
| - <!-- Chrome, Firefox OS and Opera --> |
| 8 | + <!-- Theme colors --> |
9 | 9 | <meta name="theme-color" content="#42445A"/>
|
10 |
| - |
11 |
| - <!-- Windows Phone --> |
12 | 10 | <meta name="msapplication-navbutton-color" content="#42445A"/>
|
13 |
| - |
14 |
| - <!-- iOS Safari --> |
15 | 11 | <meta name="apple-mobile-web-app-status-bar-style" content="#42445A"/>
|
16 | 12 |
|
17 | 13 | <!-- SEO Stuff -->
|
|
20 | 16 | <meta name="robots" content="follow"/>
|
21 | 17 | <meta name="revisit-after" content="7 days"/>
|
22 | 18 | <meta name="page-topic" content="Color picker"/>
|
23 |
| - <meta name="copyright" content="Simon Reinisch"/> |
24 |
| - <meta name="author" content="Simon Reinisch"/> |
25 |
| - <meta name="description" |
26 |
| - content="Flat, simple, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!"/> |
27 |
| - <meta name="keywords" content="colorpicker, color-picker, design, ux-design, ui-design, web-development, programming, colors"/> |
| 19 | + <meta name="copyright" content="Simon Reinisch"> |
| 20 | + <meta name="owner" content="Simon Reinisch"> |
| 21 | + <meta name="author" content="Simon Reinisch"> |
| 22 | + <meta name="description" content="Flat, simple, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!"/> |
| 23 | + <meta name="keywords" content="js, color picker, color-picker, design, ux-design, ui-design, web-development, programming, colors"/> |
28 | 24 |
|
29 |
| - <!-- Open Graph / Facebook --> |
| 25 | + <!-- Open Graph --> |
30 | 26 | <meta property="og:image" content="st/favicon.png"/>
|
31 | 27 | <meta property="og:type" content="website"/>
|
32 | 28 | <meta property="og:url" content="https://simonwep.github.io/pickr/"/>
|
33 | 29 | <meta property="og:site_name" content="Pickr"/>
|
34 | 30 | <meta property="og:title" content="Pickr - Modern Color Picker"/>
|
35 |
| - <meta property="og:description" |
36 |
| - content="Flat, simple, responsive and hackable Color-Picker. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize."/> |
| 31 | + <meta property="og:description" content="Flat, simple, responsive and hackable Color-Picker. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize."/> |
37 | 32 |
|
38 | 33 | <!-- Twitter -->
|
39 | 34 | <meta property="twitter:url" content="https://simonwep.github.io/pickr/">
|
40 | 35 | <meta property="twitter:title" content="Pickr - Modern Color Picker">
|
41 |
| - <meta property="twitter:description" |
42 |
| - content="Flat, simple, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!"> |
| 36 | + <meta property="twitter:description" content="Flat, simple, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!"> |
43 | 37 | <meta property="twitter:image" content="st/favicon.png">
|
44 | 38 |
|
45 |
| - <!-- Analytics --> |
46 |
| - <script async src="https://ackee.reinisch.io/tracker.js" data-ackee-server="https://ackee.reinisch.io" data-ackee-domain-id="6536a4cf-bb51-4901-ad17-707906e53ff8"></script> |
47 |
| - |
48 | 39 | <title>Pickr</title>
|
49 | 40 |
|
50 | 41 | <!-- Icons -->
|
|
63 | 54 | <body>
|
64 | 55 | <header>
|
65 | 56 | <h1>Pickr. Keep it simple.</h1>
|
66 |
| - <a href="https://github.com/Simonwep/pickr">VIEW ON GITHUB</a> |
| 57 | + <a href="https://github.com/simonwep/pickr">VIEW ON GITHUB</a> |
67 | 58 | </header>
|
68 | 59 |
|
69 | 60 | <main>
|
|
0 commit comments