appscms-tools-theme 0.2.6 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4afb5fdacd91a5f02add212a3a990ec931635dd557db9754ea8bb6c6efcd8d85
4
- data.tar.gz: d7a665485b7b76878621dc1dc7dbd1324abe27b9f3184f0d357bf3f5b225b7e2
3
+ metadata.gz: ff7721af455122545d3b57ae2e93129d1e8c26cf60d14528df82a84d0f36b1e5
4
+ data.tar.gz: 2480d7d0db006a4333e9d910bcd598a47f24932860f5262f19b0dcf468607313
5
5
  SHA512:
6
- metadata.gz: d04f9425c2c9a1dd83bc2661b56af1e4a7d861707a181d78bec24cbe948ff6e7ca5c606084443698b435ca534ffa3c98afdd41b09085add10bc553a1e0abc156
7
- data.tar.gz: c88c69806dce6945410e12bbeacf5cdcfb152f3af48a09ff8af4bd5f02341e64891012fa2ce178d206eb1895896c5136e46bce67ac693dfacba9a6dd0737cd5f
6
+ metadata.gz: cd0fd25ba3e9dc708f678900a02e08e017e82a7bce1dac7cfbedba50d7e9527e38706c4478d269480aff3a5d05b137de1a18aed811dcbf6471e84793e69085e8
7
+ data.tar.gz: 0775ff2b59bccce19d97b69c6be1e3fc9d210a18c9dd914dfa707387c3c6fea9594fd439d0327c43daab3807c55964ce7a0cd906d19a08aa4ee46dc75db2408b
@@ -44,7 +44,7 @@
44
44
  }
45
45
  ],
46
46
  "HOW_TO_CONTENT": {
47
- "logoImageUrl": "https://s1.iaspire.tech/1/3809/how-to-illustration.svg.svg",
47
+ "logoImageUrl": "/assets/pdf.svg",
48
48
  "heading": "How to convert Docx to PDF online:",
49
49
  "steps": [
50
50
  "Creating PDF from Docx file is easy and simple. PDFdoctor convert your Docx files to PDF in moments without any hassles. However, if you find any problems while converting your file to PDF or any lack of quality, do write to us at care@pdfdoctor.com. Here is the step by step process for converting your Docx to PDF ",
@@ -52,5 +52,35 @@
52
52
  "Wait for a moment while your file gets converted.",
53
53
  "Your file is ready for download."
54
54
  ]
55
- }
55
+ },
56
+ "FAQ": [
57
+ {
58
+ "question": "Does this tool support both Android and iOS for PPT to PDF conversion ?",
59
+ "answer": "Yes, PDFdoctor works on Android, iOS, Microsoft Windows and all other OS currently in use. You just need to upload your PPT file or you can sync it from your Google Drive or Dropbox account. Wait for a bit and save your converted file from the download page. You can also convert your presentation to PDF made on Google Drive."
60
+ },
61
+ {
62
+ "question": "Which operating systems are supported by PDFdoctor on PC and laptop for converting from PPT to PDF ?",
63
+ "answer": "PDFdoctor works on all platforms- Microsoft Windows, macOS, Linux, Ubuntu and whatever else you can think about. PDFdoctor does not requires any installation or download for converting your PPT file to PDF. Hence, we are compatible with everyone and everything."
64
+ },
65
+ {
66
+ "question": "Is formatting, layout, hyperlinks etc.. are maintained while converting PPT to PDF ?",
67
+ "answer": "Yes, PDFdoctor understands technicalities of PDF very well. Our conversion engine is meticulously designed to ensure file's layouting, formatting and hyperlinking remains intact even after the conversion process. Don't worry, with PDFdoctor, you are with the best."
68
+ },
69
+ {
70
+ "question": "Can I convert PPT to PDF on iPAD and other tablets ?",
71
+ "answer": "Yes, PDFdoctor works on iPAD, Microsoft Surface Pro, Samsung Galaxy Tabs and all other types of devices including smartphones, tablets, laptop and desktop. You are not required to download or install any kind of software or app to use PDFdoctor convertor for converting PPT file to PDF. You are just required to upload your file and wait while our conversion engine works on the process."
72
+ },
73
+ {
74
+ "question": "Which versions of Microsoft PPT is supported by this tool ?",
75
+ "answer": "PDFdoctor supports all versions of Microsoft PPT launched with Microsoft Office 97, MS Office 2000, MS Office XP, MS Office 2003, MS Office 2010, Microsoft Office 2013, MS Office 2016 and MS Office 2019 as well. PDFdoctor.com converts PPT to PDF in just a click. The formatting, content and quality remains intact."
76
+ },
77
+ {
78
+ "question": "is it safe to convert my personal PPT files to PDF using this tool ?",
79
+ "answer": "At PDFdoctor.com, we use highly encrypted method to transfer your PPT files to our servers to convert it to PDF. Here your file is automatically deleted after the conversion process. "
80
+ },
81
+ {
82
+ "question": "How much time is required for converting a file from PPT to PDF ?",
83
+ "answer": "PDFdoctor takes only few moments to convert your file from PPT to PDF. Sync or drag and drop your file above and before you know it, your file will be ready for download in PDF format."
84
+ }
85
+ ]
56
86
  }
@@ -29,6 +29,5 @@
29
29
 
30
30
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
31
31
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
32
-
33
- <link rel="stylesheet" href="{{ '/assets/css/blog.css' | relative_url }}">
32
+ <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
34
33
  </head>
@@ -43,4 +43,5 @@
43
43
  <link rel="preload" href="/build/95cf74e5f89f93cfd5f97d16fa673f05.svg" as=image>
44
44
  <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet">
