appscms-tools-theme 1.8.6 → 1.8.9

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: 88e9a730900d032f0f04944fa6bc2907111dbbb243f278e33e4cd8cc8b68c2de
4
- data.tar.gz: 0b486480e9a6341f8c557b526a6534e22641a67e587e2bde58a149afa09f8670
3
+ metadata.gz: 881154c23f46650a98d97b7960592606275c3b0474582fb385df9c4fcb19a39c
4
+ data.tar.gz: 6e979c9f513da334e191d2797d055dbbd366e1b94f7d803c6fc107dbb53dec06
5
5
  SHA512:
6
- metadata.gz: ad645c66ab99c7d816a91e0765a746631dff4941c8794241b428b219799b3ffc6ea71c1845b7bf8e5273d3628064885acd289984323e092593887c8c856ee2b0
7
- data.tar.gz: 1eae4aef16b29033b6ab1d86cba5e5dfe494b0d8f28854243eec501eb5b8dfa1edfc4c0b7f803985d3c3cf426059a22c12335c00746361392b6c25b22b98b671
6
+ metadata.gz: b769e25a2d32d08feee0e1466939357ed93d7c20de66c14c957b92d1f34388eed2f3a1da54291dc17d8ff5d42182225c4d4c94a749ca824b7ac7586d1a25390d
7
+ data.tar.gz: e8c3436fdc224952dad36b4b3b96ca6a26cff7bdc1960879ec479e5c695d12dfdbf4d1de951603db3de7c4726f1bdbf880a3affe2aee85dd5bd1896e573d8739
@@ -8,10 +8,10 @@
8
8
  "tags": [
9
9
  "wordswithletters"
10
10
  ],
11
- "H1": "Set alarm for $variable minutes from now",
12
- "H2": "Simplest online alarm clock to set alarms. Do not close browser tab.",
13
- "TITLE": "Set alarm for $variable minutes from now",
14
- "META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
11
+ "H1": "set alarm for $variable minutes from now",
12
+ "H2": "simplest online alarm clock to set alarms. Do not close browser tab.",
13
+ "TITLE": "set alarm for $variable minutes from now",
14
+ "META": "easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
15
15
  "keywords": "key1,key2,key3,key4",
16
16
  "LABEL": "DOCX to PDF",
17
17
  "nofileupload": true,
@@ -25,7 +25,7 @@
25
25
  "imgheight": "40px",
26
26
  "imgalt": "altvalue",
27
27
  "jscdns": [
28
- "<script data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName' data-tool='$tool' src=\"js/main.js\"></script>"
28
+ "<script data-permalink='$permalink' data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName' data-tool='$tool' src=\"js/main.js\"></script>"
29
29
  ],
30
30
  "TEXTUAL_CONTENT": [
31
31
  {
@@ -193,5 +193,8 @@
193
193
  ]
194
194
  }
195
195
  ]
196
- }
196
+ },
197
+ "jsfilepaths": [
198
+ "/js/redirectResult.js"
199
+ ]
197
200
  }
@@ -0,0 +1,39 @@
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "H1": "WAV vs MP3: What's the Difference & Which Is Better for Podcasters",
5
+ "H2": "",
6
+ "TITLE": "Set alarm for $variable minutes from now",
7
+ "summary": [
8
+ "If you want a successful podcast, you need to make sure your listeners can find your show. Whether they download episodes or stream your podcast, you’ll need to produce good quality audio that your audience can easily access. That’s where WAV versus MPS audio files come in.",
9
+ "How you distribute your podcast and the type of content that you make will have a huge impact on deciding if WAV or MP3 files make sense for your podcast. We’ll explain the difference between these two audio formats and which you should use for your podcast."
10
+ ],
11
+ "detailedSummary": [
12
+ {
13
+ "h2": "What Is an MP3 File?",
14
+ "data": [
15
+ "Over the years, recording professionals have worked with MP3 audio files or 'MPEG Audio Layer-3'. Think of it as the industry standard for audio file recordings. ",
16
+ "MP3 files are widely used in the podcasting world because of the convenience of their smaller size. Plus, MP3 audio files are compatible with many podcast hosting services and software. Their coding enables podcasters to store and distribute shows using little memory without sacrificing sound quality. "
17
+ ]
18
+ },
19
+ {
20
+ "h2": "How MP3 Files Are Encoded",
21
+ "data": [
22
+ "One huge difference between WAV and MP3 files is the way that they're encoded. MP3s are compressed to make their file size more manageable. As a result, they lose some audio quality and are considered a 'lossy' audio file type. ",
23
+ "When encoded, some parts of the MP3 audio are stripped from the recording to compress the file (to make it smaller). This process of altering the audio signal, known as perceptual coding or psychoacoustic modeling, results in the loss of some sound considered beyond the hearing capabilities of most people.",
24
+ "The process can impact the quality of the audio, but you likely won’t hear the difference between MP3 and WAV quality. Your listeners probably won't notice, either, if you use MP3 or WAV files, especially if your podcast involves speaking (and less music)."
25
+ ]
26
+ }
27
+ ],
28
+ "META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
29
+ "keywords": "key1,key2,key3,key4",
30
+ "filelang": "en",
31
+ "compare_formats": [
32
+ "mp4",
33
+ "mkv"
34
+ ],
35
+ "cssfilepaths": [
36
+ "/assets/css/filecomparison.css"
37
+ ],
38
+ "img": "https://global-uploads.webflow.com/5fac161927bf86485ba43fd0/6148cf02b7507f62c58884c3_WAV%20vs%20MP3_%20What_s%20the%20Difference%20_%20Which%20Is%20Better%20for%20Podcasters.png"
39
+ }
@@ -9,7 +9,8 @@
9
9
  "filelang": "en",
