jekyll-theme-hydejack 7.4.1 → 7.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (98) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. data/_includes/body/scripts.html +1 -1
  4. data/_includes/footer.html +1 -1
  5. data/_includes/head/meta.html +1 -1
  6. data/_includes/head/styles.html +1 -1
  7. data/_includes/header.txt +1 -1
  8. data/_includes/scripts/load-disqus.js +15 -0
  9. data/_includes/scripts/load-js-deferred.js +15 -0
  10. data/_includes/styles/inline.scss +20 -0
  11. data/_includes/styles/style.scss +20 -0
  12. data/_includes/templates.html +1 -1
  13. data/_layouts/about.html +20 -0
  14. data/_layouts/base.html +20 -0
  15. data/_layouts/blog.html +20 -0
  16. data/_layouts/compress.html +1 -1
  17. data/_layouts/default.html +20 -0
  18. data/_layouts/home.html +20 -0
  19. data/_layouts/list.html +20 -0
  20. data/_layouts/not-found.html +20 -0
  21. data/_layouts/page.html +20 -0
  22. data/_layouts/post.html +20 -0
  23. data/_layouts/redirect.html +20 -0
  24. data/_sass/_mixins.scss +15 -10
  25. data/_sass/_spinner.scss +15 -10
  26. data/_sass/_variables.scss +15 -10
  27. data/_sass/hydejack/__inline/_avatar.scss +15 -10
  28. data/_sass/hydejack/__inline/_base.scss +15 -11
  29. data/_sass/hydejack/__inline/_break-layout.scss +15 -10
  30. data/_sass/hydejack/__inline/_content.scss +15 -10
  31. data/_sass/hydejack/__inline/_footer.scss +15 -10
  32. data/_sass/hydejack/__inline/_katex.scss +15 -10
  33. data/_sass/hydejack/__inline/_mark-external.scss +15 -10
  34. data/_sass/hydejack/__inline/_menu.scss +15 -10
  35. data/_sass/hydejack/__inline/_sidebar.scss +15 -10
  36. data/_sass/hydejack/__inline/_social.scss +15 -10
  37. data/_sass/hydejack/__link/_avatar.scss +15 -10
  38. data/_sass/hydejack/__link/_base.scss +15 -10
  39. data/_sass/hydejack/__link/_break-layout.scss +15 -10
  40. data/_sass/hydejack/__link/_content.scss +15 -10
  41. data/_sass/hydejack/__link/_footer.scss +19 -10
  42. data/_sass/hydejack/__link/_katex.scss +15 -10
  43. data/_sass/hydejack/__link/_mark-external.scss +15 -10
  44. data/_sass/hydejack/__link/_menu.scss +15 -10
  45. data/_sass/hydejack/__link/_sidebar.scss +15 -10
  46. data/_sass/hydejack/__link/_social.scss +15 -10
  47. data/_sass/hydejack/_avatar.pre.scss +15 -10
  48. data/_sass/hydejack/_base.pre.scss +15 -11
  49. data/_sass/hydejack/_break-layout.pre.scss +15 -10
  50. data/_sass/hydejack/_content.pre.scss +15 -10
  51. data/_sass/hydejack/_footer.pre.scss +19 -10
  52. data/_sass/hydejack/_katex.pre.scss +15 -10
  53. data/_sass/hydejack/_mark-external.pre.scss +15 -10
  54. data/_sass/hydejack/_menu.pre.scss +15 -10
  55. data/_sass/hydejack/_sidebar.pre.scss +15 -10
  56. data/_sass/hydejack/_social.pre.scss +15 -10
  57. data/_sass/pooleparty/__inline/_base.scss +15 -10
  58. data/_sass/pooleparty/__inline/_code.scss +15 -11
  59. data/_sass/pooleparty/__inline/_footer.scss +15 -10
  60. data/_sass/pooleparty/__inline/_footnotes.scss +15 -10
  61. data/_sass/pooleparty/__inline/_message.scss +15 -10
  62. data/_sass/pooleparty/__inline/_pagination.scss +15 -10
  63. data/_sass/pooleparty/__inline/_posts.scss +15 -10
  64. data/_sass/pooleparty/__inline/_related.scss +15 -10
  65. data/_sass/pooleparty/__inline/_table.scss +15 -10
  66. data/_sass/pooleparty/__inline/_type.scss +15 -11
  67. data/_sass/pooleparty/__link/_base.scss +15 -10
  68. data/_sass/pooleparty/__link/_code.scss +15 -11
  69. data/_sass/pooleparty/__link/_footer.scss +15 -10
  70. data/_sass/pooleparty/__link/_footnotes.scss +15 -10
  71. data/_sass/pooleparty/__link/_message.scss +15 -10
  72. data/_sass/pooleparty/__link/_pagination.scss +15 -10
  73. data/_sass/pooleparty/__link/_posts.scss +15 -10
  74. data/_sass/pooleparty/__link/_related.scss +15 -10
  75. data/_sass/pooleparty/__link/_table.scss +15 -10
  76. data/_sass/pooleparty/__link/_type.scss +17 -11
  77. data/_sass/pooleparty/_base.pre.scss +15 -10
  78. data/_sass/pooleparty/_code.pre.scss +15 -11
  79. data/_sass/pooleparty/_footer.pre.scss +15 -10
  80. data/_sass/pooleparty/_footnotes.pre.scss +15 -10
  81. data/_sass/pooleparty/_message.pre.scss +15 -10
  82. data/_sass/pooleparty/_pagination.pre.scss +15 -10
  83. data/_sass/pooleparty/_posts.pre.scss +15 -10
  84. data/_sass/pooleparty/_related.pre.scss +15 -10
  85. data/_sass/pooleparty/_table.pre.scss +15 -10
  86. data/_sass/pooleparty/_type.pre.scss +17 -11
  87. data/assets/css/{hydejack-7.4.1.css → hydejack-7.4.2.css} +0 -0
  88. data/assets/icomoon/fonts/icomoon.eot +0 -0
  89. data/assets/icomoon/fonts/icomoon.svg +2 -0
  90. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  91. data/assets/icomoon/fonts/icomoon.woff +0 -0
  92. data/assets/icomoon/selection.json +185 -113
  93. data/assets/icomoon/style.css +11 -5
  94. data/assets/js/hydejack-7.4.2.js +14 -0
  95. data/assets/version.json +1 -1
  96. data/licenses/MIT.md +1 -1
  97. metadata +4 -4
  98. data/assets/js/hydejack-7.4.1.js +0 -14