45
45
  <link rel="stylesheet" href="/assets/css/tools.css">
46
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"></script>
46
47
  </head>
File without changes
@@ -0,0 +1,69 @@
1
+ <form class="sc-1oqtgb8-1 fqHzAf">
2
+ <label class="sc-1oqtgb8-2 fqPWeo">
3
+ <div class="sc-1rkezdt-4 cwMDkh">
4
+ <div class="sc-1rkezdt-5 cwUZOq">
5
+ <div class="sc-2xfn8l-0 bxyVaO sc-6w1ep9-0 iTXuYA">
6
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 60">
7
+ <path
8
+ d="M56.9358018,0.887952143 L87.1245072,1.94216497 L95.1229308,10.5194242 L93.649924,52.7008195 C93.6036653,54.0254955 92.5349073,55.07339 91.2286594,55.11247 L91.0641982,55.1120479 L68.9993032,54.34053 L69,58 C69,59.1045695 68.1045695,60 67,60 L31,60 C29.8954305,60 29,59.1045695 29,58 L28.9993032,54.26853 L4.93575717,55.1094924 C3.61108122,55.1557511 2.49118654,54.162694 2.36108243,52.862354 L2.35003136,52.6982641 L0.67485552,4.72750438 C0.628596816,3.40282843 1.62165394,2.28293375 2.92199388,2.15282964 L3.08608385,2.14177857 L33.2747893,1.08756574 L40.5172077,7.8412302 L40.3683032,7.99952995 L54.1853032,7.99952995 L54.350076,3.29918047 C54.3963347,1.97450452 55.4650927,0.926610013 56.7713406,0.887529955 L56.9358018,0.887952143 Z M59.9993032,8.99952995 L31,9 C30.4871642,9 30.0644928,9.38604019 30.0067277,9.88337887 L30,10 L29.9993032,38.99953 L50,39 C50.5522847,39 51,39.4477153 51,40 L51,51 C51,51.5522847 50.5522847,52 50,52 L29.9993032,51.99953 L30,58 C30,58.5128358 30.3860402,58.9355072 30.8833789,58.9932723 L31,59 L67,59 C67.5128358,59 67.9355072,58.6139598 67.9932723,58.1166211 L68,58 L67.9993032,16.99953 L60,17 L59.9993032,8.99952995 Z M56.9009023,1.88734297 C56.1216811,1.86013197 55.4605576,2.43229572 55.3613708,3.1899476 L55.3494668,3.33407997 L55.1863032,7.99952995 L61,8 L69,16 L68.9991926,25.6289267 C70.5660308,24.8310303 72.3185302,24.4353033 74.1222153,24.4982894 C79.9176726,24.7006712 84.4517561,29.5628805 84.2493743,35.3583378 C84.0469925,41.1537951 79.1847832,45.6878786 73.3893259,45.4854968 C71.8381588,45.4313288 70.3473363,45.0415105 68.9989737,44.3553556 L68.9993032,53.34053 L91.0990977,54.112657 C91.8783189,54.139868 92.5394424,53.5677043 92.6386292,52.8100524 L92.6505332,52.66592 L94.0793032,11.69053 L86.5859814,11.4291499 L85.5865905,11.3942504 L85.8833032,2.89752995 L56.9009023,1.88734297 Z M32.1023032,2.12752995 L3.12098334,3.1411694 C2.34176219,3.1683804 1.72216126,3.78526803 1.67606716,4.54799323 L1.67424635,4.69260488 L3.34942219,52.6633646 C3.37663319,53.4425857 3.99352083,54.0621867 4.75624602,54.1082808 L4.90085767,54.1101016 L28.9993032,53.26853 L28.9993032,51.99953 L28,52 C27.4477153,52 27,51.5522847 27,51 L26.9993032,44.83453 L19.5950841,45.0933432 L19.595119,45.0943425 L18.5957281,45.129242 L18.5956932,45.1282427 L13.5987391,45.3027401 L13.598774,45.3037395 L12.5993832,45.338639 L11.8664937,24.3514317 L28.9993032,23.75253 L29,10 C29,8.8954305 29.8954305,8 31,8 L32.3073032,7.99952995 L32.1023032,2.12752995 Z M59,50 L59,51 L53,51 L53,50 L59,50 Z M32.3146067,42 L30,42 L30,49 L31.3033708,49 L31.3033708,46.4311927 L32.3595506,46.4311927 C33.9438202,46.4311927 35.1573034,45.7140673 35.1573034,44.1620795 C35.1573034,42.5351682 33.9438202,42 32.3146067,42 Z M38.505618,42 L36.5393258,42 L36.5393258,49 L38.5730337,49 C40.752809,49 42.0786517,47.7905199 42.0786517,45.4678899 C42.0786517,43.1559633 40.752809,42 38.505618,42 Z M48,42 L43.5617978,42 L43.5617978,49 L44.8651685,49 L44.8651685,46.0779817 L47.5393258,46.0779817 L47.5393258,45.029052 L44.8651685,45.029052 L44.8651685,43.0489297 L48,43.0489297 L48,42 Z M38.4157303,43.0061162 C39.8988764,43.0061162 40.741573,43.7553517 40.741573,45.4678899 C40.741573,47.1222018 39.9649438,47.9281908 38.5906208,47.990023 L38.4157303,47.9938838 L37.8426966,47.9938838 L37.8426966,43.0061162 L38.4157303,43.0061162 Z M59,45 L59,46 L53,46 L53,45 L59,45 Z M32.2134831,42.9954128 C33.3033708,42.9954128 33.8764045,43.2844037 33.8764045,44.1620795 C33.8764045,44.9679799 33.4086155,45.3851518 32.4449351,45.4314423 L32.258427,45.4357798 L31.3033708,45.4357798 L31.3033708,42.9954128 L32.2134831,42.9954128 Z M69.0265641,26.7510919 L68.9993032,26.76653 L68.9996167,43.2178828 C70.3344397,43.991422 71.8438183,44.4309169 73.4242254,44.4861059 C78.3287144,44.6573745 82.4944919,41.0794986 83.1625055,36.3253363 L73.720804,35.9951266 L74.0873158,25.4976802 L74.0873158,25.4976802 C72.2889112,25.4348785 70.5488066,25.8752929 69.0265641,26.7510919 Z M18.4212307,40.1322879 L13.4242765,40.3067854 L13.5638396,44.3033493 L18.5607937,44.1288518 L18.4212307,40.1322879 Z M27.0141292,39.8315388 L19.4206215,40.0973884 L19.5601846,44.0939523 L26.9993032,43.83453 L27,40 C27,39.9425877 27.0048382,39.8863055 27.0141292,39.8315388 Z M59,40 L59,41 L53,41 L53,40 L59,40 Z M18.2467332,35.1353338 L13.249779,35.3098313 L13.389377,39.3073946 L18.3863312,39.1328971 L18.2467332,35.1353338 Z M28.9993032,34.75853 L19.246124,35.1004343 L19.385722,39.0979976 L28.9993032,38.76153 L28.9993032,34.75853 Z M59,35 L59,36 L39,36 L39,35 L59,35 Z M18.0722357,30.1383796 L13.0752816,30.3128771 L13.2148795,34.3104404 L18.2118337,34.1359429 L18.0722357,30.1383796 Z M28.9993032,29.75553 L19.0716265,30.1034801 L19.2112245,34.1010435 L28.9993032,33.75853 L28.9993032,29.75553 Z M59,30 L59,31 L39,31 L39,30 L59,30 Z M17.8977382,25.1414255 L12.9007841,25.315923 L13.0403821,29.3134863 L18.0373362,29.1389888 L17.8977382,25.1414255 Z M28.9993032,24.75353 L18.897129,25.106526 L19.036727,29.1040893 L28.9993032,28.75553 L28.9993032,24.75353 Z M60.9993032,9.41452995 L60.9993032,15.99953 L67.5843032,15.99953 L60.9993032,9.41452995 Z M86.8743032,3.14052995 L86.6203032,10.42953 L93.9093032,10.68353 L86.8743032,3.14052995 Z M33.1093032,2.29952995 L33.3083032,7.99952995 L39.2203032,7.99952995 L33.1093032,2.29952995 Z">
9
+ </path>
10
+ </svg>
11
+ </div>
12
+ </div>
13
+ <div style="display:none" id="__cond-922052">
14
+ <div class="sc-1rkezdt-10 bbKduS">
15
+ <div class="sc-1rkezdt-12 bcaWDk">
16
+ <button class="sc-1mvwhop-0 bXaSgw" type="button">
17
+ <div class="sc-2xfn8l-0 bxyVaO sc-2wite4-0 SBukn">
18
+ <svg xmlns="http://www.w3.org/2000/svg"
19
+ viewBox="0 0 24 24">
20
+ <path
21
+ d="M13 12v-2h1v2h2v1h-2v2h-1v-2h-2v-1h2zm5 8H6V4H5v17h13v-1zm1 0v2H4V3h2V1h10l5 5v14h-2zM7 2v17h13V6l-4-4H7zm9 0l4 4h-4V2z">
22
+ </path>
23
+ </svg>
24
+ </div><span class="sc-1rkezdt-7 cxlSWI">Choose
25
+ Files</span>
26
+ <div
27
+ class="sc-2xfn8l-0 bxyVaO l0r692-0 sc-1rkezdt-9 cxCMfa">
28
+ <svg viewBox="0 0 16 16"
29
+ xmlns="http://www.w3.org/2000/svg"
30
+ fill="currentColor">
31
+ <path d="M3 6H13L8 11L3 6Z"></path>
32
+ </svg>
33
+ </div>
34
+ </button>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ <div style="display:flex" id="__cond-922053">
39
+ <div class="l3tlg0-6 dKjQAB">
40
+ <button type="button" class="l3tlg0-0 hrcxSS">
41
+ <div class="sc-2xfn8l-0 bxyVaO sc-2wite4-0 SBukn">
42
+ <svg xmlns="http://www.w3.org/2000/svg"
43
+ viewBox="0 0 24 24">
44
+ <path
45
+ d="M13 12v-2h1v2h2v1h-2v2h-1v-2h-2v-1h2zm5 8H6V4H5v17h13v-1zm1 0v2H4V3h2V1h10l5 5v14h-2zM7 2v17h13V6l-4-4H7zm9 0l4 4h-4V2z">
46
+ </path>
47
+ </svg>
48
+ </div><span class="sc-1rkezdt-7 cxlSWI">Choose Files</span>
49
+ </button>
50
+ <div class="l3tlg0-7 fhjLHS"></div>
51
+ <button type="button" title="Expand menu"
52
+ class="l3tlg0-2 enfNez">
53
+ <div class="sc-1gyxcpm-0 csDfHB"
54
+ style="width:16px;height:16px">
55
+ <svg viewBox="0 0 16 16"
56
+ xmlns="http://www.w3.org/2000/svg"
57
+ fill="currentColor">
58
+ <path
59
+ d="M13.3333 4L14.6666 5.33333L7.99992 12L1.33325 5.33333L2.66659 4L7.99992 9.5L13.3333 4Z">
60
+ </path>
61
+ </svg>
62
+ </div>
63
+ </button>
64
+ </div>
65
+ </div>
66
+ <div class="sc-1rkezdt-6 cxdwsz">or drop files here</div>
67
+ </div>
68
+ </label>
69
+ </form>
data/_layouts/blog.html CHANGED
@@ -3,7 +3,7 @@
3
3
  {% include custom-head.html %}