10
10
  "display_formats": [
11
11
  "JPG",
12
- "png"
12
+ "png",
13
+ "mp4"
13
14
  ],
14
15
  "img": "/assets/images/fileformat.webp"
15
16
  }
@@ -279,5 +279,8 @@
279
279
  "USP_VALUE": "USP_VALUE",
280
280
  "USP_FACTOR": "USP_FACTOR"
281
281
  }
282
+ ],
283
+ "jsfilepaths": [
284
+ "/js/redirectResult.js"
282
285
  ]
283
286
  }
@@ -6,6 +6,42 @@
6
6
  markdownify | strip_html | strip_newlines | escape_once -%} {%- endif -%} {%-
7
7
  if page.date -%} {%- assign og_type = "article" -%} {%- else -%} {%- assign
8
8
  og_type = "website" -%} {%- endif -%}
9
+ {%- assign title = page.title | split: ' ' -%}
10
+ {%- assign newtitle = '' %}
11
+ {% for operation in title %}
12
+ {%- if forloop.first -%}
13
+ {% assign word = operation | capitalize %}
14
+ {% assign newtitle = newtitle | append : word %}
15
+ {% assign newtitle = newtitle | append : " " %}
16
+ {%- else -%}
17
+ {% assign word = operation %}
18
+ {%- if forloop.last -%}
19
+ {% assign newtitle = newtitle | append : word %}
20
+ {%- else -%}
21
+ {% assign newtitle = newtitle | append : word %}
22
+ {% assign newtitle = newtitle | append : " " %}
23
+ {%- endif -%}
24
+ {%- endif -%}
25
+ {% endfor %}
26
+ {%- assign description = description | split: ' ' -%}
27
+ {% assign pagedescription = '' %}
28
+ {% for operation in description %}
29
+ {%- if forloop.first -%}
30
+ {% assign word = operation | capitalize %}
31
+ {% assign pagedescription = pagedescription | append : word %}
32
+ {% assign pagedescription = pagedescription | append : " " %}
33
+ {%- else -%}
34
+ {% assign word = operation %}
35
+ {%- if forloop.last -%}
36
+ {% assign pagedescription = pagedescription | append : word %}
37
+ {%- else -%}
38
+ {% assign pagedescription = pagedescription | append : word %}
39
+ {% assign pagedescription = pagedescription | append : " " %}
40
+ {%- endif -%}
41
+ {%- endif -%}
42
+ {% endfor %}
43
+ {%- assign title = newtitle -%}
44
+ {%- assign description = pagedescription-%}
9
45
  <meta charset="UTF-8" />
10
46
  <link rel="shortcut icon" href="{{favicon}}" />
11
47
  <link rel="canonical" href="{{site.url | append: page.url}}" />
@@ -13,13 +49,13 @@
13
49
  <meta name="keywords" content="{{site.keyboard}}" />
14
50
  <meta name="description" content="{{ seo_description | slice: 0, 155 }}" />
15
51
  <meta name="og:description" content="{{ seo_description | slice: 0, 155 }}" />
16
- <meta property="og:title" content="{{ page.title | default: site.title }}" />
52
+ <meta property="og:title" content="{{ title | default: site.title }}" />
17
53
  <meta property="og:type" content="{{og_type}}" />
18
54
  <meta property="og:locale" content="en_US" />
19
55
  <meta property="og:site_name" content="{{site.name}}" />
20
56
  <meta property="og:url" content="{{site.url | append: page.url}}" />
21
57
  <meta name="author" content="{{ site.author_name }}" />
22
- <title>{{page.title}}</title>
58
+ <title>{{title}}</title>
23
59
  <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet" />
24
60
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" {%- if
25
61
  site.crossorigin -%} crossorigin {%- endif -%} />
