appscms-tools-theme 1.9.1 → 1.9.4

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: 3b61656fb5774f6fc34b342fe0e3d83cc2c1f68e4d7d4eb522b43577e6df4271
4
- data.tar.gz: cf942e095116fa165954bfb92d6e54cbd22c3cb569ccf8fd650545feac4426f7
3
+ metadata.gz: 235c221625077c89b49d5326b14e847facb7bf8b0f89f1c3a818f089f51dc0c0
4
+ data.tar.gz: 5adb63da94117f89c503b82d793e9726c62c6b3c571c6bc063f106ab4850e987
5
5
  SHA512:
6
- metadata.gz: 1ef69a919fd28f4179ce7e09217b855ddf2c57d727a39b79c863791c98cb80f2dcaa3c90f3bfecbc52589c83aaf45d16b95339571102555497b5e3ccae14c354
7
- data.tar.gz: 16c8e42a310067e74af07667b8e362c5b5e399b33b1190e4c165d89af470d57a6f5da9b0a2d75809896cfbc507aa57c828821367fb425dea386e88da45cc279d
6
+ metadata.gz: 54b170677a80d51a032bc70711c2a9a6273f755c370d7402e00c57d2b43699f68daec75196edc1fc502d4935887ec2ba7f171547f80a0ea9736aa056f7d1a2bf
7
+ data.tar.gz: f678f882f2321ffde01d14d993946d9126ebf7a3117729ccaa3a9a2c58a9483b76fcf074ebec5e53a83d6cb74aa4a84c68423ee5c8aef8bb090f3d045d7e645b
@@ -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 -%}
@@ -3,45 +3,69 @@
3
3
  {% assign blogData= site.data.blog.blog %}
4
4
  <div class="relatedPosts">
5
5
  {%- if blogData.size>0 -%}
6
- <h2 class="related_post_heading">Recent Posts</h1>
7
- {%- endif -%}
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>
6
+ {%- if site.monumetricId -%}
7
+ <div class="row">
8
+ <div class="col-md-9 mx-auto">
9
+ {%- endif -%}
10
+ <h2 class="related_post_heading">Recent Posts</h2>
11
+ {%- if site.monumetricId -%}
12
+ </div>
13
+ </div>
14
+ {%- endif -%}
15
+ {%- endif -%}
16
+ <div class="row">
17
+ {%- if site.monumetricId -%}
18
+
19
+ <div class="col-md-9 mx-auto">
20
+ <div class="row">
21
+ {%- endif -%}
22
+ {% for post in blogData limit: 6%}
23
+ {%- include /authors/authors.html -%}
24
+ <div class=" {%- if site.monumetricId -%}
25
+ col-md-6 mb-4 card-group
26
+ {%- else -%}
27
+ col-lg-4 col-md-6 mb-4 card-group
28
+ {%- endif -%}
29
+ ">
30
+ <div class="card h-100">
31
+ <a href="{{ post.url }}">
32
+ <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%"
33
+ loading="lazy" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%-
34
+ endif -%}>
21
35
  </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>
36
+ <div class="card-body">
37
+ <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
38
+ <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
39
+ </a>
40
+ </div>
41
+ <div class="card-footer bg-white">
42
+ <div class="wrapfooter">
43
+ {% if post.author %}
44
+ <span class="meta-footer-thumb">
45
+ <img class="author-thumb" loading="lazy" src="{{image}}"
46
+ alt="{{ authorName }}" {%- if site.crossorigin -%} crossorigin {%- endif
47
+ -%}>
48
+ </span>
49
+ {% endif %}
50
+ <span class="author-meta">
51
+ <span class="post-name">
52
+ <a target="_blank" href="/blog">{{authorName}}</a>
53
+ </span><br>
54
+ <span class="post-date">{{post.date | date_to_string }}</span>
55
+ </span>
56
+ <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
57
+ title="Read Story">Read More</a></span>
58
+ </div>
39
59
  </div>
40
60
  </div>
41
61
  </div>
62
+ {% endfor %}
42
63
  </div>
43
- {% endfor %}
64
+ {%- if site.monumetricId -%}
65
+
44
66
  </div>
67
+ </div>
68
+ {%- endif -%}
45
69
  </div>
46
70
  </div>
47
71
  </section>