appscms-tools-theme 4.2.0 → 4.2.1

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: 5b6a4d93553977f99de979b1a07b240ce52992d7eda3a23894f5bd6e3f2f1410
4
- data.tar.gz: 8ee71800527fdd23f87af7e327908c451ec260c730d836b0292b1a822f83997a
3
+ metadata.gz: 34c482edaf7755cefb0e831587a932f339b1ddfda095c39a5d2c06f61cc8b109
4
+ data.tar.gz: 72a54cb598326fd9ccf98b80f0cd8f5830a8ede39088e6d5798aee033d030e4f
5
5
  SHA512:
6
- metadata.gz: 77450644c6c41c22a94bf29c682d2d583541eb55bc59088f026179d3be9081797888fd63f06a586ca7a96fc11dda62a2f66e0969afb33a0aa42742d219abd450
7
- data.tar.gz: 366d357717a7a2421a164333e0f8ffac38a04ecadb941777725b039016d0d5e20dd77704f1c2d3939b0d39226d3b4e047ee84d633a6527a736a8ea1415b74cff
6
+ metadata.gz: 45a282efffad241f80961a03156e87511cf4fc11456ca6d854fbbcf704670802dc83d445e43952c28551573e31b7db2fd3541c0e311dc9de664759521819d0a4
7
+ data.tar.gz: 32936a421b4a2febb16438d1be0eb4f71dd0f7e614da8da510b4e2d85ef527f9567be607097954f95b1032bba2d49a81b1f3231db9102174ebfb03a6d1c22aa6
@@ -0,0 +1,93 @@
1
+ <section class="related-posts-section container">
2
+ <div class="mx-auto col-md-11 col-lg-11 col-sm-10 p-3 pb-3">
3
+ <div class="relatedPosts">
4
+ {%- if site.posts.size>0 -%} {%- if site.monumetricId and page.url != '/'
5
+ and page.lang == "en" -%}
6
+ <div class="row">
7
+ <div class="col-md-9 mx-auto">
8
+ {%- endif -%}
9
+ <div class="heading">
10
+ <div class="row">
11
+ <div class="col-md-12 col-sm-12 mx-auto">
12
+ <div
13
+ class="d-flex align-items-center justify-content-center mb-5"
14
+ >
15
+ <hr
16
+ class="flex-grow-1 mx-4 mb-0"
17
+ style="height: 2px; background-color: #000"
18
+ />
19
+ <h4 class="text-center appscms-h3 my-5">Recent posts</h4>
20
+ <hr
21
+ class="flex-grow-1 mx-4 mb-0"
22
+ style="height: 2px; background-color: #000"
23
+ />
24
+ </div>
25
+ </div>
26
+ </div>
27
+ </div>
28
+ {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
29
+ </div>
30
+ </div>
31
+ {%- endif -%} {%- endif -%}
32
+ <div class="row allblogs shadow appscms-blogs">
33
+ <div class="row px-4">
34
+ {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
35
+
36
+ <div class="col-md-9 mx-auto">
37
+ <div class="row">
38
+ {%- endif -%} {% assign posts = site.posts |
39
+ where_exp:"post","post.url != page.url" %} {% for post in posts
40
+ limit: 6%} {%- include /authors/authors.html -%}
41
+ <div class="col-xl-4 col-lg-6 col-md-6 mb-4">
42
+ <div class="card h-100 appscms-blog-cards">
43
+ <a
44
+ class="text-decoration-none text-dark"
45
+ href="{{ post.url }}"
46
+ >
47
+ <div class="extrabox">
48
+ <img
49
+ class="card-img-top"
50
+ src="{{ post.image }}"
51
+ alt="Video thumbnail"
52
+ loading="lazy"
53
+ style="height: 100%; width: 100%"
54
+ /></div>
55
+ <div class="card-body">
56
+ <h5 class="card-title">{{post.title}}</h5>
57
+ <div class="wrapfooter">
58
+ <span class="meta-footer-thumb"
59
+ ><img
60
+ class="author-thumb ezlazyloaded"
61
+ loading="lazy"
62
+ src="{{image}}"
63
+ alt="{{authorName}}"
64
+ ezimgfmt="rs rscb1 src ng ngcb1"
65
+ data-ezsrc="https://safeimagekit.com/ezoimgfmt/d33wubrfki0l68.cloudfront.net/6ec825fe5d7100e36db90bc00382e77e2e242a20/f5cec/assets/images/udit.jpg?ezimgfmt=rs:35x35/rscb1/ng:webp/ngcb1"
66
+ ezoid="0.04631063861662277"
67
+ /></span>
68
+ <div class="author-meta">
69
+ <span class="post-name"
70
+ ><a target="_blank" href="/blog"
71
+ >{{authorName}}</a
72
+ ></span
73
+ ><br />
74
+ <p class="post-date mb-0">
75
+ {{post.date | date_to_string }}
76
+ </p>
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </a>
81
+ </div>
82
+ </div>
83
+ {% endfor %} {%- if site.monumetricId and page.url != '/' and
84
+ page.lang == "en" -%}
85
+ </div>
86
+ </div>
87
+ {%- endif -%}
88
+ </div>
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </section>
93
+
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- <div class="row allblogs shadow appscms-blogs">
23
+ <div class="row allblogs appscms-blogs">
24
24
  {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
25
25
 
26
26
 
@@ -34,11 +34,14 @@
34
34
  <div class="
35
35
  {%- if site.monumetricId and page.url != '/' and page.lang == " en" -%} col-md-6 mb-4 card-group {%-
36
36
  else -%} col-lg-4 col-md-6 mb-4 card-group {%- endif -%} ">
37
- <div class=" card h-100 appscms-blog-cards">
37
+ <div class="card h-100 appscms-blog-cards">
38
38
  <a href="/blog/{{ post.url }}">
39
+ <div class="extrapaddingforimg">
40
+
39
41
  <img src="{{ post.image }}" loading="lazy" class="card-img-top" height="250"
40
42
  width="100%" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif
41
43
  -%}>
44
+ </div>
42
45
  </a>
43
46
  <div class="card-body">
44
47
  <a class="text-decoration-none text-dark" href="/blog/{{ post.url }}" class="anchor_link">
@@ -56,7 +59,7 @@
56
59
  <span class="author-meta">
57
60
 
58
61
  <a target="_blank" href="/blog">{{authorName}}</a>
59
- <br>
62
+
60
63
  {% assign path_parts = post.path | split: '/' %}
61
64
  {% assign date_parts = path_parts[1] | split: '-' %}
62
65
  {% assign year = date_parts[0] %}
@@ -30,7 +30,7 @@
30
30
  <a href="{{ post.url }}">
31
31
  <img src="{{ post.image }}" class="card-img-top" height="250" width="100%"
32
32
  loading="lazy" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%-
33
- endif -%}>
33
+ endif -%}
34
34
  </a>
