appscms-tools-theme 1.8.7 → 1.9.0

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: 91db68b4d8501886f14a27f103d7ff402636df4e2d1e413df76f9f52d262878d
4
- data.tar.gz: 29bdaa5f7746260391119defef487f79eb53c5a3815fc01d566be7efdca6df10
3
+ metadata.gz: 2e0d561ef7e0693d03577b2a0a8c394aeb4fd46474ae9ac30b47b382ecfdd12b
4
+ data.tar.gz: 5376a89593386b1b27228bae481882edae7e33fb1b9a6624ccea4cc060b1d2a7
5
5
  SHA512:
6
- metadata.gz: f638b74b03088bede0f14ca4298b44b4c86ef624a264c64eeda7b13e20e00c18f6233b95365e36b66517cc22f823ecc5987bcdd93ef15de5e92ccccfab3b0987
7
- data.tar.gz: dc4ef1b5c2aa20232ba2aa822199d5eac51587b57df7b9216dbcea843019ce6c13486488d0779658e1d8025681ec730c6e12ce84a5691634ad1ecafb0fc86ab2
6
+ metadata.gz: 5c6366e5d70b99b0c2056d792ad209d10f96c39a29ca163b0e618442e505b0017bd2946a982bf1f126a111b7a08f7062f4bdcc34be2111b0104e20f3c4520345
7
+ data.tar.gz: d6ba0f945883ac3a917257b8ef556bfdc281333fbd0d1c8dd7d0b8c02f2d502263c71585d2b933b70b0cfc4de9ef2fa451c67f9ca11f610b05befc913b0258c2
@@ -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
+ "/assets/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
+ "/assets/js/redirectResult.js"
282
285
  ]
283
286
  }
