Skip to content

Commit 8d44bd8

Browse files
committed
gdpr
1 parent b59167c commit 8d44bd8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+1610
-275
lines changed

about/index.html

Lines changed: 416 additions & 0 deletions
Large diffs are not rendered by default.

about/legal/cookies/index.html

Lines changed: 461 additions & 0 deletions
Large diffs are not rendered by default.

about/legal/privacy/index.html

Lines changed: 371 additions & 0 deletions
Large diffs are not rendered by default.

angular/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ <h2 class="mb-3 text-sm-nowrap">Free Angular Admin Template</h2>
264264
<a class="github-button" href="https://github.com/mrholek/CoreUI-Angular/fork" data-size="large" data-show-count="true" aria-label="Fork index.html on GitHub">Fork</a>
265265
</div>
266266
<div class="version text-small mt-3">
267-
Current version: 2.0.0-beta.4
267+
Current version: 2.0.0-rc.0
268268
</div>
269269
</div>
270270
</div>
@@ -1001,25 +1001,24 @@ <h5>Github</h5>
10011001
</ul>
10021002
</div>
10031003
<div class="col-md-3">
1004-
<h5>About author</h5>
1004+
<h5>About Us</h5>
10051005
<ul class="list-unstyled">
1006-
<li><a href="http://holeczek.pl">About me</a></li>
1007-
<li><a href="https://www.facebook.com/lukaszholeczek">Facebook</a></li>
1008-
<li><a href="https://www.twitter.com/lukaszholeczek">Twitter</a></li>
1009-
<li><a href="https://github.com/mrholek">Github</a></li>
1006+
<li><a href="/about/">About Us</a></li>
1007+
<li><a href="/about/cookies/">Cookie Policy</a></li>
1008+
<li><a href="/about/privacy/">Privacy Policy</a></li>
1009+
10101010
</ul>
1011-
<h5>My other projects</h5>
1011+
<h5>Our projects</h5>
10121012
<ul class="list-unstyled">
1013-
<li><a href="http://brix.io" target="_blank">Brix.io</a></li>
10141013
<li><a href="https://genesisui.com" target="_blank">GenesisUI</a></li>
1015-
<li><a href="https://bootstrapmaster.com" target="_blank">BootstrapMaster</a></li>
1014+
<li><a href="https://sketchstrap.io" target="_blank">SketchStrap</a></li>
10161015
</ul>
10171016
</div>
10181017
</div>
10191018
</div>
10201019
<div class="copyright text-center">
10211020
<div class="container p-3 text-muted">
1022-
© 2017 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
1021+
© 2018 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
10231022
</div>
10241023
</div>
10251024
</footer>
@@ -1028,6 +1027,7 @@ <h5>My other projects</h5>
10281027

10291028
<script src="/assets/js/vendor/popper.min.js"></script>
10301029
<script src="/assets/js/vendor/bootstrap.min.js"></script>
1030+
<script src="/assets/js/src/application.js"></script>
10311031
<script src="/assets/js/docs.min.js"></script>
10321032

10331033
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->

angularjs/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -704,25 +704,24 @@ <h5>Github</h5>
704704
</ul>
705705
</div>
706706
<div class="col-md-3">
707-
<h5>About author</h5>
707+
<h5>About Us</h5>
708708
<ul class="list-unstyled">
709-
<li><a href="http://holeczek.pl">About me</a></li>
710-
<li><a href="https://www.facebook.com/lukaszholeczek">Facebook</a></li>
711-
<li><a href="https://www.twitter.com/lukaszholeczek">Twitter</a></li>
712-
<li><a href="https://github.com/mrholek">Github</a></li>
709+
<li><a href="/about/">About Us</a></li>
710+
<li><a href="/about/cookies/">Cookie Policy</a></li>
711+
<li><a href="/about/privacy/">Privacy Policy</a></li>
712+
713713
</ul>
714-
<h5>My other projects</h5>
714+
<h5>Our projects</h5>
715715
<ul class="list-unstyled">
716-
<li><a href="http://brix.io" target="_blank">Brix.io</a></li>
717716
<li><a href="https://genesisui.com" target="_blank">GenesisUI</a></li>
718-
<li><a href="https://bootstrapmaster.com" target="_blank">BootstrapMaster</a></li>
717+
<li><a href="https://sketchstrap.io" target="_blank">SketchStrap</a></li>
719718
</ul>
720719
</div>
721720
</div>
722721
</div>
723722
<div class="copyright text-center">
724723
<div class="container p-3 text-muted">
725-
© 2017 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
724+
© 2018 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
726725
</div>
727726
</div>
728727
</footer>
@@ -731,6 +730,7 @@ <h5>My other projects</h5>
731730

