appscms-tools-theme 0.4.1 → 0.4.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +52 -52
  4. data/_data/{pages → about/en}/about.json +6 -7
  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 -29
  10. data/_data/{pages → contact/en}/contact.json +7 -7
  11. data/_data/feature/en/compress-pdf.json +79 -77
  12. data/_data/feature/en/split-pdf.json +81 -0
  13. data/_data/feature/hi/compress-pdf.json +29 -29
  14. data/_data/footer/en/data.json +84 -84
  15. data/_data/footer/hi/data.json +85 -0
  16. data/_data/header/en/data.json +136 -58
  17. data/_data/header/hi/data.json +137 -0
  18. data/_data/{pages → help/en}/help.json +6 -7
  19. data/_data/home/en/en.json +48 -0
  20. data/_data/home/{hi.json → hi/hi.json} +31 -31
  21. data/_data/{pages → termAndCondition/en}/termAndCondition.json +7 -7
  22. data/_includes/author_bio.html +11 -11
  23. data/_includes/custom-head.html +29 -33
  24. data/_includes/disqus_comments.html +10 -10
  25. data/_includes/footer/index.html +55 -75
  26. data/_includes/head/index.html +30 -46
  27. data/_includes/header/blogHeader.html +31 -34
  28. data/_includes/header/index.html +56 -117
  29. data/_includes/paginationBlogPage.html +34 -34
  30. data/_includes/paginationPostPage.html +14 -14
  31. data/_includes/postbox.html +37 -32
  32. data/_includes/script.html +4 -4
  33. data/_includes/section/alertbar.html +11 -11
  34. data/_includes/section/count.html +23 -23
  35. data/_includes/share/socialshare.html +22 -0
  36. data/_layouts/aboutUs.html +17 -24
  37. data/_layouts/blog.html +71 -75
  38. data/_layouts/categories.html +24 -24
  39. data/_layouts/contactUs.html +17 -23
  40. data/_layouts/default.html +1 -1
  41. data/_layouts/feature.html +121 -136
  42. data/_layouts/help.html +18 -23
  43. data/_layouts/home.html +40 -44
  44. data/_layouts/page.html +5 -5
  45. data/_layouts/post.html +63 -68
  46. data/_layouts/termAndCondition.html +17 -23
  47. data/assets/cross.svg +4 -4
  48. data/assets/css/blog.css +464 -464
  49. data/assets/css/tools.css +1388 -1170
  50. data/assets/facebook.svg +4 -4
  51. data/assets/instagram.svg +4 -4
  52. data/assets/js/TopScroll.js +8 -9
  53. data/assets/linkdin.svg +4 -4
  54. data/assets/pdf.svg +20 -20
  55. data/assets/star.svg +4 -4
  56. data/assets/twitter.svg +4 -4
  57. data/assets/youtube.svg +4 -4
  58. metadata +16 -17
  59. data/_data/home/en.json +0 -48
  60. data/_includes/search-lunr.html +0 -16
  61. data/_includes/uploader/index.html +0 -69
  62. data/assets/js/lunr.js +0 -2977
  63. data/assets/js/lunrsearchengine.js +0 -89
@@ -1,4 +1,4 @@
1
- <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
2
- <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
3
- <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
4
- <script id="dsq-count-scr" src="//wordswithletter.disqus.com/count.js" async></script>
1
+ <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
2
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
3
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.bundle.min.js" integrity="sha384-b5kHyXgcpbZJO/tY9Ul7kGkf1S0CWuKcCD38l8YkeH8z8QjE0GmW1gYU5S9FOnJ0" crossorigin="anonymous"></script>
4
+ <!-- <script id="dsq-count-scr" src="//wordswithletter.disqus.com/count.js" async></script> -->
@@ -1,12 +1,12 @@
1
- <div class="alertbar" style="display: none;">
2
- <div class="container text-center">
3
- <span style="font-size: 15px;">{{site.data.blog.alertbar.span}}</span>
4
- <form>
5
- <div class="mc-field-group">
6
- <input type="email" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL"
7
- autocomplete="on" required="">
8
- <input type="submit" value="Subscribe" name="subscribe">
9
- </div>
10
- </form>
11
- </div>
1
+ <div class="alertbar" style="display: none;">
2
+ <div class="container text-center">
3
+ <span style="font-size: 15px;">{{site.data.blog.alertbar.span}}</span>
4
+ <form>
5
+ <div class="mc-field-group">
6
+ <input type="email" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL"
7
+ autocomplete="on" required="">
8
+ <input type="submit" value="Subscribe" name="subscribe">
9
+ </div>
10
+ </form>
11
+ </div>
12
12
  </div>
