appscms-tools-theme 1.0.8 → 1.1.3

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: 855f8283b6f35e7e622a945b4ac0ae9a763423cc311cad1b959c88aec3277f01
4
- data.tar.gz: 0c061236f1502504a522f60cdd27e3221b6d59d5f7e8076bf24a7479f26eaf47
3
+ metadata.gz: afe261c16626b30c2f7ff0b2345d94ed10eadb9553f91e4e99e6a1947fe8e5e8
4
+ data.tar.gz: dda00f71e291109156d5f6d932ced85a00186167f4e50914ab63b13ae7478b9c
5
5
  SHA512:
6
- metadata.gz: fcae715d6089e12a1c2613768e9eb2ecd37205896073e41a300d257c8b82c6743f370d10c27df02e04b14a8a652a94a674015f9a373025f1415480d8cad2fae5
7
- data.tar.gz: 0b9e448d29ce770947c2ab65b196e9ca5ef4607db3a9c83a549a8c56bd02eb9ae00d6a2e2514a3ecf33d4c3254bf19d24afa791d35c409c616e10035e539106e
6
+ metadata.gz: 1bacc2d00da857aba16ff12026946bf54418ab51167a0217ab4e242c6163ba385f768a5ad94078624d911e19ec4cf14d4100cc5d7b4610f3fee0b63a9032e234
7
+ data.tar.gz: 99498d16699cb2312f28b7b4e5aeda2f4adc523d975a3d172d8303f21867a8b9b868cdc4c26bd1511af2ea60eff81c0e2c5a18421c661524edf2ebcddf0bc4da
@@ -9,6 +9,8 @@
9
9
  "keywords": "key1,key2,key3,key4",
10
10
  "LABEL": "DOCX to PDF",
11
11
  "nofileupload": true,
12
+ "rate": "Rate this tool",
13
+ "votes": "votes",
12
14
  "variant": "info",
13
15
  "BREADCRUMB_LABEL": "DOCX TO PDF",
14
16
  "color": "purple",
@@ -1,11 +1,15 @@
1
1
  {
2
2
  "Language": "English",
3
3
  "htmlLangAtt": "en",
4
- "H1": "Set alarm for $variable minutes from now",
5
- "H2": "Simplest online alarm clock to set alarms. Do not close browser tab.",
4
+ "H1": "file format information to create human like created pages ",
5
+ "H2": "file format information to create human like created pages for file formats",
6
6
  "TITLE": "Set alarm for $variable minutes from now",
7
7
  "META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
8
8
  "keywords": "key1,key2,key3,key4",
9
9
  "filelang": "en",
10
- "display_formats": ["JPG", "png"]
11
- }
10
+ "display_formats": [
11
+ "JPG",
12
+ "png"
13
+ ],
14
+ "img": "/assets/images/fileformat.webp"
15
+ }
@@ -1 +1 @@
1
- {"tools":[{"name":"split-pdf-rating-check","rating":"5.00","votes":2},{"name":"compress-pdf","rating":"4.81","votes":26}]}
1
+ {"tools":[{"name":"split-pdf-rating-check","rating":"5.00","votes":2},{"name":"compress-pdf","rating":"4.82","votes":28}]}
@@ -1,9 +1,13 @@
1
1
  {%- if page.tool -%}
2
2
  {%- assign tool = page.tool -%}
3
3
  {%- assign data = site.data.rating.rating.tools -%}
4
+ {% assign file = page.fileName %}
5
+ {% assign lang = page.lang %}
6
+ {% assign folder = page.folderName %}
7
+ {% assign Data= site.data[folder][lang][file] %}
4
8
  <div class="rating-tool">
5
9
  <img id="rating-img" loading='lazy' src="/assets/images/rating.png" alt="rating-img">
6
- <div class="rating-text">Rate this tool</div>
10
+ <div class="rating-text">{{Data.rate | default: 'Rate this tool' }}</div>
7
11
  <div class="rating-stars" >
8
12
  <i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
9
13
  ><i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
@@ -17,7 +21,7 @@
17
21
  {%- endif -%}
18
22
  {%- endfor -%}
19
23
  <span class="rating"> <strong id='rating'>{{rating}}</strong><span>/5</span> </span>
