appscms-tools-theme 1.9.0 → 1.9.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: 2e0d561ef7e0693d03577b2a0a8c394aeb4fd46474ae9ac30b47b382ecfdd12b
4
- data.tar.gz: 5376a89593386b1b27228bae481882edae7e33fb1b9a6624ccea4cc060b1d2a7
3
+ metadata.gz: 36037f7ed875cce71d0ce7b8bc3626db29e7d06cf833066f861408948dfd6c1e
4
+ data.tar.gz: d0ee27a5c2954461ab8c82b6558abc7f0093962ed32e5321d9987b06da57e9d2
5
5
  SHA512:
6
- metadata.gz: 5c6366e5d70b99b0c2056d792ad209d10f96c39a29ca163b0e618442e505b0017bd2946a982bf1f126a111b7a08f7062f4bdcc34be2111b0104e20f3c4520345
7
- data.tar.gz: d6ba0f945883ac3a917257b8ef556bfdc281333fbd0d1c8dd7d0b8c02f2d502263c71585d2b933b70b0cfc4de9ef2fa451c67f9ca11f610b05befc913b0258c2
6
+ metadata.gz: 2e15b6bea1f6f5463950e11ace87f15f9da50bacba9f15fd14f288573371dbb8bf472be1518ab034e148cb7f365ff0c30f3440b3b8b5ee2009696262a1561649
7
+ data.tar.gz: f8b056a43dc0a8356e6ebeed337723d2691c6c8d8f3c06f76796e39f82380f20657d0e486dfec330102f654f5ccf757b31dbd06833ddbef0b53b720458a272be
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "Language": "English",
3
3
  "htmlLangAtt": "en",
4
- "h1": "We make PDF easy",
4
+ "h1": "Welcome to the home page",
5
5
  "h2": "All-in-one easy-to-use online PDF tools",
6
6
  "TITLE": "Home Title",
7
7
  "META": "See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
@@ -1 +1 @@
1
- {"tools":[{"name":"split-pdf-rating-check","rating":"5.00","votes":2},{"name":"compress-pdf","rating":"4.85","votes":33}]}
1
+ {"tools":[{"name":"compress-pdf","rating":"4.85","votes":34},{"name":"split-pdf-rating-check","rating":"5.00","votes":2}]}
@@ -5,61 +5,64 @@
5
5
  {%- if site.showusps -%}
6
6
  <section class="usp-section">
7
7
  <div class="container">
8
-
9
- <h2 class="feature-h1 my-4">Our USPs</h2>
10
- <table class="table table-bordered table-striped table-light ">
11
- <tbody>
12
- <tr>
13
- <td class="font-weight-bold" scope="row">
14
- Security
15
- </td>
16
- <td>
17
- 100% (No files are sent to server for processing)
18
- </td>
19
- </tr>
20
- <tr>
21
- <td class="font-weight-bold" scope="row">
22
- File size limits
23
- </td>
24
- <td>
25
- None (No limit on size of files)
26
- </td>
27
- </tr>
28
- <tr>
29
- <td class="font-weight-bold" scope="row">
30
- Usage limits
31
- </td>
32
- <td>
33
- None (Process as many files as you want)
34
- </td>
35
- </tr>
36
- <tr>
37
- <td class="font-weight-bold" scope="row">
38
- Price
39
- </td>
40
- <td>
41
- Free
42
- </td>
43
- </tr>
44
- <tr>
45
- <td class="font-weight-bold" scope="row">
46
- User Information Captured
47
- </td>
48
- <td>
49
- None (We do not request for user information such as email / phone number)
50
- </td>
51
- </tr>
52
- <tr>
53
- <td class="font-weight-bold" scope="row">
54
- Ads
55
- </td>
56
- <td>
57
- None (We provide complete ad free experience)
58
- </td>
59
- </tr>
60
- </tbody>
61
- </table>
62
- </div>
8
+ {%- if site.monumetricId -%}
9
+ <div class="row">
10
+ <div class="col-md-9 mx-auto">
11
+ {%- endif -%}
12
+ <h2 class="feature-h1 my-4">Our USPs</h2>
13
+ <table class="table table-bordered table-striped table-light ">
14
+ <tbody>
15
+ <tr>
16
+ <td class="font-weight-bold" scope="row">
17
+ Security
18
+ </td>
19
+ <td>
20
+ 100% (No files are sent to server for processing)
21
+ </td>
22
+ </tr>
23
+ <tr>
24
+ <td class="font-weight-bold" scope="row">
25
+ File size limits
26
+ </td>
27
+ <td>
28
+ None (No limit on size of files)
29
+ </td>
30
+ </tr>
31
+ <tr>
32
+ <td class="font-weight-bold" scope="row">
33
+ Usage limits
34
+ </td>
35
+ <td>
36
+ None (Process as many files as you want)
37
+ </td>
38
+ </tr>
39
+ <tr>
40
+ <td class="font-weight-bold" scope="row">
41
+ Price
42
+ </td>
43
+ <td>
44
+ Free
45
+ </td>
46
+ </tr>
47
+ <tr>
48
+ <td class="font-weight-bold" scope="row">
49
+ User Information Captured
50
+ </td>
51
+ <td>
52
+ None (We do not request for user information such as email / phone number)
53
+ </td>
54
+ </tr>
55
+ <tr>
56
+ <td class="font-weight-bold" scope="row">
57
+ Ads
58
+ </td>
59
+ <td>
60
+ None (We provide complete ad free experience)
61
+ </td>
62
+ </tr>
63
+ </tbody>
64
+ </table>
65
+ </div>
63
66
  </section>
