appscms-tools-theme 1.3.3 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +50 -50
  4. data/_data/about/en/about.json +16 -16
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +3 -3
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/contact/en/contact.json +38 -38
  11. data/_data/disclaimer/en/disclaimer.json +37 -37
  12. data/_data/download/en/download.json +35 -35
  13. data/_data/feature/en/compress-pdf.json +191 -191
  14. data/_data/feature/en/split-pdf.json +115 -115
  15. data/_data/feature/hi/compress-pdf.json +81 -81
  16. data/_data/fileinfo/en/fileinfo.json +14 -14
  17. data/_data/files/.gitignore +4 -4
  18. data/_data/files/en/3gp.json +144 -144
  19. data/_data/files/en/acc.json +25 -25
  20. data/_data/files/en/aff.json +65 -65
  21. data/_data/files/en/cr2.json +169 -169
  22. data/_data/files/en/dvd.json +25 -25
  23. data/_data/files/en/mov.json +146 -146
  24. data/_data/files/en/ogg.json +163 -163
  25. data/_data/files/en/vmv.json +47 -47
  26. data/_data/footer/en/data.json +72 -72
  27. data/_data/footer/hi/data.json +68 -68
  28. data/_data/footer/networksites.json +15 -15
  29. data/_data/header/en/data.json +135 -144
  30. data/_data/header/hi/data.json +144 -144
  31. data/_data/home/en/en.json +274 -270
  32. data/_data/home/hi/hi.json +86 -86
  33. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  34. data/_data/languagesupport/index-langs.json +13 -13
  35. data/_data/privacy/en/privacyPolicy.json +265 -265
  36. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  37. data/_includes/Rating/rating.html +91 -91
  38. data/_includes/Rating/structureddata.html +53 -53
  39. data/_includes/Usp/usp.html +84 -84
  40. data/_includes/adsense/adsense.html +7 -7
  41. data/_includes/alternates/alternates.html +45 -0
  42. data/_includes/author_bio.html +15 -15
  43. data/_includes/authors/authors.html +27 -27
  44. data/_includes/cssfile/links.html +13 -13
  45. data/_includes/custom-head.html +41 -41
  46. data/_includes/disqus_comments.html +10 -10
  47. data/_includes/dropdown/langdropdown.html +22 -22
  48. data/_includes/feature.html +35 -35
  49. data/_includes/fileformat/comparisonfiles.html +145 -145
  50. data/_includes/fileformat/fileformatdetail.html +99 -99
  51. data/_includes/fileformat/fileinfoformat.html +94 -91
  52. data/_includes/footer/index.html +153 -100
  53. data/_includes/google-analytics.html +22 -22
  54. data/_includes/head/index.html +135 -159
  55. data/_includes/header/blogHeader.html +28 -28
  56. data/_includes/header/index.html +92 -92
  57. data/_includes/languages/languages.html +27 -0
  58. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  59. data/_includes/paginationBlogPage.html +34 -34
  60. data/_includes/paginationPostPage.html +14 -14
  61. data/_includes/postauthorbio.html +17 -17
  62. data/_includes/postbox.html +29 -29
  63. data/_includes/script.html +15 -15
  64. data/_includes/section/alertbar.html +11 -11
  65. data/_includes/section/count.html +23 -23
  66. data/_includes/section/recent_posts.html +42 -42
  67. data/_includes/section/related_categories_post.html +158 -158
  68. data/_includes/share/socialshare.html +50 -50
  69. data/_layouts/aboutUs.html +22 -22
  70. data/_layouts/blog.html +66 -66
  71. data/_layouts/categories.html +25 -25
  72. data/_layouts/contactUs.html +22 -22
  73. data/_layouts/default.html +1 -1
  74. data/_layouts/disclaimer.html +35 -35
  75. data/_layouts/download.html +243 -243
  76. data/_layouts/feature.html +151 -151
  77. data/_layouts/fileInfo.html +37 -37
  78. data/_layouts/help.html +22 -22
  79. data/_layouts/home.html +161 -152
  80. data/_layouts/page.html +5 -5
  81. data/_layouts/post.html +134 -127
  82. data/_layouts/privacyPolicy.html +400 -400
  83. data/_layouts/termAndCondition.html +401 -401
  84. data/assets/cross.svg +4 -4
  85. data/assets/css/blog.css +491 -491
  86. data/assets/css/tools.css +1799 -1805
  87. data/assets/facebook.svg +4 -4
  88. data/assets/instagram.svg +4 -4
  89. data/assets/js/TopScroll.js +8 -8
  90. data/assets/js/googledrive.js +153 -153
  91. data/assets/js/manifest.json +16 -16
  92. data/assets/js/multiselect.js +155 -155
  93. data/assets/linkdin.svg +4 -4
  94. data/assets/pdf.svg +20 -20
  95. data/assets/secure.svg +43 -43
  96. data/assets/star.svg +4 -4
  97. data/assets/twitter.svg +4 -4
  98. data/assets/youtube.svg +4 -4
  99. metadata +9 -7