20
- &nbsp; <span class="total-ratings" id='count'>{{votes}} </span> votes
24
+ &nbsp; <span class="total-ratings" id='count'>{{votes}} </span> {{Data.votes | default: 'votes' }}
21
25
  </div>
22
26
  </div>
23
27
  <script>
@@ -2,19 +2,83 @@
2
2
  {% assign lang = page.lang %}
3
3
  {% assign folder = page.folderName %}
4
4
  {% assign uspData= site.data[folder][lang][file] %}
5
+ {%- if site.showusps -%}
6
+ <div class="container">
7
+
8
+ <h2 class="feature-h1 my-4" >Our USPs</h2>
9
+ <table class="table table-bordered table-striped table-light " >
10
+ <tbody>
11
+ <tr>
12
+ <td class="font-weight-bold" scope="row">
13
+ Security
14
+ </td>
15
+ <td>
16
+ 100% (No files are sent to server for processing)
17
+ </td>
18
+ </tr>
19
+ <tr>
20
+ <td class="font-weight-bold" scope="row">
21
+ File size limits
22
+ </td>
23
+ <td>
24
+ None (No limit on size of files)
25
+ </td>
26
+ </tr>
27
+ <tr>
28
+ <td class="font-weight-bold" scope="row">
29
+ Usage limits
30
+ </td>
31
+ <td>
32
+ None (Process as many files as you want)
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td class="font-weight-bold" scope="row">
37
+ Price
38
+ </td>
39
+ <td>
40
+ Free
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td class="font-weight-bold" scope="row">
45
+ User Information Captured
46
+ </td>
47
+ <td>
48
+ None (We do not request for user information such as email / phone number)
49
+ </td>
50
+ </tr>
51
+ <tr>
52
+ <td class="font-weight-bold" scope="row">
53
+ Ads
54
+ </td>
55
+ <td>
56
+ None (We provide complete ad free experience)
57
+ </td>
58
+ </tr>
59
+ </tbody>
60
+ </table>
61
+ </div>
62
+ {%- else -%}
63
+ {%- if uspData -%}
64
+ <div class="container">
5
65
 
6
66
  <h2 class="feature-h1 my-4" >{{uspData.USP_Heading}}</h2>
7
67
  <table class="table table-bordered table-striped table-light " >
8
68
  <tbody>
9
69
  {%- for item in uspData.USPS -%}
10
70
  <tr>
11
- <th scope="row">
71
+ <td class="font-weight-bold" scope="row">
12
72
  {{item.USP_VALUE}}
13
- </th>
73
+ </td>
14
74
  <td>
15
75
  {{item.USP_FACTOR}}
16
76
  </td>
17
77
  </tr>
18
78
  {%- endfor -%}
19
79
  </tbody>
20
- </table>
80
+ </table>
81
+ </div>
82
+ {%- endif -%}
83
+ {%- endif -%}
84
+
@@ -0,0 +1,91 @@
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 filesData= accessData.display_formats %}
6
+
7
+ <div>
8
+ <div>
9
+ <ol class="pl-3">
10
+ {%- for i in filesData -%}
11
+ {%- assign item = i | downcase -%}
12
+ {%- assign fileData = site.data.files[accessData.filelang][item] -%}
13
+ {%- assign static = site.static_files -%}
14
+ {%- if fileData.size>0 -%}
15
+
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="">
20
+ {%- endif -%}
21
+ <img src="" alt="">
22
+ <ol class="file-info-item-list" >
23
+ {%- if fileData.Pros -%}
24
+ <li>
25
+ <div>
26
+ <div class="info-title" >Pros</div>
27
+ <div>{{fileData.Pros}}</div>
28
+ </div>
29
+ </li>
30
+ {%- endif -%}
31
+ {%- if fileData.Cons -%}
32
+ <li>
33
+ <div >
34
+ <div class="info-title" >Cons</div>
35
+ <div>{{fileData.Cons}}</div>
36
+ </div>
37
+ </li>
38
+ {%- endif -%}
39
+ {%- if fileData.BasicInformation -%}
40
+ <li>
41
+ <div >
42
+ <div class="info-title">Basic Information</div>
43
+ <div>{{fileData.BasicInformation}}</div>
44
+ </div>
45
+ </li>
46
+
47
+ {%- endif -%}
48
+ {%- if fileData.DetailedInformation -%}
49
+ <li>
50
+ <div >
51
+ <div class="info-title" >Detailed Information</div>
52
+ <div>{{fileData.DetailedInformation}}</div>
53
+ </div>
54
+ </li>
55
+
56
+ {%- endif -%}
57
+ {%- if fileData.Softwaresused -%}
58
+ <div>
59
+ <div >Platforms Supported</div>
60
+ <div class="d-flex flex-wrap " >
61
+ {%- for item in fileData.Softwaresused -%}
62
+ <ul class="pl-0 pr-md-5" >
63
+ <li><b>{{item.platform}}</b> </li>
64
+ <div 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' >
69
+ {%- endif -%}
70
+ <div >
71
+ <a class="d-block software-name" href="{{data.link}}"><div>{{data.name}}</div></a>
72
+ <div class="software-value" >{{data.type}}</div>
73
+ </div>
74
+ </div>
75
+ {%- endfor -%}
76
+ </div>
77
+ </ul>
78
+ {%- endfor -%}
79
+ </div>
80
+ </div>
81
+ {%- endif -%}
82
+ </ol>
83
+
84
+ </li>
85
+
86
+ {%- endif -%}
87
+ {%- endfor -%}
88
+ </ol>
89
+ </div>
90
+
91
+ </div>
@@ -3,53 +3,99 @@
3
3
  {%- assign networksitesData = site.data.footer.networksites -%}
