appscms-tools-theme 2.8.9 → 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 -58
  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 +6 -6
@@ -1,85 +1,85 @@
1
- [
2
- {
3
- "name": "together_forever",
4
- "effectImagePath": "/assets/images/together_forever.png",
5
- "elements": [
6
- {
7
- "type": "image",
8
- "height": 308,
9
- "width": 210,
10
- "perspective": {
11
- "topLeft": {
12
- "x": 0,
13
- "y": 0
14
- },
15
- "topRight": {
16
- "x": 210,
17
- "y": 0
18
- },
19
- "bottomLeft": {
20
- "x": 0,
21
- "y": 308
22
- },
23
- "bottomRight": {
24
- "x": 210,
25
- "y": 308
26
- }
27
- },
28
- "translate": {
29
- "x": 150,
30
- "y": 250
31
- },
32
- "x": 100,
33
- "y": 100,
34
- "id": "file-1"
35
- },
36
- {
37
- "type": "text",
38
- "x": "200",
39
- "y": "200",
40
- "color": "red",
41
- "fontFamily": "Calligraphy",
42
- "fontPath": "/assets/fonts/Calligraphy.ttf",
43
- "id": "text-1",
44
- "fontSize": 50,
45
- "fontSizeOption1": 10
46
- }
47
- ]
48
- },
49
- {
50
- "name": "face-frame",
51
- "effectImagePath": "/assets/images/faceframe.png",
52
- "elements": [
53
- {
54
- "type": "image",
55
- "height": 308,
56
- "width": 210,
57
- "perspective": {
58
- "topLeft": {
59
- "x": 0,
60
- "y": 0
61
- },
62
- "topRight": {
63
- "x": 210,
64
- "y": 0
65
- },
66
- "bottomLeft": {
67
- "x": 0,
68
- "y": 308
69
- },
70
- "bottomRight": {
71
- "x": 210,
72
- "y": 308
73
- }
74
- },
75
- "translate": {
76
- "x": 150,
77
- "y": 250
78
- },
79
- "x": 100,
80
- "y": 100,
81
- "id": "file-1"
82
- }
83
- ]
84
- }
1
+ [
2
+ {
3
+ "name": "together_forever",
4
+ "effectImagePath": "/assets/images/together_forever.png",
5
+ "elements": [
6
+ {
7
+ "type": "image",
8
+ "height": 308,
9
+ "width": 210,
10
+ "perspective": {
11
+ "topLeft": {
12
+ "x": 0,
13
+ "y": 0
14
+ },
15
+ "topRight": {
16
+ "x": 210,
17
+ "y": 0
18
+ },
19
+ "bottomLeft": {
20
+ "x": 0,
21
+ "y": 308
22
+ },
23
+ "bottomRight": {
24
+ "x": 210,
25
+ "y": 308
26
+ }
27
+ },
28
+ "translate": {
29
+ "x": 150,
30
+ "y": 250
31
+ },
32
+ "x": 100,
33
+ "y": 100,
34
+ "id": "file-1"
35
+ },
36
+ {
37
+ "type": "text",
38
+ "x": "200",
39
+ "y": "200",
40
+ "color": "red",
41
+ "fontFamily": "Calligraphy",
42
+ "fontPath": "/assets/fonts/Calligraphy.ttf",
43
+ "id": "text-1",
44
+ "fontSize": 50,
45
+ "fontSizeOption1": 10
46
+ }
47
+ ]
48
+ },
49
+ {
50
+ "name": "face-frame",
51
+ "effectImagePath": "/assets/images/faceframe.png",
52
+ "elements": [
53
+ {
54
+ "type": "image",
55
+ "height": 308,
56
+ "width": 210,
57
+ "perspective": {
58
+ "topLeft": {
59
+ "x": 0,
60
+ "y": 0
61
+ },
62
+ "topRight": {
63
+ "x": 210,
64
+ "y": 0
65
+ },
66
+ "bottomLeft": {
67
+ "x": 0,
68
+ "y": 308
69
+ },
70
+ "bottomRight": {
71
+ "x": 210,
72
+ "y": 308
73
+ }
74
+ },
75
+ "translate": {
76
+ "x": 150,
77
+ "y": 250
78
+ },
79
+ "x": 100,
80
+ "y": 100,
81
+ "id": "file-1"
82
+ }
83
+ ]
84
+ }
85
85
  ]
@@ -1,10 +1,10 @@
1
- const button = document.getElementById('btn')
2
- let script = document.currentScript
3
- let fileName = script.dataset.filename
4
- let permalink = script.dataset.permalink
5
-
6
- const params = new URLSearchParams(window.location.search)
7
- button.addEventListener("click", (e) => {
8
- window.location = window.location.protocol + "//" + window.location.host +
9
- `${permalink}` + '/' + "result" + '?' + 'fileName' + "=" + btoa(fileName);
1
+ const button = document.getElementById('btn')
2
+ let script = document.currentScript
3
+ let fileName = script.dataset.filename
4
+ let permalink = script.dataset.permalink
5
+
6
+ const params = new URLSearchParams(window.location.search)
7
+ button.addEventListener("click", (e) => {
8
+ window.location = window.location.protocol + "//" + window.location.host +
9
+ `${permalink}` + '/' + "result" + '?' + 'fileName' + "=" + btoa(fileName);
10
10
  })
@@ -1,39 +1,39 @@
1
- zipFileType = 'svg'
2
- renderFileTypes = ['svg']
3
- const batchConversion = async (file, indexValue) => {
4
- return new Promise((resolve, reject) => {
5
- if (file) {
6
- const reader = new FileReader()
7
- reader.readAsDataURL(file)
8
- reader.onload = (e) => {
9
- if (e.target.result) {
10
- let image = new Image()
11
- let canvas = document.createElement('canvas')
12
- canvas.setAttribute('id', 'canvas-img')
13
- let ctx = canvas.getContext('2d')
14
- image.onload = () => {
15
- canvas.width = image.width
16
- canvas.height = image.height
17
- // counter.innerHTML = e.target.value + "%"
18
- let filters = document.querySelector('#applyFilter')
19
- if (filters.getAttribute('data-filter') === 'opacity') {
20
- ctx.globalAlpha = filters.value
21
- ctx.drawImage(image, 0, 0, canvas.width, canvas.height)
22
- resolve([indexValue, canvas.toDataURL('image/png'), 'image'])
23
- } else {
24
- ctx.filter =
25
- filters.getAttribute('data-filter') +
26
- '(' +
27
- filters.value +
28
- filters.getAttribute('data-scale') +
29
- ') '
30
- ctx.drawImage(image, 0, 0, canvas.width, canvas.height)
31
- resolve([indexValue, canvas.toDataURL('image/png'), 'image'])
32
- }
33
- }
34
- image.src = e.target.result
35
- }
36
- }
37
- }
38
- })
39
- }
1
+ zipFileType = 'svg'
2
+ renderFileTypes = ['svg']
3
+ const batchConversion = async (file, indexValue) => {
4
+ return new Promise((resolve, reject) => {
5
+ if (file) {
6
+ const reader = new FileReader()
7
+ reader.readAsDataURL(file)
8
+ reader.onload = (e) => {
9
+ if (e.target.result) {
10
+ let image = new Image()
11
+ let canvas = document.createElement('canvas')
12
+ canvas.setAttribute('id', 'canvas-img')
13
+ let ctx = canvas.getContext('2d')
14
+ image.onload = () => {
15
+ canvas.width = image.width
16
+ canvas.height = image.height
17
+ // counter.innerHTML = e.target.value + "%"
18
+ let filters = document.querySelector('#applyFilter')
19
+ if (filters.getAttribute('data-filter') === 'opacity') {
20
+ ctx.globalAlpha = filters.value
21
+ ctx.drawImage(image, 0, 0, canvas.width, canvas.height)
22
+ resolve([indexValue, canvas.toDataURL('image/png'), 'image'])
23
+ } else {
24
+ ctx.filter =
25
+ filters.getAttribute('data-filter') +
26
+ '(' +
27
+ filters.value +
28
+ filters.getAttribute('data-scale') +
29
+ ') '
30
+ ctx.drawImage(image, 0, 0, canvas.width, canvas.height)
31
+ resolve([indexValue, canvas.toDataURL('image/png'), 'image'])
32
+ }
33
+ }
34
+ image.src = e.target.result
35
+ }
36
+ }
37
+ }
38
+ })
39
+ }
data/assets/js/theme.js CHANGED
@@ -1,44 +1,44 @@
1
- $(document).ready(function () {
2
- var safuiAlert = $('#safeui-alert')
3
- if (safuiAlert) {
4
- safuiAlert
5
- .first()
6
- .delay(10000)
7
- .slideUp(1000, function () {
8
- $(this).remove()
9
- })
10
- }
11
- })
12
- let getLayout = document.getElementById('header')
13
- const layout = getLayout.dataset.layout
14
- if (layout == "feature-1") {
15
- var removeNav = () => {
16
- let homeLink = document.getElementById('home-link')
17
- homeLink.style.marginRight = '10px'
18
- document.getElementById('h1-img-wrapper').prepend(homeLink)
19
-
20
- document.getElementById('header').style.display = 'none'
21
- document.querySelector('.feature1-h1').style.width = '100%'
22
- document.querySelector('.feature1-h2').style.display = 'none'
23
- console.log(document.querySelector(".feature1-flex-container"));
24
- document.querySelector(".feature1-flex-container").style.paddingTop = "0rem"
25
- document.querySelector(".feature1-flex-container").style.paddingBottom = "0rem"
26
- }
27
- } else {
28
- var removeNav = () => {
29
- let homeLink = document.getElementById('home-link')
30
- homeLink.style.marginRight = '10px'
31
- document.getElementById('h1-img-wrapper').prepend(homeLink)
32
- document
33
- .getElementById('h1-img-wrapper')
34
- .style.setProperty('align-items', 'unset', 'important')
35
- document.getElementById('header').style.display = 'none'
36
- document.getElementById('h1-img').style.display = 'none'
37
- document.getElementById('feature-h1').style.width = '100%'
38
- document.getElementById('feature-h2').style.display = 'none'
39
- let safeUiAlert = document.getElementById('safeui-alert')
40
- if (safeUiAlert) {
41
- safeUiAlert.style.display = 'none'
42
- }
43
- }
44
- }
1
+ $(document).ready(function () {
2
+ var safuiAlert = $('#safeui-alert')
3
+ if (safuiAlert) {
4
+ safuiAlert
5
+ .first()
6
+ .delay(10000)
7
+ .slideUp(1000, function () {
8
+ $(this).remove()
9
+ })
10
+ }
11
+ })
12
+ let getLayout = document.getElementById('header')
13
+ const layout = getLayout.dataset.layout
14
+ if (layout == "feature-1") {
15
+ var removeNav = () => {
16
+ let homeLink = document.getElementById('home-link')
17
+ homeLink.style.marginRight = '10px'
18
+ document.getElementById('h1-img-wrapper').prepend(homeLink)
19
+
20
+ document.getElementById('header').style.display = 'none'
21
+ document.querySelector('.feature1-h1').style.width = '100%'
22
+ document.querySelector('.feature1-h2').style.display = 'none'
23
+ console.log(document.querySelector(".feature1-flex-container"));
24
+ document.querySelector(".feature1-flex-container").style.paddingTop = "0rem"
25
+ document.querySelector(".feature1-flex-container").style.paddingBottom = "0rem"
26
+ }
27
+ } else {
28
+ var removeNav = () => {
29
+ let homeLink = document.getElementById('home-link')
30
+ homeLink.style.marginRight = '10px'
31
+ document.getElementById('h1-img-wrapper').prepend(homeLink)
32
+ document
33
+ .getElementById('h1-img-wrapper')
34
+ .style.setProperty('align-items', 'unset', 'important')
35
+ document.getElementById('header').style.display = 'none'
36
+ document.getElementById('h1-img').style.display = 'none'
37
+ document.getElementById('feature-h1').style.width = '100%'
38
+ document.getElementById('feature-h2').style.display = 'none'
39
+ let safeUiAlert = document.getElementById('safeui-alert')
40
+ if (safeUiAlert) {
41
+ safeUiAlert.style.display = 'none'
42
+ }
43
+ }
44
+ }
data/assets/linkdin.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="M23 23h-5.118v-7.339c0-1.92-.8-3.232-2.561-3.232-1.347 0-2.096.885-2.444 1.738-.131.306-.11.732-.11 1.159V23H7.695s.065-13 0-14.182h5.07v2.226c.3-.973 1.92-2.362 4.506-2.362 3.208 0 5.728 2.04 5.728 6.432V23zM3.38 6.773h-.03C1.926 6.773 1 5.72 1 4.388 1 3.03 1.952 2 3.407 2 4.86 2 5.754 3.027 5.783 4.384c0 1.333-.923 2.389-2.404 2.389zM1 8.682h4.783V23H1V8.682z">
4
- </path>
1
+ <svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M23 23h-5.118v-7.339c0-1.92-.8-3.232-2.561-3.232-1.347 0-2.096.885-2.444 1.738-.131.306-.11.732-.11 1.159V23H7.695s.065-13 0-14.182h5.07v2.226c.3-.973 1.92-2.362 4.506-2.362 3.208 0 5.728 2.04 5.728 6.432V23zM3.38 6.773h-.03C1.926 6.773 1 5.72 1 4.388 1 3.03 1.952 2 3.407 2 4.86 2 5.754 3.027 5.783 4.384c0 1.333-.923 2.389-2.404 2.389zM1 8.682h4.783V23H1V8.682z">
4
+ </path>
5
5
  </svg>
@@ -1,4 +1,4 @@
1
- <svg width="78" height="55" viewBox="0 0 78 55" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M60.9465 55H48.3396H44.9448H44.2117V38.6127H49.7421C51.1447 38.6127 51.9734 37.0682 51.1447 35.9562L40.3866 21.5305C39.7013 20.6038 38.2828 20.6038 37.5975 21.5305L26.8394 35.9562C26.0106 37.0682 26.8235 38.6127 28.2419 38.6127H33.7724V55H33.0392H29.6445H15.0294C6.66204 54.5521 0 46.9685 0 38.7518C0 33.0834 3.17164 28.141 7.87331 25.469C7.44299 24.3415 7.21986 23.1368 7.21986 21.8703C7.21986 16.0783 12.049 11.3985 18.0257 11.3985C19.3167 11.3985 20.5599 11.6147 21.7233 12.0317C25.1819 4.92699 32.6408 0 41.311 0C52.5313 0.0154451 61.7752 8.34036 62.8271 18.9511C71.4495 20.3875 78 28.1255 78 36.8829C78 46.2426 70.4773 54.3513 60.9465 55Z" fill="black"/>
3
- <path d="M56.9776 21.8877C56.4655 21.239 55.8457 20.6384 55.1988 20.0619C54.552 19.4854 53.8781 18.9327 53.1504 18.4763C49.1344 15.6176 44.202 14 39 14C32.8816 14 27.1405 16.1941 22.8012 20.0619C18.4618 23.9297 16 29.0466 16 34.5C16 39.1605 17.8148 43.5568 21.0224 47.1363C21.5614 47.7608 22.1543 48.3614 22.8012 48.9381C23.448 49.5146 24.1219 50.0431 24.8227 50.5236C28.8386 53.3824 33.7711 55 39 55C45.1184 55 50.8595 52.8059 55.1988 48.9381C59.5383 45.0702 62 39.9532 62 34.5C62 29.8635 60.1852 25.4672 56.9776 21.8877ZM21.4805 34.5C21.4805 30.3199 23.3133 26.4041 26.6017 23.4491C29.9168 20.5184 34.3102 18.8848 39 18.8848C42.7735 18.8848 46.3581 19.9418 49.3231 21.8877L24.8766 43.7009C22.6664 41.0583 21.4805 37.8632 21.4805 34.5ZM51.3983 45.5507C48.0832 48.4816 43.6898 50.1152 39 50.1152C35.2265 50.1152 31.6419 49.0582 28.6769 47.0883L53.1504 25.299C55.3336 27.9415 56.5195 31.1366 56.5195 34.5C56.5195 38.6801 54.6867 42.5959 51.3983 45.5507Z" fill="#FD003A"/>
4
- </svg>
1
+ <svg width="78" height="55" viewBox="0 0 78 55" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M60.9465 55H48.3396H44.9448H44.2117V38.6127H49.7421C51.1447 38.6127 51.9734 37.0682 51.1447 35.9562L40.3866 21.5305C39.7013 20.6038 38.2828 20.6038 37.5975 21.5305L26.8394 35.9562C26.0106 37.0682 26.8235 38.6127 28.2419 38.6127H33.7724V55H33.0392H29.6445H15.0294C6.66204 54.5521 0 46.9685 0 38.7518C0 33.0834 3.17164 28.141 7.87331 25.469C7.44299 24.3415 7.21986 23.1368 7.21986 21.8703C7.21986 16.0783 12.049 11.3985 18.0257 11.3985C19.3167 11.3985 20.5599 11.6147 21.7233 12.0317C25.1819 4.92699 32.6408 0 41.311 0C52.5313 0.0154451 61.7752 8.34036 62.8271 18.9511C71.4495 20.3875 78 28.1255 78 36.8829C78 46.2426 70.4773 54.3513 60.9465 55Z" fill="black"/>
3
+ <path d="M56.9776 21.8877C56.4655 21.239 55.8457 20.6384 55.1988 20.0619C54.552 19.4854 53.8781 18.9327 53.1504 18.4763C49.1344 15.6176 44.202 14 39 14C32.8816 14 27.1405 16.1941 22.8012 20.0619C18.4618 23.9297 16 29.0466 16 34.5C16 39.1605 17.8148 43.5568 21.0224 47.1363C21.5614 47.7608 22.1543 48.3614 22.8012 48.9381C23.448 49.5146 24.1219 50.0431 24.8227 50.5236C28.8386 53.3824 33.7711 55 39 55C45.1184 55 50.8595 52.8059 55.1988 48.9381C59.5383 45.0702 62 39.9532 62 34.5C62 29.8635 60.1852 25.4672 56.9776 21.8877ZM21.4805 34.5C21.4805 30.3199 23.3133 26.4041 26.6017 23.4491C29.9168 20.5184 34.3102 18.8848 39 18.8848C42.7735 18.8848 46.3581 19.9418 49.3231 21.8877L24.8766 43.7009C22.6664 41.0583 21.4805 37.8632 21.4805 34.5ZM51.3983 45.5507C48.0832 48.4816 43.6898 50.1152 39 50.1152C35.2265 50.1152 31.6419 49.0582 28.6769 47.0883L53.1504 25.299C55.3336 27.9415 56.5195 31.1366 56.5195 34.5C56.5195 38.6801 54.6867 42.5959 51.3983 45.5507Z" fill="#FD003A"/>
4
+ </svg>
data/assets/pdf.svg CHANGED
@@ -1,20 +1,20 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="300" height="180" viewBox="0 0 300 180">
2
- <path fill="#F23030" d="M120.99998,19.9999941 L191,20 L215,44 L215,92.7006568 L210,100.778943 L215,108.591421 L210,115.323885 L215,122.91687 L215,137.99999 C215,139.104559 214.104569,139.99999 213,139.99999 L120.99998,139.99999 C119.895411,139.99999 118.99998,139.104559 118.99998,137.99999 C118.99998,137.99999 118.99998,137.99999 118.99998,137.99999 L118.999982,70.6028877 L123.999982,62.598128 L118.999982,56.3413748 L123.999982,49.7409964 L118.999982,44.5417978 L118.99998,21.9999939 C118.99998,20.8954244 119.895411,19.9999938 120.99998,19.9999938 C120.99998,19.9999938 120.99998,19.9999938 120.99998,19.9999938 Z"/>
3
- <path fill="#FFFFFF" d="M191,20 L215,44 L192,44 C191.447715,44 191,43.5522847 191,43 L191,20 Z" opacity=".3"/>
4
- <rect width="60" height="2" x="137" y="72" fill="#FFFFFF"/>
5
- <rect width="60" height="4" x="137" y="58" fill="#FFFFFF"/>
6
- <rect width="60" height="2" x="137" y="84" fill="#FFFFFF"/>
7
- <rect width="26" height="2" x="171" y="96" fill="#FFFFFF"/>
8
- <rect width="26" height="2" x="171" y="108" fill="#FFFFFF"/>
9
- <rect width="26" height="2" x="171" y="120" fill="#FFFFFF"/>
10
- <path fill="#BF2626" d="M110,95 L164,95 C164.552285,95 165,95.4477153 165,96 L165,122 C165,122.552285 164.552285,123 164,123 L110,123 C109.447715,123 109,122.552285 109,122 L109,96 C109,95.4477153 109.447715,95 110,95 Z"/>
11
- <path fill="#FFFFFF" fill-rule="nonzero" d="M118,116 L118,100 L122.886392,100 C126.325843,100 128.88764,101.223242 128.88764,104.941896 C128.88764,108.489297 126.325843,110.12844 122.981273,110.12844 L120.751561,110.12844 L120.751561,116 L118,116 Z M120.751561,107.853211 L122.76779,107.853211 C125.068664,107.853211 126.183521,106.899083 126.183521,104.941896 C126.183521,102.93578 124.973783,102.275229 122.672909,102.275229 L120.751561,102.275229 L120.751561,107.853211 Z M131.805243,116 L131.805243,100 L135.956305,100 C140.700375,100 143.499376,102.642202 143.499376,107.926606 C143.499376,113.235474 140.700375,116 136.098627,116 L131.805243,116 Z M134.556804,113.700306 L135.766542,113.700306 C138.897628,113.700306 140.676654,111.865443 140.676654,107.926606 C140.676654,104.012232 138.897628,102.299694 135.766542,102.299694 L134.556804,102.299694 L134.556804,113.700306 Z M146.630462,116 L146.630462,100 L156,100 L156,102.397554 L149.382022,102.397554 L149.382022,106.923547 L155.027466,106.923547 L155.027466,109.321101 L149.382022,109.321101 L149.382022,116 L146.630462,116 Z"/>
12
- <path fill="#BF2626" d="M93.2157613,143 L158,143 L158,146 L131.75,152 L88,152 L88,158 L93.515549,158 C95.1300717,155.588029 97.8795839,154 101,154 C105.970563,154 110,158.029437 110,163 C110,167.970563 105.970563,172 101,172 C97.4662787,172 94.4082222,169.963437 92.9355196,167 L73.0644804,167 C71.5917778,169.963437 68.5337213,172 65,172 C60.0294373,172 56,167.970563 56,163 C56,158.029437 60.0294373,154 65,154 C68.1204161,154 70.8699283,155.588029 72.484451,158 L79,158 L79,148.174114 L76.6155464,149.041984 C75.5775906,149.419769 74.4299059,148.884595 74.0521209,147.846639 L72.6840403,144.087869 C72.3062553,143.049913 72.8414294,141.902228 73.8793852,141.524443 L92.6732377,134.68404 C93.7111935,134.306255 94.8588782,134.841429 95.2366632,135.879385 L96.6047438,139.638156 C96.9825288,140.676112 96.4473546,141.823796 95.4093988,142.201581 L93.2157613,143 Z M88,17 L88,22.3849597 L92.6732377,20.6840403 C93.7111935,20.3062553 94.8588782,20.8414294 95.2366632,21.8793852 L96.6047438,25.6381557 C96.9825288,26.6761115 96.4473546,27.8237962 95.4093988,28.2015813 L76.6155464,35.0419841 C75.5775906,35.4197691 74.4299059,34.884595 74.0521209,33.8466392 L72.6840403,30.0878687 C72.3062553,29.0499129 72.8414294,27.9022282 73.8793852,27.5244432 L79,25.6606918 L79,8 L88,8 L131.75,8 L158,14 L158,17 L88,17 Z M73.8793852,40.1911098 L92.6732377,33.350707 C93.7111935,32.9729219 94.8588782,33.5080961 95.2366632,34.5460519 L96.6047438,38.3048224 C96.9825288,39.3427782 96.4473546,40.4904629 95.4093988,40.8682479 L76.6155464,47.7086508 C75.5775906,48.0864358 74.4299059,47.5512616 74.0521209,46.5133058 L72.6840403,42.7545353 C72.3062553,41.7165795 72.8414294,40.5688948 73.8793852,40.1911098 Z M73.8793852,52.8577765 L92.6732377,46.0173736 C93.7111935,45.6395886 94.8588782,46.1747628 95.2366632,47.2127186 L96.6047438,50.9714891 C96.9825288,52.0094449 96.4473546,53.1571296 95.4093988,53.5349146 L76.6155464,60.3753175 C75.5775906,60.7531025 74.4299059,60.2179283 74.0521209,59.1799725 L72.6840403,55.421202 C72.3062553,54.3832462 72.8414294,53.2355615 73.8793852,52.8577765 Z M73.8793852,65.5244432 L92.6732377,58.6840403 C93.7111935,58.3062553 94.8588782,58.8414294 95.2366632,59.8793852 L96.6047438,63.6381557 C96.9825288,64.6761115 96.4473546,65.8237962 95.4093988,66.2015813 L76.6155464,73.0419841 C75.5775906,73.4197691 74.4299059,72.884595 74.0521209,71.8466392 L72.6840403,68.0878687 C72.3062553,67.0499129 72.8414294,65.9022282 73.8793852,65.5244432 Z M73.8793852,78.1911098 L92.6732377,71.350707 C93.7111935,70.9729219 94.8588782,71.5080961 95.2366632,72.5460519 L96.6047438,76.3048224 C96.9825288,77.3427782 96.4473546,78.4904629 95.4093988,78.8682479 L76.6155464,85.7086508 C75.5775906,86.0864358 74.4299059,85.5512616 74.0521209,84.5133058 L72.6840403,80.7545353 C72.3062553,79.7165795 72.8414294,78.5688948 73.8793852,78.1911098 Z M73.8793852,90.8577765 L92.6732377,84.0173736 C93.7111935,83.6395886 94.8588782,84.1747628 95.2366632,85.2127186 L96.6047438,88.9714891 C96.9825288,90.0094449 96.4473546,91.1571296 95.4093988,91.5349146 L76.6155464,98.3753175 C75.5775906,98.7531025 74.4299059,98.2179283 74.0521209,97.1799725 L72.6840403,93.421202 C72.3062553,92.3832462 72.8414294,91.2355615 73.8793852,90.8577765 Z M73.8793852,103.524443 L92.6732377,96.6840403 C93.7111935,96.3062553 94.8588782,96.8414294 95.2366632,97.8793852 L96.6047438,101.638156 C96.9825288,102.676112 96.4473546,103.823796 95.4093988,104.201581 L76.6155464,111.041984 C75.5775906,111.419769 74.4299059,110.884595 74.0521209,109.846639 L72.6840403,106.087869 C72.3062553,105.049913 72.8414294,103.902228 73.8793852,103.524443 Z M73.8793852,116.19111 L92.6732377,109.350707 C93.7111935,108.972922 94.8588782,109.508096 95.2366632,110.546052 L96.6047438,114.304822 C96.9825288,115.342778 96.4473546,116.490463 95.4093988,116.868248 L76.6155464,123.708651 C75.5775906,124.086436 74.4299059,123.551262 74.0521209,122.513306 L72.6840403,118.754535 C72.3062553,117.71658 72.8414294,116.568895 73.8793852,116.19111 Z M73.8793852,128.857776 L92.6732377,122.017374 C93.7111935,121.639589 94.8588782,122.174763 95.2366632,123.212719 L96.6047438,126.971489 C96.9825288,128.009445 96.4473546,129.15713 95.4093988,129.534915 L76.6155464,136.375317 C75.5775906,136.753102 74.4299059,136.217928 74.0521209,135.179972 L72.6840403,131.421202 C72.3062553,130.383246 72.8414294,129.235562 73.8793852,128.857776 Z"/>
13
- <path fill="#F23030" fill-rule="nonzero" d="M222 151C222.552285 151 223 150.552285 223 150 223 149.447715 222.552285 149 222 149 221.447715 149 221 149.447715 221 150 221 150.552285 221.447715 151 222 151zM222 152C220.895431 152 220 151.104569 220 150 220 148.895431 220.895431 148 222 148 223.104569 148 224 148.895431 224 150 224 151.104569 223.104569 152 222 152zM50 136C50.5522847 136 51 135.552285 51 135 51 134.447715 50.5522847 134 50 134 49.4477153 134 49 134.447715 49 135 49 135.552285 49.4477153 136 50 136zM50 137C48.8954305 137 48 136.104569 48 135 48 133.895431 48.8954305 133 50 133 51.1045695 133 52 133.895431 52 135 52 136.104569 51.1045695 137 50 137z"/>
14
- <polygon fill="#F23030" points="232 137 232 135 233 135 233 137 235 137 235 138 233 138 233 140 232 140 232 138 230 138 230 137"/>
15
- <path fill="#F23030" fill-rule="nonzero" d="M38,35 C38.5522847,35 39,34.5522847 39,34 C39,33.4477153 38.5522847,33 38,33 C37.4477153,33 37,33.4477153 37,34 C37,34.5522847 37.4477153,35 38,35 Z M38,36 C36.8954305,36 36,35.1045695 36,34 C36,32.8954305 36.8954305,32 38,32 C39.1045695,32 40,32.8954305 40,34 C40,35.1045695 39.1045695,36 38,36 Z"/>
16
- <path fill="#F23030" fill-rule="nonzero" d="M55.8062676 17.1937324C56.0645775 17.4520422 56.0645775 17.8708451 55.8062676 18.1291549L54.4031338 19.5322887C54.144824 19.7905985 53.7260211 19.7905985 53.4677113 19.5322887 53.2094015 19.2739789 53.2094015 18.855176 53.4677113 18.5968662L54.8708451 17.1937324C55.1291549 16.9354225 55.5479578 16.9354225 55.8062676 17.1937324L55.8062676 17.1937324zM52.5322887 20.4677113C52.7905985 20.7260211 52.7905985 21.144824 52.5322887 21.4031338L51.1291549 22.8062676C50.8708451 23.0645775 50.4520422 23.0645775 50.1937324 22.8062676 49.9354225 22.5479578 49.9354225 22.1291549 50.1937324 21.8708451L51.5968662 20.4677113C51.855176 20.2094015 52.2739789 20.2094015 52.5322887 20.4677113zM55.8062676 22.8062676C55.5479578 23.0645775 55.1291549 23.0645775 54.8708451 22.8062676L53.4677113 21.4031338C53.2094015 21.144824 53.2094015 20.7260211 53.4677113 20.4677113 53.7260211 20.2094015 54.144824 20.2094015 54.4031338 20.4677113L55.8062676 21.8708451C56.0645775 22.1291549 56.0645775 22.5479578 55.8062676 22.8062676zM52.5322887 19.5322887C52.2739789 19.7905985 51.855176 19.7905985 51.5968662 19.5322887L50.1937324 18.1291549C49.9354225 17.8708451 49.9354225 17.4520422 50.1937324 17.1937324 50.4520422 16.9354225 50.8708451 16.9354225 51.1291549 17.1937324L52.5322887 18.5968662C52.7905985 18.855176 52.7905985 19.2739789 52.5322887 19.5322887zM43.8062676 113.193732C44.0645775 113.452042 44.0645775 113.870845 43.8062676 114.129155L42.4031338 115.532289C42.144824 115.790599 41.7260211 115.790599 41.4677113 115.532289 41.2094015 115.273979 41.2094015 114.855176 41.4677113 114.596866L42.8708451 113.193732C43.1291549 112.935423 43.5479578 112.935423 43.8062676 113.193732L43.8062676 113.193732zM40.5322887 116.467711C40.7905985 116.726021 40.7905985 117.144824 40.5322887 117.403134L39.1291549 118.806268C38.8708451 119.064577 38.4520422 119.064577 38.1937324 118.806268 37.9354225 118.547958 37.9354225 118.129155 38.1937324 117.870845L39.5968662 116.467711C39.855176 116.209401 40.2739789 116.209401 40.5322887 116.467711zM43.8062676 118.806268C43.5479578 119.064577 43.1291549 119.064577 42.8708451 118.806268L41.4677113 117.403134C41.2094015 117.144824 41.2094015 116.726021 41.4677113 116.467711 41.7260211 116.209401 42.144824 116.209401 42.4031338 116.467711L43.8062676 117.870845C44.0645775 118.129155 44.0645775 118.547958 43.8062676 118.806268zM40.5322887 115.532289C40.2739789 115.790599 39.855176 115.790599 39.5968662 115.532289L38.1937324 114.129155C37.9354225 113.870845 37.9354225 113.452042 38.1937324 113.193732 38.4520422 112.935423 38.8708451 112.935423 39.1291549 113.193732L40.5322887 114.596866C40.7905985 114.855176 40.7905985 115.273979 40.5322887 115.532289z"/>
17
- <polygon fill="#212121" points="212 21.5 217.5 16 219 17.5 213.5 23 217 23 217 25 210 25 210 18 212 18"/>
18
- <path fill="#F23030" fill-rule="nonzero" d="M241.806268,67.1937324 C242.064577,67.4520422 242.064577,67.8708451 241.806268,68.1291549 L240.403134,69.5322887 C240.144824,69.7905985 239.726021,69.7905985 239.467711,69.5322887 C239.209401,69.2739789 239.209401,68.855176 239.467711,68.5968662 L240.870845,67.1937324 C241.129155,66.9354225 241.547958,66.9354225 241.806268,67.1937324 L241.806268,67.1937324 Z M238.532289,70.4677113 C238.790599,70.7260211 238.790599,71.144824 238.532289,71.4031338 L237.129155,72.8062676 C236.870845,73.0645775 236.452042,73.0645775 236.193732,72.8062676 C235.935423,72.5479578 235.935423,72.1291549 236.193732,71.8708451 L237.596866,70.4677113 C237.855176,70.2094015 238.273979,70.2094015 238.532289,70.4677113 Z M241.806268,72.8062676 C241.547958,73.0645775 241.129155,73.0645775 240.870845,72.8062676 L239.467711,71.4031338 C239.209401,71.144824 239.209401,70.7260211 239.467711,70.4677113 C239.726021,70.2094015 240.144824,70.2094015 240.403134,70.4677113 L241.806268,71.8708451 C242.064577,72.1291549 242.064577,72.5479578 241.806268,72.8062676 Z M238.532289,69.5322887 C238.273979,69.7905985 237.855176,69.7905985 237.596866,69.5322887 L236.193732,68.1291549 C235.935423,67.8708451 235.935423,67.4520422 236.193732,67.1937324 C236.452042,66.9354225 236.870845,66.9354225 237.129155,67.1937324 L238.532289,68.5968662 C238.790599,68.855176 238.790599,69.2739789 238.532289,69.5322887 Z"/>
19
- <path fill="#F23030" fill-rule="nonzero" d="M251,86 C251.552285,86 252,85.5522847 252,85 C252,84.4477153 251.552285,84 251,84 C250.447715,84 250,84.4477153 250,85 C250,85.5522847 250.447715,86 251,86 Z M251,87 C249.895431,87 249,86.1045695 249,85 C249,83.8954305 249.895431,83 251,83 C252.104569,83 253,83.8954305 253,85 C253,86.1045695 252.104569,87 251,87 Z"/>
20
- </svg>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="300" height="180" viewBox="0 0 300 180">
2
+ <path fill="#F23030" d="M120.99998,19.9999941 L191,20 L215,44 L215,92.7006568 L210,100.778943 L215,108.591421 L210,115.323885 L215,122.91687 L215,137.99999 C215,139.104559 214.104569,139.99999 213,139.99999 L120.99998,139.99999 C119.895411,139.99999 118.99998,139.104559 118.99998,137.99999 C118.99998,137.99999 118.99998,137.99999 118.99998,137.99999 L118.999982,70.6028877 L123.999982,62.598128 L118.999982,56.3413748 L123.999982,49.7409964 L118.999982,44.5417978 L118.99998,21.9999939 C118.99998,20.8954244 119.895411,19.9999938 120.99998,19.9999938 C120.99998,19.9999938 120.99998,19.9999938 120.99998,19.9999938 Z"/>
3
+ <path fill="#FFFFFF" d="M191,20 L215,44 L192,44 C191.447715,44 191,43.5522847 191,43 L191,20 Z" opacity=".3"/>
4
+ <rect width="60" height="2" x="137" y="72" fill="#FFFFFF"/>
5
+ <rect width="60" height="4" x="137" y="58" fill="#FFFFFF"/>
6
+ <rect width="60" height="2" x="137" y="84" fill="#FFFFFF"/>
7
+ <rect width="26" height="2" x="171" y="96" fill="#FFFFFF"/>
8
+ <rect width="26" height="2" x="171" y="108" fill="#FFFFFF"/>
9
+ <rect width="26" height="2" x="171" y="120" fill="#FFFFFF"/>
10
+ <path fill="#BF2626" d="M110,95 L164,95 C164.552285,95 165,95.4477153 165,96 L165,122 C165,122.552285 164.552285,123 164,123 L110,123 C109.447715,123 109,122.552285 109,122 L109,96 C109,95.4477153 109.447715,95 110,95 Z"/>
11
+ <path fill="#FFFFFF" fill-rule="nonzero" d="M118,116 L118,100 L122.886392,100 C126.325843,100 128.88764,101.223242 128.88764,104.941896 C128.88764,108.489297 126.325843,110.12844 122.981273,110.12844 L120.751561,110.12844 L120.751561,116 L118,116 Z M120.751561,107.853211 L122.76779,107.853211 C125.068664,107.853211 126.183521,106.899083 126.183521,104.941896 C126.183521,102.93578 124.973783,102.275229 122.672909,102.275229 L120.751561,102.275229 L120.751561,107.853211 Z M131.805243,116 L131.805243,100 L135.956305,100 C140.700375,100 143.499376,102.642202 143.499376,107.926606 C143.499376,113.235474 140.700375,116 136.098627,116 L131.805243,116 Z M134.556804,113.700306 L135.766542,113.700306 C138.897628,113.700306 140.676654,111.865443 140.676654,107.926606 C140.676654,104.012232 138.897628,102.299694 135.766542,102.299694 L134.556804,102.299694 L134.556804,113.700306 Z M146.630462,116 L146.630462,100 L156,100 L156,102.397554 L149.382022,102.397554 L149.382022,106.923547 L155.027466,106.923547 L155.027466,109.321101 L149.382022,109.321101 L149.382022,116 L146.630462,116 Z"/>
12
+ <path fill="#BF2626" d="M93.2157613,143 L158,143 L158,146 L131.75,152 L88,152 L88,158 L93.515549,158 C95.1300717,155.588029 97.8795839,154 101,154 C105.970563,154 110,158.029437 110,163 C110,167.970563 105.970563,172 101,172 C97.4662787,172 94.4082222,169.963437 92.9355196,167 L73.0644804,167 C71.5917778,169.963437 68.5337213,172 65,172 C60.0294373,172 56,167.970563 56,163 C56,158.029437 60.0294373,154 65,154 C68.1204161,154 70.8699283,155.588029 72.484451,158 L79,158 L79,148.174114 L76.6155464,149.041984 C75.5775906,149.419769 74.4299059,148.884595 74.0521209,147.846639 L72.6840403,144.087869 C72.3062553,143.049913 72.8414294,141.902228 73.8793852,141.524443 L92.6732377,134.68404 C93.7111935,134.306255 94.8588782,134.841429 95.2366632,135.879385 L96.6047438,139.638156 C96.9825288,140.676112 96.4473546,141.823796 95.4093988,142.201581 L93.2157613,143 Z M88,17 L88,22.3849597 L92.6732377,20.6840403 C93.7111935,20.3062553 94.8588782,20.8414294 95.2366632,21.8793852 L96.6047438,25.6381557 C96.9825288,26.6761115 96.4473546,27.8237962 95.4093988,28.2015813 L76.6155464,35.0419841 C75.5775906,35.4197691 74.4299059,34.884595 74.0521209,33.8466392 L72.6840403,30.0878687 C72.3062553,29.0499129 72.8414294,27.9022282 73.8793852,27.5244432 L79,25.6606918 L79,8 L88,8 L131.75,8 L158,14 L158,17 L88,17 Z M73.8793852,40.1911098 L92.6732377,33.350707 C93.7111935,32.9729219 94.8588782,33.5080961 95.2366632,34.5460519 L96.6047438,38.3048224 C96.9825288,39.3427782 96.4473546,40.4904629 95.4093988,40.8682479 L76.6155464,47.7086508 C75.5775906,48.0864358 74.4299059,47.5512616 74.0521209,46.5133058 L72.6840403,42.7545353 C72.3062553,41.7165795 72.8414294,40.5688948 73.8793852,40.1911098 Z M73.8793852,52.8577765 L92.6732377,46.0173736 C93.7111935,45.6395886 94.8588782,46.1747628 95.2366632,47.2127186 L96.6047438,50.9714891 C96.9825288,52.0094449 96.4473546,53.1571296 95.4093988,53.5349146 L76.6155464,60.3753175 C75.5775906,60.7531025 74.4299059,60.2179283 74.0521209,59.1799725 L72.6840403,55.421202 C72.3062553,54.3832462 72.8414294,53.2355615 73.8793852,52.8577765 Z M73.8793852,65.5244432 L92.6732377,58.6840403 C93.7111935,58.3062553 94.8588782,58.8414294 95.2366632,59.8793852 L96.6047438,63.6381557 C96.9825288,64.6761115 96.4473546,65.8237962 95.4093988,66.2015813 L76.6155464,73.0419841 C75.5775906,73.4197691 74.4299059,72.884595 74.0521209,71.8466392 L72.6840403,68.0878687 C72.3062553,67.0499129 72.8414294,65.9022282 73.8793852,65.5244432 Z M73.8793852,78.1911098 L92.6732377,71.350707 C93.7111935,70.9729219 94.8588782,71.5080961 95.2366632,72.5460519 L96.6047438,76.3048224 C96.9825288,77.3427782 96.4473546,78.4904629 95.4093988,78.8682479 L76.6155464,85.7086508 C75.5775906,86.0864358 74.4299059,85.5512616 74.0521209,84.5133058 L72.6840403,80.7545353 C72.3062553,79.7165795 72.8414294,78.5688948 73.8793852,78.1911098 Z M73.8793852,90.8577765 L92.6732377,84.0173736 C93.7111935,83.6395886 94.8588782,84.1747628 95.2366632,85.2127186 L96.6047438,88.9714891 C96.9825288,90.0094449 96.4473546,91.1571296 95.4093988,91.5349146 L76.6155464,98.3753175 C75.5775906,98.7531025 74.4299059,98.2179283 74.0521209,97.1799725 L72.6840403,93.421202 C72.3062553,92.3832462 72.8414294,91.2355615 73.8793852,90.8577765 Z M73.8793852,103.524443 L92.6732377,96.6840403 C93.7111935,96.3062553 94.8588782,96.8414294 95.2366632,97.8793852 L96.6047438,101.638156 C96.9825288,102.676112 96.4473546,103.823796 95.4093988,104.201581 L76.6155464,111.041984 C75.5775906,111.419769 74.4299059,110.884595 74.0521209,109.846639 L72.6840403,106.087869 C72.3062553,105.049913 72.8414294,103.902228 73.8793852,103.524443 Z M73.8793852,116.19111 L92.6732377,109.350707 C93.7111935,108.972922 94.8588782,109.508096 95.2366632,110.546052 L96.6047438,114.304822 C96.9825288,115.342778 96.4473546,116.490463 95.4093988,116.868248 L76.6155464,123.708651 C75.5775906,124.086436 74.4299059,123.551262 74.0521209,122.513306 L72.6840403,118.754535 C72.3062553,117.71658 72.8414294,116.568895 73.8793852,116.19111 Z M73.8793852,128.857776 L92.6732377,122.017374 C93.7111935,121.639589 94.8588782,122.174763 95.2366632,123.212719 L96.6047438,126.971489 C96.9825288,128.009445 96.4473546,129.15713 95.4093988,129.534915 L76.6155464,136.375317 C75.5775906,136.753102 74.4299059,136.217928 74.0521209,135.179972 L72.6840403,131.421202 C72.3062553,130.383246 72.8414294,129.235562 73.8793852,128.857776 Z"/>
13
+ <path fill="#F23030" fill-rule="nonzero" d="M222 151C222.552285 151 223 150.552285 223 150 223 149.447715 222.552285 149 222 149 221.447715 149 221 149.447715 221 150 221 150.552285 221.447715 151 222 151zM222 152C220.895431 152 220 151.104569 220 150 220 148.895431 220.895431 148 222 148 223.104569 148 224 148.895431 224 150 224 151.104569 223.104569 152 222 152zM50 136C50.5522847 136 51 135.552285 51 135 51 134.447715 50.5522847 134 50 134 49.4477153 134 49 134.447715 49 135 49 135.552285 49.4477153 136 50 136zM50 137C48.8954305 137 48 136.104569 48 135 48 133.895431 48.8954305 133 50 133 51.1045695 133 52 133.895431 52 135 52 136.104569 51.1045695 137 50 137z"/>
14
+ <polygon fill="#F23030" points="232 137 232 135 233 135 233 137 235 137 235 138 233 138 233 140 232 140 232 138 230 138 230 137"/>
15
+ <path fill="#F23030" fill-rule="nonzero" d="M38,35 C38.5522847,35 39,34.5522847 39,34 C39,33.4477153 38.5522847,33 38,33 C37.4477153,33 37,33.4477153 37,34 C37,34.5522847 37.4477153,35 38,35 Z M38,36 C36.8954305,36 36,35.1045695 36,34 C36,32.8954305 36.8954305,32 38,32 C39.1045695,32 40,32.8954305 40,34 C40,35.1045695 39.1045695,36 38,36 Z"/>
16
+ <path fill="#F23030" fill-rule="nonzero" d="M55.8062676 17.1937324C56.0645775 17.4520422 56.0645775 17.8708451 55.8062676 18.1291549L54.4031338 19.5322887C54.144824 19.7905985 53.7260211 19.7905985 53.4677113 19.5322887 53.2094015 19.2739789 53.2094015 18.855176 53.4677113 18.5968662L54.8708451 17.1937324C55.1291549 16.9354225 55.5479578 16.9354225 55.8062676 17.1937324L55.8062676 17.1937324zM52.5322887 20.4677113C52.7905985 20.7260211 52.7905985 21.144824 52.5322887 21.4031338L51.1291549 22.8062676C50.8708451 23.0645775 50.4520422 23.0645775 50.1937324 22.8062676 49.9354225 22.5479578 49.9354225 22.1291549 50.1937324 21.8708451L51.5968662 20.4677113C51.855176 20.2094015 52.2739789 20.2094015 52.5322887 20.4677113zM55.8062676 22.8062676C55.5479578 23.0645775 55.1291549 23.0645775 54.8708451 22.8062676L53.4677113 21.4031338C53.2094015 21.144824 53.2094015 20.7260211 53.4677113 20.4677113 53.7260211 20.2094015 54.144824 20.2094015 54.4031338 20.4677113L55.8062676 21.8708451C56.0645775 22.1291549 56.0645775 22.5479578 55.8062676 22.8062676zM52.5322887 19.5322887C52.2739789 19.7905985 51.855176 19.7905985 51.5968662 19.5322887L50.1937324 18.1291549C49.9354225 17.8708451 49.9354225 17.4520422 50.1937324 17.1937324 50.4520422 16.9354225 50.8708451 16.9354225 51.1291549 17.1937324L52.5322887 18.5968662C52.7905985 18.855176 52.7905985 19.2739789 52.5322887 19.5322887zM43.8062676 113.193732C44.0645775 113.452042 44.0645775 113.870845 43.8062676 114.129155L42.4031338 115.532289C42.144824 115.790599 41.7260211 115.790599 41.4677113 115.532289 41.2094015 115.273979 41.2094015 114.855176 41.4677113 114.596866L42.8708451 113.193732C43.1291549 112.935423 43.5479578 112.935423 43.8062676 113.193732L43.8062676 113.193732zM40.5322887 116.467711C40.7905985 116.726021 40.7905985 117.144824 40.5322887 117.403134L39.1291549 118.806268C38.8708451 119.064577 38.4520422 119.064577 38.1937324 118.806268 37.9354225 118.547958 37.9354225 118.129155 38.1937324 117.870845L39.5968662 116.467711C39.855176 116.209401 40.2739789 116.209401 40.5322887 116.467711zM43.8062676 118.806268C43.5479578 119.064577 43.1291549 119.064577 42.8708451 118.806268L41.4677113 117.403134C41.2094015 117.144824 41.2094015 116.726021 41.4677113 116.467711 41.7260211 116.209401 42.144824 116.209401 42.4031338 116.467711L43.8062676 117.870845C44.0645775 118.129155 44.0645775 118.547958 43.8062676 118.806268zM40.5322887 115.532289C40.2739789 115.790599 39.855176 115.790599 39.5968662 115.532289L38.1937324 114.129155C37.9354225 113.870845 37.9354225 113.452042 38.1937324 113.193732 38.4520422 112.935423 38.8708451 112.935423 39.1291549 113.193732L40.5322887 114.596866C40.7905985 114.855176 40.7905985 115.273979 40.5322887 115.532289z"/>
17
+ <polygon fill="#212121" points="212 21.5 217.5 16 219 17.5 213.5 23 217 23 217 25 210 25 210 18 212 18"/>
18
+ <path fill="#F23030" fill-rule="nonzero" d="M241.806268,67.1937324 C242.064577,67.4520422 242.064577,67.8708451 241.806268,68.1291549 L240.403134,69.5322887 C240.144824,69.7905985 239.726021,69.7905985 239.467711,69.5322887 C239.209401,69.2739789 239.209401,68.855176 239.467711,68.5968662 L240.870845,67.1937324 C241.129155,66.9354225 241.547958,66.9354225 241.806268,67.1937324 L241.806268,67.1937324 Z M238.532289,70.4677113 C238.790599,70.7260211 238.790599,71.144824 238.532289,71.4031338 L237.129155,72.8062676 C236.870845,73.0645775 236.452042,73.0645775 236.193732,72.8062676 C235.935423,72.5479578 235.935423,72.1291549 236.193732,71.8708451 L237.596866,70.4677113 C237.855176,70.2094015 238.273979,70.2094015 238.532289,70.4677113 Z M241.806268,72.8062676 C241.547958,73.0645775 241.129155,73.0645775 240.870845,72.8062676 L239.467711,71.4031338 C239.209401,71.144824 239.209401,70.7260211 239.467711,70.4677113 C239.726021,70.2094015 240.144824,70.2094015 240.403134,70.4677113 L241.806268,71.8708451 C242.064577,72.1291549 242.064577,72.5479578 241.806268,72.8062676 Z M238.532289,69.5322887 C238.273979,69.7905985 237.855176,69.7905985 237.596866,69.5322887 L236.193732,68.1291549 C235.935423,67.8708451 235.935423,67.4520422 236.193732,67.1937324 C236.452042,66.9354225 236.870845,66.9354225 237.129155,67.1937324 L238.532289,68.5968662 C238.790599,68.855176 238.790599,69.2739789 238.532289,69.5322887 Z"/>
19
+ <path fill="#F23030" fill-rule="nonzero" d="M251,86 C251.552285,86 252,85.5522847 252,85 C252,84.4477153 251.552285,84 251,84 C250.447715,84 250,84.4477153 250,85 C250,85.5522847 250.447715,86 251,86 Z M251,87 C249.895431,87 249,86.1045695 249,85 C249,83.8954305 249.895431,83 251,83 C252.104569,83 253,83.8954305 253,85 C253,86.1045695 252.104569,87 251,87 Z"/>
20
+ </svg>
data/assets/secure.svg CHANGED
@@ -1,43 +1,43 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
- <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
- <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
- viewBox="0 0 229.5 229.5" style="enable-background:new 0 0 229.5 229.5;" xml:space="preserve">
6
- <path d="M214.419,32.12c-0.412-2.959-2.541-5.393-5.419-6.193L116.76,0.275c-1.315-0.366-2.704-0.366-4.02,0L20.5,25.927
7
- c-2.878,0.8-5.007,3.233-5.419,6.193c-0.535,3.847-12.74,94.743,18.565,139.961c31.268,45.164,77.395,56.738,79.343,57.209
8
- c0.579,0.14,1.169,0.209,1.761,0.209s1.182-0.07,1.761-0.209c1.949-0.471,48.076-12.045,79.343-57.209
9
- C227.159,126.864,214.954,35.968,214.419,32.12z M174.233,85.186l-62.917,62.917c-1.464,1.464-3.384,2.197-5.303,2.197
10
- s-3.839-0.732-5.303-2.197l-38.901-38.901c-1.407-1.406-2.197-3.314-2.197-5.303s0.791-3.897,2.197-5.303l7.724-7.724
11
- c2.929-2.928,7.678-2.929,10.606,0l25.874,25.874l49.89-49.891c1.406-1.407,3.314-2.197,5.303-2.197s3.897,0.79,5.303,2.197
12
- l7.724,7.724C177.162,77.508,177.162,82.257,174.233,85.186z"/>
13
- <g>
14
- </g>
15
- <g>
16
- </g>
17
- <g>
18
- </g>
19
- <g>
20
- </g>
21
- <g>
22
- </g>
23
- <g>
24
- </g>
25
- <g>
26
- </g>
27
- <g>
28
- </g>
29
- <g>
30
- </g>
31
- <g>
32
- </g>
33
- <g>
34
- </g>
35
- <g>
36
- </g>
37
- <g>
38
- </g>
39
- <g>
40
- </g>
41
- <g>
42
- </g>
43
- </svg>
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ viewBox="0 0 229.5 229.5" style="enable-background:new 0 0 229.5 229.5;" xml:space="preserve">
6
+ <path d="M214.419,32.12c-0.412-2.959-2.541-5.393-5.419-6.193L116.76,0.275c-1.315-0.366-2.704-0.366-4.02,0L20.5,25.927
7
+ c-2.878,0.8-5.007,3.233-5.419,6.193c-0.535,3.847-12.74,94.743,18.565,139.961c31.268,45.164,77.395,56.738,79.343,57.209
8
+ c0.579,0.14,1.169,0.209,1.761,0.209s1.182-0.07,1.761-0.209c1.949-0.471,48.076-12.045,79.343-57.209
9
+ C227.159,126.864,214.954,35.968,214.419,32.12z M174.233,85.186l-62.917,62.917c-1.464,1.464-3.384,2.197-5.303,2.197
10
+ s-3.839-0.732-5.303-2.197l-38.901-38.901c-1.407-1.406-2.197-3.314-2.197-5.303s0.791-3.897,2.197-5.303l7.724-7.724
11
+ c2.929-2.928,7.678-2.929,10.606,0l25.874,25.874l49.89-49.891c1.406-1.407,3.314-2.197,5.303-2.197s3.897,0.79,5.303,2.197
12
+ l7.724,7.724C177.162,77.508,177.162,82.257,174.233,85.186z"/>
13
+ <g>
14
+ </g>
15
+ <g>
16
+ </g>
17
+ <g>
18
+ </g>
19
+ <g>
20
+ </g>
21
+ <g>
22
+ </g>
23
+ <g>
24
+ </g>
25
+ <g>
26
+ </g>
27
+ <g>
28
+ </g>
29
+ <g>
30
+ </g>
31
+ <g>
32
+ </g>
33
+ <g>
34
+ </g>
35
+ <g>
36
+ </g>
37
+ <g>
38
+ </g>
39
+ <g>
40
+ </g>
41
+ <g>
42
+ </g>
43
+ </svg>
data/assets/star.svg CHANGED
@@ -1,5 +1,5 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36" fill="#fff">
2
- <path
3
- d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z">
4
- </path>
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36" fill="#fff">
2
+ <path
3
+ d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z">
4
+ </path>
5
5
  </svg>
data/assets/twitter.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="M20.436 5.83c.92-.552 1.6-1.437 1.994-2.498-.854.508-1.862.884-2.936 1.105A4.286 4.286 0 0016.251 3c-2.52 0-4.558 1.99-4.558 4.533 0 .376.088.686.132 1.084A13.15 13.15 0 012.534 3.84c-.416.664-.614 1.438-.614 2.3 0 1.548.767 2.941 2.016 3.76a4.737 4.737 0 01-2.06-.598v.067c0 2.189 1.556 4.046 3.616 4.466-.35.089-.789.177-1.183.177-.285 0-.614-.066-.877-.088.592 1.813 2.28 3.162 4.23 3.184-1.49 1.216-3.485 1.924-5.61 1.924-.35 0-.745 0-1.052-.022C2.994 20.314 5.382 21 7.946 21c8.261 0 12.84-6.9 12.84-12.936 0-.155 0-.376-.021-.597A9.469 9.469 0 0023 5.1c-.767.376-1.665.597-2.564.73z">
4
- </path>
1
+ <svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
+ <path
3
+ d="M20.436 5.83c.92-.552 1.6-1.437 1.994-2.498-.854.508-1.862.884-2.936 1.105A4.286 4.286 0 0016.251 3c-2.52 0-4.558 1.99-4.558 4.533 0 .376.088.686.132 1.084A13.15 13.15 0 012.534 3.84c-.416.664-.614 1.438-.614 2.3 0 1.548.767 2.941 2.016 3.76a4.737 4.737 0 01-2.06-.598v.067c0 2.189 1.556 4.046 3.616 4.466-.35.089-.789.177-1.183.177-.285 0-.614-.066-.877-.088.592 1.813 2.28 3.162 4.23 3.184-1.49 1.216-3.485 1.924-5.61 1.924-.35 0-.745 0-1.052-.022C2.994 20.314 5.382 21 7.946 21c8.261 0 12.84-6.9 12.84-12.936 0-.155 0-.376-.021-.597A9.469 9.469 0 0023 5.1c-.767.376-1.665.597-2.564.73z">
4
+ </path>
5
5
  </svg>
data/assets/youtube.svg CHANGED
@@ -1,5 +1,5 @@
1
- <svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd"
3
- d="M21.38 4.48A2.94 2.94 0 0123.5 6.5c.5 1.78.5 5.5.5 5.5s0 3.72-.5 5.5a2.94 2.94 0 01-2.12 2.02C19.5 20 12 20 12 20s-7.5 0-9.38-.48A2.94 2.94 0 01.5 17.5C0 15.72 0 12 0 12s0-3.72.5-5.5a2.94 2.94 0 012.12-2.02C4.5 4 12 4 12 4s7.5 0 9.38.48zM17 12l-8 4V8l8 4z">
4
- </path>
1
+ <svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd"
3
+ d="M21.38 4.48A2.94 2.94 0 0123.5 6.5c.5 1.78.5 5.5.5 5.5s0 3.72-.5 5.5a2.94 2.94 0 01-2.12 2.02C19.5 20 12 20 12 20s-7.5 0-9.38-.48A2.94 2.94 0 01.5 17.5C0 15.72 0 12 0 12s0-3.72.5-5.5a2.94 2.94 0 012.12-2.02C4.5 4 12 4 12 4s7.5 0 9.38.48zM17 12l-8 4V8l8 4z">
4
+ </path>
5
5
  </svg>