4
4
 
5
5
  <body>
6
- {%- include header.html -%}
6
+ {%- include header/blogHeader.html -%}
7
7
 
8
8
  <section class="section_post">
9
9
  <div class="container">
@@ -1,3 +1,8 @@
1
+
2
+ {% assign file = page.fileName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign dataArr = site.data.feature[lang][file] %}
5
+ {% assign dataToShow = dataArr %}
1
6
  <!DOCTYPE html>
2
7
  <html lang="en" data-tool="landing">
3
8
  {% include head/index.html %}
@@ -16,9 +21,9 @@
16
21
  </path>
17
22
  </svg></div>
18
23
  </span>
19
- <h1 class="sc-17y9jfw-2 lpnhkH">Compress PDF</h1>
24
+ <h1 class="sc-17y9jfw-2 lpnhkH">{{dataToShow.H1}}</h1>
20
25
  </div>
21
- <h2 class="sc-17y9jfw-3 lpvDOQ">Reduce the size of your PDF online</h2>
26
+ <h2 class="sc-17y9jfw-3 lpvDOQ">{{dataToShow.H2}}</h2>
22
27
  </div>
23
28
  </div>
24
29
  </div>
@@ -58,76 +63,8 @@
58
63
  <div class="sc-1rkezdt-1 buUasx">
