Skip to content

Commit 345091a

Browse files
committed
Update demo index.html
Remove ackee tracker
1 parent 39b4d82 commit 345091a

File tree

1 file changed

+10
-19
lines changed

1 file changed

+10
-19
lines changed

index.html

+10-19
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0"/>
66
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
77

8-
<!-- Chrome, Firefox OS and Opera -->
8+
<!-- Theme colors -->
99
<meta name="theme-color" content="#42445A"/>
10-
11-
<!-- Windows Phone -->
1210
<meta name="msapplication-navbutton-color" content="#42445A"/>
13-
14-
<!-- iOS Safari -->
1511
<meta name="apple-mobile-web-app-status-bar-style" content="#42445A"/>
1612

1713
<!-- SEO Stuff -->
@@ -20,31 +16,26 @@
2016
<meta name="robots" content="follow"/>
2117
<meta name="revisit-after" content="7 days"/>
2218
<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"/>
2824

29-
<!-- Open Graph / Facebook -->
25+
<!-- Open Graph -->
3026
<meta property="og:image" content="st/favicon.png"/>
3127
<meta property="og:type" content="website"/>
3228
<meta property="og:url" content="https://simonwep.github.io/pickr/"/>
3329
<meta property="og:site_name" content="Pickr"/>
3430
<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."/>
3732

3833
<!-- Twitter -->
3934
<meta property="twitter:url" content="https://simonwep.github.io/pickr/">
4035
<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!">
4337
<meta property="twitter:image" content="st/favicon.png">
4438

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-
4839
<title>Pickr</title>
4940

5041
<!-- Icons -->
@@ -63,7 +54,7 @@
6354
<body>
6455
<header>
6556
<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>
6758
</header>
6859

6960
<main>

0 commit comments

Comments
 (0)