@@ -1,24 +1,24 @@
1
- <div class="explore">
2
- <h2>Explore <span class="d-none d-md-inline">→</span></h2>
3
-
4
- <ul>
5
- {% assign categories_list = site.categories %}
6
- {% if categories_list.first[0] == null %}
7
- {% for category in categories_list %}
8
- <a class="cat mt-1 mb-1" href="/blog/categories#{{ category | url_escape | strip | replace: ' ', '-' }}">{{
9
- category
10
- |
11
- camelcase }} ({{ site.tags[category].size }})</a>
12
- {% endfor %}
13
- {% else %}
14
- {% for category in categories_list %}
15
- <a class="cat mt-1 mb-1" href="/blog/categories#{{ category[0] | url_escape | strip | replace: ' ', '-' }}">{{
16
- category[0]
17
- | camelcase }} ({{ category[1].size }})</a>
18
- {% endfor %}
19
- {% endif %}
20
- {% assign categories_list = nil %}
21
- </ul>
22
-
23
- </div>
1
+ <div class="explore">
2
+ <h2>Explore <span class="d-none d-md-inline">→</span></h2>
3
+
4
+ <ul>
5
+ {% assign categories_list = site.categories %}
6
+ {% if categories_list.first[0] == null %}
7
+ {% for category in categories_list %}
8
+ <a class="cat mt-1 mb-1" href="/blog/categories#{{ category | url_escape | strip | replace: ' ', '-' }}">{{
9
+ category
10
+ |
11
+ camelcase }} ({{ site.tags[category].size }})</a>
12
+ {% endfor %}
13
+ {% else %}
14
+ {% for category in categories_list %}
15
+ <a class="cat mt-1 mb-1" href="/blog/categories#{{ category[0] | url_escape | strip | replace: ' ', '-' }}">{{
16
+ category[0]
17
+ | camelcase }} ({{ category[1].size }})</a>
18
+ {% endfor %}
19
+ {% endif %}
20
+ {% assign categories_list = nil %}
21
+ </ul>
22
+
23
+ </div>
24
24
  </div>