59
64
  <div class="sc-1rkezdt-2 cwvKbP"></div>
60
65
  <div class="sc-1rkezdt-3 hzsTQm">
61
- <form class="sc-1oqtgb8-1 fqHzAf">
62
- <label class="sc-1oqtgb8-2 fqPWeo">
63
66
  <!-- <input type="file" id="__picker-input" multiple="" accept="application/pdf,.pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document,.docx,application/msword,.doc,application/vnd.openxmlformats-officedocument.presentationml.presentation,.pptx,application/vnd.ms-powerpoint,.ppt,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,.xlsx,application/vnd.ms-excel,.xls,image/bmp,.bmp,image/jpeg,.jpg,.jpeg,image/png,.png,image/tiff,.tif,.tiff" class="sc-1oqtgb8-0 fqzcVW"> -->
64
- <div class="sc-1rkezdt-4 cwMDkh">
65
- <div class="sc-1rkezdt-5 cwUZOq">
66
- <div class="sc-2xfn8l-0 bxyVaO sc-6w1ep9-0 iTXuYA">
67
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 60">
68
- <path
69
- d="M56.9358018,0.887952143 L87.1245072,1.94216497 L95.1229308,10.5194242 L93.649924,52.7008195 C93.6036653,54.0254955 92.5349073,55.07339 91.2286594,55.11247 L91.0641982,55.1120479 L68.9993032,54.34053 L69,58 C69,59.1045695 68.1045695,60 67,60 L31,60 C29.8954305,60 29,59.1045695 29,58 L28.9993032,54.26853 L4.93575717,55.1094924 C3.61108122,55.1557511 2.49118654,54.162694 2.36108243,52.862354 L2.35003136,52.6982641 L0.67485552,4.72750438 C0.628596816,3.40282843 1.62165394,2.28293375 2.92199388,2.15282964 L3.08608385,2.14177857 L33.2747893,1.08756574 L40.5172077,7.8412302 L40.3683032,7.99952995 L54.1853032,7.99952995 L54.350076,3.29918047 C54.3963347,1.97450452 55.4650927,0.926610013 56.7713406,0.887529955 L56.9358018,0.887952143 Z M59.9993032,8.99952995 L31,9 C30.4871642,9 30.0644928,9.38604019 30.0067277,9.88337887 L30,10 L29.9993032,38.99953 L50,39 C50.5522847,39 51,39.4477153 51,40 L51,51 C51,51.5522847 50.5522847,52 50,52 L29.9993032,51.99953 L30,58 C30,58.5128358 30.3860402,58.9355072 30.8833789,58.9932723 L31,59 L67,59 C67.5128358,59 67.9355072,58.6139598 67.9932723,58.1166211 L68,58 L67.9993032,16.99953 L60,17 L59.9993032,8.99952995 Z M56.9009023,1.88734297 C56.1216811,1.86013197 55.4605576,2.43229572 55.3613708,3.1899476 L55.3494668,3.33407997 L55.1863032,7.99952995 L61,8 L69,16 L68.9991926,25.6289267 C70.5660308,24.8310303 72.3185302,24.4353033 74.1222153,24.4982894 C79.9176726,24.7006712 84.4517561,29.5628805 84.2493743,35.3583378 C84.0469925,41.1537951 79.1847832,45.6878786 73.3893259,45.4854968 C71.8381588,45.4313288 70.3473363,45.0415105 68.9989737,44.3553556 L68.9993032,53.34053 L91.0990977,54.112657 C91.8783189,54.139868 92.5394424,53.5677043 92.6386292,52.8100524 L92.6505332,52.66592 L94.0793032,11.69053 L86.5859814,11.4291499 L85.5865905,11.3942504 L85.8833032,2.89752995 L56.9009023,1.88734297 Z M32.1023032,2.12752995 L3.12098334,3.1411694 C2.34176219,3.1683804 1.72216126,3.78526803 1.67606716,4.54799323 L1.67424635,4.69260488 L3.34942219,52.6633646 C3.37663319,53.4425857 3.99352083,54.0621867 4.75624602,54.1082808 L4.90085767,54.1101016 L28.9993032,53.26853 L28.9993032,51.99953 L28,52 C27.4477153,52 27,51.5522847 27,51 L26.9993032,44.83453 L19.5950841,45.0933432 L19.595119,45.0943425 L18.5957281,45.129242 L18.5956932,45.1282427 L13.5987391,45.3027401 L13.598774,45.3037395 L12.5993832,45.338639 L11.8664937,24.3514317 L28.9993032,23.75253 L29,10 C29,8.8954305 29.8954305,8 31,8 L32.3073032,7.99952995 L32.1023032,2.12752995 Z M59,50 L59,51 L53,51 L53,50 L59,50 Z M32.3146067,42 L30,42 L30,49 L31.3033708,49 L31.3033708,46.4311927 L32.3595506,46.4311927 C33.9438202,46.4311927 35.1573034,45.7140673 35.1573034,44.1620795 C35.1573034,42.5351682 33.9438202,42 32.3146067,42 Z M38.505618,42 L36.5393258,42 L36.5393258,49 L38.5730337,49 C40.752809,49 42.0786517,47.7905199 42.0786517,45.4678899 C42.0786517,43.1559633 40.752809,42 38.505618,42 Z M48,42 L43.5617978,42 L43.5617978,49 L44.8651685,49 L44.8651685,46.0779817 L47.5393258,46.0779817 L47.5393258,45.029052 L44.8651685,45.029052 L44.8651685,43.0489297 L48,43.0489297 L48,42 Z M38.4157303,43.0061162 C39.8988764,43.0061162 40.741573,43.7553517 40.741573,45.4678899 C40.741573,47.1222018 39.9649438,47.9281908 38.5906208,47.990023 L38.4157303,47.9938838 L37.8426966,47.9938838 L37.8426966,43.0061162 L38.4157303,43.0061162 Z M59,45 L59,46 L53,46 L53,45 L59,45 Z M32.2134831,42.9954128 C33.3033708,42.9954128 33.8764045,43.2844037 33.8764045,44.1620795 C33.8764045,44.9679799 33.4086155,45.3851518 32.4449351,45.4314423 L32.258427,45.4357798 L31.3033708,45.4357798 L31.3033708,42.9954128 L32.2134831,42.9954128 Z M69.0265641,26.7510919 L68.9993032,26.76653 L68.9996167,43.2178828 C70.3344397,43.991422 71.8438183,44.4309169 73.4242254,44.4861059 C78.3287144,44.6573745 82.4944919,41.0794986 83.1625055,36.3253363 L73.720804,35.9951266 L74.0873158,25.4976802 L74.0873158,25.4976802 C72.2889112,25.4348785 70.5488066,25.8752929 69.0265641,26.7510919 Z M18.4212307,40.1322879 L13.4242765,40.3067854 L13.5638396,44.3033493 L18.5607937,44.1288518 L18.4212307,40.1322879 Z M27.0141292,39.8315388 L19.4206215,40.0973884 L19.5601846,44.0939523 L26.9993032,43.83453 L27,40 C27,39.9425877 27.0048382,39.8863055 27.0141292,39.8315388 Z M59,40 L59,41 L53,41 L53,40 L59,40 Z M18.2467332,35.1353338 L13.249779,35.3098313 L13.389377,39.3073946 L18.3863312,39.1328971 L18.2467332,35.1353338 Z M28.9993032,34.75853 L19.246124,35.1004343 L19.385722,39.0979976 L28.9993032,38.76153 L28.9993032,34.75853 Z M59,35 L59,36 L39,36 L39,35 L59,35 Z M18.0722357,30.1383796 L13.0752816,30.3128771 L13.2148795,34.3104404 L18.2118337,34.1359429 L18.0722357,30.1383796 Z M28.9993032,29.75553 L19.0716265,30.1034801 L19.2112245,34.1010435 L28.9993032,33.75853 L28.9993032,29.75553 Z M59,30 L59,31 L39,31 L39,30 L59,30 Z M17.8977382,25.1414255 L12.9007841,25.315923 L13.0403821,29.3134863 L18.0373362,29.1389888 L17.8977382,25.1414255 Z M28.9993032,24.75353 L18.897129,25.106526 L19.036727,29.1040893 L28.9993032,28.75553 L28.9993032,24.75353 Z M60.9993032,9.41452995 L60.9993032,15.99953 L67.5843032,15.99953 L60.9993032,9.41452995 Z M86.8743032,3.14052995 L86.6203032,10.42953 L93.9093032,10.68353 L86.8743032,3.14052995 Z M33.1093032,2.29952995 L33.3083032,7.99952995 L39.2203032,7.99952995 L33.1093032,2.29952995 Z">
70
- </path>
71
- </svg>
72
- </div>
73
- </div>
74
- <div style="display:none" id="__cond-922052">
75
- <div class="sc-1rkezdt-10 bbKduS">
76
- <div class="sc-1rkezdt-12 bcaWDk">
77
- <button class="sc-1mvwhop-0 bXaSgw" type="button">
78
- <div class="sc-2xfn8l-0 bxyVaO sc-2wite4-0 SBukn">
79
- <svg xmlns="http://www.w3.org/2000/svg"
80
- viewBox="0 0 24 24">
81
- <path
82
- d="M13 12v-2h1v2h2v1h-2v2h-1v-2h-2v-1h2zm5 8H6V4H5v17h13v-1zm1 0v2H4V3h2V1h10l5 5v14h-2zM7 2v17h13V6l-4-4H7zm9 0l4 4h-4V2z">
83
- </path>
84
- </svg>
85
- </div><span class="sc-1rkezdt-7 cxlSWI">Choose
86
- Files</span>
87
- <div
88
- class="sc-2xfn8l-0 bxyVaO l0r692-0 sc-1rkezdt-9 cxCMfa">
89
- <svg viewBox="0 0 16 16"
90
- xmlns="http://www.w3.org/2000/svg"
91
- fill="currentColor">
92
- <path d="M3 6H13L8 11L3 6Z"></path>
93
- </svg>
94
- </div>
95
- </button>
96
- </div>
97
- </div>
98
- </div>
99
- <div style="display:flex" id="__cond-922053">
100
- <div class="l3tlg0-6 dKjQAB">
101
- <button type="button" class="l3tlg0-0 hrcxSS">
102
- <div class="sc-2xfn8l-0 bxyVaO sc-2wite4-0 SBukn">
103
- <svg xmlns="http://www.w3.org/2000/svg"
104
- viewBox="0 0 24 24">
105
- <path
106
- d="M13 12v-2h1v2h2v1h-2v2h-1v-2h-2v-1h2zm5 8H6V4H5v17h13v-1zm1 0v2H4V3h2V1h10l5 5v14h-2zM7 2v17h13V6l-4-4H7zm9 0l4 4h-4V2z">
107
- </path>
108
- </svg>
109
- </div><span class="sc-1rkezdt-7 cxlSWI">Choose Files</span>
110
- </button>
111
- <div class="l3tlg0-7 fhjLHS"></div>
112
- <button type="button" title="Expand menu"
113
- class="l3tlg0-2 enfNez">
114
- <div class="sc-1gyxcpm-0 csDfHB"
115
- style="width:16px;height:16px">
116
- <svg viewBox="0 0 16 16"
117
- xmlns="http://www.w3.org/2000/svg"
118
- fill="currentColor">
119
- <path
120
- d="M13.3333 4L14.6666 5.33333L7.99992 12L1.33325 5.33333L2.66659 4L7.99992 9.5L13.3333 4Z">
121
- </path>
122
- </svg>
123
- </div>
124
- </button>
125
- </div>
126
- </div>
127
- <div class="sc-1rkezdt-6 cxdwsz">or drop files here</div>
128
- </div>
129
- </label>
130
- </form>
67
+ {{content}}
131
68
  </div>
