appscms-tools-theme 0.4.2 → 0.4.3

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: a55a6d1058e97294903082857f905169d95efed11542049710cc2273e9d9b046
4
- data.tar.gz: b9d6a7d1eddd026219269606dce34895309a1e82168a5afc9a5465557bb8aaec
3
+ metadata.gz: 71b5cb1acc0154327e52d594d7f06466574dc99bb1a5ceaf41f06b75b9534111
4
+ data.tar.gz: f6b6cfb0a0eaca0a518cdbc1c34858e6c7da4b82679518c90e3268bcac26e56e
5
5
  SHA512:
6
- metadata.gz: 9363c51a110c19088d752d71d4613fda0f4555343160263144472c53885404e784f3643a820255482427c9defd693b1d5bbb638786d7f6125f724965aa4d8666
7
- data.tar.gz: 20ea1c5c1ba81e2bb8851f6a9c5358b099a887cb87b1974687e78f881593fcc4823b90d888260f74b79b8c6d50d49a9fa624b8261006c57b086beb5a188ab510
6
+ metadata.gz: 6966c44a5f255541dd02d400a7661cf2d8c160c8a1fe9ba0b1f784c1d403e4e0f5dacd59fed5427e09e25c9281d12f4cf6e11b7a7a9e0c00f8d33dca1fa10617
7
+ data.tar.gz: 12433e8ec7c0a3e5fc3b8434b1a6d3c1dce2fb913475fa96da6e9b120d7f559e47ca9433215d0c6ee8b08ca98d7bb0c7a20ce51d0e24d6e304e86cab5f8eba0e
@@ -5,6 +5,8 @@
5
5
  "META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
6
6
  "LABEL": "DOCX to PDF",
7
7
  "BREADCRUMB_LABEL": "DOCX TO PDF",