35
35
  <div class="card-body">
36
36
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
@@ -42,7 +42,7 @@
42
42
  {% if post.author %}
43
43
  <span class="meta-footer-thumb">
44
44
  <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}"
45
- {%- if site.crossorigin -%} crossorigin {%- endif -%}>
45
+ {%- if site.crossorigin -%} crossorigin {%- endif -%}
46
46
  </span>
47
47
  {% endif %}
48
48
  <span class="author-meta">
@@ -38,7 +38,7 @@
38
38
  <a href="/blog/{{ post.metadata.url }}">
39
39
  <img src="{{ post.metadata.image }}" loading="lazy" class="card-img-top" height="250"
40
40
  width="100%" alt="{{post.metadata.title}}" {%- if site.crossorigin -%} crossorigin {%- endif
41
- -%}>
41
+ -%}
42
42
  </a>
43
43
  <div class="card-body">
44
44
  <a class="text-decoration-none text-dark" href="/blog/{{ post.metadata.url }}" class="anchor_link">
@@ -74,7 +74,7 @@
74
74
  <a href="{{ post.url }}">
75
75
  <img src="{{ post.image }}" loading="lazy" class="card-img-top" height="150"
76
76
  width="100%" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif
77
- -%}>
77
+ -%}
78
78
  </a>