64
67
  {%- else -%}
65
68
  {%- if uspData -%}
@@ -81,6 +84,10 @@
81
84
  {%- endfor -%}
82
85
  </tbody>
83
86
  </table>
87
+ {%- if site.monumetricId -%}
88
+ </div>
89
+ </div>
90
+ {%- endif -%}
84
91
  </div>
85
92
  </section>
86
93
  {%- endif -%}
@@ -1,136 +1,136 @@
1
- {%- if site.show_allow_ad_blocker_pop -%}
2
- <link rel="stylesheet" href="/assets/css/adBlocker.css">
3
- <div id="detect"></div>
4
- <div class="wrapper text-center">
5
- <div class="innerWrapper">
6
- {%- if site.adBlockerClose -%}
7
- <div class="closePopup p-1">
8
- <i class="fas fa-times"></i>
9
- </div>
10
- {%- endif -%}
11
- <h2 class="brand-title">{{site.adspopuptitle}}</h2>
12
- <p class="show-ads">
13
- Please allow ads on our site
14
- </p>
15
- <p>Looks like you're using an ad blocker. We rely on advertising to help fund our site to keep it 100% free</p>
16
- <div class="btn-container mx-auto">
17
- <div class="bg-layer"></div>
18
- <button class="allow-ads-btn">Allow ads</button>
19
- </div>
20
- </div>
21
- </div>
22
- <div class="extensions">
23
- <section>
24
- <div class="ads__content">
25
- {%- if site.adBlockerClose -%}
26
- <div class="closePopup">
27
- <i class="fas fa-times"></i>
28
- </div>
29
- {%- endif -%}
30
- <p style="font-size: 18px">Which of these extensions do you have?</p>
31
- <ul class="nav nav-tabs tablist" role="tablist">
32
- <a class="nav-link nav-tab-link active" data-toggle="tab" href="#home" role="tab">
33
- <li class="nav-item">
34
- <img class="ads_img" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
35
- </li>
36
- AdBlock
37
- </a>
38
- <a class="nav-link nav-tab-link" data-toggle="tab" href="#adsblockPlus" role="tab">
39
- <li class="nav-item">
40
- <img class="ads_img" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
41
- </li>
42
- Adblock Plus
43
- </a>
44
- <a class="nav-link nav-tab-link" data-toggle="tab" href="#uBlock" role="tab">
45
- <li class="nav-item">
46
- <img class="ads_img" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image">
47
- </li>
48
- uBlock Origin
49
- </a>
50
- <a class="nav-link nav-tab-link" data-toggle="tab" href="#other" role="tab">
51
- <li class="nav-item">
52
- <div class="three_dot">...</div>
53
- </li>
54
- Other
55
- </a>
56
- </ul>
57
-
58
- <!-- Tab panes -->
59
- <div class="tab-content">
60
- <div class="tab-pane active" id="home" role="tabpanel">
61
- <ol class="listContainer">
62
- <li class="listItem">Click the AdBlock icon
63
- <img width="18px" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
64
- in the browser extension area on the upper right-hand corner. (You may see a small number
65
- covering
66
- part of
67
- the icon.)
68
- </li>
69
- <li class="listItem">Select <b>Don't run on pages on this site</b>.</li>
70
- <li class="listItem">In the "Don’t run AdBlock on..." dialog box, select <b>Exclude</b>. The
71
- AdBlock
72
- icon
73
- changes to a “thumbs up” image.</li>
74
- </ol>
75
- <div class="text-center w-100" onclick="refresh()">
76
- <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
77
- </div>
78
- </div>
79
- <div class="tab-pane" id="adsblockPlus" role="tabpanel">
80
- <ol class="listContainer">
81
- <li class="listItem">Click the Adblock Plus icon
82
- <img width="18px" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
83
- in the browser extension area on the
84
- upper right-hand corner. (You may see a small number covering part of the icon.)
85
- </li>
86
- <li class="listItem">Click the “power” button Power icon so that it slides left.</li>
87
- <li class="listItem">Click the <b>Refresh</b> button.</li>
88
- </ol>
89
- <div class="text-center w-100" onclick="refresh()">
90
- <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
91
- </div>
92
- </div>
93
- <div class="tab-pane" id="uBlock" role="tabpanel">
94
- <ol class="listContainer">
95
- <li class="listItem">Click the uBlock Origin icon
96
- <img width="18px" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image"> in the
97
- browser
98
- extension area on
99
- the upper right-hand corner. (You may see a small number covering part of the icon.)
100
- </li>
101
- <li class="listItem">
102
- Click the “power” button so that it slides left.
103
- </li>
104
- <li class="listItem">Click the <b>Refresh</b> button.</li>
105
- </ol>
106
- <div class="text-center w-100" onclick="refresh()">
107
- <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
108
- </div>
109
- </div>
110
- <div class="tab-pane" id="other" role="tabpanel">
111
- <ol class="listContainer">
112
- <li class="listItem">Click the icon of the ad blocker extension installed on your browser.</li>
113
- <p class="text-muted">You’ll usually find this icon in the upper right-hand corner of your
114
- screen. You may
115
- have more than
116
- one ad blocker installed.</p>
117
- <li class="listItem">Follow the instructions for disabling the ad blocker on the site you’re
118
- viewing.</li>
119
- <p class="text-muted">You may have to select a menu option or click a button.</p>
120
- <li class="listItem">Refresh the page, either by following prompts or clicking your browser’s
121
- “refresh” or
122
- “reload” button.</li>
123
- </ol>
124
- <div class="text-center w-100" onclick="refresh()">
125
- <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
126
- </div>
127
- </div>
128
- </div>
129
-
130
-
131
- </div>
132
- </section>
133
- </div>
134
- <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
135
- <script delay="/assets/js/adBlocker.js"></script>
1
+ {%- if site.show_allow_ad_blocker_pop -%}
2
+ <link rel="stylesheet" href="/assets/css/adBlocker.css">
3
+ <div id="detect"></div>
4
+ <div class="wrapper text-center">
5
+ <div class="innerWrapper">
6
+ {%- if site.adBlockerClose -%}
7
+ <div class="closePopup p-1">
8
+ <i class="fas fa-times"></i>
9
+ </div>
10
+ {%- endif -%}
11
+ <h2 class="brand-title">{{site.adspopuptitle}}</h2>
12
+ <p class="show-ads">
13
+ Please allow ads on our site
14
+ </p>
15
+ <p>Looks like you're using an ad blocker. We rely on advertising to help fund our site to keep it 100% free</p>
16
+ <div class="btn-container mx-auto">
17
+ <div class="bg-layer"></div>
18
+ <button class="allow-ads-btn">Allow ads</button>
19
+ </div>
20
+ </div>
21
+ </div>
22
+ <div class="extensions">
23
+ <section>
24
+ <div class="ads__content">
25
+ {%- if site.adBlockerClose -%}
26
+ <div class="closePopup">
27
+ <i class="fas fa-times"></i>
28
+ </div>
29
+ {%- endif -%}
30
+ <p style="font-size: 18px">Which of these extensions do you have?</p>
31
+ <ul class="nav nav-tabs tablist" role="tablist">
32
+ <a class="nav-link nav-tab-link active" data-toggle="tab" href="#home" role="tab">
33
+ <li class="nav-item">
34
+ <img class="ads_img" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
35
+ </li>
36
+ AdBlock
37
+ </a>
38
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#adsblockPlus" role="tab">
39
+ <li class="nav-item">
40
+ <img class="ads_img" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
41
+ </li>
42
+ Adblock Plus
43
+ </a>
44
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#uBlock" role="tab">
45
+ <li class="nav-item">
46
+ <img class="ads_img" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image">
47
+ </li>
48
+ uBlock Origin
49
+ </a>
50
+ <a class="nav-link nav-tab-link" data-toggle="tab" href="#other" role="tab">
51
+ <li class="nav-item">
52
+ <div class="three_dot">...</div>
53
+ </li>
54
+ Other
55
+ </a>
56
+ </ul>
57
+
58
+ <!-- Tab panes -->
59
+ <div class="tab-content">
60
+ <div class="tab-pane active" id="home" role="tabpanel">
61
+ <ol class="listContainer">
62
+ <li class="listItem">Click the AdBlock icon
63
+ <img width="18px" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
64
+ in the browser extension area on the upper right-hand corner. (You may see a small number
65
+ covering
66
+ part of
67
+ the icon.)
68
+ </li>
69
+ <li class="listItem">Select <b>Don't run on pages on this site</b>.</li>
70
+ <li class="listItem">In the "Don’t run AdBlock on..." dialog box, select <b>Exclude</b>. The
71
+ AdBlock
72
+ icon
73
+ changes to a “thumbs up” image.</li>
74
+ </ol>
75
+ <div class="text-center w-100" onclick="refresh()">
76
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
77
+ </div>
78
+ </div>
79
+ <div class="tab-pane" id="adsblockPlus" role="tabpanel">
80
+ <ol class="listContainer">
81
+ <li class="listItem">Click the Adblock Plus icon
82
+ <img width="18px" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
83
+ in the browser extension area on the
84
+ upper right-hand corner. (You may see a small number covering part of the icon.)
85
+ </li>
86
+ <li class="listItem">Click the “power” button Power icon so that it slides left.</li>
87
+ <li class="listItem">Click the <b>Refresh</b> button.</li>
88
+ </ol>
89
+ <div class="text-center w-100" onclick="refresh()">
90
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
91
+ </div>
92
+ </div>
93
+ <div class="tab-pane" id="uBlock" role="tabpanel">
94
+ <ol class="listContainer">
95
+ <li class="listItem">Click the uBlock Origin icon
96
+ <img width="18px" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image"> in the
97
+ browser
98
+ extension area on
99
+ the upper right-hand corner. (You may see a small number covering part of the icon.)
100
+ </li>
101
+ <li class="listItem">
102
+ Click the “power” button so that it slides left.
103
+ </li>
104
+ <li class="listItem">Click the <b>Refresh</b> button.</li>
105
+ </ol>
106
+ <div class="text-center w-100" onclick="refresh()">
107
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
108
+ </div>
109
+ </div>
110
+ <div class="tab-pane" id="other" role="tabpanel">
111
+ <ol class="listContainer">
112
+ <li class="listItem">Click the icon of the ad blocker extension installed on your browser.</li>
113
+ <p class="text-muted">You’ll usually find this icon in the upper right-hand corner of your
114
+ screen. You may
115
+ have more than
116
+ one ad blocker installed.</p>
117
+ <li class="listItem">Follow the instructions for disabling the ad blocker on the site you’re
118
+ viewing.</li>
119
+ <p class="text-muted">You may have to select a menu option or click a button.</p>
120
+ <li class="listItem">Refresh the page, either by following prompts or clicking your browser’s
121
+ “refresh” or
122
+ “reload” button.</li>
123
+ </ol>
124
+ <div class="text-center w-100" onclick="refresh()">
125
+ <button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
126
+ </div>
127
+ </div>
128
+ </div>
129
+
130
+
131
+ </div>
132
+ </section>
133
+ </div>
134
+ <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
135
+ <script delay="/assets/js/adBlocker.js"></script>
136
136
  {%- endif -%}
