appscms-tools-theme 4.4.4 → 4.4.6
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/_data/header/en/data.json +10 -1146
- data/_includes/appscms/customblog/pageRelatedPosts.html +43 -75
- data/_includes/appscms/faq/faq.html +1 -9
- data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +1 -12
- data/_includes/appscms/featurehighlight/featurehighlight.html +30 -52
- data/_includes/appscms/footer/footer.html +13 -29
- data/_includes/appscms/footer/products.html +1 -8
- data/_includes/appscms/howto/howto.html +6 -8
- data/_includes/appscms/navbars/toolbar.html +10 -71
- data/_includes/appscms/searchbar/searchbar.html +4 -26
- data/_includes/author_bio.html +5 -5
- data/_includes/section/count.html +1 -5
- data/_includes/userTracking.html +8 -36
- data/_layouts/appscms-blog.html +55 -110
- data/_layouts/appscms-feature.html +13 -15
- data/_layouts/appscms-post.html +44 -44
- data/assets/css/appscms-blog.css +4 -4
- data/assets/css/appscms-theme.css +7 -6
- data/assets/images/close-button.svg +32 -0
- data/assets/images/search-icon.svg +3 -0
- data/assets/js/appscms-theme.js +1 -0
- metadata +4 -2
data/_includes/userTracking.html
CHANGED
|
@@ -3,41 +3,13 @@
|
|
|
3
3
|
<span class="close-share-modal">×</span>
|
|
4
4
|
<h5>Share on social media to continue using this website</h5>
|
|
5
5
|
<div class="share-modal-social">
|
|
6
|
-
<
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
<
|
|
12
|
-
|
|
13
|
-
><i class="fab fa-instagram"></i
|
|
14
|
-
></a>
|
|
15
|
-
</div>
|
|
16
|
-
<div>
|
|
17
|
-
<a href="#" class="social-share twitter"
|
|
18
|
-
><i class="fab fa-twitter"></i
|
|
19
|
-
></a>
|
|
20
|
-
</div>
|
|
21
|
-
<div>
|
|
22
|
-
<a href="#" class="social-share whatsapp"
|
|
23
|
-
><i class="fab fa-whatsapp"></i
|
|
24
|
-
></a>
|
|
25
|
-
</div>
|
|
26
|
-
<div>
|
|
27
|
-
<a href="#" class="social-share telegram"
|
|
28
|
-
><i class="fab fa-telegram"></i
|
|
29
|
-
></a>
|
|
30
|
-
</div>
|
|
31
|
-
<div>
|
|
32
|
-
<a href="#" class="social-share pinterest"
|
|
33
|
-
><i class="fab fa-pinterest"></i
|
|
34
|
-
></a>
|
|
35
|
-
</div>
|
|
36
|
-
<div>
|
|
37
|
-
<a href="#" class="social-share linkedin"
|
|
38
|
-
><i class="fab fa-linkedin"></i
|
|
39
|
-
></a>
|
|
40
|
-
</div>
|
|
6
|
+
<a href="#" class="social-share facebook"><i class="fab fa-facebook"></i></a>
|
|
7
|
+
<a href="#" class="social-share instagram"><i class="fab fa-instagram"></i></a>
|
|
8
|
+
<a href="#" class="social-share twitter"><i class="fab fa-twitter"></i></a>
|
|
9
|
+
<a href="#" class="social-share whatsapp"><i class="fab fa-whatsapp"></i></a>
|
|
10
|
+
<a href="#" class="social-share telegram"><i class="fab fa-telegram"></i></a>
|
|
11
|
+
<a href="#" class="social-share pinterest"><i class="fab fa-pinterest"></i></a>
|
|
12
|
+
<a href="#" class="social-share linkedin"><i class="fab fa-linkedin"></i></a>
|
|
41
13
|
</div>
|
|
42
14
|
</div>
|
|
43
|
-
</div>
|
|
15
|
+
</div>
|
data/_layouts/appscms-blog.html
CHANGED
|
@@ -1,133 +1,78 @@
|
|
|
1
1
|
<!DOCTYPE html>
|
|
2
2
|
<html lang="en">
|
|
3
|
-
|
|
3
|
+
{% include appscms/head/bloghead.html %}
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
<body>
|
|
6
|
+
{%- include appscms/navbars/navbar.html -%} {%- include
|
|
7
|
+
appscms/navbars/toolbar.html -%}
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</p>
|
|
23
|
-
</div>
|
|
24
|
-
</div>
|
|
25
|
-
{%- if site.monumetricId -%}
|
|
26
|
-
</div>
|
|
9
|
+
<section>
|
|
10
|
+
<div class="container">
|
|
11
|
+
{%- if site.monumetricId -%}
|
|
12
|
+
<div class="row">
|
|
13
|
+
<div class="col-md-9 mx-auto">
|
|
14
|
+
{%- endif -%}
|
|
15
|
+
<h1 class="appscms-h1 mt-5 text-center">
|
|
16
|
+
{{ site.data.blog.blog.h1 }}
|
|
17
|
+
</h1>
|
|
18
|
+
<p class="appscms-h2 text-center mb-5" style="font-size: 18px">
|
|
19
|
+
{{ site.data.blog.blog.description }}
|
|
20
|
+
</p>
|
|
21
|
+
{%- if site.monumetricId -%}
|
|
27
22
|
</div>
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
>
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
alt="{{post.title}}"
|
|
49
|
-
{%-
|
|
50
|
-
if
|
|
51
|
-
site.crossorigin
|
|
52
|
-
-%}
|
|
53
|
-
crossorigin="anonymous"
|
|
54
|
-
{%-
|
|
55
|
-
endif
|
|
56
|
-
-%}
|
|
57
|
-
/>
|
|
23
|
+
</div>
|
|
24
|
+
{%- endif -%}
|
|
25
|
+
<div class="main-content">{{content}}</div>
|
|
26
|
+
<div class="row">
|
|
27
|
+
<div class="col-md-10 mx-auto">
|
|
28
|
+
<div class="row allblogs shadow appscms-blogs">
|
|
29
|
+
{%- if site.monumetricId -%}
|
|
30
|
+
<div class="col-md-9 mx-auto">
|
|
31
|
+
<div class="row">
|
|
32
|
+
{%- endif -%} {% for post in paginator.posts %}
|
|
33
|
+
<div
|
|
34
|
+
class="{%- if site.monumetricId -%} col-md-6 mb-4 card-group {%- else -%} col-lg-4 col-md-6 mb-4 card-group {%- endif -%}">
|
|
35
|
+
<div class="card h-100 appscms-blog-cards">
|
|
36
|
+
<a href="{{ post.url }}">
|
|
37
|
+
<img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top"
|
|
38
|
+
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin="anonymous" {%- endif -%} />
|
|
39
|
+
</a>
|
|
40
|
+
<div class="card-body">
|
|
41
|
+
<a href="{{ post.url }}" class="anchor_link">
|
|
42
|
+
<h4 class="card-title mb-4">{{ post.title }}</h4>
|
|
58
43
|
</a>
|
|
59
|
-
<div class="card-body">
|
|
60
|
-
<a href="{{ post.url }}" class="anchor_link">
|
|
61
|
-
<h4 class="card-title mb-4">{{ post.title }}</h4>
|
|
62
|
-
</a>
|
|
63
|
-
</div>
|
|
64
44
|
{%- include authors/authors.html -%}
|
|
65
|
-
<div class="card-footer">
|
|
66
45
|
<div class="wrapfooter">
|
|
67
46
|
{% if post.author %}
|
|
68
|
-
<a
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
>
|
|
73
|
-
<img
|
|
74
|
-
class="author-thumb"
|
|
75
|
-
loading="lazy"
|
|
76
|
-
src="{{ image }}"
|
|
77
|
-
alt="{{ authorName }}"
|
|
78
|
-
{%-
|
|
79
|
-
if
|
|
80
|
-
site.crossorigin
|
|
81
|
-
-%}
|
|
82
|
-
crossorigin="anonymous"
|
|
83
|
-
{%-
|
|
84
|
-
endif
|
|
85
|
-
-%}
|
|
86
|
-
/>
|
|
47
|
+
<a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}"
|
|
48
|
+
class="meta-footer-thumb">
|
|
49
|
+
<img class="author-thumb" loading="lazy" src="{{ image }}" alt="{{ authorName }}" {%- if
|
|
50
|
+
site.crossorigin -%} crossorigin="anonymous" {%- endif -%} />
|
|
87
51
|
</a>
|
|
88
52
|
{% endif %}
|
|
89
53
|
|
|
90
|
-
<
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
href="/authors/{{authorName | downcase | replace: ' ' , '-' }}"
|
|
95
|
-
>{{authorName}}</a
|
|
96
|
-
> </span
|
|
97
|
-
><br />
|
|
98
|
-
<span class="post-date"
|
|
99
|
-
>{{post.date | date_to_string }}</span
|
|
100
|
-
>
|
|
101
|
-
</span>
|
|
54
|
+
<div class="author-meta">
|
|
55
|
+
<a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName}}</a>
|
|
56
|
+
<div class="post-date">{{post.date | date_to_string }}</div>
|
|
57
|
+
</div>
|
|
102
58
|
</div>
|
|
103
|
-
</div>
|
|
104
59
|
</div>
|
|
60
|
+
|
|
105
61
|
</div>
|
|
106
|
-
{% endfor %} {%- if site.monumetricId -%}
|
|
107
62
|
</div>
|
|
63
|
+
{% endfor %} {%- if site.monumetricId -%}
|
|
108
64
|
</div>
|
|
109
|
-
{%- endif -%}
|
|
110
65
|
</div>
|
|
66
|
+
{%- endif -%}
|
|
111
67
|
</div>
|
|
112
68
|
</div>
|
|
113
|
-
{%- include paginationBlogPage.html -%}
|
|
114
69
|
</div>
|
|
70
|
+
{%- include paginationBlogPage.html -%}
|
|
71
|
+
</div>
|
|
115
72
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
73
|
+
{% include section/count.html %}
|
|
74
|
+
</section>
|
|
75
|
+
{% include appscms/scripts/script.html %}
|
|
76
|
+
</body>
|
|
119
77
|
|
|
120
|
-
|
|
121
|
-
<script
|
|
122
|
-
src="{{ '/assets/js/TopScroll.js' | relative_url }}"
|
|
123
|
-
{%-
|
|
124
|
-
if
|
|
125
|
-
site.crossorigin
|
|
126
|
-
-%}
|
|
127
|
-
crossorigin="anonymous"
|
|
128
|
-
{%-
|
|
129
|
-
endif
|
|
130
|
-
-%}
|
|
131
|
-
></script>
|
|
132
|
-
</body>
|
|
133
|
-
</html>
|
|
78
|
+
</html>
|
|
@@ -4,22 +4,20 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
|
4
4
|
|
|
5
5
|
<!DOCTYPE html>
|
|
6
6
|
<html lang="{{ page.lang }}">
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
not upload any files to server, hence your data is 100% secure. {%-
|
|
20
|
-
endif -%}
|
|
21
|
-
</div>
|
|
7
|
+
{%- include appscms/head/head.html -%}
|
|
8
|
+
|
|
9
|
+
<body>
|
|
10
|
+
{%- include appscms/navbars/navbar.html -%} {%- include
|
|
11
|
+
appscms/navbars/toolbar.html -%} {%- include bookmark.html -%} {%- if
|
|
12
|
+
site.safeui -%}
|
|
13
|
+
<div class="alert alert-{{pageData.variant | default: 'primary'}} fade show text-center" role="alert"
|
|
14
|
+
id="safeui-alert">
|
|
15
|
+
<div class="container">
|
|
16
|
+
{%- if pageData.alertmsg -%} {{pageData.alertmsg}} {%- else -%} We do
|
|
17
|
+
not upload any files to server, hence your data is 100% secure. {%-
|
|
18
|
+
endif -%}
|
|
22
19
|
</div>
|
|
20
|
+
</div>
|
|
23
21
|
{%- endif -%} {%- include appscms/headings/headings.html -%}
|
|
24
22
|
<div class="appscms-sidebar-left"></div>
|
|
25
23
|
<div class="appscms-sidebar-right"></div>
|
data/_layouts/appscms-post.html
CHANGED
|
@@ -13,18 +13,19 @@
|
|
|
13
13
|
padding-left: 40px;
|
|
14
14
|
position: sticky;
|
|
15
15
|
top: 80px;
|
|
16
|
-
background:var(--white-color);
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
background: var(--white-color);
|
|
17
|
+
border-radius: 20px;
|
|
18
|
+
padding: 20px;
|
|
19
|
+
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.mainThings ul
|
|
22
|
+
.mainThings ul a {
|
|
23
23
|
color: var(--mid-gray);
|
|
24
24
|
margin-bottom: 5px;
|
|
25
25
|
display: block;
|
|
26
|
-
|
|
26
|
+
|
|
27
27
|
}
|
|
28
|
+
|
|
28
29
|
.theseFeatures .featureLink:hover {
|
|
29
30
|
text-decoration: underline !important;
|
|
30
31
|
}
|
|
@@ -126,54 +127,53 @@
|
|
|
126
127
|
</div>
|
|
127
128
|
{%- endif -%}
|
|
128
129
|
<div class="mt-3 socialIons">
|
|
129
|
-
<
|
|
130
|
-
<
|
|
130
|
+
<div class="mb-4 list-unstyled item-lists2">
|
|
131
|
+
<a style="pointer-events: none;">{{ site.data.blog.share.label }}</a>
|
|
131
132
|
{% capture title %}{{ page.title }}{% endcapture %}
|
|
132
133
|
{% assign url = page.url | relative_url | prepend: site.url %}
|
|
133
134
|
{% for share in site.data.blog.share.platforms %}
|
|
134
135
|
{% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
|
|
135
|
-
<
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
</li>
|
|
136
|
+
<a href=" {{ link }}" data-toggle="tooltip"
|
|
137
|
+
onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
|
|
138
|
+
data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
|
|
139
|
+
<i class="fa-fw {{ share.icon }}"></i>
|
|
140
|
+
</a>
|
|
141
141
|
{% endfor %}
|
|
142
142
|
</span>
|
|
143
|
-
</ul>
|
|
144
|
-
<!-- <div class="sep"></div> -->
|
|
145
|
-
<div class="comments-count">
|
|
146
|
-
<a href="{{ content.absolute_url }}#disqus_thread" class="comment_count"></a>
|
|
147
143
|
</div>
|
|
148
|
-
</ul>
|
|
149
144
|
</div>
|
|
150
145
|
|
|
151
146
|
<div class="theseFeatures">
|
|
152
147
|
{%- if page.URLS -%}
|
|
153
|
-
<h3 class="font-weight-bolder">Checkout out these features</h3>
|
|
154
|
-
<br>
|
|
148
|
+
<h3 class="font-weight-bolder mb-3">Checkout out these features</h3>
|
|
155
149
|
{%- for item in page.URLS -%}
|
|
156
|
-
<p class="mb-3">
|
|
157
|
-
|
|
150
|
+
<!-- <p class="mb-3"> -->
|
|
151
|
+
<a class="featureLink mb-3" style="font-size: 13px"
|
|
152
|
+
href="{{item.url}}">{{item.name}}</a>
|
|
153
|
+
<!-- </p> -->
|
|
158
154
|
{%- endfor -%}
|
|
159
155
|
{%- elsif site.relatedPages -%}
|
|
160
156
|
{% assign blogPostPath = page.path %}
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
{% for entry in site.data.blog.relatedblogs %}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
{% for entry in site.data.blog.relatedblogs %}
|
|
160
|
+
{% if entry.path == blogPostPath %}
|
|
161
|
+
<h2 class="mb-3">Related Features:</h2>
|
|
162
|
+
<ul class="list-unstyled">
|
|
163
|
+
{% for feature in entry.relatedFeatures %}
|
|
164
|
+
{% assign parts = feature.webpageUrl | split: '/' %}
|
|
165
|
+
{% assign lastPart = parts | last %}
|
|
166
|
+
{% assign subParts = lastPart | split: '-' %}
|
|
167
|
+
<!-- <li> -->
|
|
168
|
+
<a class="featureLink" style="font-size: 13px"
|
|
169
|
+
href="{{ site.baseurl }}{{ feature.webpageUrl }}">{{ subParts[0] | capitalize }}
|
|
170
|
+
{{ subParts[1] }}</a>
|
|
171
|
+
<!-- </li> -->
|
|
172
|
+
|
|
173
|
+
{% endfor %}
|
|
174
|
+
</ul>
|
|
175
|
+
{% endif %}
|
|
176
|
+
{% endfor %}
|
|
177
177
|
{% else %}
|
|
178
178
|
<h3 class="font-weight-bolder">Checkout out these features</h3>
|
|
179
179
|
<br>
|
|
@@ -188,12 +188,12 @@
|
|
|
188
188
|
|
|
189
189
|
{%- for url in allRandomUrls limit: 10-%}
|
|
190
190
|
{% if url %}
|
|
191
|
-
<p class="mb-3">
|
|
192
|
-
<a class="featureLink" style="font-size: 13px" href="{{url }}">
|
|
191
|
+
<!-- <p class="mb-3"> -->
|
|
192
|
+
<a class="mb-3 featureLink" style="font-size: 13px" href="{{url }}">
|
|
193
193
|
{%- assign name = url | replace: '/', ' ' | replace: '-', ' ' -%}
|
|
194
194
|
{{ name }}
|
|
195
195
|
</a>
|
|
196
|
-
</p>
|
|
196
|
+
<!-- </p> -->
|
|
197
197
|
{%- endif -%}
|
|
198
198
|
{%- endfor -%}
|
|
199
199
|
{%- endif -%}
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
</div>
|
|
203
203
|
</div>
|
|
204
204
|
{%- if site.relatedPages -%}
|
|
205
|
-
|
|
205
|
+
{%- include appscms/customblog/relatedBlogs.html -%}
|
|
206
206
|
{%- else -%}
|
|
207
207
|
<div class="col-md-12">
|
|
208
208
|
{%- if page.categories.size> 0 or page.tags.size>0-%}
|
|
@@ -229,7 +229,7 @@
|
|
|
229
229
|
</div>
|
|
230
230
|
</section>
|
|
231
231
|
{%- include section/count.html -%}
|
|
232
|
-
|
|
232
|
+
{%- include appscms/scripts/script.html -%}
|
|
233
233
|
{%- if site.crossorigin -%}
|
|
234
234
|
<script>
|
|
235
235
|
const getImages = document.getElementsByTagName('img')
|
data/assets/css/appscms-blog.css
CHANGED
|
@@ -252,23 +252,23 @@ header {
|
|
|
252
252
|
flex-direction: row;
|
|
253
253
|
width: 100%;
|
|
254
254
|
}
|
|
255
|
-
.socialIons > .item-lists2 >
|
|
255
|
+
.socialIons > .item-lists2 > a:nth-child(1) {
|
|
256
256
|
margin: 0;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
|
-
.socialIons > .item-lists2 >
|
|
259
|
+
.socialIons > .item-lists2 > a {
|
|
260
260
|
list-style: none;
|
|
261
261
|
padding: 8px 0px;
|
|
262
262
|
margin: 0 auto;
|
|
263
263
|
}
|
|
264
|
-
.socialIons .item-lists2
|
|
264
|
+
.socialIons .item-lists2 a {
|
|
265
265
|
color: rgba(95, 21, 21, 0.44);
|
|
266
266
|
fill: rgba(0, 0, 0, 0.44);
|
|
267
267
|
font-size: 15px;
|
|
268
268
|
cursor: pointer;
|
|
269
269
|
text-decoration: none !important;
|
|
270
270
|
}
|
|
271
|
-
.socialIons > .item-lists2 >
|
|
271
|
+
.socialIons > .item-lists2 > i {
|
|
272
272
|
font-size: 18px;
|
|
273
273
|
color: rgba(0, 0, 0, 0.44);
|
|
274
274
|
fill: rgba(0, 0, 0, 0.44);
|
|
@@ -161,12 +161,13 @@ body {
|
|
|
161
161
|
padding-bottom: 1px;
|
|
162
162
|
list-style: none;
|
|
163
163
|
}
|
|
164
|
-
.list-item-dropdown
|
|
164
|
+
.list-item-dropdown .toolbar-link {
|
|
165
165
|
font-weight: 600;
|
|
166
|
+
display: block;
|
|
166
167
|
line-height: 1.7;
|
|
167
168
|
color: var(--dark-gray);
|
|
168
|
-
padding-top: 10px;
|
|
169
|
-
padding-bottom: 8px;
|
|
169
|
+
/* padding-top: 10px;
|
|
170
|
+
padding-bottom: 8px; */
|
|
170
171
|
align-items: center;
|
|
171
172
|
width: 100%;
|
|
172
173
|
font-size: 16px;
|
|
@@ -175,7 +176,7 @@ body {
|
|
|
175
176
|
white-space: nowrap;
|
|
176
177
|
}
|
|
177
178
|
|
|
178
|
-
.list-item-dropdown
|
|
179
|
+
.list-item-dropdown .toolbar-link:hover {
|
|
179
180
|
background-color: rgba(241, 241, 241, 0.279);
|
|
180
181
|
box-shadow: 0px 0px 5px rgba(241, 241, 241, 0.279);
|
|
181
182
|
border-radius: 5px;
|
|
@@ -901,7 +902,7 @@ body {
|
|
|
901
902
|
list-style: none;
|
|
902
903
|
}
|
|
903
904
|
|
|
904
|
-
.appscms-footer-link
|
|
905
|
+
.appscms-footer-link {
|
|
905
906
|
color: #6b6b6b;
|
|
906
907
|
display: block;
|
|
907
908
|
margin-top: 18px;
|
|
@@ -909,7 +910,7 @@ body {
|
|
|
909
910
|
font-weight: 500;
|
|
910
911
|
line-height: 18px;
|
|
911
912
|
}
|
|
912
|
-
.appscms-footer-link
|
|
913
|
+
.appscms-footer-link:hover {
|
|
913
914
|
color: var(--black-color);
|
|
914
915
|
}
|
|
915
916
|
.appscms-footer-category {
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<svg
|
|
2
|
+
height="50px"
|
|
3
|
+
width="1em"
|
|
4
|
+
style="font-size: 25px"
|
|
5
|
+
viewBox="0 0 24 24"
|
|
6
|
+
fill="#fff"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
stroke="#ffffff"
|
|
9
|
+
>
|
|
10
|
+
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
|
11
|
+
<g
|
|
12
|
+
id="SVGRepo_tracerCarrier"
|
|
13
|
+
stroke-linecap="round"
|
|
14
|
+
stroke-linejoin="round"
|
|
15
|
+
></g>
|
|
16
|
+
<g id="SVGRepo_iconCarrier">
|
|
17
|
+
<g clip-path="url(#clip0_429_11083)">
|
|
18
|
+
<path
|
|
19
|
+
d="M7 7.00006L17 17.0001M7 17.0001L17 7.00006"
|
|
20
|
+
stroke="#ffffff"
|
|
21
|
+
stroke-width="2.5"
|
|
22
|
+
stroke-linecap="round"
|
|
23
|
+
stroke-linejoin="round"
|
|
24
|
+
></path>
|
|
25
|
+
</g>
|
|
26
|
+
<defs>
|
|
27
|
+
<clipPath id="clip0_429_11083">
|
|
28
|
+
<rect width="24" height="24" fill="white"></rect>
|
|
29
|
+
</clipPath>
|
|
30
|
+
</defs>
|
|
31
|
+
</g>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4 11C4 7.13401 7.13401 4 11 4C14.866 4 18 7.13401 18 11C18 14.866 14.866 18 11 18C7.13401 18 4 14.866 4 11ZM11 2C6.02944 2 2 6.02944 2 11C2 15.9706 6.02944 20 11 20C13.125 20 15.078 19.2635 16.6177 18.0319L20.2929 21.7071C20.6834 22.0976 21.3166 22.0976 21.7071 21.7071C22.0976 21.3166 22.0976 20.6834 21.7071 20.2929L18.0319 16.6177C19.2635 15.078 20 13.125 20 11C20 6.02944 15.9706 2 11 2Z" fill="#000000"/>
|
|
3
|
+
</svg>
|
data/assets/js/appscms-theme.js
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appscms-tools-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.4.
|
|
4
|
+
version: 4.4.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-03-
|
|
11
|
+
date: 2024-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -434,6 +434,7 @@ files:
|
|
|
434
434
|
- assets/images/bulb.png
|
|
435
435
|
- assets/images/bulb.svg
|
|
436
436
|
- assets/images/bunnies.png
|
|
437
|
+
- assets/images/close-button.svg
|
|
437
438
|
- assets/images/cloud-computing.png
|
|
438
439
|
- assets/images/cloud_new.svg
|
|
439
440
|
- assets/images/contenttool-main.svg
|
|
@@ -487,6 +488,7 @@ files:
|
|
|
487
488
|
- assets/images/safeimagekit.png
|
|
488
489
|
- assets/images/safety.svg
|
|
489
490
|
- assets/images/safevideoconverter.svg
|
|
491
|
+
- assets/images/search-icon.svg
|
|
490
492
|
- assets/images/shield.svg
|
|
491
493
|
- assets/images/siddhika.jpeg
|
|
492
494
|
- assets/images/siddhika.webp
|