79
79
  <div class="card-body">
80
80
  <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
@@ -87,7 +87,7 @@
87
87
  <span class="meta-footer-thumb">
88
88
  <img class="author-thumb" loading="lazy" src="{{ image }}"
89
89
  alt="{{ authorName }}" {%- if site.crossorigin -%} crossorigin {%- endif
90
- -%}>
90
+ -%}
91
91
  </span>
92
92
  {% endif %}
93
93
 
@@ -1,33 +1,31 @@
1
1
  {%- if page.tool -%}
2
2
  {%- assign tool = page.tool -%}
3
3
  {%- assign data = site.data.rating.rating.tools -%}
4
- <div class="rating-tool">
5
- <div class="container">
6
- <div class="row text-center">
7
- <div class="col-md-12">
4
+ <div class="container">
5
+ <div class="row justify-content-center">
6
+ <div class="col-md-10 pt-5 text-center">
7
+ <div class="rating-tool">
8
8
  <img id="rating-img" loading='lazy' src="/assets/images/rating.png" alt="rating-img">
9
9
  <div class="rating-text">Rate this tool</div>
10
10
  <div class="rating-stars">
11
-
12
-
13
- <svg class="rating-star" width="56" height="53" viewBox="0 0 56 53" fill="gray"
11
+ <svg class="rating-star" width="26" height="26" viewBox="0 0 56 53" fill="gray"
14
12
  xmlns="http://www.w3.org/2000/svg">
15
13
  <path
16
14
  d="M30.8532 3.54509C29.9551 0.781158 26.0449 0.781146 25.1468 3.54508L20.538 17.7295C20.4042 18.1415 20.0202 18.4205 19.587 18.4205H4.67262C1.76645 18.4205 0.558112 22.1393 2.90926 23.8475L14.9752 32.614C15.3257 32.8686 15.4724 33.32 15.3385 33.732L10.7297 47.9164C9.83166 50.6803 12.9951 52.9787 15.3462 51.2705L27.4122 42.5041C27.7627 42.2494 28.2373 42.2494 28.5878 42.5041L40.6538 51.2705C43.0049 52.9787 46.1683 50.6803 45.2703 47.9164L40.6615 33.732C40.5276 33.32 40.6743 32.8686 41.0248 32.614L53.0907 23.8475C55.4419 22.1393 54.2336 18.4205 51.3274 18.4205H36.413C35.9798 18.4205 35.5958 18.1415 35.462 17.7295L30.8532 3.54509Z" />
17
15
  </svg>
18
- <svg class="rating-star" width="56" height="53" viewBox="0 0 56 53" fill="gray"
16
+ <svg class="rating-star" width="26" height="26" viewBox="0 0 56 53" fill="gray"
19
17
  xmlns="http://www.w3.org/2000/svg">
20
18
  <path
21
19
  d="M30.8532 3.54509C29.9551 0.781158 26.0449 0.781146 25.1468 3.54508L20.538 17.7295C20.4042 18.1415 20.0202 18.4205 19.587 18.4205H4.67262C1.76645 18.4205 0.558112 22.1393 2.90926 23.8475L14.9752 32.614C15.3257 32.8686 15.4724 33.32 15.3385 33.732L10.7297 47.9164C9.83166 50.6803 12.9951 52.9787 15.3462 51.2705L27.4122 42.5041C27.7627 42.2494 28.2373 42.2494 28.5878 42.5041L40.6538 51.2705C43.0049 52.9787 46.1683 50.6803 45.2703 47.9164L40.6615 33.732C40.5276 33.32 40.6743 32.8686 41.0248 32.614L53.0907 23.8475C55.4419 22.1393 54.2336 18.4205 51.3274 18.4205H36.413C35.9798 18.4205 35.5958 18.1415 35.462 17.7295L30.8532 3.54509Z" />
22
- </svg> <svg class="rating-star" width="56" height="53" viewBox="0 0 56 53" fill="gray"
20
+ </svg> <svg class="rating-star" width="26" height="26" viewBox="0 0 56 53" fill="gray"
23
21
  xmlns="http://www.w3.org/2000/svg">
