appscms-tools-theme 0.3.1 → 0.3.2
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/footer/en/data.json +85 -0
- data/_data/home/en.json +14 -10
- data/_includes/footer/index.html +22 -300
- data/_layouts/feature.html +1 -351
- data/_layouts/home.html +7 -366
- data/assets/cross.svg +5 -0
- data/assets/facebook.svg +5 -0
- data/assets/instagram.svg +5 -0
- data/assets/linkdin.svg +5 -0
- data/assets/star.svg +5 -0
- data/assets/twitter.svg +5 -0
- data/assets/youtube.svg +5 -0
- metadata +9 -1
data/assets/cross.svg
ADDED
data/assets/facebook.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M18 4.63h-2.397c-1.69 0-2.182.65-2.182 1.897v2.52h4.395l-.584 3.901H13.42V23H8.81V12.948H5V9.047h3.81V6.175C8.81 2.897 11.117 1 14.559 1c1.444 0 2.612.054 3.442.135v3.496z">
|
|
4
|
+
</path>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M12 2.982c2.937 0 3.285.011 4.445.064 1.072.05 1.655.228 2.043.379.513.2.88.438 1.264.823.385.385.624.751.823 1.265.15.387.33.97.379 2.042.053 1.16.064 1.508.064 4.445 0 2.937-.011 3.285-.064 4.445-.05 1.072-.228 1.655-.379 2.043-.2.513-.438.88-.823 1.264a3.408 3.408 0 01-1.264.823c-.388.15-.97.33-2.043.379-1.16.053-1.508.064-4.445.064-2.937 0-3.285-.011-4.445-.064-1.072-.049-1.655-.228-2.042-.379-.514-.2-.88-.438-1.265-.823a3.408 3.408 0 01-.823-1.264c-.15-.388-.33-.97-.379-2.043-.053-1.16-.064-1.508-.064-4.445 0-2.937.011-3.285.064-4.445.049-1.072.228-1.655.379-2.042.2-.514.438-.88.823-1.265a3.408 3.408 0 011.265-.823c.387-.15.97-.33 2.042-.379 1.16-.053 1.508-.064 4.445-.064zM12 1c-2.987 0-3.362.013-4.535.066-1.171.054-1.97.24-2.67.512a5.392 5.392 0 00-1.949 1.268 5.392 5.392 0 00-1.269 1.949c-.271.7-.457 1.499-.51 2.67C1.012 8.638 1 9.013 1 12c0 2.988.013 3.362.066 4.535.054 1.171.24 1.97.511 2.67a5.392 5.392 0 001.27 1.949 5.392 5.392 0 001.948 1.268c.7.273 1.499.458 2.67.512C8.638 22.987 9.013 23 12 23s3.362-.013 4.535-.066c1.171-.054 1.97-.24 2.67-.512a5.391 5.391 0 001.949-1.268 5.391 5.391 0 001.268-1.948c.272-.7.458-1.5.512-2.67.053-1.174.066-1.549.066-4.536 0-2.987-.013-3.362-.066-4.535-.054-1.171-.24-1.97-.512-2.67a5.39 5.39 0 00-1.268-1.949 5.391 5.391 0 00-1.949-1.268c-.7-.272-1.499-.458-2.67-.512C15.362 1.013 14.987 1 12 1zm0 5.351a5.649 5.649 0 100 11.298A5.649 5.649 0 0012 6.35zm0 9.316a3.667 3.667 0 110-7.334 3.667 3.667 0 010 7.334zm7.192-9.539a1.32 1.32 0 11-2.64 0 1.32 1.32 0 012.64 0z">
|
|
4
|
+
</path>
|
|
5
|
+
</svg>
|
data/assets/linkdin.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M23 23h-5.118v-7.339c0-1.92-.8-3.232-2.561-3.232-1.347 0-2.096.885-2.444 1.738-.131.306-.11.732-.11 1.159V23H7.695s.065-13 0-14.182h5.07v2.226c.3-.973 1.92-2.362 4.506-2.362 3.208 0 5.728 2.04 5.728 6.432V23zM3.38 6.773h-.03C1.926 6.773 1 5.72 1 4.388 1 3.03 1.952 2 3.407 2 4.86 2 5.754 3.027 5.783 4.384c0 1.333-.923 2.389-2.404 2.389zM1 8.682h4.783V23H1V8.682z">
|
|
4
|
+
</path>
|
|
5
|
+
</svg>
|
data/assets/star.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 36 36" fill="#fff">
|
|
2
|
+
<path
|
|
3
|
+
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">
|
|
4
|
+
</path>
|
|
5
|
+
</svg>
|
data/assets/twitter.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path
|
|
3
|
+
d="M20.436 5.83c.92-.552 1.6-1.437 1.994-2.498-.854.508-1.862.884-2.936 1.105A4.286 4.286 0 0016.251 3c-2.52 0-4.558 1.99-4.558 4.533 0 .376.088.686.132 1.084A13.15 13.15 0 012.534 3.84c-.416.664-.614 1.438-.614 2.3 0 1.548.767 2.941 2.016 3.76a4.737 4.737 0 01-2.06-.598v.067c0 2.189 1.556 4.046 3.616 4.466-.35.089-.789.177-1.183.177-.285 0-.614-.066-.877-.088.592 1.813 2.28 3.162 4.23 3.184-1.49 1.216-3.485 1.924-5.61 1.924-.35 0-.745 0-1.052-.022C2.994 20.314 5.382 21 7.946 21c8.261 0 12.84-6.9 12.84-12.936 0-.155 0-.376-.021-.597A9.469 9.469 0 0023 5.1c-.767.376-1.665.597-2.564.73z">
|
|
4
|
+
</path>
|
|
5
|
+
</svg>
|
data/assets/youtube.svg
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" fill="#000000" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd"
|
|
3
|
+
d="M21.38 4.48A2.94 2.94 0 0123.5 6.5c.5 1.78.5 5.5.5 5.5s0 3.72-.5 5.5a2.94 2.94 0 01-2.12 2.02C19.5 20 12 20 12 20s-7.5 0-9.38-.48A2.94 2.94 0 01.5 17.5C0 15.72 0 12 0 12s0-3.72.5-5.5a2.94 2.94 0 012.12-2.02C4.5 4 12 4 12 4s7.5 0 9.38.48zM17 12l-8 4V8l8 4z">
|
|
4
|
+
</path>
|
|
5
|
+
</svg>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appscms-tools-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek-appscms
|
|
@@ -67,6 +67,7 @@ files:
|
|
|
67
67
|
- _data/feature/en/compress-pdf.json
|
|
68
68
|
- _data/feature/en/split-pdf.json
|
|
69
69
|
- _data/feature/hi/compress-pdf.json
|
|
70
|
+
- _data/footer/en/data.json
|
|
70
71
|
- _data/home/en.json
|
|
71
72
|
- _data/home/hi.json
|
|
72
73
|
- _data/nav.json
|
|
@@ -102,16 +103,23 @@ files:
|
|
|
102
103
|
- _layouts/termAndCondition.html
|
|
103
104
|
- assets/bulb.svg
|
|
104
105
|
- assets/cloud.svg
|
|
106
|
+
- assets/cross.svg
|
|
105
107
|
- assets/css/blog.css
|
|
106
108
|
- assets/css/tools.css
|
|
107
109
|
- assets/easy.svg
|
|
110
|
+
- assets/facebook.svg
|
|
108
111
|
- assets/guaranty.svg
|
|
109
112
|
- assets/images/avatar.png
|
|
110
113
|
- assets/images/logo.png
|
|
114
|
+
- assets/instagram.svg
|
|
111
115
|
- assets/js/TopScroll.js
|
|
116
|
+
- assets/linkdin.svg
|
|
112
117
|
- assets/pdf.svg
|
|
113
118
|
- assets/protect.svg
|
|
119
|
+
- assets/star.svg
|
|
114
120
|
- assets/support.svg
|
|
121
|
+
- assets/twitter.svg
|
|
122
|
+
- assets/youtube.svg
|
|
115
123
|
homepage: https://github.com/Appscms-com/appscms-tools-theme
|
|
116
124
|
licenses:
|
|
117
125
|
- MIT
|