appscms-tools-theme 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path d="M16 14a8 8 0 1 1 16 0v5h4a3 3 0 0 1 3 3.001V38a3.003 3.003 0 0 1-3 3H12a3 3 0 0 1-3-3.001V22a3.003 3.003 0 0 1 3-3h4v-5zm1 0v5h14v-5a7 7 0 0 0-14 0zm15 6H12c-1.102 0-2 .898-2 2.001V38a2 2 0 0 0 2 2h24c1.102 0 2-.898 2-2.001V22a2 2 0 0 0-2-2h-4zm-8 6a1 1 0 0 1 1 1v7a1 1 0 0 1-2 0v-7a1 1 0 0 1 1-1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path d="M27.394 20h7.25c.057 0 .11.01.16.027a.483.483 0 0 1 .16-.027C36.626 20 38 21.213 38 22.745c0 .939-.516 1.758-1.299 2.252.783.493 1.299 1.312 1.299 2.251 0 1.043-.636 1.937-1.566 2.403.65.502 1.066 1.252 1.066 2.099 0 1.286-.957 2.348-2.24 2.658a.483.483 0 0 1-.279.089h-.345c-.05.002-.1.003-.151.003a.481.481 0 0 1-.057-.003h-.317c.439.474.704 1.085.704 1.758 0 1.532-1.373 2.745-3.037 2.745a.49.49 0 0 1-.036-.001.49.49 0 0 1-.035.001H21.484A5.564 5.564 0 0 1 17 36.58v.427a.999.999 0 0 1-.997.992H9.997c-.55 0-.997-.455-.997-.992V18.992c0-.548.453-.992.997-.992h6.006c.55 0 .997.455.997.992v2.45a3334.085 3334.085 0 0 0 3.285-4.604c2.717-3.817 4.645-6.98 5.212-7.83.831-1.246 2.728-1.343 4-.267 1.442 1.22 1.658 3.982.409 6.793a22.579 22.579 0 0 1-.894 1.736c-.07.123-.14.249-.214.377A70.64 70.64 0 0 1 27.394 20zm-.767.983a.499.499 0 0 1-.553-.746c.03-.046.03-.046.153-.247l.374-.611a69.663 69.663 0 0 0 1.538-2.597c.373-.668.665-1.231.853-1.654 1.084-2.438.924-4.722-.141-5.623-.845-.715-2.047-.654-2.522.058-.575.863-2.503 4.025-5.23 7.854a2999.687 2999.687 0 0 1-3.844 5.386L17 23.16v10.67c.233 2.35 2.197 4.184 4.585 4.184h10.122a.49.49 0 0 1 .035 0 .49.49 0 0 1 .036 0c1.151 0 2.06-.803 2.06-1.759 0-.955-.909-1.758-2.06-1.758H29.23a.49.49 0 0 1-.489-.494.49.49 0 0 1 .489-.493h5.342c1.101-.04 1.958-.827 1.958-1.76 0-.914-.822-1.688-1.89-1.757h-5.41a.49.49 0 0 1-.489-.493.49.49 0 0 1 .489-.493h5.174a.48.48 0 0 1 .08-.007 3 3 0 0 1 .214.007h.265c1.151 0 2.06-.803 2.06-1.759 0-.955-.909-1.758-2.06-1.758H29.23a.49.49 0 0 1-.489-.493.49.49 0 0 1 .489-.494h5.733c1.151 0 2.06-.803 2.06-1.758 0-.956-.909-1.759-2.06-1.759a.483.483 0 0 1-.159-.026.483.483 0 0 1-.16.026h-7.963a.49.49 0 0 1-.054-.003zM16 22.993V19c0-.002-2-.002-6 0v18c0 .002 2 .002 6 0V22.993z"/></svg>
metadata ADDED
@@ -0,0 +1,99 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: appscms-tools-theme
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - vivek-appscms
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-01-27 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.9'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.9'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '12.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '12.0'
55
+ description:
56
+ email:
57
+ - vivek@appscms.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - LICENSE.txt
63
+ - README.md
64
+ - _layouts/default.html
65
+ - _layouts/feature.html
66
+ - _layouts/home.html
67
+ - _layouts/page.html
68
+ - _layouts/post.html
69
+ - assets/bulb.svg
70
+ - assets/cloud.svg
71
+ - assets/easy.svg
72
+ - assets/guaranty.svg
73
+ - assets/pdf.svg
74
+ - assets/protect.svg
75
+ - assets/support.svg
76
+ homepage: https://github.com/Appscms-com/appscms-tools-theme
77
+ licenses:
78
+ - MIT
79
+ metadata: {}
80
+ post_install_message:
81
+ rdoc_options: []
82
+ require_paths:
83
+ - lib
84
+ required_ruby_version: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - ">="
87
+ - !ruby/object:Gem::Version
88
+ version: '0'
89
+ required_rubygems_version: !ruby/object:Gem::Requirement
90
+ requirements:
91
+ - - ">="
92
+ - !ruby/object:Gem::Version
93
+ version: '0'
94
+ requirements: []
95
+ rubygems_version: 3.2.5
96
+ signing_key:
97
+ specification_version: 4
98
+ summary: Appscms theme for all tools
99
+ test_files: []