24
22
  <path
25
23
  d="M30.8532 3.54509C29.9551 0.781158 26.0449 0.781146 25.1468 3.54508L20.538 17.7295C20.4042 18.1415 20.0202 18.4205 19.587 18.4205H4.67262C1.76645 18.4205 0.558112 22.1393 2.90926 23.8475L14.9752 32.614C15.3257 32.8686 15.4724 33.32 15.3385 33.732L10.7297 47.9164C9.83166 50.6803 12.9951 52.9787 15.3462 51.2705L27.4122 42.5041C27.7627 42.2494 28.2373 42.2494 28.5878 42.5041L40.6538 51.2705C43.0049 52.9787 46.1683 50.6803 45.2703 47.9164L40.6615 33.732C40.5276 33.32 40.6743 32.8686 41.0248 32.614L53.0907 23.8475C55.4419 22.1393 54.2336 18.4205 51.3274 18.4205H36.413C35.9798 18.4205 35.5958 18.1415 35.462 17.7295L30.8532 3.54509Z" />
26
- </svg> <svg class="rating-star" width="56" height="53" viewBox="0 0 56 53" fill="gray"
24
+ </svg> <svg class="rating-star" width="26" height="26" viewBox="0 0 56 53" fill="gray"
27
25
  xmlns="http://www.w3.org/2000/svg">
28
26
  <path
29
27
  d="M30.8532 3.54509C29.9551 0.781158 26.0449 0.781146 25.1468 3.54508L20.538 17.7295C20.4042 18.1415 20.0202 18.4205 19.587 18.4205H4.67262C1.76645 18.4205 0.558112 22.1393 2.90926 23.8475L14.9752 32.614C15.3257 32.8686 15.4724 33.32 15.3385 33.732L10.7297 47.9164C9.83166 50.6803 12.9951 52.9787 15.3462 51.2705L27.4122 42.5041C27.7627 42.2494 28.2373 42.2494 28.5878 42.5041L40.6538 51.2705C43.0049 52.9787 46.1683 50.6803 45.2703 47.9164L40.6615 33.732C40.5276 33.32 40.6743 32.8686 41.0248 32.614L53.0907 23.8475C55.4419 22.1393 54.2336 18.4205 51.3274 18.4205H36.413C35.9798 18.4205 35.5958 18.1415 35.462 17.7295L30.8532 3.54509Z" />
30
- </svg> <svg class="rating-star" width="56" height="53" viewBox="0 0 56 53" fill="gray"
28
+ </svg> <svg class="rating-star" width="26" height="26" viewBox="0 0 56 53" fill="gray"
31
29
  xmlns="http://www.w3.org/2000/svg">
32
30
  <path
33
31
  d="M30.8532 3.54509C29.9551 0.781158 26.0449 0.781146 25.1468 3.54508L20.538 17.7295C20.4042 18.1415 20.0202 18.4205 19.587 18.4205H4.67262C1.76645 18.4205 0.558112 22.1393 2.90926 23.8475L14.9752 32.614C15.3257 32.8686 15.4724 33.32 15.3385 33.732L10.7297 47.9164C9.83166 50.6803 12.9951 52.9787 15.3462 51.2705L27.4122 42.5041C27.7627 42.2494 28.2373 42.2494 28.5878 42.5041L40.6538 51.2705C43.0049 52.9787 46.1683 50.6803 45.2703 47.9164L40.6615 33.732C40.5276 33.32 40.6743 32.8686 41.0248 32.614L53.0907 23.8475C55.4419 22.1393 54.2336 18.4205 51.3274 18.4205H36.413C35.9798 18.4205 35.5958 18.1415 35.462 17.7295L30.8532 3.54509Z" />
@@ -39,7 +37,7 @@
39
37
  <i class="bi bi-star-fill rating-star"></i> -->
40
38
 
41
39
  </div>
42
- <div class="rating-value mt-5 ml-2">
40
+ <div class="rating-value ml-2">
43
41
  {%- for item in data -%}
