appscms-tools-theme 0.4.5 → 0.4.6

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: d9d8a5988fdec351098161191bd72fda82d5f622d9318895a76070ba1727a4d0
4
- data.tar.gz: d90b32e7e56194495b2b518102c4340d8d4a9c1d001d2fa8a3b11c60d7b6a9b9
3
+ metadata.gz: 7f31494c35eb75b6aac4585465596b5dc07dfdf72841d9426b85d434145adcf1
4
+ data.tar.gz: a115cf85d756567117eb6a92bbe640157f194d1a4abcc627125f88462e2723b3
5
5
  SHA512:
6
- metadata.gz: 8e2f92492ba53cf81aeab20fa202b14560d09e60dbe69c1a649864d81b04199baca407b5f7ba844e866f4a75b84495d5a03dafb0f41da4708def2a61b19e7a47
7
- data.tar.gz: f0953920973c087e4ccdb5376503bf295ea26a4efcf4f020931374a723a36c6793b95753be632434850fb95bef5ac191ee0a2b4d43c533edc75de0eb5638fd2a
6
+ metadata.gz: 826f249efa654c08b9ea0c1803c78df5d547b8f4788c90739e091958b111df62e9aaa43c543f41b10964bac116b1119826bf1307a3765f0a01925dfbae92556c
7
+ data.tar.gz: 4a915d6554a2eed166ef84aca4fda28c7cff6f897d7c6e2fd80df79dea0f2e4aa5bde9e248351793e8018b10fb92e798af473573fe133870184c1f21d2b51e2d
data/_data/blog/share.yml CHANGED
@@ -13,17 +13,16 @@ platforms:
13
13
  - type: Linkedin
14
14
  icon: 'fab fa-linkedin'
15
15
  link: 'https://www.linkedin.com/sharing/share-offsite/?url=URL'