8
+ "color": "purple",
9
+ "height": "300px",
8
10
  "TEXTUAL_CONTENT": [
9
11
  {
10
12
  "priority": 1,
@@ -0,0 +1,80 @@
1
+ {
2
+ "H1":"Set alarm for $variable minutes from now",
3
+ "H2":"Simplest online alarm clock to set alarms. Do not close browser tab.",
4
+ "TITLE": "Set alarm for $variable minutes from now",
5
+ "META": "Easiest way to set alarm for $variable minutes from now. Choose sound for alarm from multiple options.",
6
+ "LABEL": "DOCX to PDF",
7
+ "BREADCRUMB_LABEL": "DOCX TO PDF",
8
+ "color": "yellow",
9
+ "height": "400px",
10
+ "TEXTUAL_CONTENT": [
11
+ {
12
+ "priority": 1,
13
+ "logoUrl": "/assets/bulb.svg",
14
+ "header": "Simple to use",
15
+ "content": "Setalarmforme.com provides simplest way to set alarms for X minutes from now."
16
+ },
17
+ {
18
+ "priority": 1,
19
+ "logoUrl": "/assets/guaranty.svg",
20
+ "header": "Accurate alarms",
21
+ "content": "Alarms setup by Setalarmforme.com are accurate. You can rely on us completely to start alarm after $variable minutes."
22
+ },
23
+ {
24
+ "priority": 1,
25
+ "logoUrl": "/assets/support.svg",
26
+ "header": "Cross platform",
27
+ "content": "You can setup alarm for $variable minutes from now on any operating system, like Windows/Mac/Linux/Android/iPhone."
28
+ },
29
+ {
30
+ "priority": 1,
31
+ "logoUrl": "/assets/protect.svg",
32
+ "header": "Secure and trustworthy",
33
+ "content": "Setalarmforme.com does not require users to login for setting alarm for $variable minutes from now. No user information is send to our servers."
34
+ },
35
+ {
36
+ "priority": 1,
37
+ "logoUrl": "/assets/easy.svg",
38
+ "header": "All timezones supported",
39
+ "content": "Using Setalarmforme.com you can set alarm to start after $variable minutes from current time, in any time zone."
40
+ },
41
+ {
42
+ "priority": 1,
43
+ "logoUrl": "/assets/cloud.svg",
44
+ "header": "No need to install any software",
45
+ "content": "Setalarmforme.com is a cloud and web based application. You do not need to install any software to use Setalarmforme.com while setting alarms for $variable minutes from now."
46
+ }
47
+ ],
48
+ "HOW_TO_CONTENT": {
49
+ "logoImageUrl": "/assets/pdf.svg",
50
+ "heading": "How to set alarm for $variable minutes:",
51
+ "steps": [
52
+ "Click on set alarm",
53
+ "Set $variable minutes for alarm.",
54
+ "Choose sound of your choice.",
55
+ "Click submit to set alarm, that's it !."
56
+ ]
57
+ },
58
+ "FAQ": [
59
+ {
60
+ "question": "How many seconds from now, will the alarm ring ?",
61
+ "answer": "When you setup alarm for $variable minutes from now, the alarm will ring after { % $variable * 60 % } seconds."
62
+ },
63
+ {
64
+ "question": "Can I rely on Setalarmforme.com to setup alarm for $variable minutes from now ?",
65
+ "answer": "If you have set alarm for $variable minutes from now, you can be 100% sure that alarm will ring after $variable minutes. You can trust us completely."
66
+ },
67
+ {
68
+ "question": "What will happen to the alarm that I have set, if I refresh the browser ?",
69
+ "answer": "The alarm will still ring after $variable minutes, even if you refresh the browser, since we store the information in browser's local cache."
70
+ },
71
+ {
72
+ "question": "What will happen to the alarm that I have set, if I close the tab of browser in which Setalarmforme.com is opened ?",
73
+ "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the tab."
74
+ },
75
+ {
76
+ "question": "What will happen to the alarm that I have set, if I close the browser ?",
77
+ "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the browser."
78
+ }
79
+ ]
80
+ }
@@ -3,6 +3,7 @@
3
3
  {% assign lang = page.lang %}
4
4
  {% assign dataArr = site.data.feature[lang][file] %}
5
5
  {% assign dataToShow = dataArr %}
6
+
6
7
  <meta charset="utf-8">
7
8
  <link rel="shortcut icon" href="/favicon.png">
8
9
 
@@ -8,6 +8,9 @@
8
8
  {% assign lang = page.lang %}
9
9
  {% assign dataArr = site.data.feature[lang][file] %}
10
10
  {% assign dataToShow = dataArr %}
11
+
12
+
13
+
11
14
  <!-- h1 and h2 -->
12
15
  <div class="sc-1ttxsn1-0 fxCLCz">
13
16
  <div class="sc-1ttxsn1-1 hvHwmD">
@@ -35,7 +38,8 @@
35
38
  <div class="sc-1ttxsn1-0 fxCLCz">
36
39
  <div class="sc-1ttxsn1-1 hvHwmD">
37
40
  <div class="sc-1rkezdt-0 cweQTx">
38
- <div class="sc-1rkezdt-1 buUasx">
41
+ <div class="sc-1rkezdt-1 buUasx"
42
+ style=background:{{dataToShow.color}};min-height:{{dataToShow.height}}>
39
43
  <div class="sc-1rkezdt-2 cwvKbP"></div>
40
44
  <div class="sc-1rkezdt-3 hzsTQm">
41
45
  <!-- <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"> -->
data/assets/css/tools.css CHANGED
@@ -27,6 +27,39 @@ header {
27
27
  text-decoration: none !important;
28
28
  }
29
29
 
30
+ .navCatContainer {
31
+ position: absolute;
32
+ z-index: 9;
33
+ padding: 25px;
34
+ height: 300px;
35
+ background: white;
36
+ width: 100%;
37
+ }
38
+ .navCat {
39
+ display: flex;
40
+ width: 100%;
41
+ justify-content: space-between;
42
+ }
43
+ .anchor_color {
44
+ color: rgb(117, 117, 117);
45
+ }
46
+ .nav__item_Cat {
47
+ margin: 0 !important;
48
+ padding: 0 15px;
49
+ font-size: 15px;
50
+ font-weight: 400;
51
+ line-height: 38px;
52
+ text-align: left;
53
+ /* color: #11304e; */
54
+ list-style: none;
55
+ position: relative;
56
+ }
57
+ .navItemlist {
58
+ width: 100%;
59
+ display: flex;
60
+ flex-direction: column;
61
+ padding: 20px 0;
62
+ }
30
63
  @media (max-width: 992px) {
31
64
  .navbar-nav {
32
65
  margin: 0 !important;
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.2
4
+ version: 0.4.3
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-02-11 00:00:00.000000000 Z
11
+ date: 2021-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -70,7 +70,6 @@ files:
70
70
  - _data/feature/en/split-pdf.json
71
71
  - _data/feature/hi/compress-pdf.json
72
72
  - _data/footer/en/data.json
73
- - _data/head/en/data.json
74
73
  - _data/header/en/data.json
75
74
  - _data/home/en.json
76
75
  - _data/home/hi.json
File without changes