132
69
  </div>
133
70
  </div>
@@ -156,66 +93,35 @@
156
93
  </div>
157
94
  <!-- Uploader End -->
158
95
 
159
- <!-- Feature content start -->
96
+ <!-- Feature/Texual content start -->
160
97
  <div class="sc-1ttxsn1-0 fxCLCz">
161
98
  <div class="sc-1ttxsn1-1 hvHwmD">
162
99
  <div class="tie4x1-0 esoOLU">
163
- <div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/bulb.svg"
164
- alt="How to compress a PDF">
165
- <div class="sc-7ukfwr-2 kmCmBc">How to compress a PDF</div>
166
- <div class="sc-7ukfwr-3 kmKJfl">Just drag-and-drop your PDF file in the box above, wait for the
167
- compression to complete and download your file. It's that simple.</div>
168
- </div>
169
- <div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/guaranty.svg"
170
- alt="Security guaranteed">
171
- <div class="sc-7ukfwr-2 kmCmBc">Security guaranteed</div>
172
- <div class="sc-7ukfwr-3 kmKJfl">Your files will be permanently deleted from our server after one
173
- hour. No one has access to your files and privacy is 100% guaranteed.</div>
174
- </div>
175
- <div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/support.svg"
176
- alt="All platforms supported">
177
- <div class="sc-7ukfwr-2 kmCmBc">All platforms supported</div>
178
- <div class="sc-7ukfwr-3 kmKJfl">pdf.com is browser-based and works for all platforms. It doesn’t
179
- matter if you use Mac, Windows or Linux.</div>
180
- </div>
181
- <div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/protect.svg"
182
- alt="Perfect quality">
183
- <div class="sc-7ukfwr-2 kmCmBc">Perfect quality</div>
184
- <div class="sc-7ukfwr-3 kmKJfl">Reduce your scanned PDF files to 144 dpi which is perfect for
185
- uploading files to the web and through email.</div>
186
- </div>
187
- <div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/easy.svg"
188
- alt="Easy to use">
189
- <div class="sc-7ukfwr-2 kmCmBc">Easy to use</div>
190
- <div class="sc-7ukfwr-3 kmKJfl">The file size limit is 5GB. Even with large PDFs, it will take a few
191
- seconds for our compression tool to work its magic.</div>
192
- </div>
193
- <div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/cloud.svg"
194
- alt="In the cloud">
195
- <div class="sc-7ukfwr-2 kmCmBc">In the cloud</div>
196
- <div class="sc-7ukfwr-3 kmKJfl">All the file compressing takes place in the cloud and will not
197
- consume any capacity from your own computer.</div>
100
+ {% for data in dataToShow.TEXTUAL_CONTENT %}
101
+ <div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="{{data.logoUrl}}"
102
+ alt={{data.header}}>
103
+ <div class="sc-7ukfwr-2 kmCmBc">{{data.header}}</div>
104
+ <div class="sc-7ukfwr-3 kmKJfl">{{data.content}}</div>
198
105
  </div>