@@ -1,136 +1,136 @@
1
- {%- if site.show_allow_ad_blocker_pop -%}
2
- <link rel="stylesheet" href="/assets/css/adBlocker.css">
3
- <div id="detect"></div>
4
- <div class="wrapper text-center">
5
- <div class="innerWrapper">
6
- {%- if site.adBlockerClose -%}
7
- <div class="closePopup p-1">
8
- <i class="fas fa-times"></i>
9
- </div>
10
- {%- endif -%}
11
- <h2 class="brand-title">{{site.adspopuptitle}}</h2>
12
- <p class="show-ads">
13
- Please allow ads on our site
14
- </p>
15
- <p>Looks like you're using an ad blocker. We rely on advertising to help fund our site to keep it 100% free</p>
16
- <div class="btn-container mx-auto">
17
- <div class="bg-layer"></div>
18
- <button class="allow-ads-btn">Allow ads</button>
19
- </div>
20
- </div>
21
- </div>
22
- <div class="extensions">
23
- <section>
24
- <div class="ads__content">
25
- {%- if site.adBlockerClose -%}
26
- <div class="closePopup">
27
- <i class="fas fa-times"></i>
28
- </div>
29
- {%- endif -%}
30
- <p style="font-size: 18px">Which of these extensions do you have?</p>
31
- <ul class="nav nav-tabs tablist" role="tablist">
32
- <a class="nav-link nav-tab-link active" data-toggle="tab" href="#home" role="tab">
33
- <li class="nav-item">
34
- <img class="ads_img" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
35
- </li>
36
- AdBlock
37
- </a>
38
- <a class="nav-link nav-tab-link" data-toggle="tab" href="#adsblockPlus" role="tab">
39
- <li class="nav-item">
40
- <img class="ads_img" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
41
- </li>
42
- Adblock Plus
43
- </a>
44
- <a class="nav-link nav-tab-link" data-toggle="tab" href="#uBlock" role="tab">
45
- <li class="nav-item">
46
- <img class="ads_img" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image">
47
- </li>
48
- uBlock Origin
49
- </a>
50
- <a class="nav-link nav-tab-link" data-toggle="tab" href="#other" role="tab">
51
- <li class="nav-item">
52
- <div class="three_dot">...</div>
53
- </li>
54
- Other
55
- </a>
56
- </ul>
57
-
58
- <!-- Tab panes -->
59
- <div class="tab-content">
60
- <div class="tab-pane active" id="home" role="tabpanel">
61
- <ol class="listContainer">
62
- <li class="listItem">Click the AdBlock icon
63
- <img width="18px" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
64
- in the browser extension area on the upper right-hand corner. (You may see a small number
65
- covering
66
- part of
67
- the icon.)
68
- </li>
69
- <li class="listItem">Select <b>Don't run on pages on this site</b>.</li>
70
- <li class="listItem">In the "Don’t run AdBlock on..." dialog box, select <b>Exclude</b>. The
71
- AdBlock
72
- icon
73
- changes to a “thumbs up” image.</li>
74
- </ol>
75
- <div class="text-center w-100" onclick="refresh()">
76
- <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
77
- </div>
78
- </div>
79
- <div class="tab-pane" id="adsblockPlus" role="tabpanel">
80
- <ol class="listContainer">
81
- <li class="listItem">Click the Adblock Plus icon
82
- <img width="18px" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
83
- in the browser extension area on the
84
- upper right-hand corner. (You may see a small number covering part of the icon.)
85
- </li>
86
- <li class="listItem">Click the “power” button Power icon so that it slides left.</li>
87
- <li class="listItem">Click the <b>Refresh</b> button.</li>
88
- </ol>
89
- <div class="text-center w-100" onclick="refresh()">
90
- <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
91
- </div>
92
- </div>
93
- <div class="tab-pane" id="uBlock" role="tabpanel">
94
- <ol class="listContainer">
95
- <li class="listItem">Click the uBlock Origin icon
96
- <img width="18px" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image"> in the
97
- browser
98
- extension area on
99
- the upper right-hand corner. (You may see a small number covering part of the icon.)
100
- </li>
101
- <li class="listItem">
102
- Click the “power” button so that it slides left.
103
- </li>
104
- <li class="listItem">Click the <b>Refresh</b> button.</li>
105
- </ol>
106
- <div class="text-center w-100" onclick="refresh()">
107
- <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
108
- </div>
109
- </div>
110
- <div class="tab-pane" id="other" role="tabpanel">
111
- <ol class="listContainer">
112
- <li class="listItem">Click the icon of the ad blocker extension installed on your browser.</li>
113
- <p class="text-muted">You’ll usually find this icon in the upper right-hand corner of your
114
- screen. You may
115
- have more than
116
- one ad blocker installed.</p>
117
- <li class="listItem">Follow the instructions for disabling the ad blocker on the site you’re
118
- viewing.</li>
119
- <p class="text-muted">You may have to select a menu option or click a button.</p>
120
- <li class="listItem">Refresh the page, either by following prompts or clicking your browser’s
121
- “refresh” or
122
- “reload” button.</li>
123
- </ol>
124
- <div class="text-center w-100" onclick="refresh()">
125
- <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
126
- </div>
127
- </div>
128
- </div>
129
-
130
-
131
- </div>
132
- </section>
133
- </div>
134
- <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
135
- <script delay="/assets/js/adBlocker.js"></script>
1
+ {%- if site.show_allow_ad_blocker_pop -%}
2
+ <link rel="stylesheet" href="/assets/css/adBlocker.css">
3
+ <div id="detect"></div>
4
+ <div class="wrapper text-center">
5
+ <div class="innerWrapper">
6
+ {%- if site.adBlockerClose -%}
7
+ <div class="closePopup p-1">
8
+ <i class="fas fa-times"></i>
9
+ </div>
10
+ {%- endif -%}
11
+ <h2 class="brand-title">{{site.adspopuptitle}}</h2>
12
+ <p class="show-ads">
13
+ Please allow ads on our site
14
+ </p>
15
+ <p>Looks like you're using an ad blocker. We rely on advertising to help fund our site to keep it 100% free</p>
16
+ <div class="btn-container mx-auto">
17
+ <div class="bg-layer"></div>
18
+ <button class="allow-ads-btn">Allow ads</button>
19
+ </div>
20
+ </div>
21
+ </div>
22
+ <div class="extensions">
23
+ <section>
24
+ <div class="ads__content">
25
+ {%- if site.adBlockerClose -%}
26
+ <div class="closePopup">
27
+ <i class="fas fa-times"></i>
28
+ </div>
29
+ {%- endif -%}
30
+ <p style="font-size: 18px">Which of these extensions do you have?</p>
31
+ <ul class="nav nav-tabs tablist" role="tablist">
32
+ <a class="nav-link nav-tab-link active" data-toggle="tab" href="#home" role="tab">
33
+ <li class="nav-item">
34
+ <img class="ads_img" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
35
+ </li>
36
+ AdBlock
37
+ </a>
38
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#adsblockPlus" role="tab">
39
+ <li class="nav-item">
40
+ <img class="ads_img" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
41
+ </li>
42
+ Adblock Plus
43
+ </a>
44
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#uBlock" role="tab">
45
+ <li class="nav-item">
46
+ <img class="ads_img" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image">
47
+ </li>
48
+ uBlock Origin
49
+ </a>
50
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#other" role="tab">
51
+ <li class="nav-item">
52
+ <div class="three_dot">...</div>
53
+ </li>
54
+ Other
55
+ </a>
56
+ </ul>
57
+
58
+ <!-- Tab panes -->
59
+ <div class="tab-content">
60
+ <div class="tab-pane active" id="home" role="tabpanel">
61
+ <ol class="listContainer">
62
+ <li class="listItem">Click the AdBlock icon
63
+ <img width="18px" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
64
+ in the browser extension area on the upper right-hand corner. (You may see a small number
65
+ covering
66
+ part of
67
+ the icon.)
68
+ </li>
69
+ <li class="listItem">Select <b>Don't run on pages on this site</b>.</li>
70
+ <li class="listItem">In the "Don’t run AdBlock on..." dialog box, select <b>Exclude</b>. The
71
+ AdBlock
72
+ icon
73
+ changes to a “thumbs up” image.</li>
74
+ </ol>
75
+ <div class="text-center w-100" onclick="refresh()">
76
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
77
+ </div>
78
+ </div>
79
+ <div class="tab-pane" id="adsblockPlus" role="tabpanel">
80
+ <ol class="listContainer">
81
+ <li class="listItem">Click the Adblock Plus icon
82
+ <img width="18px" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
83
+ in the browser extension area on the
84
+ upper right-hand corner. (You may see a small number covering part of the icon.)
85
+ </li>
86
+ <li class="listItem">Click the “power” button Power icon so that it slides left.</li>
87
+ <li class="listItem">Click the <b>Refresh</b> button.</li>
88
+ </ol>
89
+ <div class="text-center w-100" onclick="refresh()">
90
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
91
+ </div>
92
+ </div>
93
+ <div class="tab-pane" id="uBlock" role="tabpanel">
94
+ <ol class="listContainer">
95
+ <li class="listItem">Click the uBlock Origin icon
96
+ <img width="18px" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image"> in the
97
+ browser
98
+ extension area on
99
+ the upper right-hand corner. (You may see a small number covering part of the icon.)
100
+ </li>
101
+ <li class="listItem">
102
+ Click the “power” button so that it slides left.
103
+ </li>
104
+ <li class="listItem">Click the <b>Refresh</b> button.</li>
105
+ </ol>
106
+ <div class="text-center w-100" onclick="refresh()">
107
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
108
+ </div>
109
+ </div>
110
+ <div class="tab-pane" id="other" role="tabpanel">
111
+ <ol class="listContainer">
112
+ <li class="listItem">Click the icon of the ad blocker extension installed on your browser.</li>
113
+ <p class="text-muted">You’ll usually find this icon in the upper right-hand corner of your
114
+ screen. You may
115
+ have more than
116
+ one ad blocker installed.</p>
117
+ <li class="listItem">Follow the instructions for disabling the ad blocker on the site you’re
118
+ viewing.</li>
119
+ <p class="text-muted">You may have to select a menu option or click a button.</p>
120
+ <li class="listItem">Refresh the page, either by following prompts or clicking your browser’s
121
+ “refresh” or
122
+ “reload” button.</li>
123
+ </ol>
124
+ <div class="text-center w-100" onclick="refresh()">
125
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
126
+ </div>
127
+ </div>
128
+ </div>
129
+
130
+
131
+ </div>
132
+ </section>
133
+ </div>
134
+ <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
135
+ <script delay="/assets/js/adBlocker.js"></script>
136
136
  {%- endif -%}
@@ -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>