appscms-tools-theme 1.2.9 → 1.3.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +21 -21
- data/README.md +50 -50
- data/_data/about/en/about.json +16 -16
- data/_data/blog/alertbar.yml +3 -3
- data/_data/blog/authors.yml +11 -11
- data/_data/blog/blog.yml +3 -3
- data/_data/blog/nav.json +13 -13
- data/_data/blog/share.yml +28 -28
- data/_data/contact/en/contact.json +38 -38
- data/_data/disclaimer/en/disclaimer.json +37 -37
- data/_data/download/en/download.json +35 -35
- data/_data/feature/en/compress-pdf.json +191 -191
- data/_data/feature/en/split-pdf.json +115 -115
- data/_data/feature/hi/compress-pdf.json +81 -81
- data/_data/fileinfo/en/fileinfo.json +14 -14
- data/_data/files/.gitignore +4 -4
- data/_data/files/en/3gp.json +144 -144
- data/_data/files/en/acc.json +25 -25
- data/_data/files/en/aff.json +65 -65
- data/_data/files/en/cr2.json +169 -169
- data/_data/files/en/dvd.json +25 -25
- data/_data/files/en/mov.json +146 -146
- data/_data/files/en/ogg.json +163 -163
- data/_data/files/en/vmv.json +47 -47
- data/_data/footer/en/data.json +72 -72
- data/_data/footer/hi/data.json +68 -68
- data/_data/footer/networksites.json +15 -15
- data/_data/header/en/data.json +144 -144
- data/_data/header/hi/data.json +144 -144
- data/_data/home/en/en.json +270 -270
- data/_data/home/hi/hi.json +86 -86
- data/_data/languagesupport/compress-pdf-langs.json +11 -11
- data/_data/languagesupport/index-langs.json +13 -13
- data/_data/privacy/en/privacyPolicy.json +265 -265
- data/_data/termAndCondition/en/termAndCondition.json +358 -358
- data/_includes/Rating/rating.html +91 -91
- data/_includes/Rating/structureddata.html +53 -53
- data/_includes/Usp/usp.html +84 -84
- data/_includes/adsense/adsense.html +7 -7
- data/_includes/author_bio.html +15 -15
- data/_includes/authors/authors.html +27 -27
- data/_includes/cssfile/links.html +13 -13
- data/_includes/custom-head.html +41 -41
- data/_includes/disqus_comments.html +10 -10
- data/_includes/dropdown/langdropdown.html +22 -22
- data/_includes/feature.html +35 -35
- data/_includes/fileformat/comparisonfiles.html +145 -145
- data/_includes/fileformat/fileformatdetail.html +99 -99
- data/_includes/fileformat/fileinfoformat.html +90 -90
- data/_includes/footer/index.html +100 -100
- data/_includes/google-analytics.html +22 -22
- data/_includes/head/index.html +159 -159
- data/_includes/header/blogHeader.html +28 -28
- data/_includes/header/index.html +92 -92
- data/_includes/nofiletransfer/nofiletransfer.html +38 -38
- data/_includes/paginationBlogPage.html +34 -34
- data/_includes/paginationPostPage.html +14 -14
- data/_includes/postauthorbio.html +17 -17
- data/_includes/postbox.html +29 -29
- data/_includes/script.html +15 -15
- data/_includes/section/alertbar.html +11 -11
- data/_includes/section/count.html +23 -23
- data/_includes/section/recent_posts.html +42 -43
- data/_includes/section/related_categories_post.html +158 -119
- data/_includes/share/socialshare.html +50 -50
- data/_layouts/aboutUs.html +22 -22
- data/_layouts/blog.html +66 -66
- data/_layouts/categories.html +25 -25
- data/_layouts/contactUs.html +22 -22
- data/_layouts/default.html +1 -1
- data/_layouts/disclaimer.html +35 -35
- data/_layouts/download.html +243 -243
- data/_layouts/feature.html +151 -151
- data/_layouts/fileInfo.html +37 -37
- data/_layouts/help.html +22 -22
- data/_layouts/home.html +152 -152
- data/_layouts/page.html +5 -5
- data/_layouts/post.html +127 -127
- data/_layouts/privacyPolicy.html +400 -400
- data/_layouts/termAndCondition.html +401 -401
- data/assets/cross.svg +4 -4
- data/assets/css/blog.css +491 -491
- data/assets/css/tools.css +1805 -1805
- data/assets/facebook.svg +4 -4
- data/assets/instagram.svg +4 -4
- data/assets/js/TopScroll.js +8 -8
- data/assets/js/googledrive.js +153 -153
- data/assets/js/manifest.json +16 -16
- data/assets/js/multiselect.js +155 -155
- data/assets/linkdin.svg +4 -4
- data/assets/pdf.svg +20 -20
- data/assets/secure.svg +43 -43
- data/assets/star.svg +4 -4
- data/assets/twitter.svg +4 -4
- data/assets/youtube.svg +4 -4
- metadata +7 -8
- data/_includes/section/related_tag_post.html +0 -59
@@ -1,92 +1,92 @@
|
|
1
|
-
{%- if page.tool -%}
|
2
|
-
{%- assign tool = page.tool -%}
|
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] %}
|
8
|
-
<div class="rating-tool">
|
9
|
-
<img id="rating-img" loading='lazy' src="/assets/images/rating.png" alt="rating-img">
|
10
|
-
<div class="rating-text">{{Data.rate | default: 'Rate this tool' }}</div>
|
11
|
-
<div class="rating-stars" >
|
12
|
-
<i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
|
13
|
-
><i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
|
14
|
-
><i class="fas fa-star rating-star"></i>
|
15
|
-
</div>
|
16
|
-
<div class="rating-value ml-2">
|
17
|
-
{%- for item in data -%}
|
18
|
-
{%- if item.name ==tool -%}
|
19
|
-
{%- assign rating = item.rating -%}
|
20
|
-
{%- assign votes = item.votes -%}
|
21
|
-
{%- endif -%}
|
22
|
-
{%- endfor -%}
|
23
|
-
<span class="rating"> <strong id='rating'>{{rating}}</strong><span>/5</span> </span>
|
24
|
-
<span class="total-ratings" id='count'>{{votes}} </span> {{Data.votes | default: 'votes' }}
|
25
|
-
</div>
|
26
|
-
</div>
|
27
|
-
<script>
|
28
|
-
const ratingValue=document.getElementById('rating')
|
29
|
-
const count=document.getElementById('count')
|
30
|
-
const setRating=async(rating)=>{
|
31
|
-
const name= '{{site.name}}'
|
32
|
-
const tool='{{page.tool}}'
|
33
|
-
const data = { website: name,feature:tool,rating:rating };
|
34
|
-
fetch('https://ratingapi-main.netlify.app/.netlify/functions/api/v1/rating/add', {
|
35
|
-
method: 'POST',
|
36
|
-
headers: {
|
37
|
-
'Content-Type': 'application/json',
|
38
|
-
},
|
39
|
-
body: JSON.stringify(data),
|
40
|
-
})
|
41
|
-
.then(response => response.json())
|
42
|
-
.then(data => {
|
43
|
-
ratingValue.innerText=data.rating
|
44
|
-
count.innerText=data.count
|
45
|
-
})
|
46
|
-
.catch((error) => {
|
47
|
-
console.error('Error:', error);
|
48
|
-
});
|
49
|
-
}
|
50
|
-
const tool='{{page.tool}}'
|
51
|
-
const fetchRating=async()=>{
|
52
|
-
|
53
|
-
const data= await fetch(`https://ratingapi-main.netlify.app/.netlify/functions/api/v1/${tool}/rating`).then(res=>res.json())
|
54
|
-
ratingValue.innerText=data.rating
|
55
|
-
count.innerText=data.votes
|
56
|
-
}
|
57
|
-
let ratingImg = document.querySelector('#rating-img');
|
58
|
-
ratingImg.addEventListener('load', (event) => {
|
59
|
-
fetchRating()
|
60
|
-
});
|
61
|
-
const ratingNode=document.getElementsByClassName('rating-star')
|
62
|
-
let ratedValue=localStorage.getItem(`${tool}rating`)
|
63
|
-
if(ratedValue){
|
64
|
-
Array.from(ratingNode).slice(0,ratedValue).map(item=>{
|
65
|
-
item.style.color='#FDD300'
|
66
|
-
})
|
67
|
-
}
|
68
|
-
|
69
|
-
Array.from(ratingNode).map(item=>item.addEventListener('click',()=>{
|
70
|
-
const tool='{{page.tool}}'
|
71
|
-
if(!localStorage.getItem(`${tool}rating`)){
|
72
|
-
function indexInClass(node) {
|
73
|
-
var className = node.className;
|
74
|
-
var num = 0;
|
75
|
-
for (var i = 0; i < ratingNode.length; i++) {
|
76
|
-
if (ratingNode[i] === node) {
|
77
|
-
return num;
|
78
|
-
}
|
79
|
-
num++;
|
80
|
-
}
|
81
|
-
return -1;
|
82
|
-
}
|
83
|
-
const index=indexInClass(item)
|
84
|
-
Array.from(ratingNode).slice(0,index+1).map(item=>{
|
85
|
-
item.style.color='#FDD300'
|
86
|
-
})
|
87
|
-
setRating(index+1)
|
88
|
-
localStorage.setItem(`${tool}rating`,index+1)
|
89
|
-
}}))
|
90
|
-
</script>
|
91
|
-
|
1
|
+
{%- if page.tool -%}
|
2
|
+
{%- assign tool = page.tool -%}
|
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] %}
|
8
|
+
<div class="rating-tool">
|
9
|
+
<img id="rating-img" loading='lazy' src="/assets/images/rating.png" alt="rating-img">
|
10
|
+
<div class="rating-text">{{Data.rate | default: 'Rate this tool' }}</div>
|
11
|
+
<div class="rating-stars" >
|
12
|
+
<i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
|
13
|
+
><i class="fas fa-star rating-star"></i><i class="fas fa-star rating-star"></i
|
14
|
+
><i class="fas fa-star rating-star"></i>
|
15
|
+
</div>
|
16
|
+
<div class="rating-value ml-2">
|
17
|
+
{%- for item in data -%}
|
18
|
+
{%- if item.name ==tool -%}
|
19
|
+
{%- assign rating = item.rating -%}
|
20
|
+
{%- assign votes = item.votes -%}
|
21
|
+
{%- endif -%}
|
22
|
+
{%- endfor -%}
|
23
|
+
<span class="rating"> <strong id='rating'>{{rating}}</strong><span>/5</span> </span>
|
24
|
+
<span class="total-ratings" id='count'>{{votes}} </span> {{Data.votes | default: 'votes' }}
|
25
|
+
</div>
|
26
|
+
</div>
|
27
|
+
<script>
|
28
|
+
const ratingValue=document.getElementById('rating')
|
29
|
+
const count=document.getElementById('count')
|
30
|
+
const setRating=async(rating)=>{
|
31
|
+
const name= '{{site.name}}'
|
32
|
+
const tool='{{page.tool}}'
|
33
|
+
const data = { website: name,feature:tool,rating:rating };
|
34
|
+
fetch('https://ratingapi-main.netlify.app/.netlify/functions/api/v1/rating/add', {
|
35
|
+
method: 'POST',
|
36
|
+
headers: {
|
37
|
+
'Content-Type': 'application/json',
|
38
|
+
},
|
39
|
+
body: JSON.stringify(data),
|
40
|
+
})
|
41
|
+
.then(response => response.json())
|
42
|
+
.then(data => {
|
43
|
+
ratingValue.innerText=data.rating
|
44
|
+
count.innerText=data.count
|
45
|
+
})
|
46
|
+
.catch((error) => {
|
47
|
+
console.error('Error:', error);
|
48
|
+
});
|
49
|
+
}
|
50
|
+
const tool='{{page.tool}}'
|
51
|
+
const fetchRating=async()=>{
|
52
|
+
|
53
|
+
const data= await fetch(`https://ratingapi-main.netlify.app/.netlify/functions/api/v1/${tool}/rating`).then(res=>res.json())
|
54
|
+
ratingValue.innerText=data.rating
|
55
|
+
count.innerText=data.votes
|
56
|
+
}
|
57
|
+
let ratingImg = document.querySelector('#rating-img');
|
58
|
+
ratingImg.addEventListener('load', (event) => {
|
59
|
+
fetchRating()
|
60
|
+
});
|
61
|
+
const ratingNode=document.getElementsByClassName('rating-star')
|
62
|
+
let ratedValue=localStorage.getItem(`${tool}rating`)
|
63
|
+
if(ratedValue){
|
64
|
+
Array.from(ratingNode).slice(0,ratedValue).map(item=>{
|
65
|
+
item.style.color='#FDD300'
|
66
|
+
})
|
67
|
+
}
|
68
|
+
|
69
|
+
Array.from(ratingNode).map(item=>item.addEventListener('click',()=>{
|
70
|
+
const tool='{{page.tool}}'
|
71
|
+
if(!localStorage.getItem(`${tool}rating`)){
|
72
|
+
function indexInClass(node) {
|
73
|
+
var className = node.className;
|
74
|
+
var num = 0;
|
75
|
+
for (var i = 0; i < ratingNode.length; i++) {
|
76
|
+
if (ratingNode[i] === node) {
|
77
|
+
return num;
|
78
|
+
}
|
79
|
+
num++;
|
80
|
+
}
|
81
|
+
return -1;
|
82
|
+
}
|
83
|
+
const index=indexInClass(item)
|
84
|
+
Array.from(ratingNode).slice(0,index+1).map(item=>{
|
85
|
+
item.style.color='#FDD300'
|
86
|
+
})
|
87
|
+
setRating(index+1)
|
88
|
+
localStorage.setItem(`${tool}rating`,index+1)
|
89
|
+
}}))
|
90
|
+
</script>
|
91
|
+
|
92
92
|
{%- endif -%}
|
@@ -1,53 +1,53 @@
|
|
1
|
-
{% assign dataArr = site.data.[page.folderName][lang][file] %}
|
2
|
-
{% assign dataToShow = dataArr %}
|
3
|
-
{% assign description = dataToShow.META | replace:"$variable", page.value | default: site.description %}
|
4
|
-
{%- assign tool = page.tool -%}
|
5
|
-
{%- assign data = site.data.rating.rating.tools -%}
|
6
|
-
{%- for item in data -%}
|
7
|
-
{%- if item.name ==tool -%}
|
8
|
-
{%- assign name = item.name -%}
|
9
|
-
{%- assign rating = item.rating -%}
|
10
|
-
{%- assign votes = item.votes -%}
|
11
|
-
{%- endif -%}
|
12
|
-
{%- endfor -%}
|
13
|
-
<script type="application/ld+json">
|
14
|
-
{
|
15
|
-
"@context": "http://schema.org",
|
16
|
-
"@type": "WebApplication",
|
17
|
-
"operatingSystem":"All - Windows/Mac/iOS/Linux/Android",
|
18
|
-
"applicationCategory":"UtilitiesApplication",
|
19
|
-
"name": "{{name}}",
|
20
|
-
"url":"{{site.url | append: page.url}}",
|
21
|
-
"image":"{{site.siteurl}}{{site.logo}}",
|
22
|
-
"aggregateRating": {
|
23
|
-
"@type": "AggregateRating",
|
24
|
-
"worstRating":"1",
|
25
|
-
"bestRating":"5",
|
26
|
-
"ratingValue":
|
27
|
-
{%- if rating -%}
|
28
|
-
{%- if rating=='NaN' -%}
|
29
|
-
"5"
|
30
|
-
{%- else -%}
|
31
|
-
"{{rating}}"
|
32
|
-
{%- endif -%}
|
33
|
-
{%- else -%}
|
34
|
-
"5"
|
35
|
-
{%- endif -%},
|
36
|
-
"ratingCount": {%- if votes -%}
|
37
|
-
{%- if votes== 0 -%}
|
38
|
-
"1"
|
39
|
-
{%- else -%}
|
40
|
-
"{{votes}}"
|
41
|
-
{%- endif -%}
|
42
|
-
{%- else -%}
|
43
|
-
"1"
|
44
|
-
{%- endif -%}
|
45
|
-
|
46
|
-
},
|
47
|
-
"offers": {
|
48
|
-
"@type": "Offer",
|
49
|
-
"price": "0.00",
|
50
|
-
"priceCurrency": "USD"
|
51
|
-
}
|
52
|
-
}
|
53
|
-
</script>
|
1
|
+
{% assign dataArr = site.data.[page.folderName][lang][file] %}
|
2
|
+
{% assign dataToShow = dataArr %}
|
3
|
+
{% assign description = dataToShow.META | replace:"$variable", page.value | default: site.description %}
|
4
|
+
{%- assign tool = page.tool -%}
|
5
|
+
{%- assign data = site.data.rating.rating.tools -%}
|
6
|
+
{%- for item in data -%}
|
7
|
+
{%- if item.name ==tool -%}
|
8
|
+
{%- assign name = item.name -%}
|
9
|
+
{%- assign rating = item.rating -%}
|
10
|
+
{%- assign votes = item.votes -%}
|
11
|
+
{%- endif -%}
|
12
|
+
{%- endfor -%}
|
13
|
+
<script type="application/ld+json">
|
14
|
+
{
|
15
|
+
"@context": "http://schema.org",
|
16
|
+
"@type": "WebApplication",
|
17
|
+
"operatingSystem":"All - Windows/Mac/iOS/Linux/Android",
|
18
|
+
"applicationCategory":"UtilitiesApplication",
|
19
|
+
"name": "{{name}}",
|
20
|
+
"url":"{{site.url | append: page.url}}",
|
21
|
+
"image":"{{site.siteurl}}{{site.logo}}",
|
22
|
+
"aggregateRating": {
|
23
|
+
"@type": "AggregateRating",
|
24
|
+
"worstRating":"1",
|
25
|
+
"bestRating":"5",
|
26
|
+
"ratingValue":
|
27
|
+
{%- if rating -%}
|
28
|
+
{%- if rating=='NaN' -%}
|
29
|
+
"5"
|
30
|
+
{%- else -%}
|
31
|
+
"{{rating}}"
|
32
|
+
{%- endif -%}
|
33
|
+
{%- else -%}
|
34
|
+
"5"
|
35
|
+
{%- endif -%},
|
36
|
+
"ratingCount": {%- if votes -%}
|
37
|
+
{%- if votes== 0 -%}
|
38
|
+
"1"
|
39
|
+
{%- else -%}
|
40
|
+
"{{votes}}"
|
41
|
+
{%- endif -%}
|
42
|
+
{%- else -%}
|
43
|
+
"1"
|
44
|
+
{%- endif -%}
|
45
|
+
|
46
|
+
},
|
47
|
+
"offers": {
|
48
|
+
"@type": "Offer",
|
49
|
+
"price": "0.00",
|
50
|
+
"priceCurrency": "USD"
|
51
|
+
}
|
52
|
+
}
|
53
|
+
</script>
|
data/_includes/Usp/usp.html
CHANGED
@@ -1,84 +1,84 @@
|
|
1
|
-
{% assign file = page.fileName %}
|
2
|
-
{% assign lang = page.lang %}
|
3
|
-
{% assign folder = page.folderName %}
|
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">
|
65
|
-
|
66
|
-
<h2 class="feature-h1 my-4" >{{uspData.USP_Heading}}</h2>
|
67
|
-
<table class="table table-bordered table-striped table-light " >
|
68
|
-
<tbody>
|
69
|
-
{%- for item in uspData.USPS -%}
|
70
|
-
<tr>
|
71
|
-
<td class="font-weight-bold" scope="row">
|
72
|
-
{{item.USP_VALUE}}
|
73
|
-
</td>
|
74
|
-
<td>
|
75
|
-
{{item.USP_FACTOR}}
|
76
|
-
</td>
|
77
|
-
</tr>
|
78
|
-
{%- endfor -%}
|
79
|
-
</tbody>
|
80
|
-
</table>
|
81
|
-
</div>
|
82
|
-
{%- endif -%}
|
83
|
-
{%- endif -%}
|
84
|
-
|
1
|
+
{% assign file = page.fileName %}
|
2
|
+
{% assign lang = page.lang %}
|
3
|
+
{% assign folder = page.folderName %}
|
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">
|
65
|
+
|
66
|
+
<h2 class="feature-h1 my-4" >{{uspData.USP_Heading}}</h2>
|
67
|
+
<table class="table table-bordered table-striped table-light " >
|
68
|
+
<tbody>
|
69
|
+
{%- for item in uspData.USPS -%}
|
70
|
+
<tr>
|
71
|
+
<td class="font-weight-bold" scope="row">
|
72
|
+
{{item.USP_VALUE}}
|
73
|
+
</td>
|
74
|
+
<td>
|
75
|
+
{{item.USP_FACTOR}}
|
76
|
+
</td>
|
77
|
+
</tr>
|
78
|
+
{%- endfor -%}
|
79
|
+
</tbody>
|
80
|
+
</table>
|
81
|
+
</div>
|
82
|
+
{%- endif -%}
|
83
|
+
{%- endif -%}
|
84
|
+
|