appscms-tools-theme 1.9.1 → 1.9.2

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: 6ccafa4f283239296a735c770b6a426507e1786a54f73fd503ac8811eba2d4b9
4
+ data.tar.gz: 76983c5e0b324a0ab9ab482d2ae8e716382d149d395a3ad7d5907ff2e46380c3
5
5
  SHA512:
6
- metadata.gz: 1ef69a919fd28f4179ce7e09217b855ddf2c57d727a39b79c863791c98cb80f2dcaa3c90f3bfecbc52589c83aaf45d16b95339571102555497b5e3ccae14c354
7
- data.tar.gz: 16c8e42a310067e74af07667b8e362c5b5e399b33b1190e4c165d89af470d57a6f5da9b0a2d75809896cfbc507aa57c828821367fb425dea386e88da45cc279d
6
+ metadata.gz: e3a9c35394f1e91a1ed4bf134f5c9f3c1f2340c8075154e57a70f9198b8bb6b5de45b6350c6dda27eb331b134be0639ccc090bf48c9e316b8bef9eac3dc46aea
7
+ data.tar.gz: 2cc8861b36c600041c436ea56497bfeb3377283e4306869609798866c8a7c76e4266fd1e0273b1d717e02a6eb0422ba29aa1ffc58af500eb2d8dedfe1d51587e
@@ -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 -%}
@@ -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>