tools-theme 0.1.2 → 0.1.4
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.
- checksums.yaml +4 -4
- data/README.md +0 -0
- data/_data/about/en/about.json +0 -0
- data/_data/blog/alertbar.yml +0 -0
- data/_data/blog/authors.yml +0 -0
- data/_data/blog/blog.yml +0 -0
- data/_data/blog/nav.json +0 -0
- data/_data/blog/share.yml +0 -0
- data/_data/contact/en/contact.json +0 -0
- data/_data/customcdns/customcdns.yml +0 -0
- data/_data/disclaimer/en/disclaimer.json +0 -0
- data/_data/feature/en/compress-pdf.json +0 -0
- data/_data/feature/en/split-pdf.json +0 -0
- data/_data/footer/en/data.json +116 -59
- data/_data/footer/hi/data.json +0 -0
- data/_data/header/en/data.json +47 -128
- data/_data/header/hi/data.json +0 -0
- data/_data/help/en/help.json +0 -0
- data/_data/home/en/en.json +62 -241
- data/_data/home/hi/hi.json +0 -0
- data/_data/privacy/en/privacyPolicy.json +0 -0
- data/_data/termAndCondition/en/termAndCondition.json +0 -0
- data/_includes/author_bio.html +0 -0
- data/_includes/authors/authors.html +0 -0
- data/_includes/cssfile/links.html +0 -0
- data/_includes/custom-head.html +0 -0
- data/_includes/dropdown/langdropdown.html +0 -0
- data/_includes/footer/index.html +66 -41
- data/_includes/google-analytics.html +0 -0
- data/_includes/head/index.html +59 -59
- data/_includes/header/blogHeader.html +0 -0
- data/_includes/header/index.html +57 -85
- data/_includes/paginationBlogPage.html +0 -0
- data/_includes/paginationPostPage.html +0 -0
- data/_includes/postauthorbio.html +0 -0
- data/_includes/postbox.html +0 -0
- data/_includes/script.html +0 -0
- data/_includes/section/alertbar.html +0 -0
- data/_includes/section/count.html +0 -0
- data/_includes/section/recent_posts.html +0 -0
- data/_includes/section/related_categories_post.html +0 -0
- data/_includes/section/related_tag_post.html +0 -0
- data/_layouts/aboutUs.html +0 -0
- data/_layouts/blog.html +0 -0
- data/_layouts/contactUs.html +0 -0
- data/_layouts/disclaimer.html +0 -0
- data/_layouts/feature.html +5 -29
- data/_layouts/help.html +0 -0
- data/_layouts/home.html +76 -77
- data/_layouts/post.html +0 -0
- data/_layouts/privacyPolicy.html +0 -0
- data/_layouts/termAndCondition.html +0 -0
- data/assets/bulb.svg +0 -0
- data/assets/cloud.svg +0 -0
- data/assets/cross.svg +0 -0
- data/assets/css/blog.css +0 -0
- data/assets/css/tools.css +179 -1491
- data/assets/easy.svg +0 -0
- data/assets/facebook.svg +0 -0
- data/assets/files/en/jpg.json +0 -0
- data/assets/files/en/png.json +0 -0
- data/assets/guaranty.svg +0 -0
- data/assets/images/arrow.svg +1 -0
- data/assets/images/avatar.png +0 -0
- data/assets/images/logo.png +0 -0
- data/assets/instagram.svg +0 -0
- data/assets/js/TopScroll.js +0 -0
- data/assets/js/X-letter.js +124 -0
- data/assets/js/advancedFilter.js +2 -0
- data/assets/js/advancedFilter2.js +5 -0
- data/assets/js/advancedFilter3.js +2 -0
- data/assets/js/scrabbleDictonary.js +163 -0
- data/assets/js/wordScrabble.js +233 -0
- data/assets/linkdin.svg +0 -0
- data/assets/pdf.svg +0 -0
- data/assets/protect.svg +0 -0
- data/assets/star.svg +4 -5
- data/assets/support.svg +0 -0
- data/assets/twitter.svg +0 -0
- data/assets/youtube.svg +0 -0
- metadata +15 -33
- data/LICENSE.txt +0 -21
- data/_data/feature/hi/compress-pdf.json +0 -82
- data/_data/files/en/jpg.json +0 -153
- data/_data/files/en/png.json +0 -61
- data/_data/languagesupport/compress-pdf-langs.json +0 -12
- data/_data/languagesupport/index-langs.json +0 -14
- data/_data/rating/rating.json +0 -1
- data/_includes/Rating/rating.html +0 -89
- data/_includes/Rating/structureddata.html +0 -35
- data/_includes/Usp/usp.html +0 -20
- data/_includes/disqus_comments.html +0 -11
- data/_includes/fileformat/comparisonfiles.html +0 -153
- data/_includes/fileformat/fileformatdetail.html +0 -104
- data/_includes/share/socialshare.html +0 -49
- data/_layouts/categories.html +0 -26
- data/_layouts/default.html +0 -1
- data/_layouts/page.html +0 -5
- data/assets/images/Ankita.webp +0 -0
- data/assets/images/Anushka.webp +0 -0
- data/assets/images/Arjyahi.webp +0 -0
- data/assets/images/Nikita.webp +0 -0
- data/assets/images/alka.webp +0 -0
- data/assets/images/keshav.webp +0 -0
- data/assets/images/paavan.webp +0 -0
- data/assets/images/rating.png +0 -0
data/_includes/header/index.html
CHANGED
|
@@ -1,92 +1,64 @@
|
|
|
1
1
|
{% assign lang = page.lang %}
|
|
2
2
|
{% assign dataToShow = site.data.header[lang].data %}
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
3
|
+
<header class="home-nav-header">
|
|
4
|
+
<nav class="header-navbar navbar navbar-expand-lg">
|
|
5
|
+
<div class="container px-0">
|
|
6
|
+
{% if dataToShow.navbarBrandText != "" %}
|
|
7
|
+
<a id="home-link" class="navbar-brand" href="/" title="{{dataToShow.navbarBrandText}}">
|
|
8
|
+
{{dataToShow.navbarBrandText}}
|
|
9
|
+
</a>
|
|
10
|
+
{% else %}
|
|
11
|
+
<a id="home-link" href="/">
|
|
12
|
+
<img class="header-logo-height" width="{{dataToShow.navbarBrandLogoWidth}}"
|
|
13
|
+
height="{{dataToShow.navbarBrandLogoHeight}}" src="{{ dataToShow.navbarBrandLogo }}"
|
|
14
|
+
alt="{{ dataToShow.navbarBrandLogo }}">
|
|
15
|
+
</a>
|
|
16
|
+
{% endif %}
|
|
17
|
+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
|
|
18
|
+
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
19
|
+
<div class="header_bars"></div>
|
|
20
|
+
<div class="header_bars"></div>
|
|
21
|
+
<div class="header_bars"></div>
|
|
22
|
+
</button>
|
|
22
23
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
</a></li>
|
|
43
|
-
{%- endfor -%}
|
|
44
|
-
</div>
|
|
45
|
-
</div>
|
|
46
|
-
{%- endfor -%}
|
|
47
|
-
</div>
|
|
48
|
-
</ul>
|
|
49
|
-
</li>
|
|
50
|
-
{%- else -%}
|
|
51
|
-
{%- if dataToShow.megaMenu -%}
|
|
52
|
-
<li class="nav-item nav__item">
|
|
53
|
-
<a class="dropdown-toggle ml-lg-5" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
|
54
|
-
{{dataToShow.megaMenu.nav-link-name}}
|
|
24
|
+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
|
25
|
+
{%- if dataToShow.megaMenu -%}
|
|
26
|
+
<div class="nav-item header_nav__item">
|
|
27
|
+
<a class="dropdown-toggle ml-lg-5" href="#" id="navbarDropdown" role="button" data-toggle="dropdown"
|
|
28
|
+
aria-haspopup="true" aria-expanded="false">
|
|
29
|
+
{{dataToShow.megaMenu.nav-link-name}}
|
|
30
|
+
</a>
|
|
31
|
+
<div class="dropdown-menu">
|
|
32
|
+
<div class="megaMenu">
|
|
33
|
+
{%- for item in dataToShow.megaMenu.dropdown -%}
|
|
34
|
+
<ul>
|
|
35
|
+
{%- for item in item.links -%}
|
|
36
|
+
<li>
|
|
37
|
+
<a class="tools_list_featureName" href="{{item.url}}">
|
|
38
|
+
{%- if item.iconSrc -%}
|
|
39
|
+
<img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}" {%-
|
|
40
|
+
if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
41
|
+
{%- endif -%}
|
|
42
|
+
{{item.name}}
|
|
55
43
|
</a>
|
|
56
|
-
<ul class="dropmenu dropdown-menu" aria-labelledby="navbarDropdown">
|
|
57
|
-
<div class="inner-dropdown">
|
|
58
|
-
{%- for item in dataToShow.megaMenu.dropdown -%}
|
|
59
|
-
<div class="catPad mb-4">
|
|
60
|
-
<li class="text-muted">{{item.categoryName}}</li>
|
|
61
|
-
<div> {%- for item in item.links -%}
|
|
62
|
-
<li>
|
|
63
|
-
<a href="{{item.url}}">
|
|
64
|
-
{%- if item.iconSrc -%}
|
|
65
|
-
<img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}">
|
|
66
|
-
{%- endif -%}
|
|
67
|
-
{{item.name}}</a> </li>
|
|
68
|
-
{%- endfor -%}
|
|
69
|
-
</div>
|
|
70
|
-
</div>
|
|
71
|
-
{%- endfor -%}
|
|
72
|
-
</div>
|
|
73
|
-
</ul>
|
|
74
44
|
</li>
|
|
75
|
-
{%-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
<a href="{{item.url}}">{{item.name}}</a>
|
|
83
|
-
</li>
|
|
84
|
-
{% endfor %}
|
|
85
|
-
</ul>
|
|
86
|
-
</div>
|
|
87
|
-
</div>
|
|
88
|
-
</nav>
|
|
89
|
-
|
|
90
|
-
</header>
|
|
45
|
+
{%- endfor -%}
|
|
46
|
+
</ul>
|
|
47
|
+
{%- endfor -%}
|
|
48
|
+
</div>
|
|
49
|
+
</div>
|
|
50
|
+
</div>
|
|
51
|
+
{%- endif -%}
|
|
91
52
|
|
|
92
53
|
|
|
54
|
+
<div class="navbar-nav">
|
|
55
|
+
{% for item in dataToShow.navItems %}
|
|
56
|
+
<li class="nav-item header_nav__item">
|
|
57
|
+
<a href="{{item.url}}">{{item.name}}</a>
|
|
58
|
+
</li>
|
|
59
|
+
{% endfor %}
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
</div>
|
|
63
|
+
</nav>
|
|
64
|
+
</header>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/_includes/postbox.html
CHANGED
|
File without changes
|
data/_includes/script.html
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/_layouts/aboutUs.html
CHANGED
|
File without changes
|
data/_layouts/blog.html
CHANGED
|
File without changes
|
data/_layouts/contactUs.html
CHANGED
|
File without changes
|
data/_layouts/disclaimer.html
CHANGED
|
File without changes
|
data/_layouts/feature.html
CHANGED
|
@@ -52,7 +52,8 @@
|
|
|
52
52
|
<div class="row px-0">
|
|
53
53
|
{% for data in featureData.TEXTUAL_CONTENT %}
|
|
54
54
|
<div class="col-lg-4 col-md-6 my-4">
|
|
55
|
-
<div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
|
|
55
|
+
<div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px"
|
|
56
|
+
alt={{data.header}}>
|
|
56
57
|
<div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
|
|
57
58
|
<div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
|
|
58
59
|
</div>
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
<div class="flex-class">
|
|
66
67
|
<div class=" d-flex flex-wrap justify-content-center">
|
|
67
68
|
{%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
|
|
68
|
-
<div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
|
|
69
|
+
<div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
|
|
69
70
|
src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
|
|
70
71
|
alt="{{featureData.HOW_TO_CONTENT.logoImageAlt}}">
|
|
71
72
|
</div>
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
</div>
|
|
84
85
|
</div>
|
|
85
86
|
</div>
|
|
86
|
-
|
|
87
|
+
|
|
87
88
|
<div class="container">
|
|
88
89
|
<div class="row">
|
|
89
90
|
<div class="col-md-8 mx-auto">
|
|
@@ -110,32 +111,7 @@
|
|
|
110
111
|
</div>
|
|
111
112
|
</div>
|
|
112
113
|
</div>
|
|
113
|
-
|
|
114
|
-
{%- include Rating/rating.html -%}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
{%- if page.categories or page.tags-%}
|
|
118
|
-
{%- include section/related_categories_post.html -%}
|
|
119
|
-
{%- else -%}
|
|
120
|
-
{%- include section/recent_posts.html -%}
|
|
121
|
-
{% endif %}
|
|
122
|
-
{%- if featureData.display_formats -%}
|
|
123
|
-
<div class="container px-md-5 compare-table ">
|
|
124
|
-
<div class="px-md-4">
|
|
125
|
-
{%- include fileformat/fileformatdetail.html -%}
|
|
126
|
-
</div>
|
|
127
|
-
</div>
|
|
128
|
-
{%- endif -%}
|
|
129
|
-
{%- if featureData.compare_formats -%}
|
|
130
|
-
<div class="container file-detail-table ">
|
|
131
|
-
{%- include fileformat/comparisonfiles.html -%}
|
|
132
|
-
</div>
|
|
133
|
-
{%- endif -%}
|
|
134
|
-
{%- if featureData.USP_Heading or featureData.USPS -%}
|
|
135
|
-
<div class="container">
|
|
136
|
-
{%- include /Usp/usp.html -%}
|
|
137
|
-
</div>
|
|
138
|
-
{%- endif -%}
|
|
114
|
+
|
|
139
115
|
{% include footer/index.html %}
|
|
140
116
|
{% include script.html %}
|
|
141
117
|
</body>
|
data/_layouts/help.html
CHANGED
|
File without changes
|
data/_layouts/home.html
CHANGED
|
@@ -5,35 +5,56 @@
|
|
|
5
5
|
<!DOCTYPE html>
|
|
6
6
|
<html lang="{{homeData.htmlLangAtt}}">
|
|
7
7
|
{% include head/index.html %}
|
|
8
|
+
|
|
8
9
|
<body>
|
|
9
10
|
{% include header/index.html %}
|
|
10
|
-
|
|
11
|
+
|
|
11
12
|
{%- if homeData.h1 or homeData.h2 -%}
|
|
12
|
-
<div class="flex-container">
|
|
13
|
+
<div class="flex-container mb-1">
|
|
13
14
|
<div class="flex-class py-5">
|
|
14
|
-
|
|
15
|
-
<
|
|
15
|
+
<div class="d-flex justify-content-center align-items-center">
|
|
16
|
+
<h1 class="home-top-h1 font-weight-bolder">
|
|
17
|
+
{%- for word in homeData.h1 -%}
|
|
18
|
+
{%- if forloop.first == true -%}
|
|
19
|
+
{{word | capitalize }}
|
|
20
|
+
{%- else -%}
|
|
21
|
+
{{word}}
|
|
22
|
+
{%- endif -%}
|
|
23
|
+
{%- endfor -%}
|
|
24
|
+
</h1>
|
|
25
|
+
</div>
|
|
26
|
+
<h2 class="home-top-h2">
|
|
27
|
+
{%- for word in homeData.h2 -%}
|
|
28
|
+
{%- if forloop.first == true -%}
|
|
29
|
+
{{word | capitalize }}
|
|
30
|
+
{%- else -%}
|
|
31
|
+
{{word}}
|
|
32
|
+
{%- endif -%}
|
|
33
|
+
{%- endfor -%}
|
|
34
|
+
</h2>
|
|
16
35
|
</div>
|
|
17
36
|
</div>
|
|
18
37
|
{%- endif -%}
|
|
38
|
+
|
|
19
39
|
{%- if homeData.features -%}
|
|
20
|
-
<
|
|
21
|
-
<
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
<
|
|
25
|
-
<div class="home-
|
|
26
|
-
<div class="
|
|
27
|
-
|
|
40
|
+
<nav class="home-tools-list">
|
|
41
|
+
<ul class="home-tools-container">
|
|
42
|
+
{% for product in homeData.features %}
|
|
43
|
+
<li class="home-tool-box">
|
|
44
|
+
<a href="{{product.url}}" class="home-tool-name">
|
|
45
|
+
<div class="home-tool-detials">
|
|
46
|
+
<div class="home-tool-img">
|
|
47
|
+
|
|
48
|
+
<img src="{{product.icon}}" height="25px" width="25px" alt="home-tool-icon" {%- if
|
|
49
|
+
site.crossorigin -%} crossorigin {%- endif -%}>
|
|
28
50
|
</div>
|
|
51
|
+
<div class="home-tool-text">{{product.name}}</div>
|
|
29
52
|
</div>
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
</div>
|
|
36
|
-
</div>
|
|
53
|
+
</a>
|
|
54
|
+
</li>
|
|
55
|
+
{% endfor %}
|
|
56
|
+
</ul>
|
|
57
|
+
</nav>
|
|
37
58
|
{%- endif -%}
|
|
38
59
|
<div>
|
|
39
60
|
{{content}}
|
|
@@ -43,15 +64,15 @@
|
|
|
43
64
|
<div class="row px-0">
|
|
44
65
|
{% for data in homeData.TEXTUAL_CONTENT %}
|
|
45
66
|
<div class="col-lg-4 col-md-6 my-4">
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
</div>
|
|
67
|
+
<div><img class="feature-card-img" height="48px" width="48px" loading="lazy" src="{{data.logoUrl}}"
|
|
68
|
+
alt={{data.header}}>
|
|
69
|
+
<div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
|
|
70
|
+
<div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
|
|
51
71
|
</div>
|
|
52
|
-
{% endfor %}
|
|
53
72
|
</div>
|
|
73
|
+
{% endfor %}
|
|
54
74
|
</div>
|
|
75
|
+
</div>
|
|
55
76
|
{%- endif -%}
|
|
56
77
|
{%- if homeData.HOW_TO_CONTENT -%}
|
|
57
78
|
<div class="d-flex justify-content-center mt-5 mb-5" id="__cond-1011327">
|
|
@@ -59,9 +80,10 @@
|
|
|
59
80
|
<div class="flex-class">
|
|
60
81
|
<div class=" d-flex flex-wrap justify-content-center">
|
|
61
82
|
{%- if homeData.HOW_TO_CONTENT.logoImageUrl -%}
|
|
62
|
-
<div class="how-to-img-wrapper "><img class="how-to-leftimg" loading="lazy"
|
|
63
|
-
|
|
64
|
-
|
|
83
|
+
<div class="how-to-img-wrapper "><img class="how-to-leftimg" loading="lazy" height="215px"
|
|
84
|
+
width="100%" src="{{homeData.HOW_TO_CONTENT.logoImageUrl}}"
|
|
85
|
+
alt="{{homeData.HOW_TO_CONTENT.logoImageAlt}}">
|
|
86
|
+
</div>
|
|
65
87
|
{%- endif -%}
|
|
66
88
|
<div class="how-to-right">
|
|
67
89
|
<h3 class="how-to-title">{{homeData.HOW_TO_CONTENT.heading | replace: "$variable",
|
|
@@ -75,63 +97,40 @@
|
|
|
75
97
|
</div>
|
|
76
98
|
</div>
|
|
77
99
|
</div>
|
|
78
|
-
</div>
|
|
100
|
+
</div>
|
|
79
101
|
|
|
80
102
|
{%- endif -%}
|
|
81
|
-
{%- if homeData.FAQ -%}
|
|
82
|
-
<div class="container">
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
103
|
+
{%- if homeData.FAQ -%}
|
|
104
|
+
<div class="container">
|
|
105
|
+
<div class="row">
|
|
106
|
+
<div class="col-md-8 mx-auto">
|
|
107
|
+
<div class="faq">
|
|
108
|
+
{%- if homeData.FAQ.size>0 -%}
|
|
87
109
|
<h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
|
|
88
110
|
{%- endif -%}
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
style="transform: rotate(-135deg);">
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
111
|
+
<ul class="list-unstyled">
|
|
112
|
+
{% for data in homeData.FAQ %}
|
|
113
|
+
<li>
|
|
114
|
+
<h3 class="faq-question" itemprop="name">{{data.question | replace: "$variable",
|
|
115
|
+
page.value}}<em style="transform: rotate(-135deg);">
|
|
116
|
+
<i></i></em>
|
|
117
|
+
</h3>
|
|
118
|
+
<div style="display: block;">
|
|
119
|
+
<p class="faq-answer" itemprop="text">{{data.answer | replace: "$variable", page.value}}
|
|
120
|
+
</p>
|
|
121
|
+
</div>
|
|
122
|
+
</li>
|
|
123
|
+
<hr>
|
|
124
|
+
{% endfor %}
|
|
125
|
+
</ul>
|
|
126
|
+
</div>
|
|
127
|
+
</div>
|
|
104
128
|
</div>
|
|
105
|
-
</div>
|
|
106
129
|
|
|
107
|
-
</div>
|
|
108
|
-
{%- endif -%}
|
|
109
|
-
{%- include share/socialshare.html -%}
|
|
110
|
-
{%- include Rating/rating.html -%}
|
|
111
|
-
{%- if page.categories or page.tags-%}
|
|
112
|
-
{%- include section/related_categories_post.html -%}
|
|
113
|
-
{%- else -%}
|
|
114
|
-
{%- include section/recent_posts.html -%}
|
|
115
|
-
{% endif %}
|
|
116
|
-
{%- if homeData.display_formats -%}
|
|
117
|
-
<div class="container px-md-5 file-detail-table ">
|
|
118
|
-
<div class="px-md-4">
|
|
119
|
-
{%- include fileformat/fileformatdetail.html -%}
|
|
120
|
-
</div>
|
|
121
|
-
</div>
|
|
122
|
-
{%- endif -%}
|
|
123
|
-
{%- if homeData.compare_formats -%}
|
|
124
|
-
<div class="container compare-table ">
|
|
125
|
-
{%- include fileformat/comparisonfiles.html -%}
|
|
126
|
-
</div>
|
|
127
|
-
{%- endif -%}
|
|
128
|
-
{%- if homeData.USP_Heading or homeData.USPS -%}
|
|
129
|
-
<div class="container">
|
|
130
|
-
{%- include /Usp/usp.html -%}
|
|
131
130
|
</div>
|
|
132
131
|
{%- endif -%}
|
|
133
|
-
{% include footer/index.html %}
|
|
134
|
-
{% include script.html %}
|
|
132
|
+
{% include footer/index.html %}
|
|
133
|
+
{% include script.html %}
|
|
135
134
|
</body>
|
|
136
135
|
|
|
137
136
|
</html>
|
data/_layouts/post.html
CHANGED
|
File without changes
|
data/_layouts/privacyPolicy.html
CHANGED
|
File without changes
|
|
File without changes
|
data/assets/bulb.svg
CHANGED
|
File without changes
|
data/assets/cloud.svg
CHANGED
|
File without changes
|
data/assets/cross.svg
CHANGED
|
File without changes
|
data/assets/css/blog.css
CHANGED
|
File without changes
|