@@ -1,17 +1,22 @@
1
1
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
2
2
  //
3
- // This program is free software: you can redistribute it and/or modify
4
- // it under the terms of the GNU General Public License as published by
5
- // the Free Software Foundation, either version 3 of the License, or
6
- // (at your option) any later version.
3
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ // of this software and associated documentation files (the "Software"), to deal
5
+ // in the Software without restriction, including without limitation the rights
6
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ // copies of the Software, and to permit persons to whom the Software is
8
+ // furnished to do so, subject to the following conditions:
7
9
  //
8
- // This program is distributed in the hope that it will be useful,
9
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
- // GNU General Public License for more details.
10
+ // The above copyright notice and this permission notice shall be included in all
11
+ // copies or substantial portions of the Software.
12
12
  //
13
- // You should have received a copy of the GNU General Public License
14
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
13
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ // SOFTWARE.
15
20
 
16
21
  @mixin pre($padding: 1rem) {
17
22
  margin-left: -1rem;
@@ -1,17 +1,22 @@
1
1
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
2
2
  //
3
- // This program is free software: you can redistribute it and/or modify
4
- // it under the terms of the GNU General Public License as published by
5
- // the Free Software Foundation, either version 3 of the License, or
6
- // (at your option) any later version.
3
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ // of this software and associated documentation files (the "Software"), to deal
5
+ // in the Software without restriction, including without limitation the rights
6
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ // copies of the Software, and to permit persons to whom the Software is
8
+ // furnished to do so, subject to the following conditions:
7
9
  //
8
- // This program is distributed in the hope that it will be useful,
9
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
- // GNU General Public License for more details.
10
+ // The above copyright notice and this permission notice shall be included in all
11
+ // copies or substantial portions of the Software.
12
12
  //
13
- // You should have received a copy of the GNU General Public License
14
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
13
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ // SOFTWARE.
15
20
 
16
21
  .loading > [class*="icon-"] {
17
22
  display: inline-block;
@@ -1,17 +1,22 @@
1
1
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
2
2
  //
3
- // This program is free software: you can redistribute it and/or modify
4
- // it under the terms of the GNU General Public License as published by
5
- // the Free Software Foundation, either version 3 of the License, or
6
- // (at your option) any later version.
3
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ // of this software and associated documentation files (the "Software"), to deal
5
+ // in the Software without restriction, including without limitation the rights
6
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ // copies of the Software, and to permit persons to whom the Software is
8
+ // furnished to do so, subject to the following conditions:
7
9
  //
8
- // This program is distributed in the hope that it will be useful,
9
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
10
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11
- // GNU General Public License for more details.
10
+ // The above copyright notice and this permission notice shall be included in all
11
+ // copies or substantial portions of the Software.
12
12
  //
13
- // You should have received a copy of the GNU General Public License
14
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
13
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ // SOFTWARE.
15
20
 
16
21
  $gray: #888;
17
22
  $gray-bg: rgba(0,0,0,.025);
@@ -11,18 +11,23 @@
11
11
 
12
12
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // This program is free software: you can redistribute it and/or modify
15
- // it under the terms of the GNU General Public License as published by
16
- // the Free Software Foundation, either version 3 of the License, or
17
- // (at your option) any later version.
14
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ // of this software and associated documentation files (the "Software"), to deal
16
+ // in the Software without restriction, including without limitation the rights
17
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ // copies of the Software, and to permit persons to whom the Software is
19
+ // furnished to do so, subject to the following conditions:
18
20
  //
19
- // This program is distributed in the hope that it will be useful,
20
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- // GNU General Public License for more details.
21
+ // The above copyright notice and this permission notice shall be included in all
22
+ // copies or substantial portions of the Software.
23
23
  //
24
- // You should have received a copy of the GNU General Public License
25
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ // SOFTWARE.
26
31
 
27
32
  .avatar {
28
33
 
@@ -11,18 +11,23 @@
11
11
 
12
12
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // This program is free software: you can redistribute it and/or modify
15
- // it under the terms of the GNU General Public License as published by
16
- // the Free Software Foundation, either version 3 of the License, or
17
- // (at your option) any later version.
14
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ // of this software and associated documentation files (the "Software"), to deal
16
+ // in the Software without restriction, including without limitation the rights
17
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ // copies of the Software, and to permit persons to whom the Software is
19
+ // furnished to do so, subject to the following conditions:
18
20
  //
19
- // This program is distributed in the hope that it will be useful,
20
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- // GNU General Public License for more details.
21
+ // The above copyright notice and this permission notice shall be included in all
22
+ // copies or substantial portions of the Software.
23
23
  //
24
- // You should have received a copy of the GNU General Public License
25
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ // SOFTWARE.
26
31
 
27
32
 
28
33
 
@@ -91,7 +96,6 @@ hy-push-state a, .a {
91
96
  // Utility classes
92
97
  .fl { float: left; }
93
98
  .fr { float: right; }
94
- .mb05 { margin-bottom: .5rem }
95
99
  .mb4 { margin-bottom: 4rem }
96
100
  .mb6 { margin-bottom: 6rem }
97
101
  .mt0 { margin-top: 0 }
@@ -11,17 +11,22 @@
11
11
 
12
12
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // This program is free software: you can redistribute it and/or modify
15
- // it under the terms of the GNU General Public License as published by
16
- // the Free Software Foundation, either version 3 of the License, or
17
- // (at your option) any later version.
14
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ // of this software and associated documentation files (the "Software"), to deal
16
+ // in the Software without restriction, including without limitation the rights
17
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ // copies of the Software, and to permit persons to whom the Software is
19
+ // furnished to do so, subject to the following conditions:
18
20
  //
19
- // This program is distributed in the hope that it will be useful,
20
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- // GNU General Public License for more details.
21
+ // The above copyright notice and this permission notice shall be included in all
22
+ // copies or substantial portions of the Software.
23
23
  //
24
- // You should have received a copy of the GNU General Public License
25
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ // SOFTWARE.
26
31
 
27
32
 
@@ -11,18 +11,23 @@
11
11
 
12
12
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // This program is free software: you can redistribute it and/or modify
15
- // it under the terms of the GNU General Public License as published by
16
- // the Free Software Foundation, either version 3 of the License, or
17
- // (at your option) any later version.
14
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ // of this software and associated documentation files (the "Software"), to deal
16
+ // in the Software without restriction, including without limitation the rights
17
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ // copies of the Software, and to permit persons to whom the Software is
19
+ // furnished to do so, subject to the following conditions:
18
20
  //
19
- // This program is distributed in the hope that it will be useful,
20
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- // GNU General Public License for more details.
21
+ // The above copyright notice and this permission notice shall be included in all
22
+ // copies or substantial portions of the Software.
23
23
  //
24
- // You should have received a copy of the GNU General Public License
25
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ // SOFTWARE.
26
31
 
27
32
 
28
33
  .content {
@@ -11,17 +11,22 @@
11
11
 
12
12
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // This program is free software: you can redistribute it and/or modify
15
- // it under the terms of the GNU General Public License as published by
16
- // the Free Software Foundation, either version 3 of the License, or
17
- // (at your option) any later version.
14
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ // of this software and associated documentation files (the "Software"), to deal
16
+ // in the Software without restriction, including without limitation the rights
17
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ // copies of the Software, and to permit persons to whom the Software is
19
+ // furnished to do so, subject to the following conditions:
18
20
  //
19
- // This program is distributed in the hope that it will be useful,
20
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- // GNU General Public License for more details.
21
+ // The above copyright notice and this permission notice shall be included in all
22
+ // copies or substantial portions of the Software.
23
23
  //
24
- // You should have received a copy of the GNU General Public License
25
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ // SOFTWARE.
26
31
 
27
32
 
@@ -11,17 +11,22 @@
11
11
 
12
12
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // This program is free software: you can redistribute it and/or modify
15
- // it under the terms of the GNU General Public License as published by
16
- // the Free Software Foundation, either version 3 of the License, or
17
- // (at your option) any later version.
14
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ // of this software and associated documentation files (the "Software"), to deal
16
+ // in the Software without restriction, including without limitation the rights
17
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ // copies of the Software, and to permit persons to whom the Software is
19
+ // furnished to do so, subject to the following conditions:
18
20
  //
19
- // This program is distributed in the hope that it will be useful,
20
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- // GNU General Public License for more details.
21
+ // The above copyright notice and this permission notice shall be included in all
22
+ // copies or substantial portions of the Software.
23
23
  //
24
- // You should have received a copy of the GNU General Public License
25
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ // SOFTWARE.
26
31
 
27
32
 
@@ -11,18 +11,23 @@
11
11
 
12
12
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // This program is free software: you can redistribute it and/or modify
15
- // it under the terms of the GNU General Public License as published by
16
- // the Free Software Foundation, either version 3 of the License, or
17
- // (at your option) any later version.
14
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ // of this software and associated documentation files (the "Software"), to deal
16
+ // in the Software without restriction, including without limitation the rights
17
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ // copies of the Software, and to permit persons to whom the Software is
19
+ // furnished to do so, subject to the following conditions:
18
20
  //
19
- // This program is distributed in the hope that it will be useful,
20
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- // GNU General Public License for more details.
21
+ // The above copyright notice and this permission notice shall be included in all
22
+ // copies or substantial portions of the Software.
23
23
  //
24
- // You should have received a copy of the GNU General Public License
25
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ // SOFTWARE.
26
31
 
27
32
  // <<< link
28
33
  @media screen {
@@ -11,18 +11,23 @@
11
11
 
12
12
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // This program is free software: you can redistribute it and/or modify
15
- // it under the terms of the GNU General Public License as published by
16
- // the Free Software Foundation, either version 3 of the License, or
17
- // (at your option) any later version.
14
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ // of this software and associated documentation files (the "Software"), to deal
16
+ // in the Software without restriction, including without limitation the rights
17
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ // copies of the Software, and to permit persons to whom the Software is
19
+ // furnished to do so, subject to the following conditions:
18
20
  //
19
- // This program is distributed in the hope that it will be useful,
20
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- // GNU General Public License for more details.
21
+ // The above copyright notice and this permission notice shall be included in all
22
+ // copies or substantial portions of the Software.
23
23
  //
24
- // You should have received a copy of the GNU General Public License
25
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ // SOFTWARE.
26
31
 
27
32
 
28
33
  .fixed-top {
@@ -11,18 +11,23 @@
11
11
 
12
12
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // This program is free software: you can redistribute it and/or modify
15
- // it under the terms of the GNU General Public License as published by
16
- // the Free Software Foundation, either version 3 of the License, or
17
- // (at your option) any later version.
14
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ // of this software and associated documentation files (the "Software"), to deal
16
+ // in the Software without restriction, including without limitation the rights
17
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ // copies of the Software, and to permit persons to whom the Software is
19
+ // furnished to do so, subject to the following conditions:
18
20
  //
19
- // This program is distributed in the hope that it will be useful,
20
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- // GNU General Public License for more details.
21
+ // The above copyright notice and this permission notice shall be included in all
22
+ // copies or substantial portions of the Software.
23
23
  //
24
- // You should have received a copy of the GNU General Public License
25
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ // SOFTWARE.
26
31
 
27
32
  .sidebar {
28
33
  color: rgba(255,255,255,.75);
@@ -11,18 +11,23 @@
11
11
 
12
12
  // Copyright (c) 2017 Florian Klampfer <https://qwtel.com/>
13
13
  //
14
- // This program is free software: you can redistribute it and/or modify
15
- // it under the terms of the GNU General Public License as published by
16
- // the Free Software Foundation, either version 3 of the License, or
17
- // (at your option) any later version.
14
+ // Permission is hereby granted, free of charge, to any person obtaining a copy
15
+ // of this software and associated documentation files (the "Software"), to deal
16
+ // in the Software without restriction, including without limitation the rights
17
+ // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
18
+ // copies of the Software, and to permit persons to whom the Software is
19
+ // furnished to do so, subject to the following conditions:
18
20
  //
19
- // This program is distributed in the hope that it will be useful,
20
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
21
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
- // GNU General Public License for more details.
21
+ // The above copyright notice and this permission notice shall be included in all
22
+ // copies or substantial portions of the Software.
23
23
  //
24
- // You should have received a copy of the GNU General Public License
25
- // along with this program. If not, see <http://www.gnu.org/licenses/>.
24
+ // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25
+ // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26
+ // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27
+ // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
28
+ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
29
+ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
30
+ // SOFTWARE.
26
31
 
27
32
 
28
33
  .sidebar-social {