4
4
  <footer class="footer">
5
5
  <div class="container">
6
- <div class="footer-wrapper">
7
- {%- if dataToShow.logo -%}
8
- <div class="footer-logo-cont"><img loading="lazy" src="{{dataToShow.logo}}" title="logo"
9
- class="footer-logo">
10
- <div class="footer-title">{{dataToShow.heading}}</div>
11
- </div>
12
- {%- endif -%}
13
- <nav class="footer-nav">
14
- <ul class="footer-ul">
15
- <h2 class="footer-ul-title">{{dataToShow.companytitle}}</h2>
16
- {% for data in dataToShow.company %}
17
- <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
18
- {% endfor %}
19
- </ul>
20
- <ul class="footer-ul">
21
- <h2 class="footer-ul-title">{{dataToShow.producttitle}}</h2>
22
- {% for data in dataToShow.product %}
23
- <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
24
- {% endfor %}
25
- </ul>
26
- <ul class="footer-ul">
27
- <h2 class="footer-ul-title">{{dataToShow.networksitestitle}}</h2>
28
- {% for data in networksitesData.networkSites %}
29
- <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
30
- {% endfor %}
31
- </ul>
32
- </nav>
33
- </div>
6
+ <div class="footer-wrapper">
7
+ {%- if dataToShow.logo -%}
8
+ <div class="footer-logo-cont"><img loading="lazy" src="{{dataToShow.logo}}" title="logo"
9
+ class="footer-logo">
10
+ <div class="footer-title">{{dataToShow.heading}}</div>
11
+ </div>
12
+ {%- endif -%}
13
+ <nav class="footer-nav">
14
+ <ul class="footer-ul">
15
+ <h2 class="footer-ul-title">{{dataToShow.companytitle | default: 'Company' }}</h2>
16
+ {% for data in dataToShow.company %}
17
+ <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
18
+ {% endfor %}
19
+ </ul>
20
+ <ul class="footer-ul">
21
+ <h2 class="footer-ul-title">{{dataToShow.producttitle | default: 'Product' }}</h2>
22
+ {% for data in dataToShow.product %}
23
+ <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
24
+ {% endfor %}
25
+ </ul>
26
+ <ul class="footer-ul">
27
+ <h2 class="footer-ul-title">{{dataToShow.networksitestitle | default: 'Network sites'}}</h2>
28
+ {% for data in networksitesData.networkSites %}
29
+ <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
30
+ {% endfor %}
31
+ </ul>
32
+ </nav>
33
+ </div>
34
34
  <div class="jKLUgT"></div>
35
35
  <div class="d-flex py-4">
