appscms-tools-theme 2.8.8 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (161) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +50 -50
  4. data/_data/about/en/about.json +16 -16
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +4 -4
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/calculators/en/biology-calc/bulb-spacing.json +78 -78
  11. data/_data/calculators/en/biology-calc/cat-chocolate-toxicity.json +52 -52
  12. data/_data/calculators/en/chemistry-calc/activation-energy.json +44 -44
  13. data/_data/calculators/en/finance-calc/401k.json +122 -122
  14. data/_data/contact/en/contact.json +38 -38
  15. data/_data/disclaimer/en/disclaimer.json +37 -37
  16. data/_data/download/en/download.json +35 -35
  17. data/_data/feature/en/3_shop_posters.json +351 -351
  18. data/_data/feature/en/allele-frequency.json +246 -246
  19. data/_data/feature/en/batch-conversion.json +77 -77
  20. data/_data/feature/en/compress-pdf.json +202 -202
  21. data/_data/feature/en/face-detection.json +52 -52
  22. data/_data/feature/en/split-pdf.json +115 -115
  23. data/_data/feature/en/theframe.json +56 -56
  24. data/_data/feature/hi/compress-pdf.json +81 -81
  25. data/_data/feature/tr/compress-pdf.json +80 -80
  26. data/_data/filecomparison/en/filecomparison.json +38 -38
  27. data/_data/fileinfo/en/fileinfo.json +15 -15
  28. data/_data/footer/en/data.json +164 -164
  29. data/_data/footer/hi/data.json +68 -68
  30. data/_data/footer/networksites.json +15 -15
  31. data/_data/header/en/data.json +173 -173
  32. data/_data/header/hi/data.json +144 -144
  33. data/_data/home/en/en.json +285 -285
  34. data/_data/home/en/photoeffects.json +23 -23
  35. data/_data/home/en/posters.json +323 -323
  36. data/_data/home/hi/hi.json +86 -86
  37. data/_data/home-1/en/en.json +229 -229
  38. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  39. data/_data/languagesupport/index-langs.json +13 -13
  40. data/_data/photo-categories.json +104 -104
  41. data/_data/photoeffects.json +31 -31
  42. data/_data/privacy/en/privacyPolicy.json +265 -265
  43. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  44. data/_includes/Rating/rating.html +92 -92
  45. data/_includes/Rating/structureddata.html +53 -53
  46. data/_includes/Usp/usp.html +95 -95
  47. data/_includes/adblocker.html +135 -135
  48. data/_includes/adsense/adsense.html +7 -7
  49. data/_includes/alternates/alternates.html +45 -45
  50. data/_includes/author_bio.html +16 -16
  51. data/_includes/authors/authors.html +67 -67
  52. data/_includes/batch-conversion.html +65 -65
  53. data/_includes/cssfile/links.html +11 -11
  54. data/_includes/custom-head.html +136 -136
  55. data/_includes/customblog/recentposts.html +67 -67
  56. data/_includes/customblog/relatedposts.html +203 -203
  57. data/_includes/disqus_comments.html +10 -10
  58. data/_includes/dropdown/langdropdown.html +22 -22
  59. data/_includes/feature.html +37 -37
  60. data/_includes/fileformat/Tabularcompariosn.html +158 -158
  61. data/_includes/fileformat/comparisonfiles.html +151 -151
  62. data/_includes/fileformat/fileformatdetail.html +101 -101
  63. data/_includes/fileformat/fileinfoformat.html +93 -93
  64. data/_includes/footer/index.html +534 -534
  65. data/_includes/google-analytics.html +22 -22
  66. data/_includes/head/index.html +235 -235
  67. data/_includes/header/blogHeader.html +34 -34
  68. data/_includes/header/index.html +188 -188
  69. data/_includes/languages/languages.html +60 -60
  70. data/_includes/monumetric/ads.html +57 -57
  71. data/_includes/monumetric/monumetric.html +57 -57
  72. data/_includes/monumetric/profitablecpmgate.html +51 -51
  73. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  74. data/_includes/paginationBlogPage.html +71 -71
  75. data/_includes/paginationPostPage.html +14 -14
  76. data/_includes/postauthorbio.html +17 -17
  77. data/_includes/postbox.html +31 -31
  78. data/_includes/script.html +58 -63
  79. data/_includes/section/alertbar.html +11 -11
  80. data/_includes/section/count.html +36 -36
  81. data/_includes/section/recent_posts.html +65 -65
  82. data/_includes/section/related_categories_post.html +198 -198
  83. data/_includes/share/socialshare.html +20 -20
  84. data/_includes/staticfooter.html +67 -67
  85. data/_layouts/aboutUs.html +34 -34
  86. data/_layouts/batch.html +102 -102
  87. data/_layouts/blog-1.html +83 -83
  88. data/_layouts/blog.html +94 -94
  89. data/_layouts/calculator.html +89 -89
  90. data/_layouts/categories.html +33 -33
  91. data/_layouts/contactUs.html +124 -124
  92. data/_layouts/default.html +1 -1
  93. data/_layouts/disclaimer.html +123 -123
  94. data/_layouts/download.html +299 -299
  95. data/_layouts/feature-1.html +320 -320
  96. data/_layouts/feature-download.html +308 -308
  97. data/_layouts/feature.html +258 -258
  98. data/_layouts/featureResultPage.html +65 -59
  99. data/_layouts/fileInfo.html +39 -39
  100. data/_layouts/filecomparison.html +85 -85
  101. data/_layouts/frame.html +434 -434
  102. data/_layouts/help.html +23 -23
  103. data/_layouts/home-1.html +229 -229
  104. data/_layouts/home.html +249 -249
  105. data/_layouts/homeResultPage.html +31 -31
  106. data/_layouts/imagekit.html +125 -125
  107. data/_layouts/page.html +5 -5
  108. data/_layouts/photo-effects-home.html +193 -193
  109. data/_layouts/post.html +177 -177
  110. data/_layouts/privacyPolicy.html +637 -637
  111. data/_layouts/termAndCondition.html +646 -646
  112. data/assets/cross.svg +4 -4
  113. data/assets/css/adblocker.css +187 -187
  114. data/assets/css/batch.css +437 -437
  115. data/assets/css/blog-1.css +65 -65
  116. data/assets/css/blog.css +491 -491
  117. data/assets/css/bootstrap.min.css +6 -6
  118. data/assets/css/calculators.css +47 -47
  119. data/assets/css/common.css +550 -550
  120. data/assets/css/feature-1.css +290 -290
  121. data/assets/css/filecomparison.css +25 -25
  122. data/assets/css/frame.css +780 -780
  123. data/assets/css/home-1.css +187 -187
  124. data/assets/css/imagekit.css +840 -840
  125. data/assets/css/tools.css +1275 -1275
  126. data/assets/facebook.svg +4 -4
  127. data/assets/images/abp.svg +41 -41
  128. data/assets/images/adblock.svg +266 -266
  129. data/assets/images/addimg.svg +2 -2
  130. data/assets/images/convert.svg +8 -8
  131. data/assets/images/safevideoconverter.svg +23 -23
  132. data/assets/images/uo.svg +41 -41
  133. data/assets/images/vectorpaint.svg +5 -5
  134. data/assets/instagram.svg +4 -4
  135. data/assets/js/TopScroll.js +8 -8
  136. data/assets/js/adBlocker.js +44 -44
  137. data/assets/js/ads.js +8 -8
  138. data/assets/js/append-div.js +10 -10
  139. data/assets/js/batch.js +229 -229
  140. data/assets/js/calculator-tooltip.js +3 -3
  141. data/assets/js/face-api.js +38064 -38064
  142. data/assets/js/face-detection.js +303 -303
  143. data/assets/js/featureResult.js +42 -42
  144. data/assets/js/frame.js +263 -263
  145. data/assets/js/googledrive.js +155 -155
  146. data/assets/js/homeResult.js +36 -36
  147. data/assets/js/manifest.json +16 -16
  148. data/assets/js/multiselect.js +157 -157
  149. data/assets/js/perspective.min.js +182 -182
  150. data/assets/js/photo-effects.json +84 -84
  151. data/assets/js/redirectResult.js +9 -9
  152. data/assets/js/testing-batch.js +39 -39
  153. data/assets/js/theme.js +44 -44
  154. data/assets/linkdin.svg +4 -4
  155. data/assets/noserverupload.svg +4 -4
  156. data/assets/pdf.svg +20 -20
  157. data/assets/secure.svg +43 -43
  158. data/assets/star.svg +4 -4
  159. data/assets/twitter.svg +4 -4
  160. data/assets/youtube.svg +4 -4
  161. metadata +7 -7