44
42
  {%- if item.name ==tool -%}
45
43
  {%- assign rating = item.rating -%}
@@ -47,7 +47,6 @@
47
47
  <a
48
48
  target="_blank"
49
49
  href="/authors/{{featureAuthorName | downcase | replace: ' ','-' }}"
50
- >
51
50
  {{featureAuthorName}}
52
51
  </a>
53
52
  </p>
@@ -49,30 +49,15 @@
49
49
 
50
50
  {%- endif -%} {%- if page.layout == "aboutUs" -%}
51
51
 
52
- <meta
53
- name="description"
54
- content="{{site.name}} - About us | {{description}}"
55
- />
52
+ <meta name="description" content="{{site.name}} - About us | {{description}}" />
56
53
  {% elsif page.layout == "termAndCondition" %}
57
- <meta
58
- name="description"
59
- content="{{site.name}} - Terms and conditions | {{description}}"
60
- />
54
+ <meta name="description" content="{{site.name}} - Terms and conditions | {{description}}" />
61
55
  {% elsif page.layout == "disclaimer" %}
62
- <meta
63
- name="description"
64
- content="{{site.name}} - Disclaimer | {{description}}"
65
- />
56
+ <meta name="description" content="{{site.name}} - Disclaimer | {{description}}" />
66
57
  {% elsif page.layout == "privacyPolicy" %}
67
- <meta
68
- name="description"
69
- content="{{site.name}} - Privacy policy | {{description}}"
70
- />
58
+ <meta name="description" content="{{site.name}} - Privacy policy | {{description}}" />
71
59
  {% elsif page.layout == "contactUs" %}
72
- <meta
73
- name="description"
74
- content="{{site.name}} - Contact | {{description}}"
75
- />
60
+ <meta name="description" content="{{site.name}} - Contact | {{description}}" />
76
61
  {%- else -%}
77
62
  <meta name="description" content="{{description}}" />
78
63
 
@@ -80,135 +65,71 @@
80
65
 
81
66
  <link rel="canonical" href="{{site.url | append: page.url}}" />
82
67
 
83
- <link
84
- rel="stylesheet"
85
- href="/assets/css/bootstrap.min.css"
86
- {%-
87
- if
88
- site.crossorigin
89
- -%}
90
- {{
91
- }}
92
- crossorigin="anonymous"
93
- {%-
94
- endif
95
- -%}
96
- />
68
+ <link rel="stylesheet" href="/assets/css/bootstrap.min.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous"
69
+ {%- endif -%} />
97
70
 
98
71
  {%- if dataToShow.css -%}
99
72
 
100
- <link
101
- rel="stylesheet"
102
- href="{{dataToShow.css}}"
103
- {%-
104
- if
105
- site.crossorigin
106
- -%}
107
- {{
108
- }}
109
- crossorigin="anonymous"
110
- {%-
111
- endif
112
- -%}
113
- />
73
+ <link rel="stylesheet" href="{{dataToShow.css}}" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif
74
+ -%} />
114
75
  {%- else -%}
115
-
76
+
116
77
 
117
78
  {%- endif -%} {%- if site.monumetricId -%}
118
79
 
119
- <link
120
- rel="stylesheet"
121
- href="/assets/css/responsive.css"
122
- {%-
123
- if
124
- site.crossorigin
125
- -%}
126
- {{
127
- }}
128
- crossorigin="anonymous"
129
- {%-
130
- endif
131
- -%}
132
- />
133
-
134
- {%- endif -%} {%- if page.layout == "calculator" -%}
135
-
136
- <link
137
- rel="stylesheet"
138
- href="/assets/css/calculators.css"
139
- {%-
140
- if
141
- site.crossorigin
142
- -%}
143
- {{
144
- }}
145
- crossorigin="anonymous"
146
- {%-
147
- endif
148
- -%}
149
- />
80
+ <link rel="stylesheet" href="/assets/css/responsive.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
81
+ endif -%} />
82
+
83
+ {%- endif -%}
84
+
85
+
86
+
87
+
88
+ {%- if page.layout == "calculator" -%}
89
+
90
+ <link rel="stylesheet" href="/assets/css/calculators.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous"
91
+ {%- endif -%} />
150
92
 