@@ -0,0 +1,159 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign folder = page.folderName %}
4
+ {% assign accessData= site.data[folder][lang][file] %}
5
+ {% assign compareFiles= accessData.compare_formats %}
6
+ {%- for i in compareFiles -%}
7
+ {%- if forloop.index ==1 -%}
8
+ {%- assign item = i | downcase -%}
9
+ {%- assign firstFile = site.data.files[lang][item] -%}
10
+ {%- endif -%}
11
+ {%- if forloop.index == 2 -%}
12
+ {%- assign item = i | downcase -%}
13
+ {%- assign secondFile = site.data.files[lang][item] -%}
14
+ {%- endif -%}
15
+ {%- endfor -%}
16
+ {%- if firstFile and secondFile -%}
17
+ {%- if firstFile.Format or secondFile.Format -%}
18
+ <h2 class="feature-h1 text-left my-4">
19
+ {%- if accessData.compareheading -%}
20
+ {{accessData.compareheading}}
21
+ {%- else -%}
22
+ Comparison of {{firstFile.Format}} and
23
+ {{secondFile.Format}} file format
24
+ {%- endif -%}
25
+ </h2>
26
+ {%- endif -%}
27
+ <table class="table table-bordered ">
28
+ <tbody>
29
+
30
+ {%- if firstFile.Format or secondFile.Format -%}
31
+ <tr>
32
+ <th scope="row">Format</th>
33
+ <td>{{firstFile.Format}}</td>
34
+ <td>{{secondFile.Format}}</td>
35
+ </tr>
36
+ {%- endif -%}
37
+ {%- if firstFile.ShortName or secondFile.ShortName -%}
38
+ <tr>
39
+ <th scope="row">Short Name</th>
40
+ <td>{{firstFile.ShortName}}</td>
41
+ <td>{{secondFile.ShortName}}</td>
42
+ </tr>
43
+ {%- endif -%}
44
+
45
+ {%- if firstFile.FullName or secondFile.FullName -%}
46
+ <tr>
47
+ <th scope="row">Full Name</th>
48
+ <td>{{firstFile.FullName}}</td>
49
+ <td>{{secondFile.FullName}}</td>
50
+ </tr>
51
+ {%- endif -%}
52
+ {%- if firstFile.Category or secondFile.Category -%}
53
+ <tr>
54
+ <th scope="row">Category</th>
55
+ <td>{{firstFile.Category}}</td>
56
+ <td>{{secondFile.Category}}</td>
57
+ </tr>
58
+ {%- endif -%}
59
+ {%- if firstFile.Pros or secondFile.Pros -%}
60
+ <tr>
61
+ <th scope="row">Pros</th>
62
+ <td>{{firstFile.Pros}}</td>
63
+ <td>{{secondFile.Pros}}</td>
64
+ </tr>
65
+ {%- endif -%}
66
+ {%- if firstFile.Cons or secondFile.Cons -%}
67
+ <tr>
68
+ <th scope="row">Cons</th>
69
+ <td>{{firstFile.Cons}}</td>
70
+ <td>{{secondFile.Cons}}</td>
71
+ </tr>
72
+ {%- endif -%}
73
+ {%- if firstFile.Createdby or secondFile.Createdby -%}
74
+ <tr>
75
+ <th scope="row">Created by</th>
76
+ <td> <a class="software-name" href="{{firstFile.CreatedbyLink}}"> {{firstFile.Createdby}}</a></td>
77
+ <td> <a class="software-name" href="{{secondFile.CreatedbyLink}}"> {{secondFile.Createdby}}</a></td>
78
+ </tr>
79
+ {%- endif -%}
80
+ {%- if firstFile.CreatedInYear or secondFile.CreatedInYear -%}
81
+ <tr>
82
+ <th scope="row">Created in </th>
83
+ <td>{{firstFile.CreatedInYear}}</td>
84
+ <td>{{secondFile.CreatedInYear}}</td>
85
+ </tr>
86
+ {%- endif -%}
87
+ {%- if firstFile.BasicInformation or secondFile.BasicInformation -%}
88
+ <tr>
89
+ <th scope="row">Basic information</th>
90
+ <td>{{firstFile.BasicInformation}}</td>
91
+ <td>{{secondFile.BasicInformation}}</td>
92
+ </tr>
93
+ {%- endif -%}
94
+ {%- if firstFile.DetailedInformation or secondFile.DetailedInformation -%}
95
+ <tr>
96
+ <th scope="row">Detailed information</th>
97
+ <td>{{firstFile.DetailedInformation}}</td>
98
+ <td>{{secondFile.DetailedInformation}}</td>
99
+ </tr>
100
+ {%- endif -%}
101
+ {%- if firstFile.Softwaresused or secondFile.Softwaresused -%}
102
+ <tr>
103
+ <th scope="row">Platform Supported</th>
104
+ <td>
105
+ {%- for item in firstFile.Softwaresused -%}
106
+ <ul class="pl-0">
107
+ <li><b>{{item.platform}}</b> </li>
108
+ <div class="pl-0 d-flex flex-wrap justify-content-between softwares-section flex-column ">
109
+ {%- for data in item.softwares -%}
110
+ <div class="d-flex mb-3">
111
+ {%- if data.image -%}
112
+ <img src={{data.image}} alt="software" loading='lazy' {%- if site.crossorigin -%}
113
+ crossorigin {%- endif -%}>
114
+ {%- endif -%}
115
+ <div>
116
+ <a class="d-block software-name" href="{{data.link}}">
117
+ <div>{{data.name}}</div>
118
+ </a>
119
+ <div class="software-value">{{data.type}}</div>
120
+ </div>
121
+ </div>
122
+
123
+ {%- endfor -%}
124
+ </div>
125
+ </ul>
126
+ {%- endfor -%}
127
+ </td>
128
+ <td>
129
+ {%- for item in secondFile.Softwaresused -%}
130
+ <ul>
131
+ <li><b>{{item.platform}}</b> </li>
132
+ <div class="pl-0 d-flex flex-wrap justify-content-between softwares-section flex-column ">
133
+ {%- for data in item.softwares -%}
134
+ <div class="d-flex mb-3">
135
+ {%- if data.image -%}
136
+ <img src={{data.image}} alt="software" loading='lazy' {%- if site.crossorigin -%}
137
+ crossorigin {%- endif -%}>
138
+ {%- endif -%}
139
+ <div>
140
+ <a class="d-block software-name" href="{{data.link}}">
141
+ <div>{{data.name}}</div>
142
+ </a>
143
+ <div class="software-value">{{data.type}}</div>
144
+ </div>
145
+ </div>
146
+
147
+ {%- endfor -%}
148
+ </div>
149
+ </ul>
150
+ {%- endfor -%}
151
+ </td>
152
+ </tr>
153
+ {%- endif -%}
154
+
155
+ </tbody>
156
+ </table>
157
+ {%- else -%}
158
+
159
+ {%- endif -%}
@@ -8,14 +8,14 @@
8
8
  {%- assign item = i | downcase -%}