@@ -1,23 +1,23 @@
1
- <svg width="28" height="36" viewBox="0 0 27 36" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g filter="url(#filter0_d)">
3
- <path d="M13.4999 33.5323C13.3311 33.5323 13.196 33.495 13.0274 33.4576C5.36632 31.0357 0 23.2117 0 14.3817V5.58884C0 4.76905 0.506357 4.0239 1.21499 3.80035L13.0364 0.0717211C13.3394 -0.023907 13.6605 -0.023907 13.9636 0.0717211L25.785 3.80035C26.4936 4.0239 27 4.76905 27 5.58884V14.3817C27 23.2117 21.6337 31.0357 13.9726 33.4576C13.8036 33.495 13.6685 33.5323 13.4999 33.5323Z" fill="url(#paint0_angular)"/>
4
- <path d="M13.0815 0.214774L13.0815 0.214764C13.3551 0.128414 13.6448 0.128409 13.9185 0.214769L13.9185 0.214774L25.7399 3.9434C26.3778 4.14464 26.85 4.8254 26.85 5.58884V14.3817C26.85 23.1521 21.5215 30.9105 13.9337 33.3126C13.91 33.3179 13.8875 33.323 13.8658 33.3279C13.7283 33.3591 13.6261 33.3823 13.4999 33.3823C13.3734 33.3823 13.2711 33.359 13.1335 33.3278C13.112 33.3229 13.0897 33.3178 13.0664 33.3126C5.47851 30.9106 0.15 23.1522 0.15 14.3817V5.58884C0.15 4.82541 0.622175 4.14465 1.26011 3.9434C1.26011 3.9434 1.26011 3.9434 1.26012 3.9434L13.0815 0.214774Z" stroke="#5E5E5E" stroke-width="0.3"/>
5
- </g>
6
- <path d="M8.59927 15.0607C8.75728 15.2974 9.02148 15.4348 9.29895 15.4348C9.35349 15.4348 9.40853 15.4295 9.46336 15.4187C9.79721 15.3522 10.0583 15.0912 10.1246 14.7573L11.0622 10.0436C11.1057 9.82462 11.0606 9.59735 10.9365 9.41174C10.8125 9.22613 10.6198 9.09738 10.4009 9.05384L5.68724 8.11622C5.35313 8.04971 5.01226 8.19108 4.82322 8.47412C4.63407 8.75716 4.63407 9.12631 4.82322 9.40935L6.42124 11.8009C5.17805 13.3819 4.5 15.3312 4.5 17.3588C4.5 20.9376 6.61944 24.1762 9.89946 25.6094C10.0092 25.6573 10.1235 25.6801 10.236 25.6801C10.5604 25.6801 10.8695 25.4914 11.0077 25.1752C11.1938 24.7492 10.9994 24.253 10.5735 24.0669C7.90668 22.9016 6.18345 20.2685 6.18345 17.3588C6.18345 15.8985 6.61625 14.4884 7.41742 13.292L8.59927 15.0607Z" fill="#5286FA"/>
7
- <path d="M20.5793 22.9163C21.8221 21.3353 22.5 19.3862 22.5 17.3589C22.5 13.7801 20.3806 10.5415 17.1005 9.1082C16.6746 8.92212 16.1784 9.11652 15.9922 9.54245C15.8061 9.96839 16.0005 10.4646 16.4265 10.6508C19.0933 11.8161 20.8165 14.4492 20.8165 17.3589C20.8165 18.8189 20.3838 20.2289 19.5829 21.4252L18.4012 19.6568C18.2121 19.3737 17.8712 19.2323 17.5372 19.2989C17.2033 19.3653 16.9423 19.6263 16.8759 19.9601L15.9382 24.6739C15.8947 24.8928 15.9398 25.1201 16.0639 25.3057C16.1879 25.4913 16.3806 25.62 16.5996 25.6636L21.3134 26.6011C21.3682 26.612 21.4232 26.6173 21.4777 26.6173C21.4861 26.6173 21.4945 26.6172 21.5029 26.617C21.9565 26.6042 22.3204 26.2324 22.3204 25.7757C22.3204 25.588 22.2589 25.4147 22.1551 25.2747L20.5793 22.9163Z" fill="#5286FA"/>
8
- <defs>
9
- <filter id="filter0_d" x="0" y="0" width="27" height="35.5323" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
10
- <feFlood flood-opacity="0" result="BackgroundImageFix"/>
11
- <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
12
- <feOffset dy="2"/>
13
- <feColorMatrix type="matrix" values="0 0 0 0 0.795833 0 0 0 0 0.795833 0 0 0 0 0.795833 0 0 0 0.16 0"/>
14
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
15
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
16
- </filter>
17
- <radialGradient id="paint0_angular" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13.5 16.7661) rotate(-136.42) scale(18.6357 11.5741)">
18
- <stop offset="0.18409" stop-color="white"/>
19
- <stop offset="0.493462" stop-color="#B5B5B5" stop-opacity="0.23"/>
20
- <stop offset="0.813285" stop-color="white" stop-opacity="0.73749"/>
21
- </radialGradient>
22
- </defs>
23
- </svg>
1
+ <svg width="28" height="36" viewBox="0 0 27 36" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g filter="url(#filter0_d)">
3
+ <path d="M13.4999 33.5323C13.3311 33.5323 13.196 33.495 13.0274 33.4576C5.36632 31.0357 0 23.2117 0 14.3817V5.58884C0 4.76905 0.506357 4.0239 1.21499 3.80035L13.0364 0.0717211C13.3394 -0.023907 13.6605 -0.023907 13.9636 0.0717211L25.785 3.80035C26.4936 4.0239 27 4.76905 27 5.58884V14.3817C27 23.2117 21.6337 31.0357 13.9726 33.4576C13.8036 33.495 13.6685 33.5323 13.4999 33.5323Z" fill="url(#paint0_angular)"/>
4
+ <path d="M13.0815 0.214774L13.0815 0.214764C13.3551 0.128414 13.6448 0.128409 13.9185 0.214769L13.9185 0.214774L25.7399 3.9434C26.3778 4.14464 26.85 4.8254 26.85 5.58884V14.3817C26.85 23.1521 21.5215 30.9105 13.9337 33.3126C13.91 33.3179 13.8875 33.323 13.8658 33.3279C13.7283 33.3591 13.6261 33.3823 13.4999 33.3823C13.3734 33.3823 13.2711 33.359 13.1335 33.3278C13.112 33.3229 13.0897 33.3178 13.0664 33.3126C5.47851 30.9106 0.15 23.1522 0.15 14.3817V5.58884C0.15 4.82541 0.622175 4.14465 1.26011 3.9434C1.26011 3.9434 1.26011 3.9434 1.26012 3.9434L13.0815 0.214774Z" stroke="#5E5E5E" stroke-width="0.3"/>
5
+ </g>
6
+ <path d="M8.59927 15.0607C8.75728 15.2974 9.02148 15.4348 9.29895 15.4348C9.35349 15.4348 9.40853 15.4295 9.46336 15.4187C9.79721 15.3522 10.0583 15.0912 10.1246 14.7573L11.0622 10.0436C11.1057 9.82462 11.0606 9.59735 10.9365 9.41174C10.8125 9.22613 10.6198 9.09738 10.4009 9.05384L5.68724 8.11622C5.35313 8.04971 5.01226 8.19108 4.82322 8.47412C4.63407 8.75716 4.63407 9.12631 4.82322 9.40935L6.42124 11.8009C5.17805 13.3819 4.5 15.3312 4.5 17.3588C4.5 20.9376 6.61944 24.1762 9.89946 25.6094C10.0092 25.6573 10.1235 25.6801 10.236 25.6801C10.5604 25.6801 10.8695 25.4914 11.0077 25.1752C11.1938 24.7492 10.9994 24.253 10.5735 24.0669C7.90668 22.9016 6.18345 20.2685 6.18345 17.3588C6.18345 15.8985 6.61625 14.4884 7.41742 13.292L8.59927 15.0607Z" fill="#5286FA"/>
7
+ <path d="M20.5793 22.9163C21.8221 21.3353 22.5 19.3862 22.5 17.3589C22.5 13.7801 20.3806 10.5415 17.1005 9.1082C16.6746 8.92212 16.1784 9.11652 15.9922 9.54245C15.8061 9.96839 16.0005 10.4646 16.4265 10.6508C19.0933 11.8161 20.8165 14.4492 20.8165 17.3589C20.8165 18.8189 20.3838 20.2289 19.5829 21.4252L18.4012 19.6568C18.2121 19.3737 17.8712 19.2323 17.5372 19.2989C17.2033 19.3653 16.9423 19.6263 16.8759 19.9601L15.9382 24.6739C15.8947 24.8928 15.9398 25.1201 16.0639 25.3057C16.1879 25.4913 16.3806 25.62 16.5996 25.6636L21.3134 26.6011C21.3682 26.612 21.4232 26.6173 21.4777 26.6173C21.4861 26.6173 21.4945 26.6172 21.5029 26.617C21.9565 26.6042 22.3204 26.2324 22.3204 25.7757C22.3204 25.588 22.2589 25.4147 22.1551 25.2747L20.5793 22.9163Z" fill="#5286FA"/>
8
+ <defs>
9
+ <filter id="filter0_d" x="0" y="0" width="27" height="35.5323" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
10
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
11
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
12
+ <feOffset dy="2"/>
13
+ <feColorMatrix type="matrix" values="0 0 0 0 0.795833 0 0 0 0 0.795833 0 0 0 0 0.795833 0 0 0 0.16 0"/>
14
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow"/>
15
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
16
+ </filter>
17
+ <radialGradient id="paint0_angular" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(13.5 16.7661) rotate(-136.42) scale(18.6357 11.5741)">
18
+ <stop offset="0.18409" stop-color="white"/>
19
+ <stop offset="0.493462" stop-color="#B5B5B5" stop-opacity="0.23"/>
20
+ <stop offset="0.813285" stop-color="white" stop-opacity="0.73749"/>
21
+ </radialGradient>
22
+ </defs>
23
+ </svg>
data/assets/images/uo.svg CHANGED
@@ -1,41 +1,41 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
- <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <svg version="1.1"
4
- id="svg2" inkscape:export-filename="/home/rhill/permahome/workshop/ublock/src/img/icon_16.png" inkscape:export-xdpi="11.25" inkscape:export-ydpi="11.25" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
5
- xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 136 136"
6
- style="enable-background:new 0 0 136 136;" xml:space="preserve">
7
- <style type="text/css">
8
- .st0{fill:#800000;stroke:#FFFFFF;stroke-width:1.6673;stroke-linecap:round;stroke-linejoin:round;}
9
- .st1{fill:none;stroke:#FFFFFF;stroke-width:6;}
10
- .st2{fill:#FFFFFF;}
11
- </style>
12
- <defs>
13
-
14
- <inkscape:path-effect effect="spiro" id="path-effect3995" is_visible="true"></inkscape:path-effect>
15
- </defs>
16
- <sodipodi:namedview bordercolor="#666666" borderlayer="false" borderopacity="1.0" fit-margin-bottom="5" fit-margin-left="5" fit-margin-right="5" fit-margin-top="5" id="base" inkscape:current-layer="layer5" inkscape:cx="64.392082" inkscape:cy="64" inkscape:document-units="px" inkscape:guide-bbox="true" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:showpageshadow="false" inkscape:snap-bbox="true" inkscape:snap-global="true" inkscape:snap-grids="true" inkscape:window-height="969" inkscape:window-maximized="0" inkscape:window-width="1187" inkscape:window-x="121" inkscape:window-y="59" inkscape:zoom="5.6568542" pagecolor="#404040" showborder="true" showgrid="true" showguides="false">
17
-
18
- <inkscape:grid dotted="false" empspacing="8" enabled="true" id="grid3059" snapvisiblegridlinesonly="true" type="xygrid" visible="true">
19
- </inkscape:grid>
20
- </sodipodi:namedview>
21
- <g id="layer3" inkscape:groupmode="layer" inkscape:label="polygon 1">
22
-
23
- <g id="g5639" transform="matrix(0.6778654,0,0,0.56141828,-241.07537,-247.27712)" inkscape:export-filename="/home/rhill/permahome/workshop/ublock/platform/chromium/img/browsericons/icon19-off.png" inkscape:export-xdpi="26.719999" inkscape:export-ydpi="26.719999">
24
- </g>
25
- <g id="g6907" transform="matrix(-0.6945203,0,0,0.56109687,375.02964,-247.42947)">
26
- <path id="path6909" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccc" class="st0" d="M442.07,680.88
27
- c-83.92-59.36-83.92-59.36-83.92-207.76c35.97,0,47.96,0,83.92-29.68 M442.07,680.88C526,621.52,526,621.52,526,473.13
28
- c-35.97,0-47.96,0-83.92-29.68"/>
29
- </g>
30
- </g>
31
- <g id="layer5" transform="translate(-17.872548,-17.32535)" inkscape:groupmode="layer" inkscape:label="text">
32
-
33
- <ellipse id="path2996-3" inkscape:export-filename="/home/rhill/permahome/workshop/ublock/platform/chromium/img/browsericons/path2996.png" inkscape:export-xdpi="26.719999" inkscape:export-ydpi="26.719999" sodipodi:cx="102.12254" sodipodi:cy="81.325356" sodipodi:rx="11.999999" sodipodi:ry="12" class="st1" cx="97.87" cy="81.33" rx="16" ry="16">
34
- </ellipse>
35
- <g id="text3778" transform="scale(1.0018026,0.99820067)">
36
- <path id="path3783" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccc" class="st2" d="M85.72,85.48
37
- c0,11.02-4.99,16.03-15.97,16.03c-10.98,0-15.97-5.01-15.97-16.03V61.44h7.99v24.04c0,7.01,1,8.01,7.99,8.01
38
- c6.99,0,7.99-1,7.99-8.01V61.44h7.99V85.48z"/>
39
- </g>
40
- </g>
41
- </svg>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 23.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1"
4
+ id="svg2" inkscape:export-filename="/home/rhill/permahome/workshop/ublock/src/img/icon_16.png" inkscape:export-xdpi="11.25" inkscape:export-ydpi="11.25" xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:svg="http://www.w3.org/2000/svg"
5
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 136 136"
6
+ style="enable-background:new 0 0 136 136;" xml:space="preserve">
7
+ <style type="text/css">
8
+ .st0{fill:#800000;stroke:#FFFFFF;stroke-width:1.6673;stroke-linecap:round;stroke-linejoin:round;}
9
+ .st1{fill:none;stroke:#FFFFFF;stroke-width:6;}
10
+ .st2{fill:#FFFFFF;}
11
+ </style>
12
+ <defs>
13
+
14
+ <inkscape:path-effect effect="spiro" id="path-effect3995" is_visible="true"></inkscape:path-effect>
15
+ </defs>
16
+ <sodipodi:namedview bordercolor="#666666" borderlayer="false" borderopacity="1.0" fit-margin-bottom="5" fit-margin-left="5" fit-margin-right="5" fit-margin-top="5" id="base" inkscape:current-layer="layer5" inkscape:cx="64.392082" inkscape:cy="64" inkscape:document-units="px" inkscape:guide-bbox="true" inkscape:pageopacity="0" inkscape:pageshadow="2" inkscape:showpageshadow="false" inkscape:snap-bbox="true" inkscape:snap-global="true" inkscape:snap-grids="true" inkscape:window-height="969" inkscape:window-maximized="0" inkscape:window-width="1187" inkscape:window-x="121" inkscape:window-y="59" inkscape:zoom="5.6568542" pagecolor="#404040" showborder="true" showgrid="true" showguides="false">
17
+
18
+ <inkscape:grid dotted="false" empspacing="8" enabled="true" id="grid3059" snapvisiblegridlinesonly="true" type="xygrid" visible="true">
19
+ </inkscape:grid>
20
+ </sodipodi:namedview>
21
+ <g id="layer3" inkscape:groupmode="layer" inkscape:label="polygon 1">
22
+
23
+ <g id="g5639" transform="matrix(0.6778654,0,0,0.56141828,-241.07537,-247.27712)" inkscape:export-filename="/home/rhill/permahome/workshop/ublock/platform/chromium/img/browsericons/icon19-off.png" inkscape:export-xdpi="26.719999" inkscape:export-ydpi="26.719999">
24
+ </g>
25
+ <g id="g6907" transform="matrix(-0.6945203,0,0,0.56109687,375.02964,-247.42947)">
26
+ <path id="path6909" inkscape:connector-curvature="0" sodipodi:nodetypes="cccccc" class="st0" d="M442.07,680.88
27
+ c-83.92-59.36-83.92-59.36-83.92-207.76c35.97,0,47.96,0,83.92-29.68 M442.07,680.88C526,621.52,526,621.52,526,473.13
28
+ c-35.97,0-47.96,0-83.92-29.68"/>
29
+ </g>
30
+ </g>
31
+ <g id="layer5" transform="translate(-17.872548,-17.32535)" inkscape:groupmode="layer" inkscape:label="text">
32
+
33
+ <ellipse id="path2996-3" inkscape:export-filename="/home/rhill/permahome/workshop/ublock/platform/chromium/img/browsericons/path2996.png" inkscape:export-xdpi="26.719999" inkscape:export-ydpi="26.719999" sodipodi:cx="102.12254" sodipodi:cy="81.325356" sodipodi:rx="11.999999" sodipodi:ry="12" class="st1" cx="97.87" cy="81.33" rx="16" ry="16">
34
+ </ellipse>
35
+ <g id="text3778" transform="scale(1.0018026,0.99820067)">
36
+ <path id="path3783" inkscape:connector-curvature="0" sodipodi:nodetypes="ccccccccccc" class="st2" d="M85.72,85.48
37
+ c0,11.02-4.99,16.03-15.97,16.03c-10.98,0-15.97-5.01-15.97-16.03V61.44h7.99v24.04c0,7.01,1,8.01,7.99,8.01
38
+ c6.99,0,7.99-1,7.99-8.01V61.44h7.99V85.48z"/>
39
+ </g>
40
+ </g>
41
+ </svg>
@@ -1,6 +1,6 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="512.000000" height="512.000000" preserveAspectRatio="xMidYMid meet" style=""><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
2
-
3
-
4
- <g class="currentLayer" style=""><title>Layer 1</title><g transform="translate(0,512) scale(0.10000000149011612,-0.10000000149011612) " fill="#ffffff" stroke="none" id="svg_1" class="selected" fill-opacity="1">
5
- <path d="M0 2560 l0 -2560 2560 0 2560 0 0 2560 0 2560 -2560 0 -2560 0 0 -2560z m2653 1407 c69 -53 67 -31 67 -671 l0 -576 576 0 c641 0 618 2 672 -68 39 -51 39 -133 0 -184 -54 -70 -31 -68 -672 -68 l-576 0 0 -576 c0 -641 2 -618 -68 -672 -51 -39 -133 -39 -184 0 -70 54 -68 31 -68 672 l0 576 -576 0 c-641 0 -618 -2 -672 68 -39 51 -39 133 0 184 54 70 31 68 672 68 l576 0 2 588 3 589 27 35 c55 72 152 88 221 35z" id="svg_2" fill="#ffffff" fill-opacity="1"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="512.000000" height="512.000000" preserveAspectRatio="xMidYMid meet" style=""><rect id="backgroundrect" width="100%" height="100%" x="0" y="0" fill="none" stroke="none"/>
2
+
3
+
4
+ <g class="currentLayer" style=""><title>Layer 1</title><g transform="translate(0,512) scale(0.10000000149011612,-0.10000000149011612) " fill="#ffffff" stroke="none" id="svg_1" class="selected" fill-opacity="1">
5
+ <path d="M0 2560 l0 -2560 2560 0 2560 0 0 2560 0 2560 -2560 0 -2560 0 0 -2560z m2653 1407 c69 -53 67 -31 67 -671 l0 -576 576 0 c641 0 618 2 672 -68 39 -51 39 -133 0 -184 -54 -70 -31 -68 -672 -68 l-576 0 0 -576 c0 -641 2 -618 -68 -672 -51 -39 -133 -39 -184 0 -70 54 -68 31 -68 672 l0 576 -576 0 c-641 0 -618 -2 -672 68 -39 51 -39 133 0 184 54 70 31 68 672 68 l576 0 2 588 3 589 27 35 c55 72 152 88 221 35z" id="svg_2" fill="#ffffff" fill-opacity="1"/>
6
6
  </g></g></svg>
data/assets/instagram.svg CHANGED
@@ -1,5 +1,5 @@
1
- <svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
- <path
3
- d="M12 2.982c2.937 0 3.285.011 4.445.064 1.072.05 1.655.228 2.043.379.513.2.88.438 1.264.823.385.385.624.751.823 1.265.15.387.33.97.379 2.042.053 1.16.064 1.508.064 4.445 0 2.937-.011 3.285-.064 4.445-.05 1.072-.228 1.655-.379 2.043-.2.513-.438.88-.823 1.264a3.408 3.408 0 01-1.264.823c-.388.15-.97.33-2.043.379-1.16.053-1.508.064-4.445.064-2.937 0-3.285-.011-4.445-.064-1.072-.049-1.655-.228-2.042-.379-.514-.2-.88-.438-1.265-.823a3.408 3.408 0 01-.823-1.264c-.15-.388-.33-.97-.379-2.043-.053-1.16-.064-1.508-.064-4.445 0-2.937.011-3.285.064-4.445.049-1.072.228-1.655.379-2.042.2-.514.438-.88.823-1.265a3.408 3.408 0 011.265-.823c.387-.15.97-.33 2.042-.379 1.16-.053 1.508-.064 4.445-.064zM12 1c-2.987 0-3.362.013-4.535.066-1.171.054-1.97.24-2.67.512a5.392 5.392 0 00-1.949 1.268 5.392 5.392 0 00-1.269 1.949c-.271.7-.457 1.499-.51 2.67C1.012 8.638 1 9.013 1 12c0 2.988.013 3.362.066 4.535.054 1.171.24 1.97.511 2.67a5.392 5.392 0 001.27 1.949 5.392 5.392 0 001.948 1.268c.7.273 1.499.458 2.67.512C8.638 22.987 9.013 23 12 23s3.362-.013 4.535-.066c1.171-.054 1.97-.24 2.67-.512a5.391 5.391 0 001.949-1.268 5.391 5.391 0 001.268-1.948c.272-.7.458-1.5.512-2.67.053-1.174.066-1.549.066-4.536 0-2.987-.013-3.362-.066-4.535-.054-1.171-.24-1.97-.512-2.67a5.39 5.39 0 00-1.268-1.949 5.391 5.391 0 00-1.949-1.268c-.7-.272-1.499-.458-2.67-.512C15.362 1.013 14.987 1 12 1zm0 5.351a5.649 5.649 0 100 11.298A5.649 5.649 0 0012 6.35zm0 9.316a3.667 3.667 0 110-7.334 3.667 3.667 0 010 7.334zm7.192-9.539a1.32 1.32 0 11-2.64 0 1.32 1.32 0 012.64 0z">
4
- </path>
1
+ <svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M12 2.982c2.937 0 3.285.011 4.445.064 1.072.05 1.655.228 2.043.379.513.2.88.438 1.264.823.385.385.624.751.823 1.265.15.387.33.97.379 2.042.053 1.16.064 1.508.064 4.445 0 2.937-.011 3.285-.064 4.445-.05 1.072-.228 1.655-.379 2.043-.2.513-.438.88-.823 1.264a3.408 3.408 0 01-1.264.823c-.388.15-.97.33-2.043.379-1.16.053-1.508.064-4.445.064-2.937 0-3.285-.011-4.445-.064-1.072-.049-1.655-.228-2.042-.379-.514-.2-.88-.438-1.265-.823a3.408 3.408 0 01-.823-1.264c-.15-.388-.33-.97-.379-2.043-.053-1.16-.064-1.508-.064-4.445 0-2.937.011-3.285.064-4.445.049-1.072.228-1.655.379-2.042.2-.514.438-.88.823-1.265a3.408 3.408 0 011.265-.823c.387-.15.97-.33 2.042-.379 1.16-.053 1.508-.064 4.445-.064zM12 1c-2.987 0-3.362.013-4.535.066-1.171.054-1.97.24-2.67.512a5.392 5.392 0 00-1.949 1.268 5.392 5.392 0 00-1.269 1.949c-.271.7-.457 1.499-.51 2.67C1.012 8.638 1 9.013 1 12c0 2.988.013 3.362.066 4.535.054 1.171.24 1.97.511 2.67a5.392 5.392 0 001.27 1.949 5.392 5.392 0 001.948 1.268c.7.273 1.499.458 2.67.512C8.638 22.987 9.013 23 12 23s3.362-.013 4.535-.066c1.171-.054 1.97-.24 2.67-.512a5.391 5.391 0 001.949-1.268 5.391 5.391 0 001.268-1.948c.272-.7.458-1.5.512-2.67.053-1.174.066-1.549.066-4.536 0-2.987-.013-3.362-.066-4.535-.054-1.171-.24-1.97-.512-2.67a5.39 5.39 0 00-1.268-1.949 5.391 5.391 0 00-1.949-1.268c-.7-.272-1.499-.458-2.67-.512C15.362 1.013 14.987 1 12 1zm0 5.351a5.649 5.649 0 100 11.298A5.649 5.649 0 0012 6.35zm0 9.316a3.667 3.667 0 110-7.334 3.667 3.667 0 010 7.334zm7.192-9.539a1.32 1.32 0 11-2.64 0 1.32 1.32 0 012.64 0z">
4
+ </path>
5
5
  </svg>
@@ -1,8 +1,8 @@
1
- const alertbar = document.querySelector('.alertbar')
2
- window.addEventListener('scroll', () => {
3
- if (pageYOffset > 200) {
4
- alertbar.style.display = 'block'
5
- } else {
6
- alertbar.style.display = 'none'
7
- }
8
- })
1
+ const alertbar = document.querySelector('.alertbar')
2
+ window.addEventListener('scroll', () => {
3
+ if (pageYOffset > 200) {
4
+ alertbar.style.display = 'block'
5
+ } else {
6
+ alertbar.style.display = 'none'
7
+ }
8
+ })
@@ -1,44 +1,44 @@
1
- $('.nav-tabs a.nav-tab-link').click(function () {
2
- $('.nav-tabs a.nav-tab-link').removeClass('active')
3
- })
4
-
5
- const detect = document.querySelector('#detect')
6
- const wrapper = document.querySelector('.wrapper')
7
- const closePopup = document.getElementsByClassName('closePopup')
8
- const extensions = document.querySelector('.extensions')
9
-
10
- const refresh = () => {
11
- location.reload()
12
- }
13
-
14
- let adsBtn = document.querySelector('.allow-ads-btn')
15
- adsBtn.addEventListener('click', () => {
16
- extensions.classList.add('show')
17
- })
18
-
19
- let adClasses = [
20
- 'ad',
21
- 'ads',
22
- 'adsbox',
23
- 'doubleclick',
24
- 'ad-placement',
25
- 'ad-placeholder',
26
- 'adbadge',
27
- 'BannerAd',
28
- ]
29
- for (let item of adClasses) {
30
- detect.classList.add(item)
31
- }
32
-
33
- let getProperty = window.getComputedStyle(detect).getPropertyValue('display')
34
- if (!wrapper.classList.contains('show')) {
35
- getProperty == 'none'
36
- ? wrapper.classList.add('show')
37
- : wrapper.classList.remove('show')
38
- }
39
- closePopup[0].addEventListener('click', () => {
40
- wrapper.classList.remove('show')
41
- })
42
- closePopup[1].addEventListener('click', () => {
43
- extensions.classList.remove('show')
44
- })
1
+ $('.nav-tabs a.nav-tab-link').click(function () {
2
+ $('.nav-tabs a.nav-tab-link').removeClass('active')
3
+ })
4
+
5
+ const detect = document.querySelector('#detect')
6
+ const wrapper = document.querySelector('.wrapper')
7
+ const closePopup = document.getElementsByClassName('closePopup')
8
+ const extensions = document.querySelector('.extensions')
9
+
10
+ const refresh = () => {
11
+ location.reload()
12
+ }
13
+
14
+ let adsBtn = document.querySelector('.allow-ads-btn')
15
+ adsBtn.addEventListener('click', () => {
16
+ extensions.classList.add('show')
17
+ })
18
+
19
+ let adClasses = [
20
+ 'ad',
21
+ 'ads',
22
+ 'adsbox',
23
+ 'doubleclick',
24
+ 'ad-placement',
25
+ 'ad-placeholder',
26
+ 'adbadge',
27
+ 'BannerAd',
28
+ ]
29
+ for (let item of adClasses) {
30
+ detect.classList.add(item)
31
+ }
32
+
33
+ let getProperty = window.getComputedStyle(detect).getPropertyValue('display')
34
+ if (!wrapper.classList.contains('show')) {
35
+ getProperty == 'none'
36
+ ? wrapper.classList.add('show')
37
+ : wrapper.classList.remove('show')
38
+ }
39
+ closePopup[0].addEventListener('click', () => {
40
+ wrapper.classList.remove('show')
41
+ })
42
+ closePopup[1].addEventListener('click', () => {
43
+ extensions.classList.remove('show')
44
+ })
data/assets/js/ads.js CHANGED
@@ -1,8 +1,8 @@
1
- ;(function (s, u, z, p) {
2
- ;(s.src = u), s.setAttribute('data-zone', z), p.appendChild(s)
3
- })(
4
- document.createElement('script'),
5
- 'https://inklinkor.com/tag.min.js',
6
- 5225477,
7
- document.body || document.documentElement
8
- )
1
+ ;(function (s, u, z, p) {
2
+ ;(s.src = u), s.setAttribute('data-zone', z), p.appendChild(s)
3
+ })(
4
+ document.createElement('script'),
5
+ 'https://inklinkor.com/tag.min.js',
6
+ 5225477,
7
+ document.body || document.documentElement
8
+ )
@@ -1,10 +1,10 @@
1
- ---
2
- ---
3
- function insertAfter(referenceNode, newNode) {
4
- referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling)
5
- }
6
- let themeContentBox = document.getElementById('theme-content-box')
7
- const div = document.createElement('div')
8
- const profitablecpmgateId = '{{site.profitablecpmgateId}}'
9
- div.setAttribute('id', `container-${profitablecpmgateId}`)
10
- insertAfter(themeContentBox, div)
1
+ ---
2
+ ---
3
+ function insertAfter(referenceNode, newNode) {
4
+ referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling)
5
+ }
6
+ let themeContentBox = document.getElementById('theme-content-box')
7
+ const div = document.createElement('div')
8
+ const profitablecpmgateId = '{{site.profitablecpmgateId}}'
9
+ div.setAttribute('id', `container-${profitablecpmgateId}`)
10
+ insertAfter(themeContentBox, div)