151
93
  {%- endif -%} {%- if page.layout == "home-1" -%}
152
94
 
153
- <link
154
- rel="stylesheet"
155
- href="/assets/css/home-1.css"
156
- {%-
157
- if
158
- site.crossorigin
159
- -%}
160
- {{
161
- }}
162
- crossorigin="anonymous"
163
- {%-
164
- endif
165
- -%}
166
- />
95
+ <link rel="stylesheet" href="/assets/css/home-1.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
96
+ endif -%} />
167
97
 
168
98
  {%- endif -%} {%- if page.layout == "feature-1" or page.newBox or page.layout
169
99
  == "feature-download" -%}
170
100
 
171
- <link
172
- rel="stylesheet"
173
- href="/assets/css/feature-1.css"
174
- {%-
175
- if
176
- site.crossorigin
177
- -%}
178
- {{
179
- }}
180
- crossorigin="anonymous"
181
- {%-
182
- endif
183
- -%}
184
- />
101
+ <link rel="stylesheet" href="/assets/css/feature-1.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
102
+ endif -%} />
185
103
 
186
104
  {%- endif -%} {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
187
105
 
188
- <link
189
- rel="stylesheet"
190
- href="/assets/css/common.css"
191
- {%-
192
- if
193
- site.crossorigin
194
- -%}
195
- {{
196
- }}
197
- crossorigin="anonymous"
198
- {%-
199
- endif
200
- -%}
201
- />
106
+ <link rel="stylesheet" href="/assets/css/common.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
107
+ endif -%} />
108
+
109
+ {%- endif -%}
110
+
111
+
202
112
 
113
+ {%- if page.layout == "contenttool-home" -%}
114
+ <link rel="stylesheet" href="/assets/css/appscms-contenttool.css" {%- if site.crossorigin -%} {{ }}
115
+ crossorigin="anonymous" {%- endif -%} />
203
116
  {%- endif -%}
117
+
118
+
119
+
204
120
  <link rel="stylesheet" href="/assets/css/appscms-variables.css" />
121
+
122
+ {%- if page.layout != 'contenttool-home' -%}
205
123
  <link rel="stylesheet" href="/assets/css/appscms-theme.css" />
124
+ {%- endif -%}
125
+
126
+
206
127
  {%- if page.layout == "appscms-calculator" -%}
207
128
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
208
129
  <link rel="stylesheet" href="/assets/css/appscms-calculator.css" />
209
130
  {%- endif -%} {%- if page.layout == "appscms-home" -%}
210
131
  <link rel="stylesheet" href="/assets/css/appscms-home.css" />
211
- {%- endif -%} {%- if page.layout == "appscms-feature" -%}
132
+ {%- endif -%} {%- if page.layout == "appscms-feature" or page.layout == "contenttool-feature" -%}
212
133
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
213
134
  {%- endif -%} {%- if page.layout == "appscms-video" -%}
214
135
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
@@ -216,45 +137,21 @@
216
137
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
217
138
  {%- endif -%} {%- if page.layout == 'appscms-imagekit' -%}
218
139
  <link rel="stylesheet" href="/assets/css/appscms-feature.css" />
219
- <link
220
- rel="stylesheet"
221
- href="/assets/css/appscms-imagekit.css"
222
- {%-
223
- if
224
- site.crossorigin
225
- -%}
226
- {{
227
- }}
228
- crossorigin="anonymous"
229
- {%-
230
- endif
231
- -%}
232
- />
140
+ <link rel="stylesheet" href="/assets/css/appscms-imagekit.css" {%- if site.crossorigin -%} {{ }}
141
+ crossorigin="anonymous" {%- endif -%} />
233
142
 
234
143
  {%- endif -%}
235
144
  <meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}" />
236
145
  <meta property="og:title" content="{{title}}" />
237
146
  <meta property="og:description" content="{{description}}" />