@@ -1,41 +1,41 @@
1
- <head>
2
- {% assign favicon = site.favicon %} {%- assign seo_description =
3
- page.description | default: page.excerpt | default: site.description -%} {%-
4
- if seo_description -%} {%- assign seo_description = seo_description |
5
- markdownify | strip_html | strip_newlines | escape_once -%} {%- endif -%} {%-
6
- if page.date -%} {%- assign og_type = "article" -%} {%- else -%} {%- assign
7
- og_type = "website" -%} {%- endif -%}
8
- <meta charset="UTF-8" />
9
- <link rel="shortcut icon" href="{{favicon}}" />
10
- <meta
11
- name="viewport"
12
- content="width=device-width, initial-scale=1, shrink-to-fit=no"
13
- />
14
- <meta name="keywords" content="{{site.keyboard}}" />
15
- <meta name="description" content="{{ seo_description | slice: 0, 155 }}" />
16
- <meta name="og:description" content="{{ seo_description | slice: 0, 155 }}" />
17
- <meta property="og:title" content="{{ page.title | default: site.title }}" />
18
- <meta property="og:type" content="{{og_type}}" />
19
- <meta property="og:locale" content="en_US" />
20
- <meta property="og:site_name" content="{{site.name}}" />
21
- <meta property="og:url" content="{{site.url | append: page.url}}" />
22
- <meta name="author" content="{{ site.author_name }}" />
23
- <title>{{page.title}}</title>
24
- <link
25
- href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
26
- rel="stylesheet"
27
- />
28
- <link
29
- rel="stylesheet"
30
- href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css"
31
- />
32
- <link
33
- rel="stylesheet"
34
- href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
35
- />
36
- {% include adsense/adsense.html %}
37
- <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}" />
38
- <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
39
-
40
- {%- include google-analytics.html -%}
41
- </head>
1
+ <head>
2
+ {% assign favicon = site.favicon %} {%- assign seo_description =
3
+ page.description | default: page.excerpt | default: site.description -%} {%-
4
+ if seo_description -%} {%- assign seo_description = seo_description |
5
+ markdownify | strip_html | strip_newlines | escape_once -%} {%- endif -%} {%-
6
+ if page.date -%} {%- assign og_type = "article" -%} {%- else -%} {%- assign
7
+ og_type = "website" -%} {%- endif -%}
8
+ <meta charset="UTF-8" />
9
+ <link rel="shortcut icon" href="{{favicon}}" />
10
+ <meta
11
+ name="viewport"
12
+ content="width=device-width, initial-scale=1, shrink-to-fit=no"
13
+ />
14
+ <meta name="keywords" content="{{site.keyboard}}" />
15
+ <meta name="description" content="{{ seo_description | slice: 0, 155 }}" />
16
+ <meta name="og:description" content="{{ seo_description | slice: 0, 155 }}" />
17
+ <meta property="og:title" content="{{ page.title | default: site.title }}" />
18
+ <meta property="og:type" content="{{og_type}}" />
19
+ <meta property="og:locale" content="en_US" />
20
+ <meta property="og:site_name" content="{{site.name}}" />
21
+ <meta property="og:url" content="{{site.url | append: page.url}}" />
22
+ <meta name="author" content="{{ site.author_name }}" />
23
+ <title>{{page.title}}</title>
24
+ <link
25
+ href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"
26
+ rel="stylesheet"
27
+ />
28
+ <link
29
+ rel="stylesheet"
30
+ href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css"
31
+ />
32
+ <link
33
+ rel="stylesheet"
34
+ href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
35
+ />
36
+ {% include adsense/adsense.html %}
37
+ <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}" />
38
+ <script src="https://code.jquery.com/jquery-3.5.1.js"></script>
39
+
40
+ {%- include google-analytics.html -%}
41
+ </head>
@@ -1,11 +1,11 @@
1
- <div id="disqus_thread"></div>
2
- <script>
3
- (function () {
4
- var d = document, s = d.createElement('script');
5
- s.src = 'https://{{site.disqus.shortname}}.disqus.com/embed.js';
6
- s.setAttribute('data-timestamp', +new Date());
7
- (d.head || d.body).appendChild(s);
8
- })();
9
- </script>
10
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by
1
+ <div id="disqus_thread"></div>
2
+ <script>
3
+ (function () {
4
+ var d = document, s = d.createElement('script');
5
+ s.src = 'https://{{site.disqus.shortname}}.disqus.com/embed.js';
6
+ s.setAttribute('data-timestamp', +new Date());
7
+ (d.head || d.body).appendChild(s);
8
+ })();
9
+ </script>
10
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by
11
11
  Disqus.</a></noscript>
