appscms-tools-theme 1.7.9 → 1.8.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (104) 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 +3 -3
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/contact/en/contact.json +38 -38
  11. data/_data/disclaimer/en/disclaimer.json +37 -37
  12. data/_data/download/en/download.json +35 -35
  13. data/_data/feature/en/compress-pdf.json +6 -0
  14. data/_data/feature/en/split-pdf.json +115 -115
  15. data/_data/feature/hi/compress-pdf.json +81 -81
  16. data/_data/feature/tr/compress-pdf.json +80 -80
  17. data/_data/fileinfo/en/fileinfo.json +14 -14
  18. data/_data/files/.gitignore +4 -4
  19. data/_data/files/en/3gp.json +144 -144
  20. data/_data/files/en/acc.json +25 -25
  21. data/_data/files/en/aff.json +65 -65
  22. data/_data/files/en/cr2.json +169 -169
  23. data/_data/files/en/dvd.json +25 -25
  24. data/_data/files/en/mov.json +146 -146
  25. data/_data/files/en/ogg.json +163 -163
  26. data/_data/files/en/vmv.json +47 -47
  27. data/_data/footer/en/data.json +72 -72
  28. data/_data/footer/hi/data.json +68 -68
  29. data/_data/footer/networksites.json +15 -15
  30. data/_data/header/en/data.json +134 -134
  31. data/_data/header/hi/data.json +144 -144
  32. data/_data/home/en/en.json +282 -282
  33. data/_data/home/hi/hi.json +86 -86
  34. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  35. data/_data/languagesupport/index-langs.json +13 -13
  36. data/_data/privacy/en/privacyPolicy.json +265 -265
  37. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  38. data/_includes/Rating/rating.html +92 -92
  39. data/_includes/Rating/structureddata.html +53 -53
  40. data/_includes/Usp/usp.html +86 -86
  41. data/_includes/adsense/adsense.html +7 -7
  42. data/_includes/alternates/alternates.html +45 -45
  43. data/_includes/author_bio.html +16 -16
  44. data/_includes/cssfile/links.html +11 -11
  45. data/_includes/custom-head.html +33 -33
  46. data/_includes/customblog/recentposts.html +46 -46
  47. data/_includes/customblog/relatedposts.html +174 -162
  48. data/_includes/disqus_comments.html +10 -10
  49. data/_includes/dropdown/langdropdown.html +22 -22
  50. data/_includes/feature.html +37 -37
  51. data/_includes/fileformat/comparisonfiles.html +151 -151
  52. data/_includes/fileformat/fileformatdetail.html +101 -101
  53. data/_includes/fileformat/fileinfoformat.html +93 -93
  54. data/_includes/footer/index.html +249 -244
  55. data/_includes/google-analytics.html +22 -22
  56. data/_includes/header/blogHeader.html +29 -29
  57. data/_includes/header/index.html +95 -95
  58. data/_includes/languages/languages.html +61 -28
  59. data/_includes/monumetric/monumetric.html +60 -60
  60. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  61. data/_includes/paginationBlogPage.html +34 -34
  62. data/_includes/paginationPostPage.html +14 -14
  63. data/_includes/postauthorbio.html +17 -17
  64. data/_includes/postbox.html +31 -31
  65. data/_includes/script.html +27 -26
  66. data/_includes/section/alertbar.html +11 -11
  67. data/_includes/section/count.html +23 -23
  68. data/_includes/section/recent_posts.html +46 -46
  69. data/_includes/section/related_categories_post.html +173 -161
  70. data/_includes/share/socialshare.html +20 -20
  71. data/_includes/staticfooter.html +55 -55
  72. data/_layouts/aboutUs.html +24 -24
  73. data/_layouts/blog.html +70 -70
  74. data/_layouts/categories.html +25 -25
  75. data/_layouts/contactUs.html +78 -78
  76. data/_layouts/default.html +1 -1
  77. data/_layouts/disclaimer.html +78 -78
  78. data/_layouts/download.html +285 -280
  79. data/_layouts/feature.html +209 -200
  80. data/_layouts/fileInfo.html +39 -39
  81. data/_layouts/help.html +23 -23
  82. data/_layouts/home.html +208 -197
  83. data/_layouts/page.html +5 -5
  84. data/_layouts/post.html +144 -144
  85. data/_layouts/privacyPolicy.html +402 -402
  86. data/_layouts/termAndCondition.html +406 -406
  87. data/assets/cross.svg +4 -4
  88. data/assets/css/blog.css +491 -491
  89. data/assets/css/bootstrap.min.css +6 -6
  90. data/assets/css/tools.css +1260 -1212
  91. data/assets/facebook.svg +4 -4
  92. data/assets/images/safevideoconverter.svg +23 -23
  93. data/assets/instagram.svg +4 -4
  94. data/assets/js/TopScroll.js +8 -8
  95. data/assets/js/googledrive.js +155 -155
  96. data/assets/js/manifest.json +16 -16
  97. data/assets/js/multiselect.js +157 -157
  98. data/assets/linkdin.svg +4 -4
  99. data/assets/pdf.svg +20 -20
  100. data/assets/secure.svg +43 -43
  101. data/assets/star.svg +4 -4
  102. data/assets/twitter.svg +4 -4
  103. data/assets/youtube.svg +4 -4
  104. metadata +2 -2