238
147
  <meta property="og:type" content="website" />
239
- <meta
240
- data-rh="true"
241
- property="og:url"
242
- content="{{site.url | append: page.url}}"
243
- />
148
+ <meta data-rh="true" property="og:url" content="{{site.url | append: page.url}}" />
244
149
  <meta data-rh="true" property="og:site_name" content="{{site.name}}" />
245
150
  <meta data-rh="true" property="twitter:domain" content="{{site.url}}" />
246
- <meta
247
- data-rh="true"
248
- property="twitter:url"
249
- content="{{site.url | append: page.url}}"
250
- />
151
+ <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}" />
251
152
  <meta data-rh="true" name="twitter:title" content="{{title}}" />
252
153
  <meta data-rh="true" name="twitter:description" content="{{description}}" />
253
- <meta
254
- data-rh="true"
255
- name="twitter:image:src"
256
- content="{{site.url}}{{favicon}}"
257
- />
154
+ <meta data-rh="true" name="twitter:image:src" content="{{site.url}}{{favicon}}" />
258
155
  {% include adsense/adsense.html %} {%- if page.noindex -%}
259
156
  <meta name="robots" content="noindex" />
260
157
 
@@ -443,4 +340,8 @@
443
340
  monumetric/monumetric.html -%} {%- endif -%} {%- include monumetric/ads.html
444
341
  -%} {%- if page.layout == "feature" or page.layout == "home" -%} {%- include
445
342
  monumetric/profitablecpmgate.html -%} {%- endif -%}