106
+ {% endfor %}
199
107
  </div>
200
108
  </div>
201
109
  </div>
202
- <!-- Feature content End -->
110
+ <!-- Feature/Texual content End -->
203
111
  <!-- How to section start -->
204
112
  <div style="display:flex" id="__cond-1011327">
205
113
  <div class="sc-1xhbmbb-0 gBHowc">
206
114
  <div class="sc-1ttxsn1-0 fxCLCz">
207
115
  <div class="sc-1ttxsn1-1 hvHwmD">
208
116
  <div class="sc-1xhbmbb-1 gBPLal">
209
- <div class="sc-1xhbmbb-3 gCgEiD"><img class="sc-1xhbmbb-4 gCpaMM" src="/assets/pdf.svg"
117
+ <div class="sc-1xhbmbb-3 gCgEiD"><img class="sc-1xhbmbb-4 gCpaMM" src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}"
210
118
  alt="How to reduce a PDF size online:"></div>
211
119
  <div class="sc-1xhbmbb-5 gCxxqV">
212
- <h3 class="sc-1xhbmbb-2 gBYhEu">How to reduce a PDF size online:</h3>
120
+ <h3 class="sc-1xhbmbb-2 gBYhEu">{{dataToShow.HOW_TO_CONTENT.heading}}</h3>
213
121
  <ol class="sc-1xhbmbb-6 gCFTVe">