@@ -0,0 +1,22 @@
1
+ {% assign file = page.fileName %}
2
+ {% assign folder = page.folderName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign shareData=site.data[folder][lang][file] %}
5
+ {%- if site.data.blog.share.platforms -%}
6
+ <div class="social-icons">
7
+ {% assign url = page.url | relative_url | prepend: site.url %}
8
+ {% for share in site.data.blog.share.platforms %}
9
+ {% assign link = share.link | replace: 'URL', url %}
10
+ {{page.title}}
11
+ <a href="{{ link }}" data-toggle="tooltip"
12
+ onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
13
+ data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
14
+ <i class="fa-fw {{ share.icon }} mb-0 py-3"></i>
15
+ </a>
16
+
17
+ {% endfor %}
18
+ </ul>
19
+ </ul>
20
+ </div>
21
+ {%- endif -%}
22
+
@@ -1,24 +1,17 @@
1
- {% assign file = page.fileName %}
2
- {% assign dataArr = site.data.pages[file] %}
3
- {% assign dataToShow = dataArr %}
4
- <!DOCTYPE html>
5
- <html lang="en" data-tool="landing">
6
- {% include head/index.html %}
7
-
8
- <body>
9
- {% include header/index.html %}
10
- <div class="sc-1ttxsn1-0 fxCLCz">
11
- <div class="sc-1ttxsn1-1 hvHwmD">
12
- <div class="sc-8oiqhz-0 fMjvGP">
13
- <h1 class="sc-8oiqhz-1 fMrSkY">{{dataToShow.h1}}</h1>
14
- <h2 class="sc-8oiqhz-2 fMAoPh">{{dataToShow.h2}}</h2>
15
- <p>
16
- {{dataToShow.paragraph}}
17
- </p>
18
- </div>
19
- </div>
20
- </div>
21
- {% include footer/index.html %}
22
- </body>
23
-
24
- </html>
1
+ {% assign file = page.fileName %}
2
+ {% assign lang = page.lang %}
3
+ {% assign folder = page.folderName %}
4
+ {% assign aboutData = site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html lang="en">
7
+ {% include head/index.html %}
8
+ <body>
9
+ {% include header/index.html %}
10
+ <div class="container py-4 about_layout">
11
+ <h1 class="about-h1 py-2">{{aboutData.h1}}</h1>
12
+ <h2 class="about-h2">{{aboutData.h2}}</h2>
13
+ <p class="about-para py-2">{{aboutData.paragraph}}</p>
14
+ </div>
15
+ {% include footer/index.html %}
16
+ </body>
17
+ </html>
data/_layouts/blog.html CHANGED
@@ -1,76 +1,72 @@
1
- <html>
2
-
3
- {% include custom-head.html %}
4
-
5
- <body>
6
- {%- include header/blogHeader.html -%}
7
-
8
- <section class="section_post">
9
- <div class="container">
10
- <div class="row justify-content-center section-title-wrap">
11
- <div class="col-lg-12">
12
- <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }}
13
- </h1>
14
- <p class="lead mb-5 mt-1" style="font-size: 18px;">
15
- {{ site.data.blog.blog.description }}
16
- </p>
17
- </div>
18
- </div>
19
-
20
- <!-- categories post -->
21
- <div class="main-content">
22
- {{content}}
23
- </div>
24
- <!-- close -->
25
-
26
- <div class="row">
27
- {% for post in paginator.posts %}
28
- <div class="col-lg-4 col-md-6 mb-4 card-group">
29
- <div class="card h-100">
30
- <a href="{{ post.url }}">
31
- <img src="{{ post.image }}" class="card-img-top" alt="">
32
- </a>
33
- <div class="card-body">
34
- <a href="{{ post.url }}" class="anchor_link">
35
- <h4 class="card-title mb-4">{{ post.title }}</h4>
36
- </a>
37
- </div>
38
-
39
- {% assign author = site.data.blog.authors[post.author] %}
40
- <div class="card-footer bg-white">
41
- <div class="wrapfooter">
42
- {% if post.author %}
43
- <span class="meta-footer-thumb">
44
- <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
45
- </span>
46
- {% endif %}
47
-
48
- <span class="author-meta">
49
- <span class="post-name">
50
- <a target="_blank" href="/blog">{{post.author}}</a>
51
- </span><br>
52
- <span class="post-date">{{post.date | date_to_string }}</span>
53
- </span>
54
- <span class="post-read-more"><a href="{{ post.url }}" title="Read Story"><svg
55
- class="svgIcon-use" width="25" height="25" viewBox="0 0 25 25">
56
- <path
57
- d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z"
58
- fill-rule="evenodd"></path>
59
- </svg></a></span>
60
- </div>
61
- </div>
62
- </div>
63
- </div>
64
- {% endfor %}
65
- </div>
66
- {%- include paginationBlogPage.html -%}
67
- </div>
68
-
69
- {% include section/count.html %}
70
- </section>
71
- {%- include section/alertbar.html -%}
72
-
73
- {% include script.html %}
74
- </body>
75
-
1
+ <html>
2
+
3
+ {% include custom-head.html %}
4
+
5
+ <body>
6
+ {%- include header/blogHeader.html -%}
7
+
8
+ <section class="section_post">
9
+ <div class="container">
10
+ <div class="row justify-content-center section-title-wrap">
11
+ <div class="col-lg-12">
12
+ <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.blog.h1 }}
13
+ </h1>
14
+ <p class="lead mb-5 mt-1" style="font-size: 18px;">
15
+ {{ site.data.blog.blog.description }}
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ <!-- categories post -->
21
+ <div class="main-content">
22
+ {{content}}
23
+ </div>
24
+ <!-- close -->
25
+
26
+ <div class="row">
27
+ {% for post in paginator.posts %}
28
+ <div class="col-lg-4 col-md-6 mb-4 card-group">
29
+ <div class="card h-100">
30
+ <a href="{{ post.url }}">
31
+ <img src="{{ post.image }}" class="card-img-top" alt="">
32
+ </a>
33
+ <div class="card-body">
34
+ <a href="{{ post.url }}" class="anchor_link">
35
+ <h4 class="card-title mb-4">{{ post.title }}</h4>
36
+ </a>
37
+ </div>
38
+
39
+ {% assign author = site.data.blog.authors[post.author] %}
40
+ <div class="card-footer bg-white">
41
+ <div class="wrapfooter">
42
+ {% if post.author %}
43
+ <span class="meta-footer-thumb">
44
+ <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
45
+ </span>
46
+ {% endif %}
47
+
48
+ <span class="author-meta">
49
+ <span class="post-name">
50
+ <a target="_blank" href="/blog">{{post.author}}</a>
51
+ </span><br>
52
+ <span class="post-date">{{post.date | date_to_string }}</span>
53
+ </span>
54
+ <span class="post-read-more "><a class="text-dark" href="{{ post.url }}" title="Read Story">Read More</a></span>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ {% endfor %}
60
+ </div>
61
+ {%- include paginationBlogPage.html -%}
62
+ </div>
63
+
64
+ {% include section/count.html %}
65
+ </section>
66
+ {%- include section/alertbar.html -%}
67
+
68
+ {% include script.html %}
69
+ <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
70
+ </body>
71
+
76
72
  </html>