446
- </head>
343
+
344
+
345
+
346
+
347
+ </head>
@@ -0,0 +1,33 @@
1
+ {%- if page.layout == "appscms-audio" or page.layout == "appscms-video" -%} {%-
2
+ else -%}
3
+ <div class="container heading">
4
+ <div class="contenttool-bg-lite"></div>
5
+ <div class="row">
6
+ <div
7
+ class="container mt-3 grid-contentttool-h1" style="display: flex;"
8
+ >
9
+ {%- if pageData.H1 -%} {%- assign h1 = pageData.H1 -%} {%- elsif
10
+ pageData.h1 -%} {%- assign h1 = pageData.h1 -%} {%- endif -%} {%- if
11
+ pageData.H2 -%} {%- assign h2 = pageData.H2 -%} {%- elsif pageData.h2 -%}
12
+ {%- assign h2 = pageData.h2 -%} {%- endif -%}
13
+ <div class="heading-landing-text">
14
+ <h1 class="text-left appscms-h1 contenttool-landing-h1">
15
+ {%- for word in h1 -%} {%- if forloop.first == true -%} {{word |
16
+ capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
17
+ </h1>
18
+ <h2 class="text-left appscms-h2 contenttool-landing-h2">
19
+ {%- for word in h2 -%} {%- if forloop.first == true -%} {{word |
20
+ capitalize }} {%- else -%} {{word}} {%- endif -%} {%- endfor -%}
21
+ </h2>
22
+ </div>
23
+ <img id="landing-main-svg" src="/assets/images/contenttool-main.svg" alt="manvector">
24
+ </div>
25
+ <svg id="contenttool-line-top" width="242" height="321" viewBox="0 0 242 321" fill="none" xmlns="http://www.w3.org/2000/svg">
26
+ <path d="M1 1C6.15486 44.3372 60.1151 138.089 235.818 138.089C487.727 138.089 618.363 226.161 679 320" stroke="#0066FF" stroke-width="2" stroke-dasharray="5 8"/>
27
+ </svg>
28
+ <svg id="contenttool-line-left-bottom" width="173" height="855" viewBox="0 0 173 855" fill="none" xmlns="http://www.w3.org/2000/svg">
29
+ <path d="M-48.9434 1.14502C-15.7718 92.377 114.216 198.249 161.568 276.272C208.919 354.296 81.401 346.5 37.2577 552.416C1.94297 717.148 -4.2862 822.14 -2.98644 854.044" stroke="#0066FF" stroke-width="2" stroke-dasharray="5 8"/>
30
+ </svg>
31
+ </div>
32
+ </div>
33
+ {%- endif -%}
@@ -0,0 +1,20 @@
1
+ <div class="container" id="appscms-tools-section">
2
+ <div class="appscms-contenttool-container">
3
+ {% for item in pageData.features %}
4
+ <a href="{{item.url}}">
5
+ <div class="appscms-contenttool-tool">
6
+ <div class="contentool-tool-image-background" style="background: {{item.color}};">
7
+ <img id="contenttool-icon-img" crossorigin="anonymous" src="{{item.icon}}" alt="img" />
8
+ </div>
9
+ <div class="contenttool-card-info">
10
+ <p class="contenttool-tool-heading">{{item.name}}</p>
11
+ <p class="contenttool-tool-text">{{item.description}}</p>
12
+ </div>
13
+ </div>
14
+ </a>
15
+ {% endfor %}
16
+ </div>
17
+ </div>
18
+ </div>
19
+ </div>
20
+
@@ -69,7 +69,7 @@
69
69
 
70
70
  <a target="_blank" href="/blog"
71
71
  >{{authorName}}</a
72
- >
72
+
73
73
  ><br />
74
74
  <p class="post-date mb-0">
75
75
  {{post.date | date_to_string }}
@@ -12,10 +12,7 @@
12
12
  {% assign balark = "Balark Singhal&&/assets/images/balark.webp&&I am a poet and a writer, a few of them also got published in some anthologies like Brave Heart of the motherland, and Scarlet Wings.I love to write Shayari and poetries and also in my free time I like to do skating, swimming and read books.&&N/A" | split: '&&' %}
13
13
  {% assign udit = "Udit Agarwal&&/assets/images/udit.webp&&Udit Agarwal is a Digital Marketer and a Content Marketing Specialist, He enjoys technical as well as non-technical writing. His passion and urge for gaining new insights has led him here. He quenches his thirst for technology through his action oriented writing skills and a profound ability to stay up to date with latest industry trends.&&N/A" | split: '&&' %}
14
14
  {% assign pallavi = "Pallavi Thakur&&/assets/images/pallavi.webp&&My name is Pallavi Thakur and I am an engineer and now pursuing my master's. I am very passionate about writing because it shapes my personality and connects me with world.&&N/A" | split: '&&' %}
15
- {% assign karuna = "Karuna Shree&&/assets/images/karuna.webp&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
16
- {% assign karuna = "Karuna Shree&&/assets/images/karuna.webp&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
17
- {% assign rk = "Karuna Shree&&/assets/images/karuna.webp&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
18
- {% assign karuna = "Karuna Shree&&/assets/images/karuna.webp&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
15
+ {% assign rk = "Rk Shree&&/assets/images/karuna.webp&&RK Shree - A science enthusiast with a poetic flair, and possesses an insatiable desire to explore diverse fields seeking new knowledge and experiences. My work ethic is highly disciplined and dedicated. I take pleasure in pursuing creative endeavors that captivate me. &&https://twitter.com/rkshree2118?t=wuhNmjgq18UleNBfLyumag&s=09" | split: '&&' %}
19
16
  {% assign debosmita = "Debosmita Bedajna&&/assets/images/debosmita.webp&&I'm Debosmita Bedajna. I have a keen interest in the arts. Dancing, painting, and playing string instruments are just a few of the ways I enjoy expressing myself creatively. I believe that engaging in art is an essential part of personal growth and development. &&N/A" | split: '&&' %}
20
17
  {% assign suchita = "Suchita Kasab&&/assets/images/suchita.webp&&Hi, I'm Suchita Kasab. Along with writing, I also enjoy painting. I think I can express myself better through these art forms. &&N/A" | split: '&&' %}
21
18
  {% assign aditya = "Aditya Thakur&&/assets/images/avatar.webp&&Hey there! I'm Aditya Thakur, a dedicated technology enthusiast with a strong passion for music and anime. I tackle challenges head-on and consistently strive for excellence. In my past time, you can find me indulging in my favorite tunes or exploring captivating anime worlds. &&N/A" | split: '&&' %}