214
- <li class="sc-1xhbmbb-7 gCOqzn">To start, upload your file to our PDF compressor.</li>
215
- <li class="sc-1xhbmbb-7 gCOqzn">Our tool will automatically start to shrink the file.
216
- </li>
217
- <li class="sc-1xhbmbb-7 gCOqzn">Continue to modify your PDF document if needed.</li>
218
- <li class="sc-1xhbmbb-7 gCOqzn">Download the compressed PDF file to your computer.</li>
122
+ {% for data in dataToShow.HOW_TO_CONTENT.steps %}
123
+ <li class="sc-1xhbmbb-7 gCOqzn">{{data}}</li>
124
+ {% endfor %}
219
125
  </ol>
220
126
  </div>
221
127
  </div>
@@ -229,169 +135,18 @@
229
135
  <div class="faq-container">
230
136
  <h2 class="lpnhkH">Frequently Asked Questions</h2>
231
137
  <ul class="faq-list">
138
+ {% for data in dataToShow.FAQ %}
232
139
  <li>
233
- <h3 class="kmCmBc-q" itemprop="name">Is the JBVD java decompiler better than JD java decompiler?<em
234
- style="transform: rotate(-135deg);">
235
- <i></i></em>
236
- </h3>
237
- <div style="display: block;">
238
- <p class="kmKJfl-p" itemprop="text">Both JBVD and JD are excellent Java decompilers. Even though
239
- they both have quite similar features; JD is available for Windows, Mac and Linux too
240
- whereas JBVD is strictly for windows. So, as per your needs you should choose what’s best
241
- for you.</p>
242
- </div>
243
- </li>
244
- <hr>
245
- <li>
246
- <h3 class="kmCmBc-q" itemprop="name">Does DJ Java decompiler have more errors than JD Java
247
- decompiler?<em style="transform: rotate(-135deg);">
248
- <i></i></em>
249
- </h3>
250
- <div style="display: block;">
251
- <p class="kmKJfl-p" itemprop="text">Actually DJ Java decompiler have significantly less syntax
252
- errors in the reconstructed code than the JD Java decompiler; so the myth of errors with DJ
253
- Java decompiler is completely false.</p>
254
- </div>
255
- </li>
256
- <hr>
257
- <li>
258
- <h3 class="kmCmBc-q" itemprop="name">Is Cavaj available for Mac and Linux?<em
259
- style="transform: rotate(-135deg);">
260
- <i></i></em>
261
- </h3>
262
- <div style="display: block;">
263
- <p class="kmKJfl-p" itemprop="text">No, unfortunately Cavaj is currently not available for Mac
264
- and Linux Operating systems and is strictly a Windows Java decompiler.</p>
265
- </div>
266
- </li>
267
- <hr>
268
- <li>
269
- <h3 class="kmCmBc-q" itemprop="name">Does JD-GUI support color coded Java codes?<em
270
- style="transform: rotate(-135deg);">
271
- <i></i></em>
272
- </h3>
273
- <div style="display: block;">
274
- <p class="kmKJfl-p" itemprop="text">Yes, JD-GUI supports and displays color coded Java source
275
- codes.</p>
276
- </div>
277
- </li>
278
- <hr>
279
- <li>
280
- <h3 class="kmCmBc-q" itemprop="name">What type of files does JD-GUI support?<em
281
- style="transform: rotate(-135deg);">
282
- <i></i></em>
283
- </h3>
284
- <div style="display: block;">
285
- <p class="kmKJfl-p" itemprop="text">You will be glad to know that JD-GUI supports many file
286
- formats. Currently JD-GUI supports CLASS, JAR, WAR, EAR, AAR, KAR, JMOD &amp; ZIP file
287
- types.</p>
288
- </div>
289
- </li>
290
- <hr>
291
- <li>
292
- <h3 class="kmCmBc-q" itemprop="name">Which compilers with which JD-Core can work ?<em
293
- style="transform: rotate(-135deg);">
294
- <i></i></em>
295
- </h3>
296
- <div style="display: block;">
297
- <p class="kmKJfl-p" itemprop="text">JD-Core library can work with following compilers : JDK
298
- 1.1.8, JDK 1.3.1, JDK 1.4.2, JDK 1.5.0, JDK 1.6.0, JDK 1.7.0, JDK 1.8.0, JDK 9.0.1, JDK
299
- 10.0.2 jrockit90_150_06 jikes-1.22 harmony-jdk-r533500 Eclipse Java Compiler v_677_R32x,
300
- 3.2.1 release.</p>
301
- </div>
302
- </li>
303
- <hr>
304
- <li>
305
- <h3 class="kmCmBc-q" itemprop="name">Which are the open source Java decompiler projects?<em
306
- style="transform: rotate(-135deg);">
307
- <i></i></em>
308
- </h3>
309
- <div style="display: block;">
310
- <p class="kmKJfl-p" itemprop="text">There are a total 3 open source Java decompiler projects.
311
- They are JD-Core, JD-GUI &amp; JD-Eclipse; known as the open source projects released under
312
- the GPLv3 License by Java. From which, JD-Core and JD-GUI are written in Java.</p>
313
- </div>
314
- </li>
315
- <hr>
316
- <li>
317
- <h3 class="kmCmBc-q" itemprop="name">What is the JD-Core library?<em
318
- style="transform: rotate(-135deg);">
319
- <i></i></em>
320
- </h3>
321
- <div style="display: block;">
322
- <p class="kmKJfl-p" itemprop="text">JD-Core is a library that reconstructs Java source code from
323
- one or more “.class” files. JD-Core may be used to recover lost source code and explore the
324
- source of Java runtime libraries. New features of Java 5, such as annotations, generics or
325
- type “enum”, are supported. JD-GUI and JD-Eclipse include JD-Core library.</p>
326
- </div>
327
- </li>
328
- <hr>
329
- <li>
330
- <h3 class="kmCmBc-q" itemprop="name">Is there any plugin for Eclipse format by Java?<em
331
- style="transform: rotate(-135deg);">
332
- <i></i></em>
333
- </h3>
334
- <div style="display: block;">
335
- <p class="kmKJfl-p" itemprop="text">Yes, there is an open source plugin by Java known as
336
- JD-Eclipse. JD-Eclipse is a plug-in for the Eclipse platform. It allows you to display all
337
- the Java sources during your debugging process, even if you do not have them all.</p>
338
- </div>
339
- </li>
340
- <hr>
341
- <li>
342
- <h3 class="kmCmBc-q" itemprop="name">How to instantly access methods and fields of reconstructed
343
- source code in JD project (JD-GUI)?<em style="transform: rotate(-135deg);">
344
- <i></i></em>
345
- </h3>
346
- <div style="display: block;">
347
- <p class="kmKJfl-p" itemprop="text">There is a simple way for that, You can browse the
348
- reconstructed source code with the JD-GUI for instant access to methods and fields.</p>
349
- </div>
350
- </li>
351
- <hr>
352
- <li>
353
- <h3 class="kmCmBc-q" itemprop="name">Which version of windows is supported by Appscms' Java
354
- Decompiler ?<em style="transform: rotate(-135deg);">
355
- <i></i></em>
356
- </h3>
357
- <div style="display: block;">
358
- <p class="kmKJfl-p" itemprop="text">Appscms Java decompiler supports all versions of Windows
359
- including Windows 7, Windows 8, Windows 10</p>
360
- </div>
361
- </li>
362
- <hr>
363
- <li>
364
- <h3 class="kmCmBc-q" itemprop="name">Can I decompile class files without losing quality ?<em
365
- style="transform: rotate(-135deg);">
366
- <i></i></em>
367
- </h3>
368
- <div style="display: block;">
369
- <p class="kmKJfl-p" itemprop="text">Yes. We use most sophisticated best in class algorithms for
370
- decompilation, and provide highest quality of output for decompilation.</p>
371
- </div>
372
- </li>
373
- <hr>
374
- <li>
375
- <h3 class="kmCmBc-q" itemprop="name">How can I use Java decompiler for free ?<em
376
- style="transform: rotate(-135deg);">
377
- <i></i></em>
378
- </h3>
379
- <div style="display: block;">
380
- <p class="kmKJfl-p" itemprop="text">You can use Appscms' Java decompiler online for free.</p>
381
- </div>
382
- </li>
383
- <hr>
384
- <li>
385
- <h3 class="kmCmBc-q" itemprop="name">Which versions of Java are supported by this decompiler ?<em
140
+ <h3 class="kmCmBc-q" itemprop="name">{{data.question}}<em
386
141
  style="transform: rotate(-135deg);">