36
- {% for data in dataToShow.social %}
37
- <a class="cVpsCJ px-3" target="_blank" rel="noopener noreferrer"
38
- href="{{data.url}}" title="LinkedIn">
39
- <div class="sDfHB" style="width:24px;height:24px">
40
- <img loading="lazy" src="{{data.logo}}" title="{{data.title}}">
41
- </div>
42
- </a>
43
- {% endfor %}
44
- </div>
45
- <div class="privacy-footer">
46
- <div class="footer-msg">{{dataToShow.messege}}
47
- </div>
48
- <div class="privacy-links">
49
- {% for data in dataToShow.legal %}
50
- <div class="privacy-links-item"><a href="{{data.url}}">{{data.name}}</a></div>
51
- {% endfor %}
52
- </div>
36
+ {% for data in dataToShow.social %}
37
+ <a class="cVpsCJ px-3" target="_blank" rel="noopener noreferrer" href="{{data.url}}" title="LinkedIn">
38
+ <div class="sDfHB" style="width:24px;height:24px">
39
+ <img loading="lazy" src="{{data.logo}}" title="{{data.title}}">
53
40
  </div>
54
- </footer>
41
+ </a>
42
+ {% endfor %}
43
+ </div>
44
+ <div class="privacy-footer">
45
+ <div class="footer-msg">{{dataToShow.messege}}
46
+ </div>
47
+ <div class="privacy-links">
48
+ {% for data in dataToShow.legal %}
49
+ <div class="privacy-links-item"><a href="{{data.url}}">{{data.name}}</a></div>
50
+ {% endfor %}
51
+
55
52
 
53
+ {% assign langData = site.data[folder][lang][file] %}
54
+ {%- assign langsupport = page.langsupport -%}
55
+ {%- assign variable = site.data.languagesupport[langsupport]-%}
56
+ {%- if variable.langsupport -%}
57
+ <div class="privacy-links-item" >
58
+ <button type="button" class="drop-down-btn" data-toggle="modal" data-target="#staticBackdrop">
59
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor"><path d="M12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM11.619 15.428L8.57155 15.4289C8.9774 16.7012 9.60471 17.924 10.4358 19.0678C10.8198 19.1532 11.2151 19.2073 11.6191 19.2282L11.619 15.428ZM15.4284 15.4289L12.38 15.428L12.3809 19.2282C12.7849 19.2073 13.1802 19.1532 13.5641 19.0687C14.3953 17.924 15.0226 16.7012 15.4284 15.4289ZM18.3762 15.4285L16.0984 15.4284C15.7811 16.5746 15.31 17.6754 14.703 18.7169C16.2768 18.0829 17.5774 16.9109 18.3762 15.4285ZM7.90159 15.4284L5.62381 15.4285C6.42258 16.9109 7.72324 18.0829 9.29827 18.717C8.69002 17.6754 8.21891 16.5746 7.90159 15.4284ZM7.4355 12.3803L4.77175 12.3809C4.81342 13.1846 4.98617 13.9535 5.26904 14.6669L7.71488 14.6666C7.55555 13.9205 7.46086 13.1572 7.4355 12.3803ZM15.9653 12.3808L12.38 12.38V14.666L15.6434 14.6671C15.8277 13.9178 15.9362 13.1537 15.9653 12.3808ZM19.2282 12.3809L16.5645 12.3803C16.5391 13.1572 16.4444 13.9205 16.2851 14.6666L18.731 14.6669C19.0138 13.9535 19.1866 13.1846 19.2282 12.3809ZM11.619 12.38L8.03469 12.3808C8.06384 13.1537 8.17229 13.9178 8.35656 14.6671L11.619 14.666V12.38ZM7.78068 8.95226L5.43294 8.95224C5.05284 9.76985 4.82095 10.6703 4.77175 11.6191L7.4329 11.6194C7.45634 10.71 7.57476 9.81899 7.78068 8.95226ZM15.5678 8.95239L12.38 8.952V11.619H15.968L15.9673 11.5875C15.9382 10.6945 15.8033 9.81313 15.5678 8.95239ZM18.5671 8.95224L16.2193 8.95226C16.4252 9.81899 16.5437 10.71 16.5671 11.6194L19.2282 11.6191C19.1791 10.6703 18.9472 9.76985 18.5671 8.95224ZM11.619 8.952L8.43217 8.95239C8.16446 9.93108 8.02667 10.9364 8.02667 11.9553L8.031 11.619H11.619V8.952ZM9.22964 5.31048L9.02453 5.39982C7.70745 5.99451 6.60023 6.97185 5.84458 8.19011L7.98594 8.19044C8.28727 7.19147 8.70587 6.2283 9.22964 5.31048ZM12.3809 4.77175L12.38 8.19L15.3312 8.18991C14.9387 7.06132 14.371 5.97399 13.6406 4.949C13.2322 4.85405 12.8116 4.79408 12.3809 4.77175ZM14.7693 5.31058L14.9321 5.60148C15.3809 6.43124 15.7444 7.2965 16.0141 8.19044L18.1554 8.19011C17.3607 6.9088 16.177 5.89399 14.7693 5.31058ZM10.5701 4.90311L10.3594 4.949C9.629 5.97399 9.06128 7.06132 8.66884 8.18991L11.619 8.19L11.6191 4.77175C11.262 4.79027 10.9117 4.83467 10.5701 4.90311Z"></path></svg> {%- for item in variable.langsupport -%}
60
+ {%- if langData.Language == item.lang -%}
61
+ {{item.lang}}
62
+ {%- endif -%}
63
+ {%- endfor -%}
64
+ </button>
65
+
66
+ <div class="modal fade" id="staticBackdrop" data-backdrop="static" data-keyboard="false" tabindex="-1"
67
+ aria-labelledby="staticBackdropLabel" aria-hidden="true">
68
+ <div class="modal-dialog ">
69
+ <div class="modal-content">
70
+ <div class="modal-header">
71
+ <h5 class="modal-title text-center w-100 " id="staticBackdropLabel">Select Language</h5>
72
+ <button type="button" class="close" data-dismiss="modal" aria-label="Close">
73
+ <span aria-hidden="true">&times;</span>
74
+ </button>
75
+ </div>
76
+ <div class="modal-body px-md-5">
77
+ <ul class="language-drop-down-menu">
78
+
79
+ {%- for item in variable.langsupport -%}
80
+ {%- if langData.Language == item.lang -%}
81
+ <li class="language-drop-down-item font-weight-bold " >
82
+ <a class="active-lang"
83
+ href="{{item.permalink}}">{{item.lang}} <i class="fas fa-check ml-auto "></i> </a>
84
+ {%- else -%}
85
+ </li>
86
+ <li class="language-drop-down-item">
87
+ <a href="{{item.permalink}}">{{item.lang}}</a>
88
+ {%- endif -%}
89
+ {%- endfor -%}
90
+ </li>
91
+ </ul>
92
+ </div>
93
+
94
+ </div>
95
+ </div>
96
+ </div>
97
+ </div>
98
+ {%- endif -%}
99
+ </div>
100
+ </div>
101
+ </footer>
@@ -8,7 +8,6 @@
8
8
 