@@ -1,22 +1,22 @@
1
- {% assign file = page.fileName %}
2
- {% assign lang = page.lang %}
3
- {% assign folder = page.folderName %}
4
- {% assign langData = site.data[folder][lang][file] %}
5
- {%- assign langsupport = page.langsupport -%}
6
- {%- assign variable = site.data.languagesupport[langsupport]-%}
7
- {%- if variable.langsupport -%}
8
- <div class="lang-dropdown">
9
- <button class="btn btn-light dropdown-toggle lang-dropdown-btn" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-expanded="false">
10
- {{langData.Language}}
11
- </button>
12
- <ul class="dropdown-menu drop-down-wrapper" aria-labelledby="dropdownMenu2">
13
- {%- for item in variable.langsupport -%}
14
- {%- if langData.Language == item.lang -%}
15
- <a class="lang-dropdown-item py-1" style="background-color:rgba(149, 148, 151, 0.397);" class=".lang-dropdown-item" href="{{item.permalink}}">{{item.lang}}</a>
16
- {%- else -%}
17
- <a class="lang-dropdown-item py-1" href="{{item.permalink}}">{{item.lang}}</a>
18
- {%- endif -%}
19
- {%- endfor -%}
20
- </ul>
21
- </div>
22
- {%- endif -%}
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign folder = page.folderName %}
4
+ {% assign langData = site.data[folder][lang][file] %}
5
+ {%- assign langsupport = page.langsupport -%}
6
+ {%- assign variable = site.data.languagesupport[langsupport]-%}
7
+ {%- if variable.langsupport -%}
8
+ <div class="lang-dropdown">
9
+ <button class="btn btn-light dropdown-toggle lang-dropdown-btn" type="button" id="dropdownMenu2" data-toggle="dropdown" aria-expanded="false">
10
+ {{langData.Language}}
11
+ </button>
12
+ <ul class="dropdown-menu drop-down-wrapper" aria-labelledby="dropdownMenu2">
13
+ {%- for item in variable.langsupport -%}
14
+ {%- if langData.Language == item.lang -%}
15
+ <a class="lang-dropdown-item py-1" style="background-color:rgba(149, 148, 151, 0.397);" class=".lang-dropdown-item" href="{{item.permalink}}">{{item.lang}}</a>
16
+ {%- else -%}
17
+ <a class="lang-dropdown-item py-1" href="{{item.permalink}}">{{item.lang}}</a>
18
+ {%- endif -%}
19
+ {%- endfor -%}
20
+ </ul>
21
+ </div>
22
+ {%- endif -%}
@@ -1,36 +1,36 @@
1
- {% assign path = page.jsonFile %}
2
- {% assign jsonPath = site.data[path] %}
3
- {% assign dataToShow = jsonPath %}
4
- <div class="container-fluid">
5
- <div class="row">
6
- <div class="col-xl-3 col-lg-12">
7
- <div class="row">
8
- <div class="col-xl-3 p-0">
9
- <div class="feature">
10
- <img src="/assets/images/left_obj_01.png" alt="">
11
- <span class="site-no"> {{dataToShow.featureNo}}</span>
12
- <h5 class="title">{{dataToShow.feature_title}}</h5>
13
- <p class="description">{{dataToShow.feature_description}}</p>
14
- </div>
15
- </div>
16
- </div>
17
- </div>
18
- <div class="col-xl-9 col-lg-12">
19
- <div class="row text-center">
20
- {% for entry in dataToShow.featureList %}
21
- <div class="col-lg-4 col-md-6 my-3">
22
- <div class="card-body h-100">
23
- <i loading="lazy" class="{{ entry.fa_class }} FA"></i>
24
- <h5 class="card-title">
25
- {{ entry.feature_heading }}
26
- </h5>
27
- <p class="card-text" style="color: #a7a7a7;
28
- font-size: 14px;">{{ entry.feature_text}}</p>
29
- </div>
30
- </div>
31
- {% endfor %}
32
- </div>
33
- </div>
34
- </div>
35
- </div>
1
+ {% assign path = page.jsonFile %}
2
+ {% assign jsonPath = site.data[path] %}
3
+ {% assign dataToShow = jsonPath %}
4
+ <div class="container-fluid">
5
+ <div class="row">
6
+ <div class="col-xl-3 col-lg-12">
7
+ <div class="row">
8
+ <div class="col-xl-3 p-0">
9
+ <div class="feature">
10
+ <img src="/assets/images/left_obj_01.png" alt="">
11
+ <span class="site-no"> {{dataToShow.featureNo}}</span>
12
+ <h5 class="title">{{dataToShow.feature_title}}</h5>
13
+ <p class="description">{{dataToShow.feature_description}}</p>
14
+ </div>
15
+ </div>
16
+ </div>
17
+ </div>
18
+ <div class="col-xl-9 col-lg-12">
19
+ <div class="row text-center">
20
+ {% for entry in dataToShow.featureList %}
21
+ <div class="col-lg-4 col-md-6 my-3">
22
+ <div class="card-body h-100">
23
+ <i loading="lazy" class="{{ entry.fa_class }} FA"></i>
24
+ <h5 class="card-title">
25
+ {{ entry.feature_heading }}
26
+ </h5>
27
+ <p class="card-text" style="color: #a7a7a7;
28
+ font-size: 14px;">{{ entry.feature_text}}</p>
29
+ </div>
30
+ </div>
31
+ {% endfor %}
32
+ </div>
33
+ </div>
34
+ </div>
35
+ </div>
36
36
  <link rel="stylesheet" href="{{ 'css/feature.css' | relative_url }}">
