appscms-tools-theme 0.4.6 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,16 +3,47 @@
3
3
  {% assign lang = page.lang %}
4
4
  {% assign termsData = site.data[folder][lang][file] %}
5
5
  <!DOCTYPE html>
6
- <html lang="en" data-tool="landing">
6
+ <html lang="{{termsData.htmlLangAtt}}">
7
7
  {% include head/index.html %}
8
8
  <body>
9
9
  {% include header/index.html %}
10
+ {%- include dropdown/langdropdown.html -%}
10
11
  <div class="container py-4">
11
- <h1 class="about-h1 py-2">{{termsData.h1}}</h1>
12
- <h2 class="about-h2">{{termsData.h2}}</h2>
13
- <p class="py-2">{{termsData.paragraph}}</p>
12
+ <h1 class="about-h1 py-4">{{termsData.h1}}</h1>
13
+ <div class="py-3">
14
+ {%- for item in termsData.termsAndConditions -%}
15
+ {%- if item.li -%}
16
+ <li> {{item.li}} </li>
17
+ {%- endif -%}
18
+ {%- if item.h1 -%}
19
+ <h1> {{item.h1}} </h1>
20
+ {%- endif -%}
21
+ {%- if item.h2 -%}
22
+ <h2> {{item.h2}} </h2>
23
+ {%- endif -%}
24
+ {%- if item.p -%}
25
+ <p>{{item.p | replace:"$companyName", page.companyName | replace:"$domain", page.domain }}</p>
26
+ {%- endif -%}
27
+ {%- if item.h3 -%}
28
+ <h3> {{item.h3}} </h3>
29
+ {%- endif -%}
30
+ {%- if item.h4 -%}
31
+ <h4> {{item.h4}} </h4>
32
+ {%- endif -%}
33
+ {%- if item.h5 -%}
34
+ <h5> {{item.h5}} </h5>
35
+ {%- endif -%}
36
+ {%- if item.h6 -%}
37
+ <h6> {{item.h6}} </h6>
38
+ {%- endif -%}
39
+ {%- endfor -%}
40
+ </div>
41
+ <div>
42
+ {{content}}
43
+ </div>
14
44
  </div>
15
45
  {% include footer/index.html %}
46
+ {% include script.html %}
16
47
  </body>
17
48
 
18
49
  </html>
data/assets/css/tools.css CHANGED
@@ -49,7 +49,7 @@ header {
49
49
  .dropdown-menu {
50
50
  position: fixed;
51
51
  left: 0;
52
- top: 72px;
52
+ top: 71px;
53
53
  width: 100%;
54
54
  }
55
55
  .inner-dropdown {
@@ -1227,11 +1227,19 @@ ul li {
1227
1227
  text-align: center;
1228
1228
  margin: 0;
1229
1229
  }
1230
+ .common-h2 {
1231
+ font-stretch: 400;
1232
+ font-size: 20px;
1233
+ color: rgba(33, 33, 33, 1);
1234
+ }
1230
1235
  @media (min-width: 768px) {
1231
1236
  .about-h2 {
1232
1237
  line-height: 30px;
1233
1238
  font-size: 22px;
1234
1239
  }
1240
+ .common-h2 {
1241
+ font-size: 22px;
1242
+ }
1235
1243
  }
1236
1244
  /*closed*/
1237
1245
  .feature-img {
@@ -1259,6 +1267,7 @@ ul li {
1259
1267
  flex-direction: column;
1260
1268
  align-items: center;
1261
1269
  justify-content: center;
1270
+ z-index: 999;
1262
1271
  border-top-left-radius: 8px;
1263
1272
  border-bottom-left-radius: 8px;
1264
1273
  background: #fff;
@@ -1273,7 +1282,7 @@ ul li {
1273
1282
  top: auto;
1274
1283
  font-size: 25px;
1275
1284
  width: 100%;
1276
- height: 80px;
1285
+ height: 60px;
1277
1286
  display: flex;
1278
1287
  margin: 0 !important;
1279
1288
  flex-direction: row;
@@ -1386,3 +1395,33 @@ ul li {
1386
1395
  color: gray !important;
1387
1396
  font-weight: 600;
1388
1397
  }
1398
+ .lang-dropdown {
1399
+ position: fixed;
1400
+ right: 30px;
1401
+ top: 20px;
1402
+ z-index: 999;
1403
+ }
1404
+ @media (max-width: 994px) {
1405
+ .lang-dropdown {
1406
+ top: 75px;
1407
+ z-index: 5;
1408
+ right: 4px;
1409
+ position: absolute;
1410
+ }
1411
+ .lang-dropdown .lang-dropdown-btn {
1412
+ position: absolute;
1413
+ right: 0;
1414
+ }
1415
+ .drop-down-wrapper {
1416
+ overflow-y: unset !important;
1417
+ }
1418
+ }
1419
+ .drop-down-wrapper {
1420
+ height: fit-content !important;
1421
+ }
1422
+ .lang-dropdown-item {
1423
+ width: 100%;
1424
+ display: block;
1425
+ text-align: center;
1426
+ text-decoration: none !important;
1427
+ }
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: 0.4.6
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-06 00:00:00.000000000 Z
11
+ date: 2021-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -68,6 +68,7 @@ files:
68
68
  - _data/blog/nav.json
69
69
  - _data/blog/share.yml
70
70
  - _data/contact/en/contact.json
71
+ - _data/disclaimer/en/disclaimer.json
71
72
  - _data/feature/en/compress-pdf.json
72
73
  - _data/feature/en/split-pdf.json
73
74
  - _data/feature/hi/compress-pdf.json
@@ -78,10 +79,14 @@ files:
78
79
  - _data/help/en/help.json
79
80
  - _data/home/en/en.json
80
81
  - _data/home/hi/hi.json
82
+ - _data/languagesupport/compress-pdf-langs.json
83
+ - _data/languagesupport/index-langs.json
84
+ - _data/privacy/en/privacyPolicy.json
81
85
  - _data/termAndCondition/en/termAndCondition.json
82
86
  - _includes/author_bio.html
83
87
  - _includes/custom-head.html
84
88
  - _includes/disqus_comments.html
89
+ - _includes/dropdown/langdropdown.html
85
90
  - _includes/footer/index.html
86
91
  - _includes/head/index.html
87
92
  - _includes/header/blogHeader.html
@@ -98,11 +103,13 @@ files:
98
103
  - _layouts/categories.html
99
104
  - _layouts/contactUs.html
100
105
  - _layouts/default.html
106
+ - _layouts/disclaimer.html
101
107
  - _layouts/feature.html
102
108
  - _layouts/help.html
103
109
  - _layouts/home.html
104
110
  - _layouts/page.html
105
111
  - _layouts/post.html
112
+ - _layouts/privacyPolicy.html
106
113
  - _layouts/termAndCondition.html
107
114
  - assets/bulb.svg
108
115
  - assets/cloud.svg