9
9
  <body>
10
10
  {% include header/index.html %}
11
- {%- include dropdown/langdropdown.html -%}
12
11
  {%- if featureData.nofileupload -%}
13
12
  <div class="alert alert-{{featureData.variant | default: 'warning'}} alert-dismissible fade show text-center" role="alert">
14
13
  <img src="/assets/secure.svg" height="23px" width="18px" alt="secure"> &nbsp;
@@ -103,7 +102,7 @@
103
102
  <div class="col-md-8 mx-auto">
104
103
  <div class="faq">
105
104
  {%- if featureData.FAQ.size>0 -%}
106
- <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
105
+ <h2 class="feature-h1 text-center">{{featureData.faqheading | default: 'Frequently Asked Questions'}}</h2>
107
106
  {%- endif -%}
108
107
  <ul class="list-unstyled">
109
108
  {% for data in featureData.FAQ %}
@@ -126,7 +125,8 @@
126
125
  </div>
127
126
  {%- include share/socialshare.html -%}
128
127
  {%- include Rating/rating.html -%}
129
-
128
+ {%- include /Usp/usp.html -%}
129
+
130
130
 
131
131
  {%- if page.categories or page.tags-%}
132
132
  {%- include section/related_categories_post.html -%}
@@ -145,11 +145,6 @@
145
145
  {%- include fileformat/comparisonfiles.html -%}
146
146
  </div>
147
147
  {%- endif -%}
148
- {%- if featureData.USP_Heading or featureData.USPS -%}
149
- <div class="container">
150
- {%- include /Usp/usp.html -%}
151
- </div>
152
- {%- endif -%}
153
148
  {% include footer/index.html %}
154
149
  {% include script.html %}
155
150
  </body>
@@ -7,17 +7,32 @@
7
7
  {% include head/index.html %}
8
8
  <body>
9
9
  {% include header/index.html %}