@@ -16,9 +16,9 @@ poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
16
16
  who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often
17
17
  shares his thoughts and helps those he can. He have a knack of writing essays,stories and
18
18
  poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
19
- {% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is an aspiring Civil engineer who loves
20
- photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information
21
- on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
19
+ {% assign arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is a Data Science and Machine Learning
20
+ enthusiast who loves music, books, photography, and philosophy. She also loves nature and animals. She enjoys reading
21
+ and sharing information on various topics involving her knacks&&https://twitter.com/arjyahi" | split: '&&' %}
22
22
  {% assign nikita = "Nikita Gupta&&/assets/images/Nikita.webp&&Nikita is an aspiring MBA graduate, who loves creating
23
23
  content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and
24
24
  Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
@@ -6,42 +6,59 @@
6
6
  <h2 class="related_post_heading">Recent Posts</h1>
7
7
  {%- endif -%}
8
8
  <div class="row">
9
- {% for post in blogData limit: 6%}
10
- {%- include /authors/authors.html -%}
11
- <div class="col-lg-4 col-md-6 mb-4 card-group">
12
- <div class="card h-100">
13
- <a href="{{ post.url }}">
14
- <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%"
15
- loading="lazy" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%-
16
- endif -%}>
17
- </a>
18
- <div class="card-body">
19
- <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
20
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
21
- </a>
22
- </div>
23
- <div class="card-footer bg-white">
24
- <div class="wrapfooter">
25
- {% if post.author %}
26
- <span class="meta-footer-thumb">
27
- <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}"
28
- {%- if site.crossorigin -%} crossorigin {%- endif -%}>
29
- </span>
30
- {% endif %}
31
- <span class="author-meta">
32
- <span class="post-name">
33
- <a target="_blank" href="/blog">{{authorName}}</a>
34
- </span><br>
35
- <span class="post-date">{{post.date | date_to_string }}</span>
36
- </span>
37
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
38
- title="Read Story">Read More</a></span>
9
+ {%- if site.monumetricId -%}
10
+
11
+ <div class="col-md-9 mx-auto">
12
+ <div class="row">
13
+ {%- endif -%}
14
+ {% for post in blogData limit: 6%}
15
+ {%- include /authors/authors.html -%}
16
+ <div class=" {%- if site.monumetricId -%}
17
+ col-md-6 mb-4 card-group
18
+ {%- else -%}
19
+ col-lg-4 col-md-6 mb-4 card-group
20
+ {%- endif -%}
21
+ ">
22
+ <div class="card h-100">
23
+ <a href="{{ post.url }}">
24
+ <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%"
25
+ loading="lazy" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin
26
+ {%- endif -%}>
27
+ </a>
28
+ <div class="card-body">
29
+ <a class="text-decoration-none text-dark" href="{{ post.url }}"
30
+ class="anchor_link">
31
+ <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
32
+ </a>
33
+ </div>
34
+ <div class="card-footer bg-white">
35
+ <div class="wrapfooter">
36
+ {% if post.author %}
37
+ <span class="meta-footer-thumb">
38
+ <img class="author-thumb" loading="lazy" src="{{image}}"
39
+ alt="{{ authorName }}" {%- if site.crossorigin -%} crossorigin {%-
40
+ endif -%}>
41
+ </span>
42
+ {% endif %}
43
+ <span class="author-meta">
44
+ <span class="post-name">
45
+ <a target="_blank" href="/blog">{{authorName}}</a>
46
+ </span><br>
47
+ <span class="post-date">{{post.date | date_to_string }}</span>
48
+ </span>
49
+ <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
50
+ title="Read Story">Read More</a></span>
51
+ </div>
52
+ </div>
39
53
  </div>
40
54
  </div>
55
+ {% endfor %}
41
56
  </div>
57
+ {%- if site.monumetricId -%}
58
+
42
59
  </div>
43
- {% endfor %}
44
60
  </div>
61
+ {%- endif -%}
45
62
  </div>
46
63
  </div>
47
64
  </section>