@@ -1,25 +1,25 @@
1
- ---
2
- layout: blog
3
- ---
4
-
5
- <div class="container">
6
- <div class="row listrecent">
7
- {% for category in site.categories %}
8
- <div class="section-title col-md-12 mt-4">
9
- <h2 id="{{ category[0] | replace: ' ', '-' }}">Category <span class="text-capitalize">{{ category[0]
10
- }}</span>
11
- </h2>
12
- </div>
13
- {% assign pages_list = category[1] %}
14
- {% for post in pages_list %}
15
- {% if post.title != null %}
16
- {% if group == null or group == post.group %}
17
- {% include postbox.html %}
18
- {% endif %}
19
- {% endif %}
20
- {% endfor %}
21
- {% assign pages_list = nil %}
22
- {% assign group = nil %}
23
- {% endfor %}
24
- </div>
1
+ ---
2
+ layout: blog
3
+ ---
4
+
5
+ <div class="container">
6
+ <div class="row listrecent">
7
+ {% for category in site.categories %}
8
+ <div class="section-title col-md-12 mt-4">
9
+ <h2 id="{{ category[0] | replace: ' ', '-' }}">Category <span class="text-capitalize">{{ category[0]
10
+ }}</span>
11
+ </h2>
12
+ </div>
13
+ {% assign pages_list = category[1] %}
14
+ {% for post in pages_list %}
15
+ {% if post.title != null %}
16
+ {% if group == null or group == post.group %}
17
+ {% include postbox.html %}
18
+ {% endif %}
19
+ {% endif %}
20
+ {% endfor %}
21
+ {% assign pages_list = nil %}
22
+ {% assign group = nil %}
23
+ {% endfor %}
24
+ </div>
25
25
  </div>
@@ -1,24 +1,18 @@
1
- {% assign file = page.fileName %}
2
- {% assign dataArr = site.data.pages[file] %}
3
- {% assign dataToShow = dataArr %}
4
- <!DOCTYPE html>
5
- <html lang="en" data-tool="landing">
6
- {% include head/index.html %}
7
-
8
- <body>
9
- {% include header/index.html %}
10
- <div class="sc-1ttxsn1-0 fxCLCz">
11
- <div class="sc-1ttxsn1-1 hvHwmD">
12
- <div class="sc-8oiqhz-0 fMjvGP">
13
- <h1 class="sc-8oiqhz-1 fMrSkY">{{dataToShow.h1}}</h1>
14
- <h2 class="sc-8oiqhz-2 fMAoPh">{{dataToShow.h2}}</h2>
15
- <p>
16
- {{dataToShow.paragraph}}
17
- </p>
18
- </div>
19
- </div>
20
- </div>
21
- {% include footer/index.html %}
22
- </body>
23
-
1
+ {% assign file = page.fileName %}
2
+ {% assign folder = page.folderName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign contactData = site.data[folder][lang][file] %}
5
+ <!DOCTYPE html>
6
+ <html lang="en" data-tool="landing">
7
+ {% include head/index.html %}
8
+ <body>
9
+ {% include header/index.html %}
10
+ <div class="container py-4 contact_layout">
11
+ <h1 class="contact-h1 py-2">{{contactData.h1}}</h1>
12
+ <h2 class="contact-h2">{{contactData.h2}}</h2>
13
+ <p class="py-2">{{contactData.paragraph}}</p>
14
+ </div>
15
+ {% include footer/index.html %}
16
+ </body>
17
+
24
18
  </html>