10
- {%- if fileinfoData.display_formats -%}
10
+ <div class="file-info-page-wrap container">
11
+ <div class="row">
12
+ <div class="col-lg-11 mx-auto text-left">
11
13
 
12
- <div class="container px-md-5 compare-table ">
13
- <div class="px-md-4">
14
- {%- include fileformat/fileformatdetail.html -%}
15
- </div>
14
+ <div class=" mt-5" >
15
+ {%- if fileinfoData.H1 -%}
16
+ <h1 class="file-info-h1 mb-2" >{{fileinfoData.H1}}</h1>
17
+ {%- endif -%}
18
+ {%- if fileinfoData.H2 -%}
19
+ <h2 class="file-info-h2 mb-4" >{{fileinfoData.H2}}</h2>
20
+ {%- endif -%}
21
+ {%- if fileinfoData.img -%}
22
+ <img class="file-info-img w-100 h-100 " src="{{fileinfoData.img}}" alt="">
23
+ {%- endif -%}
24
+ </div>
25
+ {%- if fileinfoData.display_formats -%}
26
+ <div >
27
+ {%- include fileformat/fileinfoformat.html -%}
16
28
  </div>
17
29
  {%- endif -%}
18
-
19
30
  {% include footer/index.html %}
20
31
  {% include script.html %}
32
+ </div>
33
+ </div>
34
+
35
+ </div>
21
36
  </body>
22
37
 
23
38
  </html>
data/_layouts/home.html CHANGED
@@ -7,7 +7,6 @@
7
7
  {% include head/index.html %}
8
8
  <body>
9
9
  {% include header/index.html %}
10
- {%- include dropdown/langdropdown.html -%}
11
10
  {%- if homeData.nofileupload -%}
12
11
  <div class="alert alert-{{featureData.variant | default: 'warning'}} alert-dismissible fade show text-center" role="alert">
13
12
  <img src="/assets/secure.svg" height="23px" width="18px" alt="secure"> &nbsp;
@@ -98,7 +97,7 @@
98
97
  <div class="col-md-8 mx-auto">
99
98
  <div class="faq">
100
99
  {%- if homeData.FAQ.size>0 -%}
101
- <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
100
+ <h2 class="feature-h1 text-center">{{homeData.faqheading | default: 'Frequently Asked Questions'}}</h2>
102
101
  {%- endif -%}
103
102
  <ul class="list-unstyled">
104
103
  {% for data in homeData.FAQ %}
@@ -122,6 +121,10 @@
122
121
  {%- endif -%}
123
122
  {%- include share/socialshare.html -%}
124
123
  {%- include Rating/rating.html -%}
124
+ {%- if homeData.USPS -%}
125
+ {%- include /Usp/usp.html -%}
126
+
127
+ {%- endif -%}
125
128
  {%- if page.categories or page.tags-%}
126
129
  {%- include section/related_categories_post.html -%}
127
130
  {%- else -%}
@@ -139,11 +142,7 @@
139
142
  {%- include fileformat/comparisonfiles.html -%}
140
143
  </div>
141
144
  {%- endif -%}
142
- {%- if homeData.USP_Heading or homeData.USPS -%}
143
- <div class="container">
144
- {%- include /Usp/usp.html -%}
145
- </div>
146
- {%- endif -%}
145
+
147
146
  {% include footer/index.html %}
148
147
  {% include script.html %}
149
148
  </body>
data/assets/css/tools.css CHANGED
@@ -122,6 +122,9 @@ header {
122
122
  }
123
123
  }