9
9
  {%- assign firstFile = site.data.files[lang][item] -%}
10
10
  {%- endif -%}
11
- {%- if forloop.index ==2 -%}
11
+ {%- if forloop.index == 2 -%}
12
12
  {%- assign item = i | downcase -%}
13
13
  {%- assign secondFile = site.data.files[lang][item] -%}
14
14
  {%- endif -%}
15
15
  {%- endfor -%}
16
16
  {%- if firstFile and secondFile -%}
17
17
  {%- if firstFile.Format or secondFile.Format -%}
18
- <h1 class="feature-h1 text-left my-4">Details of {{firstFile.Format}} and {{secondFile.Format}} file format</h1>
18
+ <h3 class="feature-h1 text-left my-4">Details of {{firstFile.Format}} and {{secondFile.Format}} file format</h3>
19
19
  {%- endif -%}
20
20
  <table class="table table-bordered ">
21
21
  <tbody>
@@ -9,7 +9,7 @@
9
9
  {%- assign static = site.static_files -%}
10
10
  {%- if fileData.size>0 -%}
11
11
  <div class="col-12">
12
- <h2 class="feature-h1 text-left my-4">{{fileData.Format}}</h2>
12
+ <h3 class="feature-h1 text-left my-4">{{fileData.Format}}</h3>
13
13
  </div>
14
14
  <table class="table table-bordered ">
15
15
  <tbody>
@@ -14,75 +14,75 @@
14
14
  {%- if fileData.size>0 -%}
15
15
 
16
16
  <li class="file-li">
17
- <h2 class="feature-h1 text-left my-4">{{fileData.Format}}</h2>
18
- {%- if fileData.fileImg -%}
19
- <img src="{{fileData.fileImg }}" alt="img" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
20
- {%- endif -%}
21
- <ol class="file-info-item-list">
22
- {%- if fileData.Pros -%}
23
- <li>
24
- <div>
25
- <div class="info-title">Pros</div>
26
- <div>{{fileData.Pros}}</div>
27
- </div>
28
- </li>
17
+ <h1 class="feature-h1 text-left my-4">{{fileData.Format}}</h3>
18
+ {%- if fileData.fileImg -%}
19
+ <img src="{{fileData.fileImg }}" alt="img" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
29
20
  {%- endif -%}
30
- {%- if fileData.Cons -%}
31
- <li>
32
- <div>
33
- <div class="info-title">Cons</div>
34
- <div>{{fileData.Cons}}</div>
35
- </div>
36
- </li>
37
- {%- endif -%}
38
- {%- if fileData.BasicInformation -%}
39
- <li>
40
- <div>
41
- <div class="info-title">Basic Information</div>
42
- <div>{{fileData.BasicInformation}}</div>
43
- </div>
44
- </li>
21
+ <ol class="file-info-item-list">
22
+ {%- if fileData.Pros -%}
23
+ <li>
24
+ <div>
25
+ <div class="info-title">Pros</div>
26
+ <div>{{fileData.Pros}}</div>
27
+ </div>
28
+ </li>
29
+ {%- endif -%}
30
+ {%- if fileData.Cons -%}
31
+ <li>
32
+ <div>
33
+ <div class="info-title">Cons</div>
34
+ <div>{{fileData.Cons}}</div>
35
+ </div>
36
+ </li>
37
+ {%- endif -%}
38
+ {%- if fileData.BasicInformation -%}
39
+ <li>
40
+ <div>
41
+ <div class="info-title">Basic Information</div>
42
+ <div>{{fileData.BasicInformation}}</div>
43
+ </div>
44
+ </li>
45
45
 