@@ -1,158 +1,158 @@
1
- ---
2
- ---
3
-
4
- const addScripts=()=>{
5
- const scripts=document.getElementsByTagName('script')
6
- const check= Array.from(scripts).find(item=>item.src==='https://www.dropbox.com/static/api/2/dropins.js')
7
- if(!check){
8
- const dropboxscript = document.createElement('script')
9
- dropboxscript.src = 'https://www.dropbox.com/static/api/2/dropins.js'
10
- dropboxscript.dataset.appKey = '{{site.dropboxapikey}}'
11
- dropboxscript.id='dropboxjs'
12
- dropboxscript.crossOrigin = 'anonymous'
13
- document.head.append(dropboxscript)
14
- }
15
- const checkgooglescript= Array.from(scripts).find(item=>item.src==='https://apis.google.com/js/api.js')
16
- if(!checkgooglescript){
17
- const googlescript = document.createElement('script')
18
- googlescript.src = 'https://apis.google.com/js/api.js'
19
- googlescript.crossOrigin = 'anonymous'
20
- document.head.append(googlescript)
21
- }
22
- }
23
- const developerKey = '{{site.developerKey}}'
24
- const clientId ='{{site.clientId}}'
25
- const appId = '{{site.appId}}'
26
- const scope = [
27
- 'https://www.googleapis.com/auth/drive.file',
28
- 'https://www.googleapis.com/auth/drive.appdata',
29
- ]
30
- let pickerApiLoaded = false
31
- let oauthToken
32
- const loadPicker = () => {
33
- gapi.load('auth', { callback: onAuthApiLoad })
34
- gapi.load('picker', { callback: onPickerApiLoad })
35
- }
36
- const onAuthApiLoad = () => {
37
- window.gapi.auth.authorize(
38
- {
39
- client_id: clientId,
40
- scope: scope,
41
- immediate: false,
42
- },
43
- handleAuthResult
44
- )
45
- }
46
- let onPickerApiLoad = () => {
47
- pickerApiLoaded = true
48
- createPicker()
49
- }
50
- const handleAuthResult = (authResult) => {
51
- if (authResult && !authResult.error) {
52
- oauthToken = authResult.access_token
53
- createPicker()
54
- }
55
- }
56
- const createPicker = () => {
57
- if (pickerApiLoaded && oauthToken) {
58
- const view = new google.picker.View(google.picker.ViewId.DOCS)
59
- view.setMimeTypes(mimeTypes)
60
- const picker = new google.picker.PickerBuilder()
61
- .enableFeature(google.picker.Feature.NAV_HIDDEN)
62
- .enableFeature(google.picker.Feature.MULTISELECT_ENABLED)
63
- .setAppId(appId)
64
- .setOAuthToken(oauthToken)
65
- .addView(view)
66
- .addView(new google.picker.DocsUploadView())
67
- .setDeveloperKey(developerKey)
68
- .setCallback(pickerCallback)
69
- .build()
70
- picker.setVisible(true)
71
- }
72
- }
73
- const pickerCallback = async (data) => {
74
- if (data.action == google.picker.Action.PICKED) {
75
- showLoader()
76
- var filesArray=data.docs.map(async(i)=>{
77
- const res= await fetch(`https://www.googleapis.com/drive/v3/files/${i.id}?alt=media`,{
78
- headers: {
79
- 'Authorization': `Bearer ${oauthToken}` }
80
- }).then(res=>res.blob())
81
- let metadata = {
82
- type: i.mimeType
83
- }
84
- const file = new File([res], i.name, metadata);
85
- return file
86
- })
87
- closeLoader()
88
- getFile(filesArray)
89
- }
90
- }
91
- function chooseFromDropbox() {
92
- Dropbox.choose({
93
- success: async (files) => {
94
- if (files.length < 0) {
95
- return
96
- }
97
- var dropboxArray=files.map(async(file)=>{
98
- showLoader()
99
- const url = new URL(file.link)
100
- const response = await fetch(url).then((res) => res.blob())
101
- let metadata = {
102
- type: response.type,
103
- }
104
- let newFile = new File([response], file.name, metadata)
105
- return newFile
106
- })
107
-
108
- closeLoader()
109
- getDropBoxFile(dropboxArray)
110
- },
111
- cancel: function () {},
112
- linkType: 'direct',
113
- multiselect: true,
114
- extensions: [...filemimes],
115
- folderselect: false,
116
- })
117
- }
118
-
119
- const fileupload=(file)=>{
120
- gapi.load('auth', {'callback': onAuthLoad});
121
- }
122
- const onAuthLoad=()=> {
123
- window.gapi.auth.authorize(
124
- {
125
- 'client_id': clientId,
126
- 'scope': scope,
127
- 'immediate': false
128
- },
129
- handleAuth);
130
- }
131
- const handleAuth=(authResult)=> {
132
- if (authResult && !authResult.error) {
133
- showuploadloading()
134
- var formData = new FormData();
135
- const fileToUpload = file
136
- var metadata = {
137
- name: fileToUpload.name,
138
- mimeType: fileToUpload.type
139
- };
140
- formData.append( "metadata", new Blob( [JSON.stringify( metadata )], {type: "application/json"} ));
141
- formData.append( "file", fileToUpload );
142
- fetch( "https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart", {
143
- method: "POST",
144
- headers: new Headers({ "Authorization": "Bearer " + gapi.auth.getToken().access_token }),
145
- body: formData
146
- }).then( function( response ){
147
- stopuploadloading()
148
- return response.json();
149
-
150
- }).then( function( value ){
151
- stopuploadloading()
152
- showmessage()
153
- });
154
- }
155
- }
156
-
157
-
1
+ ---
2
+ ---
3
+
4
+ const addScripts=()=>{
5
+ const scripts=document.getElementsByTagName('script')
6
+ const check= Array.from(scripts).find(item=>item.src==='https://www.dropbox.com/static/api/2/dropins.js')
7
+ if(!check){
8
+ const dropboxscript = document.createElement('script')
9
+ dropboxscript.src = 'https://www.dropbox.com/static/api/2/dropins.js'
10
+ dropboxscript.dataset.appKey = '{{site.dropboxapikey}}'
11
+ dropboxscript.id='dropboxjs'
12
+ dropboxscript.crossOrigin = 'anonymous'
13
+ document.head.append(dropboxscript)
14
+ }
15
+ const checkgooglescript= Array.from(scripts).find(item=>item.src==='https://apis.google.com/js/api.js')
16
+ if(!checkgooglescript){
17
+ const googlescript = document.createElement('script')
18
+ googlescript.src = 'https://apis.google.com/js/api.js'
19
+ googlescript.crossOrigin = 'anonymous'
20
+ document.head.append(googlescript)
21
+ }
22
+ }
23
+ const developerKey = '{{site.developerKey}}'
24
+ const clientId ='{{site.clientId}}'
25
+ const appId = '{{site.appId}}'
26
+ const scope = [
27
+ 'https://www.googleapis.com/auth/drive.file',
28
+ 'https://www.googleapis.com/auth/drive.appdata',
29
+ ]
30
+ let pickerApiLoaded = false
31
+ let oauthToken
32
+ const loadPicker = () => {
33
+ gapi.load('auth', { callback: onAuthApiLoad })
34
+ gapi.load('picker', { callback: onPickerApiLoad })
35
+ }
36
+ const onAuthApiLoad = () => {
37
+ window.gapi.auth.authorize(
38
+ {
39
+ client_id: clientId,
40
+ scope: scope,
41
+ immediate: false,
42
+ },
43
+ handleAuthResult
44
+ )
45
+ }
46
+ let onPickerApiLoad = () => {
47
+ pickerApiLoaded = true
48
+ createPicker()
49
+ }
50
+ const handleAuthResult = (authResult) => {
51
+ if (authResult && !authResult.error) {
52
+ oauthToken = authResult.access_token
53
+ createPicker()
54
+ }
55
+ }
56
+ const createPicker = () => {
57
+ if (pickerApiLoaded && oauthToken) {
58
+ const view = new google.picker.View(google.picker.ViewId.DOCS)
59
+ view.setMimeTypes(mimeTypes)
60
+ const picker = new google.picker.PickerBuilder()
61
+ .enableFeature(google.picker.Feature.NAV_HIDDEN)
62
+ .enableFeature(google.picker.Feature.MULTISELECT_ENABLED)
63
+ .setAppId(appId)
64
+ .setOAuthToken(oauthToken)
65
+ .addView(view)
66
+ .addView(new google.picker.DocsUploadView())
67
+ .setDeveloperKey(developerKey)
68
+ .setCallback(pickerCallback)
69
+ .build()
70
+ picker.setVisible(true)
71
+ }
72
+ }
73
+ const pickerCallback = async (data) => {
74
+ if (data.action == google.picker.Action.PICKED) {
75
+ showLoader()
76
+ var filesArray=data.docs.map(async(i)=>{
77
+ const res= await fetch(`https://www.googleapis.com/drive/v3/files/${i.id}?alt=media`,{
78
+ headers: {
79
+ 'Authorization': `Bearer ${oauthToken}` }
80
+ }).then(res=>res.blob())
81
+ let metadata = {
82
+ type: i.mimeType
83
+ }
84
+ const file = new File([res], i.name, metadata);
85
+ return file
86
+ })
87
+ closeLoader()
88
+ getFile(filesArray)
89
+ }
90
+ }
91
+ function chooseFromDropbox() {
92
+ Dropbox.choose({
93
+ success: async (files) => {
94
+ if (files.length < 0) {
95
+ return
96
+ }
97
+ var dropboxArray=files.map(async(file)=>{
98
+ showLoader()
99
+ const url = new URL(file.link)
100
+ const response = await fetch(url).then((res) => res.blob())
101
+ let metadata = {
102
+ type: response.type,
103
+ }
104
+ let newFile = new File([response], file.name, metadata)
105
+ return newFile
106
+ })
107
+
108
+ closeLoader()
109
+ getDropBoxFile(dropboxArray)
110
+ },
111
+ cancel: function () {},
112
+ linkType: 'direct',
113
+ multiselect: true,
114
+ extensions: [...filemimes],
115
+ folderselect: false,
116
+ })
117
+ }
118
+
119
+ const fileupload=(file)=>{
120
+ gapi.load('auth', {'callback': onAuthLoad});
121
+ }
122
+ const onAuthLoad=()=> {
123
+ window.gapi.auth.authorize(
124
+ {
125
+ 'client_id': clientId,
126
+ 'scope': scope,
127
+ 'immediate': false
128
+ },
129
+ handleAuth);
130
+ }
131
+ const handleAuth=(authResult)=> {
132
+ if (authResult && !authResult.error) {
133
+ showuploadloading()
134
+ var formData = new FormData();
135
+ const fileToUpload = file
136
+ var metadata = {
137
+ name: fileToUpload.name,
138
+ mimeType: fileToUpload.type
139
+ };
140
+ formData.append( "metadata", new Blob( [JSON.stringify( metadata )], {type: "application/json"} ));
141
+ formData.append( "file", fileToUpload );
142
+ fetch( "https://www.googleapis.com/upload/drive/v3/files?uploadType=multipart", {
143
+ method: "POST",
144
+ headers: new Headers({ "Authorization": "Bearer " + gapi.auth.getToken().access_token }),
145
+ body: formData
146
+ }).then( function( response ){
147
+ stopuploadloading()
148
+ return response.json();
149
+
150
+ }).then( function( value ){
151
+ stopuploadloading()
152
+ showmessage()
153
+ });
154
+ }
155
+ }
156
+
157
+
158
158
 
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>
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>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.9
4
+ version: 1.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-13 00:00:00.000000000 Z
11
+ date: 2022-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll