From 4b226e06c5bf2166dcdca06763e91975d592bc99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergej=20M=C3=BCller?= Date: Fri, 27 Oct 2017 21:09:11 +0200 Subject: [PATCH] 1.3.0 (#5) * Update outdated packages * Add donations link at start page * Fix stylelint v8.2.0 rules --- var/www/ip2country.info/.stylelintrc.yml | 2 +- var/www/ip2country.info/humans.txt | 4 +++- var/www/ip2country.info/index.html | 8 ++++++-- var/www/ip2country.info/package.json | 10 +++++----- var/www/ip2country.info/scss/styles.scss | 6 ++++-- 5 files changed, 19 insertions(+), 11 deletions(-) diff --git a/var/www/ip2country.info/.stylelintrc.yml b/var/www/ip2country.info/.stylelintrc.yml index 70f3d65..4221b69 100644 --- a/var/www/ip2country.info/.stylelintrc.yml +++ b/var/www/ip2country.info/.stylelintrc.yml @@ -3,5 +3,5 @@ rules: indentation: 4 max-empty-lines: 2 number-leading-zero: never - rule-non-nested-empty-line-before: null + at-rule-no-unknown: null declaration-empty-line-before: null diff --git a/var/www/ip2country.info/humans.txt b/var/www/ip2country.info/humans.txt index 169fe96..7698754 100644 --- a/var/www/ip2country.info/humans.txt +++ b/var/www/ip2country.info/humans.txt @@ -32,7 +32,9 @@ Hosting: $ 7.14 / monthly PayPal: https://www.paypal.me/sergejmueller Flattr: https://flattr.com/profile/sergej.mueller -Bitcoin: 1Hot3M3W9Lxz6PdguZZeFjHbkH8kCWfd4i + +Bitcoin: 1DjNKyaUMCPNcj5RKqzdPQgkw5TQQeuYuy +Ethereum: 0xBA3190c0e2B45c0441D7eB274D3105568085D99f /* GITHUB */ diff --git a/var/www/ip2country.info/index.html b/var/www/ip2country.info/index.html index e2ee787..9701619 100644 --- a/var/www/ip2country.info/index.html +++ b/var/www/ip2country.info/index.html @@ -34,7 +34,11 @@

No registration, no fees
- Only for open source projects + For open source projects only +

+ +

+ Donations are appreciated

@@ -65,7 +69,7 @@

Handmade by × - Privacy / Donations + Privacy diff --git a/var/www/ip2country.info/package.json b/var/www/ip2country.info/package.json index e56da5c..8b5be33 100644 --- a/var/www/ip2country.info/package.json +++ b/var/www/ip2country.info/package.json @@ -8,18 +8,18 @@ "devDependencies": { "browser-sync": "^2.18.13", "gulp": "^3.9.1", - "gulp-clean-css": "^3.7.0", - "gulp-htmlhint": "^0.3.1", + "gulp-clean-css": "^3.9.0", + "gulp-htmlhint": "^1.0.0", "gulp-htmlmin": "^3.0.0", "gulp-inline": "^0.1.1", "gulp-notify": "^3.0.0", "gulp-sass": "^3.1.0", "gulp-sourcemaps": "^2.6.1", - "gulp-stylelint": "^3.0.0", + "gulp-stylelint": "^5.0.0", "gulp-zopfli": "^1.0.0", "multipipe": "^1.0.1", - "stylelint": "^7.1.0", - "stylelint-config-standard": "^16.0.0" + "stylelint": "^8.2.0", + "stylelint-config-standard": "^17.0.0" }, "scripts": { "test": "yarn outdated" diff --git a/var/www/ip2country.info/scss/styles.scss b/var/www/ip2country.info/scss/styles.scss index 4f5f41b..4ab4528 100644 --- a/var/www/ip2country.info/scss/styles.scss +++ b/var/www/ip2country.info/scss/styles.scss @@ -47,10 +47,12 @@ article { vertical-align: middle; p { - margin: 18px 0; + margin: 16px 0; @include breakpoint(desktop) { - margin-bottom: 36px; + + p { + margin-bottom: 32px; + } } } }