@@ -1 +1 @@
1
- {{ content }}
1
+ {{ content }}
@@ -1,137 +1,122 @@
1
-
2
- <!DOCTYPE html>
3
- <html lang="en" data-tool="landing">
4
- {% include head/index.html %}
5
- <body>
6
- {% include header/index.html %}
7
- {% assign file = page.fileName %}
8
- {% assign lang = page.lang %}
9
- {% assign dataArr = site.data.feature[lang][file] %}
10
- {% assign dataToShow = dataArr %}
11
- <!-- h1 and h2 -->
12
- <div class="sc-1ttxsn1-0 fxCLCz">
13
- <div class="sc-1ttxsn1-1 hvHwmD">
14
- <div class="sc-17y9jfw-1 lpeKGy">
15
- <div class="sc-17y9jfw-5 qNym"><span class="sc-17y9jfw-4 fHhdVc">
16
- <div class="sc-2xfn8l-0 bxyVaO sc-1nz7oec-0 dTTiwf"><svg xmlns="http://www.w3.org/2000/svg"
17
- xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36" fill="#000">
18
- <path
19
- d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z">
20
- </path>
21
- </svg></div>
22
- </span>
23
- <h1 class="sc-17y9jfw-2 lpnhkH">{{dataToShow.H1 | replace: "$variable", page.value}}</h1>
24
- </div>
25
- <h2 class="sc-17y9jfw-3 lpvDOQ">{{dataToShow.H2 | replace: "$variable", page.value}}</h2>
26
- </div>
27
- </div>
28
- </div>
29
- <!-- h1 and h2 End -->
30
-
31
- <!-- Uploader Start -->
32
- <div class="jjl7r-0 eKVaAu">
33
- <div>
34
- <div style="display:flex" id="__cond-922051">
35
- <div class="sc-1ttxsn1-0 fxCLCz">
36
- <div class="sc-1ttxsn1-1 hvHwmD">
37
- <div class="sc-1rkezdt-0 cweQTx">
38
- <div class="sc-1rkezdt-1 buUasx">
39
- <div class="sc-1rkezdt-2 cwvKbP"></div>
40
- <div class="sc-1rkezdt-3 hzsTQm">
41
- <!-- <input type="file" id="__picker-input" multiple="" accept="application/pdf,.pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document,.docx,application/msword,.doc,application/vnd.openxmlformats-officedocument.presentationml.presentation,.pptx,application/vnd.ms-powerpoint,.ppt,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,.xlsx,application/vnd.ms-excel,.xls,image/bmp,.bmp,image/jpeg,.jpg,.jpeg,image/png,.png,image/tiff,.tif,.tiff" class="sc-1oqtgb8-0 fqzcVW"> -->
42
- {{content}}
43
- </div>
44
- </div>
45
- </div>
46
- </div>
47
- </div>
48
- </div>
49
- <div style="display:none" id="__cond-922054">
50
- <div class="sc-57oun8-0 ehOBKS">
51
- <div class="sc-1ttxsn1-0 fxCLCz">
52
- <div class="sc-1ttxsn1-1 hvHwmD">
53
- <div class="sc-57oun8-1 ehWYpb">
54
- <div class="sc-57oun8-2 eifuTk">
55
- <div class="sc-57oun8-3 einRxt">
56
- <div class="sc-6qtu3c-0 kERDPe"></div>
57
- </div>
58
- <div class="sc-57oun8-4 eiwobC">
59
- <div class="sc-57oun8-5 eiEKFL">Getting your file ready...</div>
60
- </div>
61
- </div>
62
- </div>
63
- </div>
64
- </div>
65
- </div>
66
- </div>
67
- </div>
68
- </div>
69
- <!-- Uploader End -->
70
-
71
- <!-- Feature/Texual content start -->
72
- <div class="sc-1ttxsn1-0 fxCLCz">
73
- <div class="sc-1ttxsn1-1 hvHwmD">
74
- <div class="tie4x1-0 esoOLU">
75
- {% for data in dataToShow.TEXTUAL_CONTENT %}
76
- <div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="{{data.logoUrl}}"
77
- alt={{data.header}}>
78
- <div class="sc-7ukfwr-2 kmCmBc">{{data.header | replace: "$variable", page.value}}</div>
79
- <div class="sc-7ukfwr-3 kmKJfl">{{data.content | replace: "$variable", page.value}}</div>
80
- </div>
81
- {% endfor %}
82
- </div>
83
- </div>
84
- </div>
85
- <!-- Feature/Texual content End -->
86
- <!-- How to section start -->
87
- <div style="display:flex" id="__cond-1011327">
88
- <div class="sc-1xhbmbb-0 gBHowc">
89
- <div class="sc-1ttxsn1-0 fxCLCz">
90
- <div class="sc-1ttxsn1-1 hvHwmD">
91
- <div class="sc-1xhbmbb-1 gBPLal">
92
- <div class="sc-1xhbmbb-3 gCgEiD"><img class="sc-1xhbmbb-4 gCpaMM" src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}"
93
- alt="How to reduce a PDF size online:"></div>
94
- <div class="sc-1xhbmbb-5 gCxxqV">
95
- <h3 class="sc-1xhbmbb-2 gBYhEu">{{dataToShow.HOW_TO_CONTENT.heading | replace: "$variable", page.value}}</h3>
96
- <ol class="sc-1xhbmbb-6 gCFTVe">
97
- {% for data in dataToShow.HOW_TO_CONTENT.steps %}
98
- <li class="sc-1xhbmbb-7 gCOqzn">{{data | replace: "$variable", page.value}}</li>
99
- {% endfor %}
100
- </ol>
101
- </div>
102
- </div>
103
- </div>
104
- </div>
105
- </div>
106
- </div>
107
- <!-- How to section End -->
108
- <!-- FAQ section start -->
109
- <div class="faq">
110
- <div class="faq-container">
111
- <h2 class="lpnhkH">Frequently Asked Questions</h2>
112
- <ul class="faq-list">
113
- {% for data in dataToShow.FAQ %}
114
- <li>
115
- <h3 class="kmCmBc-q" itemprop="name">{{data.question | replace: "$variable", page.value}}<em
116
- style="transform: rotate(-135deg);">
117
- <i></i></em>
118
- </h3>
119
- <div style="display: block;">
120
- <p class="kmKJfl-p" itemprop="text">{{data.answer | replace: "$variable", page.value}}</p>
121
- </div>
122
- </li>
123
- <hr>
124
- {% endfor %}
125
- </ul>
126
- </div>
127
- </div>
128
- <!-- FAQ section End -->
129
- <!-- Footer -->
130
-
131
- {% include footer/index.html %}
132
-
133
- <!-- Footer End -->
134
- </body>
135
- <link rel="stylesheet" href="{{ 'css/feature.css' | relative_url }}">
136
-
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ {% include head/index.html %}
4
+ <body>
5
+ {% include header/index.html %}
6
+ {% assign file = page.fileName %}
7
+ {% assign lang = page.lang %}
8
+ {% assign folder = page.folderName %}
9
+ {% assign dataArr = site.data[folder][lang][file] %}
10
+ {% assign dataToShow = dataArr %}
11
+ {{page.title}}
12
+ <div class="flex-container">
13
+ <div class="flex-class py-4">
14
+ <div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
15
+ <div class="div-cont feature-img mr-2"><svg xmlns="http://www.w3.org/2000/svg"
16
+ xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36" fill="#000">
17
+ <path
18
+ d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z">
19
+ </path>
20
+ </svg></div>
21
+ </span>
22
+ <h1 class="feature-h1">{{dataToShow.H1 | replace: "$variable", page.value}}</h1>
23
+ </div>
24
+ <h2 class="feature-h2">{{dataToShow.H2 | replace: "$variable", page.value}}</h2>
25
+ </div>
26
+ </div>
27
+ <div class="box-padding">
28
+ <div class="d-flex" id="__cond-922051">
29
+ <div class="flex-container">
30
+ <div class="flex-class">
31
+ <div class="d-flex flex-column">
32
+ <div class="box"
33
+ style=background:{{dataToShow.color}};min-height:{{dataToShow.height}};width:{{dataToShow.width}}>
34
+ <div class="box-border"></div>
35
+ <div class="content-box">
36
+ <!-- <input type="file" id="__picker-input" multiple="" accept="application/pdf,.pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document,.docx,application/msword,.doc,application/vnd.openxmlformats-officedocument.presentationml.presentation,.pptx,application/vnd.ms-powerpoint,.ppt,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,.xlsx,application/vnd.ms-excel,.xls,image/bmp,.bmp,image/jpeg,.jpg,.jpeg,image/png,.png,image/tiff,.tif,.tiff" class="sc-1oqtgb8-0 fqzcVW"> -->
37
+ {{content}}
38
+ </div>
39
+ </div>
40
+ </div>
41
+ </div>
42
+ </div>
43
+ </div>
44
+
45
+ <!-- </div> -->
46
+ </div>
47
+ <!-- Uploader End -->
48
+
49
+ <!-- Feature/Texual content start -->
50
+ <div class="container mt-4">
51
+ <div class="row px-0">
52
+ {% for data in dataToShow.TEXTUAL_CONTENT %}
53
+ <div class="col-lg-4 col-md-6 my-4">
54
+ <div><img class="feature-card-img" src="{{data.logoUrl}}"
55
+ alt={{data.header}}>
56
+ <div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div>
57
+ <div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div>
58
+ </div>
59
+ </div>
60
+ {% endfor %}
61
+ </div>
62
+ </div>
63
+ <div class="d-flex justify-content-center mt-5 mb-5" id="__cond-1011327">
64
+ <div class="flex-container pb-5">
65
+ <div class="flex-class">
66
+ <div class=" d-flex flex-wrap justify-content-center">
67
+ {%- if dataToShow.HOW_TO_CONTENT.logoImageUrl -%}
68
+ <div class="how-to-img-wrapper "><img class="how-to-leftimg"
69
+ src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" alt="{{dataToShow.HOW_TO_CONTENT.logoImageAlt}}">
70
+ </div>
71
+ {%- endif -%}
72
+ <div class="how-to-right">
73
+ <h3 class="how-to-title">{{dataToShow.HOW_TO_CONTENT.heading | replace: "$variable",
74
+ page.value}}</h3>
75
+ <ol class="how-to-list">
76
+ {% for data in dataToShow.HOW_TO_CONTENT.steps %}
77
+ <li class="how-to-list-item">{{data | replace: "$variable", page.value}}</li>
78
+ {% endfor %}
79
+ </ol>
80
+ </div>
81
+ </div>
82
+ </div>
83
+ </div>
84
+ </div>
85
+
86
+ <!-- </div> -->
87
+ <!-- How to section End -->
88
+ <!-- FAQ section start -->
89
+ <div class="container">
90
+ <div class="row">
91
+ <div class="col-md-8 mx-auto">
92
+ <div class="faq">
93
+ <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
94
+ <ul class="list-unstyled">
95
+ {% for data in dataToShow.FAQ %}
96
+ <li>
97
+ <h3 class="faq-question" itemprop="name">{{data.question | replace: "$variable", page.value}}<em
98
+ style="transform: rotate(-135deg);">
99
+ <i></i></em>
100
+ </h3>
101
+ <div style="display: block;">
102
+ <p class="faq-answer" itemprop="text">{{data.answer | replace: "$variable", page.value}}</p>
103
+ </div>
104
+ </li>
105
+ <hr>
106
+ {% endfor %}
107
+ </ul>
108
+ </div>
109
+ </div>
110
+ </div>
111
+
112
+ </div>
113
+ <!-- FAQ section End -->
114
+ <!-- Footer -->
115
+ {%- include share/socialshare.html -%}
116
+ {% include footer/index.html %}
117
+ {% include script.html %}
118
+
119
+ <!-- Footer End -->
120
+ </body>
121
+
137
122
  </html>