732731
<script src="/assets/js/vendor/popper.min.js"></script>
733732
<script src="/assets/js/vendor/bootstrap.min.js"></script>
733+
<script src="/assets/js/src/application.js"></script>
734734
<script src="/assets/js/docs.min.js"></script>
735735

736736
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->

assets/css/style.css

Lines changed: 27 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/style.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/style.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/img/clients/accenture.png

18.7 KB

assets/img/clients/accenture200.png

4.42 KB

assets/img/clients/accenture600.png

32.2 KB

assets/img/clients/callpage600.png

68.2 KB

assets/img/clients/canon200.png

2.61 KB

assets/img/clients/canon600-white.png

11.4 KB

assets/img/clients/canon600.png

31.8 KB

assets/img/clients/capgemini.png

71.7 KB

assets/img/clients/capgemini200.png

3.5 KB

assets/img/clients/capgemini600.png

87.7 KB

assets/img/clients/chip600.png

42.9 KB

assets/img/clients/cisco.png

61.9 KB

assets/img/clients/cisco200.jpg

5.64 KB

assets/img/clients/cisco200.png

3.95 KB

assets/img/clients/cisco600-white.png

13 KB

assets/img/clients/cisco600.png

70.3 KB

assets/img/clients/citi600.png

83.5 KB

assets/img/clients/clients.psd

273 KB

assets/img/clients/csu600.png

293 KB

assets/img/clients/dhl600.png

21 KB

assets/img/clients/ea600-white.png

10 KB

assets/img/clients/ea600.png

15 KB

assets/img/clients/ericsson200.png

3.17 KB

assets/img/clients/ericsson600.png

102 KB

assets/img/clients/fon600.png

61.3 KB

assets/img/clients/ing-direct600.png

26.6 KB

assets/img/clients/lg.png

17.7 KB

assets/img/clients/nextel.png

48.6 KB

assets/img/clients/nextel200.png

3.24 KB

assets/img/clients/nextel600.png

46.5 KB
18.4 KB

assets/img/clients/nvidia600.png

105 KB

assets/img/clients/o2.png

9.15 KB

assets/img/clients/olx200.png

2.86 KB

assets/img/clients/olx600-white.png

36.1 KB

assets/img/clients/olx600.png

80.4 KB

assets/img/clients/paypal200.png

3.32 KB
36.6 KB

assets/img/clients/paypal600.png

54.6 KB

assets/img/clients/plus500600.png

28.6 KB
80.5 KB

assets/img/clients/raiffeisen600.png

44.5 KB

assets/img/clients/samsung.png

53.7 KB

assets/img/clients/samsung200.png

3.02 KB

assets/img/clients/samsung600.png

17.6 KB

assets/img/clients/sonicwall600.png

26.2 KB

assets/img/clients/universal.png

14.7 KB
54.6 KB

assets/img/clients/yahoo.png

157 KB

assets/img/clients/yahoo200.png

2.92 KB

assets/img/clients/yahoo600.png

70.5 KB

assets/img/icon1.png

32 KB

assets/img/icon2.png

32.1 KB

assets/img/icon3.png

42.6 KB