16
-
17
- # Uncomment below if you need to.
18
- # -
19
- # type: Linkedin
20
- # icon: "fab fa-linkedin"
21
- # link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
22
- #
23
- # -
24
- # type: Weibo
25
- # icon: "fab fa-weibo"
26
- # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
27
- # type: Telegram
28
- # icon: "fab fa-telegram"
29
- # link: "https://telegram.me/share?text=TITLE&url=URL"
16
+ # Uncomment below if you need to.
17
+ # -
18
+ # type: Linkedin
19
+ # icon: "fab fa-linkedin"
20
+ # link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
21
+ #
22
+ # -
23
+ # type: Weibo
24
+ # icon: "fab fa-weibo"
25
+ # link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
26
+ # type: Telegram
27
+ # icon: "fab fa-telegram"
28
+ # link: "https://telegram.me/share?text=TITLE&url=URL"
@@ -0,0 +1,85 @@
1
+ {
2
+ "logo":"https://sta1.pdfdoctor.com/1/2962/logo.png.png",
3
+ "heading":"We make PDF easy.",
4
+ "company":[
5
+ {
6
+ "name":"About",
7
+ "url":"/about"
8
+
9
+ },
10
+ {
11
+ "name":"Help",
12
+ "url":"/help"
13
+
14
+ },
15
+ {
16
+ "name":"Blog",
17
+ "url":"/blog"
18
+
19
+ }
20
+ ],
21
+ "product":[
22
+ {
23
+ "name":"Pricing",
24
+ "url":"/pricing"
25
+
26
+ },
27
+ {
28
+ "name":"Team",
29
+ "url":"/team"
30
+ },
31
+ {
32
+ "name":"Developers",
33
+ "url":"/developers"
34
+
35
+ }
36
+ ],
37
+ "networkSites":[
38
+ {
39
+ "name":"ABC.com",
40
+ "url":"/"
41
+
42
+ },
43
+ {
44
+ "name":"PQR.com",
45
+ "url":"/"
46
+ },
47
+ {
48
+ "name":"XYZ.com",
49
+ "url":"/"
50
+
51
+ }
52
+ ],
53
+ "social":[
54
+ {
55
+ "logo":"/assets/facebook.svg",
56
+ "url": "/",
57
+ "title":"abc"
58
+
59
+ },
60
+ {
61
+ "logo":"/assets/youtube.svg",
62
+ "url": "/",
63
+ "title":"abc"
64
+ },
65
+ {
66
+ "logo":"/assets/instagram.svg",
67
+ "url": "/",
68
+ "title":"abc"
69
+
70
+ },
71
+ {
72
+ "logo":"/assets/linkdin.svg",
73
+ "url": "/",
74
+ "title":"abc"
75
+
76
+ },
77
+ {
78
+ "logo":"/assets/twitter.svg",
79
+ "url": "/",
80
+ "title":"abc"
81
+
82
+ }
83
+ ],
84
+ "messege": "© 2021 pdf AG — Made with love for the people of the internet."
85
+ }
@@ -0,0 +1,137 @@
1
+ {
2
+ "navbarBrandText": "",
3
+ "navbarBrandLogo": "/assets/images/logo.png",
4
+ "megaMenu": {
5
+ "nav-link-name": "Tools",
6
+ "dropdown": [{
7
+ "categoryName":"Compress Pdf",
8
+ "links": [
9
+ {
10
+ "iconSrc": "/assets/cloud.svg",
11
+ "name": "Compress",
12
+ "url":"/",
13
+ "hover": "red"
14
+ },
15
+ {
16
+ "iconSrc": "/assets/cloud.svg",
17
+ "name": "Split",
18
+ "url":"/",
19
+ "hover": "blue"
20
+
21
+ },
22
+ {
23
+ "iconSrc": "/assets/easy.svg",
24
+ "name": "Merge Pdf",
25
+ "url":"/",
26
+ "hover": "green"
27
+ }
28
+ ]
29
+
30
+ },
31
+ {
32
+ "categoryName":"Compress Pdf",
33
+ "links": [
34
+ {
35
+ "iconSrc": "/assets/cloud.svg",
36
+ "name": "Compress",
37
+ "url":"/",
38
+ "hover": "red"
39
+ },
40
+ {
41
+ "iconSrc": "/assets/cloud.svg",
42
+ "name": "Split",
43
+ "url":"/",
44
+ "hover": "blue"
45
+
46
+ },
47
+ {
48
+ "iconSrc": "/assets/easy.svg",
49
+ "name": "Merge Pdf",
50
+ "url":"/",
51
+ "hover": "green"
52
+ }
53
+ ]
54
+
55
+ },
56
+ {
57
+ "categoryName":"Compress Pdf",
58
+ "links": [
59
+ {
60
+ "iconSrc": "/assets/cloud.svg",
61
+ "name": "Compress",
62
+ "url":"/",
63
+ "hover": "red"
64
+ },
65
+ {
66
+ "iconSrc": "/assets/cloud.svg",
67
+ "name": "Split",
68
+ "url":"/",
69
+ "hover": "blue"
70
+
71
+ },
72
+ {
73
+ "iconSrc": "/assets/easy.svg",
74
+ "name": "Merge Pdf",
75
+ "url":"/",
76
+ "hover": "green"
77
+ }
78
+ ]
79
+
80
+ },
81
+ {
82
+ "categoryName":"Compress Pdf",
83
+ "links": [
84
+ {
85
+ "iconSrc": "/assets/cloud.svg",
86
+ "name": "Compress",
87
+ "url":"/",
88
+ "hover": "red"
89
+ },
90
+ {
91
+ "iconSrc": "/assets/cloud.svg",
92
+ "name": "Split",
93
+ "url":"/",
94
+ "hover": "blue"
95
+
96
+ },
97
+ {
98
+ "iconSrc": "/assets/easy.svg",
99
+ "name": "Merge Pdf",
100
+ "url":"/",
101
+ "hover": "green"
102
+ }
103
+ ]
104
+
105
+ }
106
+
107
+ ]
108
+ },
109
+
110
+ "navItems": [
111
+ {
112
+ "name": "Home",
113
+ "url": "/"
114
+ },
115
+ {
116
+ "name": "Blog",
117
+ "url": "/blog"
118
+ },
119
+ {
120
+ "name": "Contact",
121
+ "url": "/contact"
122
+ },
123
+ {
124
+ "name": "Our Story",
125
+ "url": "/about"
126
+ },
127
+ {
128
+ "name": "Legal",
129
+ "url": "/legal"
130
+ },
131
+ {
132
+ "name": "help",
133
+ "url": "/help"
134
+ }
135
+ ]
136
+ }
137
+
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "h1":"हम पीडीएफ को आसान बनाते हैं",
3
3
  "h2":"ऑल-इन-वन आसान ऑनलाइन पीडीएफ टूल का उपयोग करें",