46
- {%- endif -%}
47
- {%- if fileData.DetailedInformation -%}
48
- <li>
49
- <div>
50
- <div class="info-title">Detailed Information</div>
51
- <div>{{fileData.DetailedInformation}}</div>
52
- </div>
53
- </li>
46
+ {%- endif -%}
47
+ {%- if fileData.DetailedInformation -%}
48
+ <li>
49
+ <div>
50
+ <div class="info-title">Detailed Information</div>
51
+ <div>{{fileData.DetailedInformation}}</div>
52
+ </div>
53
+ </li>
54
54
 
55
- {%- endif -%}
56
- {%- if fileData.Softwaresused -%}
57
- <div>
58
- <div>Platforms Supported</div>
59
- <div class="d-flex flex-wrap ">
60
- {%- for item in fileData.Softwaresused -%}
61
- <ul class="pl-0 pr-md-5">
62
- <li><b>{{item.platform}}</b> </li>
63
- <div
64
- class="pl-0 d-flex flex-wrap justify-content-between softwares-section flex-column ">
65
- {%- for data in item.softwares -%}
66
- <div class="d-flex mb-3">
67
- {%- if data.image -%}
68
- <img src={{data.image}} alt="software" loading='lazy' {%- if site.crossorigin
69
- -%} crossorigin {%- endif -%}>
70
- {%- endif -%}
71
- <div>
72
- <a class="d-block software-name" href="{{data.link}}">
73
- <div>{{data.name}}</div>
74
- </a>
75
- <div class="software-value">{{data.type}}</div>
55
+ {%- endif -%}
56
+ {%- if fileData.Softwaresused -%}
57
+ <div>
58
+ <div>Platforms Supported</div>
59
+ <div class="d-flex flex-wrap ">
60
+ {%- for item in fileData.Softwaresused -%}
61
+ <ul class="pl-0 pr-md-5">
62
+ <li><b>{{item.platform}}</b> </li>
63
+ <div
64
+ class="pl-0 d-flex flex-wrap justify-content-between softwares-section flex-column ">
65
+ {%- for data in item.softwares -%}
66
+ <div class="d-flex mb-3">
67
+ {%- if data.image -%}
68
+ <img src={{data.image}} alt="software" loading='lazy' {%- if
69
+ site.crossorigin -%} crossorigin {%- endif -%}>
70
+ {%- endif -%}
71
+ <div>
72
+ <a class="d-block software-name" href="{{data.link}}">
73
+ <div>{{data.name}}</div>
74
+ </a>
75
+ <div class="software-value">{{data.type}}</div>
76
+ </div>
76
77
  </div>
78
+ {%- endfor -%}
77
79
  </div>
78
- {%- endfor -%}
79
- </div>
80
- </ul>
81
- {%- endfor -%}
80
+ </ul>
81
+ {%- endfor -%}
82
+ </div>
82
83
  </div>
83
- </div>
84
- {%- endif -%}
85
- </ol>
84
+ {%- endif -%}
85
+ </ol>
86
86
 
87
87
  </li>
88
88
 
@@ -6,6 +6,42 @@
6
6
  = dataToShow.META | replace:"$variable", page.value | default: page.description | default:
7
7
  site.description %} {% assign keywords = dataToShow.keywords %} {% assign
8
8
  favicon = site.favicon %}
9
+ {%- assign title = title | split: ' ' -%}
10
+ {%- assign newtitle = '' %}
11
+ {% for operation in title %}
12
+ {%- if forloop.first -%}
13
+ {% assign word = operation | capitalize %}
14
+ {% assign newtitle = newtitle | append : word %}
15
+ {% assign newtitle = newtitle | append : " " %}
16
+ {%- else -%}
17
+ {% assign word = operation %}
18
+ {%- if forloop.last -%}
19
+ {% assign newtitle = newtitle | append : word %}
20
+ {%- else -%}
21
+ {% assign newtitle = newtitle | append : word %}
22
+ {% assign newtitle = newtitle | append : " " %}
23
+ {%- endif -%}
24
+ {%- endif -%}
25
+ {% endfor %}
26
+ {%- assign description = description | split: ' ' -%}
27
+ {% assign pagedescription = '' %}
28
+ {% for operation in description %}
29
+ {%- if forloop.first -%}
30
+ {% assign word = operation | capitalize %}
31
+ {% assign pagedescription = pagedescription | append : word %}
32
+ {% assign pagedescription = pagedescription | append : " " %}
33
+ {%- else -%}
34
+ {% assign word = operation %}
35
+ {%- if forloop.last -%}
36
+ {% assign pagedescription = pagedescription | append : word %}
37
+ {%- else -%}
38
+ {% assign pagedescription = pagedescription | append : word %}
39
+ {% assign pagedescription = pagedescription | append : " " %}
40
+ {%- endif -%}
41
+ {%- endif -%}
42
+ {% endfor %}
43
+ {%- assign title = newtitle -%}
44
+ {%- assign description = pagedescription-%}
9
45
  <meta charset="utf-8" />