124
124
  @media (max-width: 768px) {
125
+ .language-drop-down-item {
126
+ width: 100% !important;
127
+ }
125
128
  .file-detail-table {
126
129
  overflow-x: scroll;
127
130
  }
@@ -1707,3 +1710,96 @@ ul li {
1707
1710
  .website-wrap {
1708
1711
  text-align: left;
1709
1712
  }
1713
+ .file-info-h1 {
1714
+ font-family: Helvetica, sans-serif;
1715
+ font-weight: 600;
1716
+ font-size: 1.8rem;
1717
+ margin: 0;
1718
+ margin-bottom: 8px;
1719
+ }
1720
+ .file-info-h2 {
1721
+ font-family: Helvetica, sans-serif;
1722
+ font-weight: 600;
1723
+ font-size: 19px;
1724
+ color: #848d95;
1725
+ margin-bottom: 10px;
1726
+ }
1727
+ .file-info-item-list {
1728
+ list-style: disc;
1729
+ color: rgb(26, 25, 25);
1730
+ font-family: Helvetica;
1731
+ font-size: 17.4px;
1732
+ line-height: 32px;
1733
+ padding: 0;
1734
+ }
1735
+ .file-info-img {
1736
+ height: 500px;
1737
+ width: 100%;
1738
+ }
1739
+ .info-title {
1740
+ font-weight: 600;
1741
+ }
1742
+ .sticky-div-file-info {
1743
+ position: sticky;
1744
+ top: 0%;
1745
+ }
1746
+
1747
+ ol li::marker {
1748
+ font-size: 25px;
1749
+ }
1750
+ .drop-down-btn {
1751
+ cursor: pointer;
1752
+ user-select: none;
1753
+ margin: 0px;
1754
+ padding: 0px;
1755
+ outline: 0px;
1756
+ border: 0px;
1757
+ width: auto;
1758
+ overflow: visible;
1759
+ display: flex;
1760
+ -webkit-box-align: center;
1761
+ align-items: center;
1762
+ background-color: transparent;
1763
+ transition: background-color 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
1764
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1765
+ -webkit-font-smoothing: antialiased;
1766
+ font-weight: 400;
1767
+ font-size: 16px;
1768
+ line-height: 24px;
1769
+ color: rgb(26, 26, 26);
1770
+ }
1771
+ .drop-down-btn svg {
1772
+ height: 22px;
1773
+ }
1774
+ .language-drop-down-menu {
1775
+ display: flex;
1776
+ justify-content: space-between;
1777
+ margin: 0;
1778
+ padding: 0;
1779
+ flex-wrap: wrap;
1780
+ }
1781
+ .language-drop-down-item {
1782
+ width: 50%;
1783
+ padding: 10px 12px 0px 0px;
1784
+ text-align: center;
1785
+ font-size: 15px;
1786
+ margin-bottom: 0;
1787
+ }
1788
+ .language-drop-down-item a {
1789
+ display: flex;
1790
+ width: 100%;
1791
+ align-items: center;
1792
+ padding: 9px 9px;
1793
+ border-bottom: 1px solid rgb(224, 224, 224);
1794
+ }
1795
+ .language-drop-down-item a:hover {
1796
+ background: rgb(238, 238, 238);
1797
+ border-radius: 3px;
1798
+ }
1799
+ .language-drop-down-item a i {
1800
+ margin: 0;
1801
+ }
1802
+ .active-lang {
1803
+ background: rgb(238, 238, 238);
1804
+ border-radius: 3px;
1805
+ }
Binary file
File without changes
File without changes
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.0.8
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-25 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -75,8 +75,6 @@ files:
75
75
  - _data/feature/en/split-pdf.json
76
76
  - _data/feature/hi/compress-pdf.json
77
77
  - _data/fileinfo/en/fileinfo.json
78
- - _data/files/en/jpg.json
79
- - _data/files/en/png.json
80
78
  - _data/footer/en/data.json
81
79
  - _data/footer/hi/data.json
82
80
  - _data/footer/networksites.json
@@ -101,6 +99,7 @@ files:
101
99
  - _includes/dropdown/langdropdown.html
102
100
  - _includes/fileformat/comparisonfiles.html
103
101
  - _includes/fileformat/fileformatdetail.html
102
+ - _includes/fileformat/fileinfoformat.html
104
103
  - _includes/footer/index.html
105
104
  - _includes/google-analytics.html
106
105
  - _includes/head/index.html
@@ -147,12 +146,15 @@ files:
147
146
  - assets/images/Nikita.webp
148
147
  - assets/images/alka.webp
149
148
  - assets/images/avatar.png
149
+ - assets/images/fileformat.webp
150
150
  - assets/images/keshav.webp
151
151
  - assets/images/logo.png
152
152
  - assets/images/paavan.webp
153
153
  - assets/images/rating.png
154
154
  - assets/instagram.svg
155
155
  - assets/js/TopScroll.js
156
+ - assets/js/files/en/jpg.json
157
+ - assets/js/files/en/png.json
156
158
  - assets/js/googledrive.js
157
159
  - assets/js/manifest.json
158
160
  - assets/linkdin.svg