4
- "title":"List of all Android alarm libraries for use in your project",
5
- "meta":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
4
+ "TITLE":"List of all Android alarm libraries for use in your project",
5
+ "META":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
6
6
  "features":[
7
7
  {
8
8
  "name":"पीडीएफ को संपीड़ित करें",
@@ -4,10 +4,12 @@
4
4
  <footer class="footer">
5
5
  <div class="container">
6
6
  <div class="footer-wrapper">
7
+ {%- if dataToShow.logo -%}
7
8
  <div class="footer-logo-cont"><img src="{{dataToShow.logo}}" title="logo"
8
- class="footer-logo">
9
- <div class="footer-title">{{dataToShow.heading}}</div>
10
- </div>
9
+ class="footer-logo">
10
+ <div class="footer-title">{{dataToShow.heading}}</div>
11
+ </div>
12
+ {%- endif -%}
11
13
  <nav class="footer-nav">
12
14
  <ul class="footer-ul">
13
15
  <h2 class="footer-ul-title">Company</h2>
@@ -1,13 +1,13 @@
1
1
  <head>
2
- {% assign file = page.fileName %}
3
- {% assign lang = page.lang %}
4
- {% assign dataArr = site.data.[page.folderName][lang][file] %}
5
- {% assign dataToShow = dataArr %}
6
- {% assign title = dataToShow.TITLE | replace:"$variable", page.value %}
7
- {% assign description = dataToShow.META | replace:"$variable", page.value %}
8
- {% assign favicon = site.favicon %}
2
+ {% assign file = page.fileName %}
3
+ {% assign lang = page.lang %}
4
+ {% assign dataArr = site.data.[page.folderName][lang][file] %}
5
+ {% assign dataToShow = dataArr %}
6
+ {% assign title = dataToShow.TITLE | replace:"$variable", page.value | default: site.title %}
7
+ {% assign description = dataToShow.META | replace:"$variable", page.value | default: site.description %}
8
+ {% assign favicon = site.favicon %}
9
9
  <meta charset="utf-8">
10
- <link rel="shortcut icon" href="/assets/images/logo.png">
10
+ <link rel="shortcut icon" href="{{favicon}}">
11
11
  <meta name="viewport" content="width=device-width">
12
12
  <title>{{title}}</title>
13
13
  <meta name="description" content="{{description}}">
@@ -18,13 +18,13 @@
18
18
  <meta property="og:title" content="{{title}}">
19
19
  <meta property="og:description" content="{{description}}">
20
20
  <meta property="og:type" content="website">
21
- <meta property="og:url" content="{{site.url | append: page.url}}">
22
- <meta property="og:site_name" content="{{site.name}}">
23
- <meta property="twitter:domain" content="{{site.url}}">
24
- <meta property="twitter:url" content="{{site.url | append: page.url}}">
25
- <meta name="twitter:title" content="{{title}}">
26
- <meta name="twitter:description" content="{{description}}">
27
- <meta name="twitter:image:src" content="{{site.url}}/{{favicon}}">
21
+ <meta data-rh="true" property="og:url" content="{{site.url | append: page.url}}">
22
+ <meta data-rh="true" property="og:site_name" content="{{site.name}}">
23
+ <meta data-rh="true" property="twitter:domain" content="{{site.url}}">
24
+ <meta data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}">
25
+ <meta data-rh="true" name="twitter:title" content="{{title}}">
26
+ <meta data-rh="true" name="twitter:description" content="{{description}}">
27
+ <meta data-rh="true" name="twitter:image:src" content="{{site.url}}/{{favicon}}">
28
28
  <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet">
29
29
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
30
30
  <link rel="stylesheet" href="/assets/css/tools.css">
@@ -19,6 +19,7 @@
19
19
  </button>
20
20
 
21
21
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
22
+ {%- if dataToShow.megaMenu -%}
22
23
  <li class="nav-item nav__item">
23
24
  <a class="dropdown-toggle ml-lg-5" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
24
25
  {{dataToShow.megaMenu.nav-link-name}}
@@ -38,6 +39,7 @@
38
39
  </div>
39
40
  </ul>
40
41
  </li>
42
+ {%- endif -%}
41
43
  <ul class="navbar-nav mr-auto ">
42
44
  {% for item in dataToShow.navItems %}
43
45
  <li class="nav-item nav__item">
@@ -2,6 +2,7 @@
2
2
  {% assign folder = page.folderName %}
3
3
  {% assign lang = page.lang %}
4
4
  {% assign shareData=site.data[folder][lang][file] %}
5
+ {%- if site.data.blog.share.platforms -%}
5
6
  <div class="social-icons">
6
7
  {% assign url = page.url | relative_url | prepend: site.url %}
7
8
  {% for share in site.data.blog.share.platforms %}
@@ -17,3 +18,5 @@
17
18
  </ul>
18
19
  </ul>
19
20
  </div>
21
+ {%- endif -%}
22
+
@@ -7,10 +7,10 @@
7
7
  {% include head/index.html %}
8
8
  <body>
9
9
  {% include header/index.html %}
10
- <div class="container py-4">
10
+ <div class="container py-4 about_layout">
11
11
  <h1 class="about-h1 py-2">{{aboutData.h1}}</h1>
12
12
  <h2 class="about-h2">{{aboutData.h2}}</h2>
13
- <p class="py-2">{{aboutData.paragraph}}</p>
13
+ <p class="about-para py-2">{{aboutData.paragraph}}</p>
14
14
  </div>
15
15
  {% include footer/index.html %}
16
16
  </body>
@@ -7,9 +7,9 @@
7
7
  {% include head/index.html %}
8
8
  <body>
9
9
  {% include header/index.html %}
10
- <div class="container py-4">
11
- <h1 class="about-h1 py-2">{{contactData.h1}}</h1>
12
- <h2 class="about-h2">{{contactData.h2}}</h2>
10
+ <div class="container py-4 contact_layout">
11
+ <h1 class="contact-h1 py-2">{{contactData.h1}}</h1>
12
+ <h2 class="contact-h2">{{contactData.h2}}</h2>
13
13
  <p class="py-2">{{contactData.paragraph}}</p>
14
14
  </div>
15
15
  {% include footer/index.html %}
@@ -9,10 +9,10 @@
9
9
  {% assign dataArr = site.data[folder][lang][file] %}
10
10
  {% assign dataToShow = dataArr %}
11
11
  {{page.title}}
12
- <div class="flex-container py-1">
13
- <div class="flex-class py-5 my-1">
12
+ <div class="flex-container">
13
+ <div class="flex-class py-4">
14
14
  <div class="d-flex justify-content-center align-items-center"><span class="fHhdVc">
15
- <div class="div-cont feature-img"><svg xmlns="http://www.w3.org/2000/svg"
15
+ <div class="div-cont feature-img mr-2"><svg xmlns="http://www.w3.org/2000/svg"
16
16
  xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36" fill="#000">
17
17
  <path
18
18
  d="M6,6 L9,18 L6,30 L18,27 L30,30 L27,18 L30,6 L18,9 L6,6 Z M3,3 L18,6.75 L33,3 L29.25,18 L33,33 L18,29.25 L3,33 L6.75,18 L3,3 Z">
@@ -30,7 +30,7 @@
30
30
  <div class="flex-class">
31
31
  <div class="d-flex flex-column">
32
32
  <div class="box"
33
- style=background:{{dataToShow.bacgroundcolor}};min-height:{{dataToShow.height}};width:{{dataToShow.width}}>
33
+ style=background:{{dataToShow.color}};min-height:{{dataToShow.height}};width:{{dataToShow.width}}>
34
34
  <div class="box-border"></div>
35
35
  <div class="content-box">
36
36
  <!-- <input type="file" id="__picker-input" multiple="" accept="application/pdf,.pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document,.docx,application/msword,.doc,application/vnd.openxmlformats-officedocument.presentationml.presentation,.pptx,application/vnd.ms-powerpoint,.ppt,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,.xlsx,application/vnd.ms-excel,.xls,image/bmp,.bmp,image/jpeg,.jpg,.jpeg,image/png,.png,image/tiff,.tif,.tiff" class="sc-1oqtgb8-0 fqzcVW"> -->
@@ -64,9 +64,11 @@
64
64
  <div class="flex-container pb-5">
65
65
  <div class="flex-class">
66
66
  <div class=" d-flex flex-wrap justify-content-center">
67
+ {%- if dataToShow.HOW_TO_CONTENT.logoImageUrl -%}
67
68
  <div class="how-to-img-wrapper "><img class="how-to-leftimg"
68
- src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" alt="{{dataToShow.HOW_TO_CONTENT.logoImageAlt}}">
69
- </div>
69
+ src="{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}" alt="{{dataToShow.HOW_TO_CONTENT.logoImageAlt}}">
70
+ </div>
71
+ {%- endif -%}
70
72
  <div class="how-to-right">
71
73
  <h3 class="how-to-title">{{dataToShow.HOW_TO_CONTENT.heading | replace: "$variable",
72
74
  page.value}}</h3>
data/assets/css/tools.css CHANGED
@@ -1,3 +1,19 @@
1
+ * {
2
+ box-sizing: border-box;
3
+ margin-block-start: 0px;
4
+ margin-block-end: 0px;
5
+ margin-inline-start: 0px;
6
+ margin-inline-end: 0px;
7
+ }
8
+ body {
9
+ padding: 0;
10
+ margin: 0;
11
+ font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
12
+ -webkit-font-smoothing: antialiased;
13
+ box-sizing: border-box;
14
+ overflow-y: scroll;
15
+ background: white;
16
+ }
1
17
  header {
2
18
  width: 100%;
3
19
  }
@@ -136,7 +152,8 @@ header {
136
152
  .how-to-list-item {
137
153
  line-height: 24px;
138
154
  font-size: 16px;
139
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
155
+ -webkit-font-smoothing: antialiased;
156
+ -webkit-font-smoothing: antialiased;
140
157
  -webkit-font-smoothing: antialiased;
141
158
  font-weight: 400;
142
159
  display: flex;
@@ -145,7 +162,8 @@ header {
145
162
  .how-to-title {
146
163
  line-height: 30px;
147
164
  font-size: 20px;
148
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
165
+ -webkit-font-smoothing: antialiased;
166
+ -webkit-font-smoothing: antialiased;
149
167
  -webkit-font-smoothing: antialiased;
150
168
  font-weight: 600;
151
169
  margin: 0px;
@@ -160,7 +178,8 @@ header {
160
178
  .feature-card-title {
161
179
  line-height: 24px;
162
180
  font-size: 16px;
163
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
181
+ -webkit-font-smoothing: antialiased;
182
+ -webkit-font-smoothing: antialiased;
164
183
  -webkit-font-smoothing: antialiased;
165
184
  font-weight: 600;
166
185
  color: rgb(33, 33, 33);
@@ -171,7 +190,8 @@ header {
171
190
  .faq-question {
172
191
  line-height: 24px;
173
192
  font-size: 16px;
174
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
193
+ -webkit-font-smoothing: antialiased;
194
+ -webkit-font-smoothing: antialiased;
175
195
  -webkit-font-smoothing: antialiased;
176
196
  font-weight: 600;
177
197
  color: rgb(33, 33, 33);
@@ -182,7 +202,8 @@ header {
182
202
  .feature-card-desc {
183
203
  line-height: 24px;
184
204
  font-size: 16px;
185
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
205
+ -webkit-font-smoothing: antialiased;
206
+ -webkit-font-smoothing: antialiased;
186
207
  -webkit-font-smoothing: antialiased;
187
208
  font-weight: 400;
188
209
  color: rgb(33, 33, 33);
@@ -194,7 +215,8 @@ header {
194
215
  .faq-answer {
195
216
  line-height: 24px;
196
217
  font-size: 16px;
197
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
218
+ -webkit-font-smoothing: antialiased;
219
+ -webkit-font-smoothing: antialiased;
198
220
  -webkit-font-smoothing: antialiased;
199
221
  font-weight: 400;
200
222
  color: rgb(33, 33, 33);
@@ -202,9 +224,7 @@ header {
202
224
  margin: 0px;
203
225
  max-width: 100%;
204
226
  }
205
- body {
206
- margin: 0;
207
- }
227
+
208
228
  main {
209
229
  display: block;
210
230
  }
@@ -346,10 +366,7 @@ template {
346
366
  [hidden] {
347
367
  display: none;
348
368
  }
349
- body {
350
- overflow-y: scroll;
351
- background: white;
352
- }
369
+
353
370
  #app {
354
371
  display: -webkit-box;
355
372
  display: -webkit-flex;
@@ -357,13 +374,7 @@ body {
357
374
  display: flex;
358
375
  min-height: 100vh;
359
376
  }
360
- * {
361
- box-sizing: border-box;
362
- margin-block-start: 0px;
363
- margin-block-end: 0px;
364
- margin-inline-start: 0px;
365
- margin-inline-end: 0px;
366
- }
377
+
367
378
  .box-border {
368
379
  position: absolute;
369
380
  inset: 12px;
@@ -419,7 +430,8 @@ body {
419
430
  .feature-h1 {
420
431
  line-height: 36px;
421
432
  font-size: 30px;
422
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
433
+ -webkit-font-smoothing: antialiased;
434
+ -webkit-font-smoothing: antialiased;
423
435
  -webkit-font-smoothing: antialiased;
424
436
  font-weight: 600;
425
437
  color: rgb(33, 33, 33);
@@ -427,7 +439,8 @@ body {
427
439
  margin: 0px;
428
440
  }
429
441
  .feature-h2 {
430
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
442
+ -webkit-font-smoothing: antialiased;
443
+ -webkit-font-smoothing: antialiased;
431
444
  -webkit-font-smoothing: antialiased;
432
445
  font-weight: 300;
433
446
  color: rgb(33, 33, 33);
@@ -501,7 +514,8 @@ body {
501
514
  .home-feature-desc {
502
515
  line-height: 18px;
503
516
  font-size: 14px;
504
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
517
+ -webkit-font-smoothing: antialiased;
518
+ -webkit-font-smoothing: antialiased;
505
519
  -webkit-font-smoothing: antialiased;
506
520
  font-stretch: 400;
507
521
  font-weight: 400;
@@ -527,7 +541,8 @@ body {
527
541
  .home-top-h1 {
528
542
  line-height: 30px;
529
543
  font-size: 22px;
530
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
544
+ -webkit-font-smoothing: antialiased;
545
+ -webkit-font-smoothing: antialiased;
531
546
  -webkit-font-smoothing: antialiased;
532
547
  font-stretch: 400;
533
548
  font-weight: 600;
@@ -544,7 +559,8 @@ body {
544
559
  .home-top-h2 {
545
560
  line-height: 30px;
546
561
  font-size: 20px;
547
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
562
+ -webkit-font-smoothing: antialiased;
563
+ -webkit-font-smoothing: antialiased;
548
564
  -webkit-font-smoothing: antialiased;
549
565
  font-stretch: 400;
550
566
  font-weight: 300;
@@ -566,10 +582,7 @@ html {
566
582
  * {
567
583
  box-sizing: border-box;
568
584
  }
569
- body {
570
- font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont,
571
- sans-serif;
572
- }
585
+
573
586
  .header {
574
587
  min-height: 80px;
575
588
  }
@@ -952,7 +965,8 @@ ul li {
952
965
  }
953
966
  /* footer css start */
954
967
  .footer {
955
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
968
+ -webkit-font-smoothing: antialiased;
969
+ -webkit-font-smoothing: antialiased;
956
970
  -webkit-font-smoothing: antialiased;
957
971
  }
958
972
  .footer-wrapper {
@@ -964,6 +978,7 @@ ul li {
964
978
  -webkit-flex-direction: row;
965
979
  -ms-flex-direction: row;
966
980
  flex-direction: row;
981
+ border-bottom: 1px solid #e8e8e8;
967
982
  }
968
983
  @media (max-width: 991px) {
969
984
  .footer-wrapper {
@@ -1148,11 +1163,49 @@ ul li {
1148
1163
  }
1149
1164
  /* footer css end */
1150
1165
  /*about termsand conditions help*/
1166
+ .contact_layout {
1167
+ -webkit-font-smoothing: antialiased;
1168
+ -webkit-font-smoothing: antialiased;
1169
+ -webkit-font-smoothing: antialiased;
1170
+ }
1171
+ .about_layout {
1172
+ -webkit-font-smoothing: antialiased;
1173
+ -webkit-font-smoothing: antialiased;
1174
+ -webkit-font-smoothing: antialiased;
1175
+ }
1176
+ .contact-h1 {
1177
+ line-height: 30px;
1178
+ font-size: 22px;
1179
+ font-stretch: 400;
1180
+ font-weight: 600;
1181
+ color: rgba(33, 33, 33, 1);
1182
+ text-align: center;
1183
+ margin: 0;
1184
+ }
1185
+ @media (min-width: 768px) {
1186
+ .contact-h1 {
1187
+ line-height: 36px;
1188
+ font-size: 30px;
1189
+ }
1190
+ }
1191
+ .contact-h2 {
1192
+ line-height: 30px;
1193
+ font-stretch: 400;
1194
+ font-weight: 300;
1195
+ font-size: 20px;
1196
+ color: rgba(33, 33, 33, 1);
1197
+ text-align: center;
1198
+ margin: 0;
1199
+ }
1200
+ @media (min-width: 768px) {
1201
+ .contact-h2 {
1202
+ line-height: 30px;
1203
+ font-size: 22px;
1204
+ }
1205
+ }
1151
1206
  .about-h1 {
1152
1207
  line-height: 30px;
1153
1208
  font-size: 22px;
1154
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1155
- -webkit-font-smoothing: antialiased;
1156
1209
  font-stretch: 400;
1157
1210
  font-weight: 600;
1158
1211
  color: rgba(33, 33, 33, 1);
@@ -1167,11 +1220,9 @@ ul li {
1167
1220
  }
1168
1221
  .about-h2 {
1169
1222
  line-height: 30px;
1170
- font-size: 20px;
1171
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1172
- -webkit-font-smoothing: antialiased;
1173
1223
  font-stretch: 400;
1174
1224
  font-weight: 300;
1225
+ font-size: 20px;
1175
1226
  color: rgba(33, 33, 33, 1);
1176
1227
  text-align: center;
1177
1228
  margin: 0;
@@ -1278,7 +1329,8 @@ ul li {
1278
1329
  .home-feature-name {
1279
1330
  line-height: 24px;
1280
1331
  font-size: 16px;
1281
- font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
1332
+ -webkit-font-smoothing: antialiased;
1333
+ -webkit-font-smoothing: antialiased;
1282
1334
  -webkit-font-smoothing: antialiased;
1283
1335
  font-stretch: 400;
1284
1336
  font-weight: 700;
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.5
4
+ version: 0.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: 2021-03-04 00:00:00.000000000 Z
11
+ date: 2021-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -72,10 +72,12 @@ files:
72
72
  - _data/feature/en/split-pdf.json
73
73
  - _data/feature/hi/compress-pdf.json
74
74
  - _data/footer/en/data.json
75
+ - _data/footer/hi/data.json
75
76
  - _data/header/en/data.json
77
+ - _data/header/hi/data.json
76
78
  - _data/help/en/help.json
77
79
  - _data/home/en/en.json
78
- - _data/home/hi.json
80
+ - _data/home/hi/hi.json
79
81
  - _data/termAndCondition/en/termAndCondition.json
80
82
  - _includes/author_bio.html
81
83
  - _includes/custom-head.html