assets/img/top.jpg

352 KB

assets/js/src/application.js

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,58 @@
1515
(function ($) {
1616
'use strict'
1717

18+
// Get Cookie
19+
function getCookie(cname) {
20+
var name = cname + '=';
21+
var decodedCookie = decodeURIComponent(document.cookie);
22+
var ca = decodedCookie.split(';');
23+
for(var i = 0; i <ca.length; i++) {
24+
var c = ca[i];
25+
while (c.charAt(0) == ' ') {
26+
c = c.substring(1);
27+
}
28+
if (c.indexOf(name) == 0) {
29+
return c.substring(name.length, c.length);
30+
}
31+
}
32+
return '';
33+
}
34+
35+
// Set Cookie
36+
function setCookie(cname, cvalue, exdays) {
37+
var d = new Date();
38+
d.setTime(d.getTime() + (exdays*24*60*60*1000));
39+
var expires = 'expires='+ d.toUTCString();
40+
document.cookie = cname + '=' + cvalue + ';' + expires + ';path=/';
41+
}
42+
43+
function checkIfEu(url) {
44+
var eu = ['AL', 'AD', 'AT', 'AZ', 'BY', 'BE', 'BA', 'BG', 'HR', 'CY', 'CZ', 'DK', 'EE', 'FI', 'FR', 'GE', 'DE', 'GR', 'HU', 'IS', 'IE', 'IT', 'KZ', 'XK', 'LV', 'LI', 'LT', 'LU', 'MK', 'MT', 'MD', 'MC', 'ME', 'NL', 'NO', 'PL', 'PT', 'RO', 'RU', 'SM', 'RS', 'SK', 'SI', 'ES', 'SE', 'CH', 'TR', 'UA', 'GB', 'VA']
45+
46+
$.getJSON('https://pro.ip-api.com/json/?key=EEKS6bLi6D91G1p', function(data) {
47+
var countryCode = data.countryCode;
48+
if (eu.indexOf(countryCode) > 0 && getCookie('cookiesAccepted') != 'true') {
49+
var cookiesStatementContainer = document.createElement('div');
50+
cookiesStatementContainer.setAttribute('class', 'fixed-bottom p-3');
51+
cookiesStatementContainer.setAttribute('id', 'cookies-statement');
52+
53+
var cookiesStatement = document.createElement('div');
54+
cookiesStatement.innerHTML = 'By continuing to use the site, you agree to the use of cookies. <a href="' + url + '">Learn More</a><button type="button" id="accept-cookies" class="btn btn-sm btn-outline-success ml-3">Accept</button>';
55+
cookiesStatement.setAttribute('class', 'alert alert-primary mb-2 text-center d-inline');
56+
57+
cookiesStatementContainer.appendChild(cookiesStatement);
58+
document.body.appendChild(cookiesStatementContainer);
59+
}
60+
});
61+
}
62+
1863
$(function () {
64+
checkIfEu('https://coreui.io/about/legal/cookies/');
65+
66+
$('body').on('click', 'button#accept-cookies', function() {
67+
setCookie('cookiesAccepted', true, 365);
68+
$('#cookies-statement').hide();
69+
})
1970

2071
// Tooltip and popover demos
2172
$('.tooltip-demo').tooltip({

black-friday/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -455,25 +455,24 @@ <h5>Github</h5>
455455
</ul>
456456
</div>
457457
<div class="col-md-3">
458-
<h5>About author</h5>
458+
<h5>About Us</h5>
459459
<ul class="list-unstyled">
460-
<li><a href="http://holeczek.pl">About me</a></li>
461-
<li><a href="https://www.facebook.com/lukaszholeczek">Facebook</a></li>
462-
<li><a href="https://www.twitter.com/lukaszholeczek">Twitter</a></li>
463-
<li><a href="https://github.com/mrholek">Github</a></li>
460+
<li><a href="/about/">About Us</a></li>
461+
<li><a href="/about/cookies/">Cookie Policy</a></li>
462+
<li><a href="/about/privacy/">Privacy Policy</a></li>
463+
464464
</ul>
465-
<h5>My other projects</h5>
465+
<h5>Our projects</h5>
466466
<ul class="list-unstyled">
467-
<li><a href="http://brix.io" target="_blank">Brix.io</a></li>
468467
<li><a href="https://genesisui.com" target="_blank">GenesisUI</a></li>
469-
<li><a href="https://bootstrapmaster.com" target="_blank">BootstrapMaster</a></li>
468+
<li><a href="https://sketchstrap.io" target="_blank">SketchStrap</a></li>
470469
</ul>
471470
</div>
472471
</div>
473472
</div>
474473
<div class="copyright text-center">
475474
<div class="container p-3 text-muted">
476-
© 2017 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
475+
© 2018 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
477476
</div>
478477
</div>
479478
</footer>
@@ -482,6 +481,7 @@ <h5>My other projects</h5>
482481

483482
<script src="/assets/js/vendor/popper.min.js"></script>
484483
<script src="/assets/js/vendor/bootstrap.min.js"></script>
484+
<script src="/assets/js/src/application.js"></script>
485485
<script src="/assets/js/docs.min.js"></script>
486486

487487
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->

cyber-week/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -455,25 +455,24 @@ <h5>Github</h5>
455455
</ul>
456456
</div>
457457
<div class="col-md-3">
458-
<h5>About author</h5>
458+
<h5>About Us</h5>
459459
<ul class="list-unstyled">
460-
<li><a href="http://holeczek.pl">About me</a></li>
461-
<li><a href="https://www.facebook.com/lukaszholeczek">Facebook</a></li>
462-
<li><a href="https://www.twitter.com/lukaszholeczek">Twitter</a></li>
463-
<li><a href="https://github.com/mrholek">Github</a></li>
460+
<li><a href="/about/">About Us</a></li>
461+
<li><a href="/about/cookies/">Cookie Policy</a></li>
462+
<li><a href="/about/privacy/">Privacy Policy</a></li>
463+
464464
</ul>
465-
<h5>My other projects</h5>
465+
<h5>Our projects</h5>
466466
<ul class="list-unstyled">
467-
<li><a href="http://brix.io" target="_blank">Brix.io</a></li>
468467
<li><a href="https://genesisui.com" target="_blank">GenesisUI</a></li>
469-
<li><a href="https://bootstrapmaster.com" target="_blank">BootstrapMaster</a></li>
468+
<li><a href="https://sketchstrap.io" target="_blank">SketchStrap</a></li>
470469
</ul>
471470
</div>
472471
</div>
473472
</div>
474473
<div class="copyright text-center">
475474
<div class="container p-3 text-muted">
476-
© 2017 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
475+
© 2018 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
477476
</div>
478477
</div>
479478
</footer>
@@ -482,6 +481,7 @@ <h5>My other projects</h5>
482481

483482
<script src="/assets/js/vendor/popper.min.js"></script>
484483
<script src="/assets/js/vendor/bootstrap.min.js"></script>
484+
<script src="/assets/js/src/application.js"></script>
485485
<script src="/assets/js/docs.min.js"></script>
486486

487487
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->

demos/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -338,25 +338,24 @@ <h5>Github</h5>
338338
</ul>
339339
</div>
340340
<div class="col-md-3">
341-
<h5>About author</h5>
341+
<h5>About Us</h5>
342342
<ul class="list-unstyled">
343-
<li><a href="http://holeczek.pl">About me</a></li>
344-
<li><a href="https://www.facebook.com/lukaszholeczek">Facebook</a></li>
345-
<li><a href="https://www.twitter.com/lukaszholeczek">Twitter</a></li>
346-
<li><a href="https://github.com/mrholek">Github</a></li>
343+
<li><a href="/about/">About Us</a></li>
344+
<li><a href="/about/cookies/">Cookie Policy</a></li>
345+
<li><a href="/about/privacy/">Privacy Policy</a></li>
346+
347347
</ul>
348-
<h5>My other projects</h5>
348+
<h5>Our projects</h5>
349349
<ul class="list-unstyled">
350-
<li><a href="http://brix.io" target="_blank">Brix.io</a></li>
351350
<li><a href="https://genesisui.com" target="_blank">GenesisUI</a></li>
352-
<li><a href="https://bootstrapmaster.com" target="_blank">BootstrapMaster</a></li>
351+
<li><a href="https://sketchstrap.io" target="_blank">SketchStrap</a></li>
353352
</ul>
354353
</div>
355354
</div>
356355
</div>
357356
<div class="copyright text-center">
358357
<div class="container p-3 text-muted">
359-
© 2017 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
358+
© 2018 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
360359
</div>
361360
</div>
362361
</footer>
@@ -365,6 +364,7 @@ <h5>My other projects</h5>
365364

366365
<script src="/assets/js/vendor/popper.min.js"></script>
367366
<script src="/assets/js/vendor/bootstrap.min.js"></script>
367+
<script src="/assets/js/src/application.js"></script>
368368
<script src="/assets/js/docs.min.js"></script>
369369

370370
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->

icons/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h2 class="mb-3 text-sm-nowrap">Simply beautiful open source icons</h2>
260260
<a class="github-button" href="https://github.com/coreui/coreui-icons//fork" data-size="large" data-show-count="true" aria-label="Fork icons.html on GitHub">Fork</a>
261261
</div>
262262
<div class="version text-small mt-3">
263-
Current version: 0.1.0
263+
Current version: 0.2.0
264264
</div>
265265
</div>
266266
<div class="col-md-4 ml-md-auto">
@@ -811,25 +811,24 @@ <h5>Github</h5>
811811
</ul>
812812
</div>
813813
<div class="col-md-3">
814-
<h5>About author</h5>
814+
<h5>About Us</h5>
815815
<ul class="list-unstyled">
816-
<li><a href="http://holeczek.pl">About me</a></li>
817-
<li><a href="https://www.facebook.com/lukaszholeczek">Facebook</a></li>
818-
<li><a href="https://www.twitter.com/lukaszholeczek">Twitter</a></li>
819-
<li><a href="https://github.com/mrholek">Github</a></li>
816+
<li><a href="/about/">About Us</a></li>
817+
<li><a href="/about/cookies/">Cookie Policy</a></li>
818+
<li><a href="/about/privacy/">Privacy Policy</a></li>
819+
820820
</ul>
821-
<h5>My other projects</h5>
821+
<h5>Our projects</h5>
822822
<ul class="list-unstyled">
823-
<li><a href="http://brix.io" target="_blank">Brix.io</a></li>
824823
<li><a href="https://genesisui.com" target="_blank">GenesisUI</a></li>
825-
<li><a href="https://bootstrapmaster.com" target="_blank">BootstrapMaster</a></li>
824+
<li><a href="https://sketchstrap.io" target="_blank">SketchStrap</a></li>
826825
</ul>
827826
</div>
828827
</div>
829828
</div>
830829
<div class="copyright text-center">
831830
<div class="container p-3 text-muted">
832-
© 2017 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
831+
© 2018 creativeLabs. Designed and built by <a href="https://twitter.com/lukaszholeczek">@lukaszholeczek</a>. Code licensed under an MIT-style License.
833832
</div>
834833
</div>
835834
</footer>
@@ -838,6 +837,7 @@ <h5>My other projects</h5>
838837

839838
<script src="/assets/js/vendor/popper.min.js"></script>
840839
<script src="/assets/js/vendor/bootstrap.min.js"></script>
840+
<script src="/assets/js/src/application.js"></script>
841841
<script src="/assets/js/docs.min.js"></script>
842842

843843
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->

0 commit comments

Comments
 (0)