387
142
  <i></i></em>
388
143
  </h3>
389
144
  <div style="display: block;">
390
- <p class="kmKJfl-p" itemprop="text">All versions of Java are supported by Appscms's decompiler.
391
- </p>
145
+ <p class="kmKJfl-p" itemprop="text">{{data.answer}}</p>
392
146
  </div>
393
147
  </li>
394
148
  <hr>
149
+ {% endfor %}
395
150
  </ul>
396
151
  </div>
397
152
  </div>
data/_layouts/post.html CHANGED
@@ -3,7 +3,7 @@
3
3
  {% include custom-head.html %}
4
4
 
5
5
  <body>
6
- {%- include header.html -%}
6
+ {%- include header/blogHeader.html -%}
7
7
 
8
8
  <section class="section_post">
9
9
  <div class="container">
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: 0.2.6
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-03 00:00:00.000000000 Z
11
+ date: 2021-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -80,7 +80,7 @@ files:
80
80
  - _includes/disqus_comments.html
81
81
  - _includes/footer/index.html
82
82
  - _includes/head/index.html
83
- - _includes/header.html
83
+ - _includes/header/blogHeader.html
84
84
  - _includes/header/index.html
85
85
  - _includes/paginationBlogPage.html
86
86
  - _includes/paginationPostPage.html
@@ -88,6 +88,7 @@ files:
88
88
  - _includes/script.html
89
89
  - _includes/section/alertbar.html
90
90
  - _includes/section/count.html
91
+ - _includes/uploader/index.html
91
92
  - _layouts/aboutUs.html
92
93
  - _layouts/blog.html
93
94
  - _layouts/categories.html