10
46
  <link rel="shortcut icon" href="{{favicon}}" />
11
47
  <meta name="viewport" content="width=device-width" />
@@ -154,7 +190,11 @@
154
190
  }
155
191
  </script>
156
192
  {%- endif -%}
193
+ {%- if site.testmode -%}
157
194
  {%- if page.lang == "hi" -%}
158
195
  {%- include monumetric/monumetric.html -%}
159
196
  {%- endif -%}
197
+ {%- else -%}
198
+ {%- include monumetric/monumetric.html -%}
199
+ {%- endif -%}
160
200
  </head>
@@ -11,8 +11,8 @@
11
11
  {%- if scriptData.jsfilepaths -%}
12
12
  {%- for path in scriptData.jsfilepaths -%}
13
13
  <script defer="defer" src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
14
- data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" {%- if site.crossorigin -%} crossorigin {%- endif
15
- -%}></script>
14
+ data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" data-permalink="{{page.permalink}}" {%- if
15
+ site.crossorigin -%} crossorigin {%- endif -%}></script>
16
16
  {%- endfor -%}
17
17
  {%- endif -%}
18
18
  {%- if scriptData.jscdns -%}
@@ -45,9 +45,25 @@
45
45
  {%- endif -%}
46
46
  </div>
47
47
  </span>
48
- <h1 class="feature-h1">{{featureData.H1 | replace: "$variable", page.value}}</h1>
48
+ {%- assign featureh1 = featureData.H1 | replace: "$variable", page.value -%}
49
+ <h1 class="feature-h1">{%- for word in featureh1-%}
50
+ {%- if forloop.first == true -%}
51
+ {{word | capitalize }}
52
+ {%- else -%}
53
+ {{word}}
54
+ {%- endif -%}
55
+ {%- endfor -%}</h1>
49
56
  </div>
50
- <h2 class="feature-h2">{{featureData.H2 | replace: "$variable", page.value}}</h2>
57
+ {%- assign featureh2 = featureData.H2 | replace: "$variable", page.value -%}
58
+ <h2 class="feature-h2">
59
+ {%- for word in featureh2 -%}
60
+ {%- if forloop.first == true -%}
61
+ {{word | capitalize }}
62
+ {%- else -%}
63
+ {{word}}
64
+ {%- endif -%}
65
+ {%- endfor -%}
66
+ </h2>
51
67
  </div>
52
68
  </div>
53
69
  {%- if site.noFeatureBox == true -%}
@@ -142,8 +158,8 @@
142
158
  <div class="row">
143
159
  <div class="col-md-8 mx-auto">
144
160
  <div class="faq">
