Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
1.3.0 (#5)
Browse files Browse the repository at this point in the history
* Update outdated packages
* Add donations link at start page
* Fix stylelint v8.2.0 rules
  • Loading branch information
sergejmueller authored Oct 27, 2017
1 parent 5818fa7 commit 4b226e0
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion var/www/ip2country.info/.stylelintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion var/www/ip2country.info/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
8 changes: 6 additions & 2 deletions var/www/ip2country.info/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ <h2>
<p>
No registration, no fees
<br />
Only for open source projects
For open source projects only
</p>

<p>
<a href="humans.txt">Donations</a> are appreciated
</p>

<table>
Expand Down Expand Up @@ -65,7 +69,7 @@ <h2>
<small>
Handmade by <a href="https://sergejmueller.github.io" itemprop="url"><span itemprop="name">Sergej Müller</span></a>
<i>×</i>
<a href="humans.txt">Privacy / Donations</a>
<a href="humans.txt">Privacy</a>
</small>
</footer>
</html>
10 changes: 5 additions & 5 deletions var/www/ip2country.info/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 4 additions & 2 deletions var/www/ip2country.info/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
}
}
Expand Down

0 comments on commit 4b226e0

Please sign in to comment.