@@ -1,146 +1,146 @@
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[accessData.filelang][item] -%}
10
- {%- endif -%}
11
- {%- if forloop.index ==2 -%}
12
- {%- assign item = i | downcase -%}
13
- {%- assign secondFile = site.data.files[accessData.filelang][item] -%}
14
- {%- endif -%}
15
- {%- endfor -%}
16
- {%- if firstFile and secondFile -%}
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>
19
- {%- endif -%}
20
- <table class="table table-bordered ">
21
- <tbody>
22
-
23
- {%- if firstFile.Format or secondFile.Format -%}
24
- <tr>
25
- <th scope="row">Format</th>
26
- <td>{{firstFile.Format}}</td>
27
- <td>{{secondFile.Format}}</td>
28
- </tr>
29
- {%- endif -%}
30
- {%- if firstFile.ShortName or secondFile.ShortName -%}
31
- <tr>
32
- <th scope="row">Short Name</th>
33
- <td>{{firstFile.ShortName}}</td>
34
- <td>{{secondFile.ShortName}}</td>
35
- </tr>
36
- {%- endif -%}
37
-
38
- {%- if firstFile.FullName or secondFile.FullName -%}
39
- <tr>
40
- <th scope="row">Full Name</th>
41
- <td>{{firstFile.FullName}}</td>
42
- <td>{{secondFile.FullName}}</td>
43
- </tr>
44
- {%- endif -%}
45
- {%- if firstFile.Category or secondFile.Category -%}
46
- <tr>
47
- <th scope="row">Category</th>
48
- <td>{{firstFile.Category}}</td>
49
- <td>{{secondFile.Category}}</td>
50
- </tr>
51
- {%- endif -%}
52
- {%- if firstFile.Pros or secondFile.Pros -%}
53
- <tr>
54
- <th scope="row">Pros</th>
55
- <td>{{firstFile.Pros}}</td>
56
- <td>{{secondFile.Pros}}</td>
57
- </tr>
58
- {%- endif -%}
59
- {%- if firstFile.Cons or secondFile.Cons -%}
60
- <tr>
61
- <th scope="row">Cons</th>
62
- <td>{{firstFile.Cons}}</td>
63
- <td>{{secondFile.Cons}}</td>
64
- </tr>
65
- {%- endif -%}
66
- {%- if firstFile.Createdby or secondFile.Createdby -%}
67
- <tr>
68
- <th scope="row">Created by</th>
69
- <td> <a class="software-name" href="{{firstFile.CreatedbyLink}}"> {{firstFile.Createdby}}</a></td>
70
- <td> <a class="software-name" href="{{secondFile.CreatedbyLink}}"> {{secondFile.Createdby}}</a></td>
71
- </tr>
72
- {%- endif -%}
73
- {%- if firstFile.CreatedInYear or secondFile.CreatedInYear -%}
74
- <tr>
75
- <th scope="row">Created in </th>
76
- <td>{{firstFile.CreatedInYear}}</td>
77
- <td>{{secondFile.CreatedInYear}}</td>
78
- </tr>
79
- {%- endif -%}
80
- {%- if firstFile.BasicInformation or secondFile.BasicInformation -%}
81
- <tr>
82
- <th scope="row">Basic information</th>
83
- <td>{{firstFile.BasicInformation}}</td>
84
- <td>{{secondFile.BasicInformation}}</td>
85
- </tr>
86
- {%- endif -%}
87
- {%- if firstFile.DetailedInformation or secondFile.DetailedInformation -%}
88
- <tr>
89
- <th scope="row">Detailed information</th>
90
- <td>{{firstFile.DetailedInformation}}</td>
91
- <td>{{secondFile.DetailedInformation}}</td>
92
- </tr>
93
- {%- endif -%}
94
- {%- if firstFile.Softwaresused or secondFile.Softwaresused -%}
95
- <tr>
96
- <th scope="row">Platform Supported</th>
97
- <td>
98
- {%- for item in firstFile.Softwaresused -%}
99
- <ul class="pl-0" >
100
- <li><b>{{item.platform}}</b> </li>
101
- <div class="pl-0 d-flex flex-wrap justify-content-between softwares-section flex-column " >
102
- {%- for data in item.softwares -%}
103
- <div class="d-flex mb-3" >
104
- {%- if data.image -%}
105
- <img src={{data.image}} alt="software" loading='lazy' >
106
- {%- endif -%}
107
- <div >
108
- <a class="d-block software-name" href="{{data.link}}"><div>{{data.name}}</div></a>
109
- <div class="software-value" >{{data.type}}</div>
110
- </div>
111
- </div>
112
-
113
- {%- endfor -%}
114
- </div>
115
- </ul>
116
- {%- endfor -%}
117
- </td>
118
- <td>
119
- {%- for item in secondFile.Softwaresused -%}
120
- <ul>
121
- <li><b>{{item.platform}}</b> </li>
122
- <div class="pl-0 d-flex flex-wrap justify-content-between softwares-section flex-column " >
123
- {%- for data in item.softwares -%}
124
- <div class="d-flex mb-3" >
125
- {%- if data.image -%}
126
- <img src={{data.image}} alt="software" loading='lazy' >
127
- {%- endif -%}
128
- <div >
129
- <a class="d-block software-name" href="{{data.link}}"><div>{{data.name}}</div></a>
130
- <div class="software-value" >{{data.type}}</div>
131
- </div>
132
- </div>
133
-
134
- {%- endfor -%}
135
- </div>
136
- </ul>
137
- {%- endfor -%}
138
- </td>
139
- </tr>
140
- {%- endif -%}
141
-
142
- </tbody>
143
- </table>
144
- {%- else -%}
145
-
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[accessData.filelang][item] -%}
10
+ {%- endif -%}
11
+ {%- if forloop.index ==2 -%}
12
+ {%- assign item = i | downcase -%}
13
+ {%- assign secondFile = site.data.files[accessData.filelang][item] -%}
14
+ {%- endif -%}
15
+ {%- endfor -%}
16
+ {%- if firstFile and secondFile -%}
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>
19
+ {%- endif -%}
20
+ <table class="table table-bordered ">
21
+ <tbody>
22
+
23
+ {%- if firstFile.Format or secondFile.Format -%}
24
+ <tr>
25
+ <th scope="row">Format</th>
26
+ <td>{{firstFile.Format}}</td>
27
+ <td>{{secondFile.Format}}</td>
28
+ </tr>
29
+ {%- endif -%}
30
+ {%- if firstFile.ShortName or secondFile.ShortName -%}
31
+ <tr>
32
+ <th scope="row">Short Name</th>
33
+ <td>{{firstFile.ShortName}}</td>
34
+ <td>{{secondFile.ShortName}}</td>
35
+ </tr>
36
+ {%- endif -%}
37
+
38
+ {%- if firstFile.FullName or secondFile.FullName -%}
39
+ <tr>
40
+ <th scope="row">Full Name</th>
41
+ <td>{{firstFile.FullName}}</td>
42
+ <td>{{secondFile.FullName}}</td>
43
+ </tr>
44
+ {%- endif -%}
45
+ {%- if firstFile.Category or secondFile.Category -%}
46
+ <tr>
47
+ <th scope="row">Category</th>
48
+ <td>{{firstFile.Category}}</td>
49
+ <td>{{secondFile.Category}}</td>
50
+ </tr>
51
+ {%- endif -%}
52
+ {%- if firstFile.Pros or secondFile.Pros -%}
53
+ <tr>
54
+ <th scope="row">Pros</th>
55
+ <td>{{firstFile.Pros}}</td>
56
+ <td>{{secondFile.Pros}}</td>
57
+ </tr>
58
+ {%- endif -%}
59
+ {%- if firstFile.Cons or secondFile.Cons -%}
60
+ <tr>
61
+ <th scope="row">Cons</th>
62
+ <td>{{firstFile.Cons}}</td>
63
+ <td>{{secondFile.Cons}}</td>
64
+ </tr>
65
+ {%- endif -%}
66
+ {%- if firstFile.Createdby or secondFile.Createdby -%}
67
+ <tr>
68
+ <th scope="row">Created by</th>
69
+ <td> <a class="software-name" href="{{firstFile.CreatedbyLink}}"> {{firstFile.Createdby}}</a></td>
70
+ <td> <a class="software-name" href="{{secondFile.CreatedbyLink}}"> {{secondFile.Createdby}}</a></td>
71
+ </tr>
72
+ {%- endif -%}
73
+ {%- if firstFile.CreatedInYear or secondFile.CreatedInYear -%}
74
+ <tr>
75
+ <th scope="row">Created in </th>
76
+ <td>{{firstFile.CreatedInYear}}</td>
77
+ <td>{{secondFile.CreatedInYear}}</td>
78
+ </tr>
79
+ {%- endif -%}
80
+ {%- if firstFile.BasicInformation or secondFile.BasicInformation -%}
81
+ <tr>
82
+ <th scope="row">Basic information</th>
83
+ <td>{{firstFile.BasicInformation}}</td>
84
+ <td>{{secondFile.BasicInformation}}</td>
85
+ </tr>
86
+ {%- endif -%}
87
+ {%- if firstFile.DetailedInformation or secondFile.DetailedInformation -%}
88
+ <tr>
89
+ <th scope="row">Detailed information</th>
90
+ <td>{{firstFile.DetailedInformation}}</td>
91
+ <td>{{secondFile.DetailedInformation}}</td>
92
+ </tr>
93
+ {%- endif -%}
94
+ {%- if firstFile.Softwaresused or secondFile.Softwaresused -%}
95
+ <tr>
96
+ <th scope="row">Platform Supported</th>
97
+ <td>
98
+ {%- for item in firstFile.Softwaresused -%}
99
+ <ul class="pl-0" >
100
+ <li><b>{{item.platform}}</b> </li>
101
+ <div class="pl-0 d-flex flex-wrap justify-content-between softwares-section flex-column " >
102
+ {%- for data in item.softwares -%}
103
+ <div class="d-flex mb-3" >
104
+ {%- if data.image -%}
105
+ <img src={{data.image}} alt="software" loading='lazy' >
106
+ {%- endif -%}
107
+ <div >
108
+ <a class="d-block software-name" href="{{data.link}}"><div>{{data.name}}</div></a>
109
+ <div class="software-value" >{{data.type}}</div>
110
+ </div>
111
+ </div>
112
+
113
+ {%- endfor -%}
114
+ </div>
115
+ </ul>
116
+ {%- endfor -%}
117
+ </td>
118
+ <td>
119
+ {%- for item in secondFile.Softwaresused -%}
120
+ <ul>
121
+ <li><b>{{item.platform}}</b> </li>
122
+ <div class="pl-0 d-flex flex-wrap justify-content-between softwares-section flex-column " >
123
+ {%- for data in item.softwares -%}
124
+ <div class="d-flex mb-3" >
125
+ {%- if data.image -%}
126
+ <img src={{data.image}} alt="software" loading='lazy' >
127
+ {%- endif -%}
128
+ <div >
129
+ <a class="d-block software-name" href="{{data.link}}"><div>{{data.name}}</div></a>
130
+ <div class="software-value" >{{data.type}}</div>
131
+ </div>
132
+ </div>
133
+
134
+ {%- endfor -%}
135
+ </div>
136
+ </ul>
137
+ {%- endfor -%}
138
+ </td>
139
+ </tr>
140
+ {%- endif -%}
141
+
142
+ </tbody>
143
+ </table>
144
+ {%- else -%}
145
+
146
146
  {%- endif -%}