145
- <h2 class="feature-h1 text-center mb-4">{{featureData.faqheading | default: 'Frequently Asked
146
- Questions'}}</h2>
161
+ <h3 class="feature-h1 text-center mb-4">{{featureData.faqheading | default: 'Frequently Asked
162
+ Questions'}}</h3>
147
163
  <ul class="list-unstyled">
148
164
  {% for data in featureData.FAQ %}
149
165
  <li>
@@ -0,0 +1,58 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign folder = page.folderName %}
4
+ {% assign featureData= site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html>
7
+ {% include head/index.html %}
8
+
9
+ <body>
10
+ {% include header/index.html %}
11
+ <div class="flex-container pb-3">
12
+ <div class="flex-class py-4 mt-4 mt-md-0 ">
13
+ <div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
14
+ <div class="div-cont feature-img mr-2">
15
+ <img class="features-img" src="" alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
16
+ </div>
17
+ </span>
18
+ <h1 class="feature-h1"></h1>
19
+ </div>
20
+ <h2 class="feature-h2"></h2>
21
+ </div>
22
+ </div>
23
+ {%- if site.noFeatureBox == true -%}
24
+ <div class="feature-content-box">
25
+ {{content}}
26
+ </div>
27
+ {%- else -%}
28
+ {%- if page.noBox == true -%}
29
+ <div class="feature-content-box">
30
+ {{content}}
31
+ </div>
32
+ {%- else -%}
33
+ <div class="box-padding">
34
+ <div class="d-flex" id="__cond-922051">
35
+ <div class="flex-container">
36
+ <div class="flex-class">
37
+ <div class="d-flex flex-column">
38
+ <div class="box"
39
+ style=background:{{featureData.color}};min-height:{{featureData.height}};width:{{featureData.width}}>
40
+ <div class="box-border"></div>
41
+ <div class="content-box">
42
+ {{content}}
43
+ </div>
44
+ </div>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ {%- endif -%}
51
+ {%- endif -%}
52
+ {% include footer/index.html %}
53
+ {% include script.html %}
54
+
55
+ <script defer src="/js/featureResult.js" data-foldername="{{page.folderName}}" data-lang="{{page.lang}}"></script>
56
+ </body>
57
+
58
+ </html>
@@ -0,0 +1,86 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign folder = page.folderName %}
4
+ {% assign fileinfoData= site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html lang="{{fileinfoData.htmlLangAtt}}">
7
+ {% include head/index.html %}
8
+
9
+ <body>
10
+ {% include header/index.html %}
11
+ <div class="file-comparison-page container">
12
+ <div class="row">
13
+ <div class="col-lg-9 mx-auto text-left">
14
+
15
+ <div class=" mt-5">
16
+ {%- if fileinfoData.H1 -%}
17
+ <h1 class="">{{fileinfoData.H1}}</h1>
18
+ {%- endif -%}
19
+ {%- if fileinfoData.H2 -%}
20
+ <h2 class="">{{fileinfoData.H2}}</h2>
21
+ {%- endif -%}
22
+ {%- if fileinfoData.img -%}
23
+ <img class="mb-4" src="{{fileinfoData.img}}" alt="img" {%- if site.crossorigin -%} crossorigin {%-
24
+ endif -%}>
25
+ {%- endif -%}
26
+ {%- if fileinfoData.summary -%}
27
+ {%- for item in fileinfoData.summary -%}
28
+ <p>{{item}}</p>
29
+ {%- endfor -%}
30
+ {%- endif -%}
31
+ {%- if fileinfoData.detailedSummary -%}
32
+ {%- for item in fileinfoData.detailedSummary -%}
33
+ <h2>{{item.h2}}</h2>
34
+ {%- for p in item.data -%}
35
+ <p> {{p}}</p>
36
+ {%- endfor -%}
37
+ {%- endfor -%}
38
+ {%- endif -%}
39
+ </div>
40
+ {%- if fileinfoData.compare_formats -%}
41
+ <div>
42
+ {%- include fileformat/Tabularcompariosn.html -%}
43
+ </div>
44
+ {%- endif -%}
45
+ </div>
46
+ </div>
47
+
48
+ </div>
49
+ <div class="container">
50
+ {% include footer/index.html %}
51
+
52
+ </div>
53
+ {%- include adblocker.html -%}
54
+ {% assign scriptData = site.data.[page.folderName][lang][file] %}
55
+ {%- assign dataAtt = "data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName' data-tool='$tool'"
56
+ -%}
57
+ {%- assign $folderName = '$folderName' -%}
58
+ <script defer="defer" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" {%- if
59
+ site.crossorigin -%} crossorigin {%- endif -%}></script>
60
+ <script defer="defer" src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
61
+ integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous" {%-
62
+ if site.crossorigin -%} crossorigin {%- endif -%}></script>
63
+ {{site.data.customcdns.customcdns.jsfiles}}
64
+ {%- if scriptData.jsfilepaths -%}
65
+ {%- for path in scriptData.jsfilepaths -%}
66
+ <script defer="defer" src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
67
+ data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" {%- if site.crossorigin -%} crossorigin {%- endif
68
+ -%}></script>
69
+ {%- endfor -%}
70
+ {%- endif -%}
71
+ {%- if scriptData.jscdns -%}
72
+ {%- for item in scriptData.jscdns -%}
73
+ {{item | replace:"$folderName", page.folderName | replace: "$fileName", page.fileName | replace: "$lang", page.lang
74
+ |
75
+ replace: "$tool", page.tool }}
76
+ {%- endfor -%}
77
+ {%- endif -%}
78
+ <script src="//cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js"></script>
79
+ <script>WebFont.load({ google: { families: ['Inter:200,300,400,500,600,700,800,900&display=swap'] } })</script>
80
+ <link defer="defer" rel="stylesheet"
81
+ href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
82
+ integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
83
+ crossorigin="anonymous" referrerpolicy="no-referrer" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
84
+ </body>
85
+
86
+ </html>
data/_layouts/home.html CHANGED
@@ -37,9 +37,21 @@
37
37
  {%- endif -%}
38
38
  </div>
39
39
  </span>
40
- <h1 class="home-top-h1">{{homeData.h1}}</h1>
40
+ <h1 class="home-top-h1">{%- for word in homeData.h1 -%}
41
+ {%- if forloop.first == true -%}
42
+ {{word | capitalize }}
43
+ {%- else -%}
44
+ {{word}}
45
+ {%- endif -%}
46
+ {%- endfor -%}</h1>
41
47
  </div>
42
- <h2 class="home-top-h2">{{homeData.h2}}</h2>
48
+ <h2 class="home-top-h2">{%- for word in homeData.h2 -%}
49
+ {%- if forloop.first == true -%}
50
+ {{word | capitalize }}
51
+ {%- else -%}
52
+ {{word}}
53
+ {%- endif -%}
54
+ {%- endfor -%}</h2>
43
55
  </div>
44
56
  </div>
45
57
  {%- endif -%}
@@ -0,0 +1,31 @@
1
+ <!DOCTYPE html>
2
+ <html>
3
+ {% include head/index.html %}
4
+
5
+ <body>
6
+ {% include header/index.html %}
7
+
8
+ <div class="flex-container mb-1">
9
+ <div class="flex-class py-5">
10
+ <div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
11
+ <div class="div-cont feature-img mr-2">
12
+ <img class="home-img" src="" alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
13
+ </div>
14
+ </span>
15
+ <h1 class="home-top-h1"></h1>
16
+ </div>
17
+ <h2 class="home-top-h2"></h2>
18
+ </div>
19
+ </div>
20
+
21
+ <div>
22
+ {{content}}
23
+ </div>
24
+
25
+ {% include footer/index.html %}
26
+ {% include script.html %}
27
+
28
+ <script defer src="/js/homeResult.js" data-foldername="{{page.folderName}}" data-lang="{{page.lang}}"></script>
29
+ </body>
30
+
31
+ </html>
data/_layouts/post.html CHANGED
@@ -35,7 +35,8 @@
35
35
  <div class="container">
36
36
  <div class="row section-title-wrap">
37
37
  <div class="col-md-12 mt-5">
38
- <h1 class="display-4" style="font-weight: 900;">{{ page.title }}</h1>
38
+
39
+ <h1 class="display-4" style="font-weight: 900;">{{ title }}</h1>
39
40
  </div>
40
41
  </div>
41
42
  <div class="row mt-5">
@@ -0,0 +1,25 @@
1
+ body {
2
+ font-family: 'Inter', sans-serif;
3
+ }
4
+ .file-comparison-page p,
5
+ h1,
6
+ h2 {
7
+ font-family: 'Inter', sans-serif;
8
+ }
9
+ .file-comparison-page h1 {
10
+ font-size: 32px;
11
+ font-weight: 700;
12
+ }
13
+ .file-comparison-page img {
14
+ width: 100%;
15
+ height: 100%;
16
+ border-radius: 8px;
17
+ margin-top: 15px;
18
+ }
19
+ .file-comparison-page p {
20
+ font-size: 17px;
21
+ color: rgba(41, 41, 41);
22
+ margin-bottom: 1.56em;
23
+ line-height: 28px;
24
+ letter-spacing: -0.003em;
25
+ }
data/assets/css/tools.css CHANGED
@@ -1000,8 +1000,8 @@ ul li {
1000
1000
  border: none !important;
1001
1001
  }
1002
1002
  .softwares-section img {
1003
- height: 32px;
1004
- min-width: 32px;
1003
+ height: 32px !important;
1004
+ width: 32px !important;
1005
1005
  }
1006
1006
  .software-name {
1007
1007
  color: #1565c0 !important;
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.8.6
4
+ version: 1.8.9
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-03-14 00:00:00.000000000 Z
11
+ date: 2022-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -76,6 +76,7 @@ files:
76
76
  - _data/feature/en/split-pdf.json
77
77
  - _data/feature/hi/compress-pdf.json
78
78
  - _data/feature/tr/compress-pdf.json
79
+ - _data/filecomparison/en/filecomparison.json
79
80
  - _data/fileinfo/en/fileinfo.json
80
81
  - _data/files/.gitignore
81
82
  - _data/files/README.md
@@ -900,6 +901,7 @@ files:
900
901
  - _includes/disqus_comments.html
901
902
  - _includes/dropdown/langdropdown.html
902
903
  - _includes/feature.html
904
+ - _includes/fileformat/Tabularcompariosn.html
903
905
  - _includes/fileformat/comparisonfiles.html
904
906
  - _includes/fileformat/fileformatdetail.html
905
907
  - _includes/fileformat/fileinfoformat.html
@@ -930,9 +932,12 @@ files:
930
932
  - _layouts/disclaimer.html
931
933
  - _layouts/download.html
932
934
  - _layouts/feature.html
935
+ - _layouts/featureResultPage.html
933
936
  - _layouts/fileInfo.html
937
+ - _layouts/filecomparison.html
934
938
  - _layouts/help.html
935
939
  - _layouts/home.html
940
+ - _layouts/homeResultPage.html
936
941
  - _layouts/page.html
937
942
  - _layouts/post.html
938
943
  - _layouts/privacyPolicy.html
@@ -943,6 +948,7 @@ files:
943
948
  - assets/css/adblocker.css
944
949
  - assets/css/blog.css
945
950
  - assets/css/bootstrap.min.css
951
+ - assets/css/filecomparison.css
946
952
  - assets/css/tools.css
947
953
  - assets/easy.svg
948
954
  - assets/facebook.svg