upkey-track_stylebase 1.0.0 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +28 -22
- data/.gitignore +0 -12
- data/.rspec +0 -2
- data/.travis.yml +0 -5
- data/CODE_OF_CONDUCT.md +0 -74
- data/Gemfile +0 -6
- data/LICENSE.txt +0 -21
- data/README.md +0 -43
- data/Rakefile +0 -6
- data/bin/console +0 -14
- data/bin/setup +0 -8
- data/lib/upkey/track_stylebase.rb +0 -7
- data/lib/upkey/track_stylebase/engine.rb +0 -6
- data/lib/upkey/track_stylebase/version.rb +0 -5
- data/upkey-track_stylebase.gemspec +0 -27
- data/vendor/assets/stylesheets/base/_common.scss +0 -33
- data/vendor/assets/stylesheets/base/_layout.scss +0 -12
- data/vendor/assets/stylesheets/base/_site.scss +0 -27
- data/vendor/assets/stylesheets/components/_buttons.scss +0 -55
- data/vendor/assets/stylesheets/components/_chat.scss +0 -102
- data/vendor/assets/stylesheets/components/_course.scss +0 -113
- data/vendor/assets/stylesheets/components/_date.scss +0 -36
- data/vendor/assets/stylesheets/components/_form.scss +0 -122
- data/vendor/assets/stylesheets/components/_gradepicker.scss +0 -78
- data/vendor/assets/stylesheets/components/_illustration.scss +0 -41
- data/vendor/assets/stylesheets/components/_natural_language.scss +0 -110
- data/vendor/assets/stylesheets/components/_progressbar.scss +0 -35
- data/vendor/assets/stylesheets/components/_quiz.scss +0 -58
- data/vendor/assets/stylesheets/components/_skills.scss +0 -37
- data/vendor/assets/stylesheets/components/_slider.scss +0 -99
- data/vendor/assets/stylesheets/components/_statement.scss +0 -35
- data/vendor/assets/stylesheets/components/_toggle.scss +0 -138
- data/vendor/assets/stylesheets/components/_topbar.scss +0 -57
- data/vendor/assets/stylesheets/components/_tutorial.scss +0 -57
- data/vendor/assets/stylesheets/components/_types.scss +0 -50
- data/vendor/assets/stylesheets/helpers/_variables.scss +0 -11
- data/vendor/assets/stylesheets/upkey_track_stylebase.scss +0 -18
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 271f8fbb9cc00da6ce088a7afa90dac7a15a5c69
|
4
|
+
data.tar.gz: 13608bf094e0a9af12b0ca9d1f6dcc21bfafacd9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50e2c8c2e09ae61ecc11d1056384ec7c2adec3b151c2f9911c4c53c45a8580f7bb2e616440e4534defd89798a004eee1a1fd14007b170e91b1dcbdc0793ce73e
|
7
|
+
data.tar.gz: d6afd483610a3b6cc7a19ae4c0a93c6c8cb12cc8c979ccc3bc0c90994b8548b428b94a173825d179c363c18744686df913366106b372831b89c47beb3fb91ff0
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: upkey-track_stylebase
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ElliottAYoung
|
@@ -58,24 +58,26 @@ email:
|
|
58
58
|
executables: []
|
59
59
|
extensions: []
|
60
60
|
extra_rdoc_files: []
|
61
|
-
files:
|
62
|
-
|
63
|
-
|
64
|
-
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
-
|
70
|
-
-
|
71
|
-
- bin/setup
|
72
|
-
- lib/upkey/track_stylebase.rb
|
61
|
+
files: []
|
62
|
+
homepage: https://github.com/beupkey/upkey-track_stylebase
|
63
|
+
licenses:
|
64
|
+
- MIT
|
65
|
+
metadata: {}
|
66
|
+
post_install_message:
|
67
|
+
rdoc_options: []
|
68
|
+
require_paths:
|
69
|
+
- lib/upkey
|
70
|
+
- lib/upkey/track_stylebase
|
73
71
|
- lib/upkey/track_stylebase/engine.rb
|
74
72
|
- lib/upkey/track_stylebase/version.rb
|
75
|
-
- upkey
|
73
|
+
- lib/upkey/track_stylebase.rb
|
74
|
+
- vendor/assets
|
75
|
+
- vendor/assets/stylesheets
|
76
|
+
- vendor/assets/stylesheets/base
|
76
77
|
- vendor/assets/stylesheets/base/_common.scss
|
77
78
|
- vendor/assets/stylesheets/base/_layout.scss
|
78
79
|
- vendor/assets/stylesheets/base/_site.scss
|
80
|
+
- vendor/assets/stylesheets/components
|
79
81
|
- vendor/assets/stylesheets/components/_buttons.scss
|
80
82
|
- vendor/assets/stylesheets/components/_chat.scss
|
81
83
|
- vendor/assets/stylesheets/components/_course.scss
|
@@ -93,16 +95,20 @@ files:
|
|
93
95
|
- vendor/assets/stylesheets/components/_topbar.scss
|
94
96
|
- vendor/assets/stylesheets/components/_tutorial.scss
|
95
97
|
- vendor/assets/stylesheets/components/_types.scss
|
98
|
+
- vendor/assets/stylesheets/helpers
|
96
99
|
- vendor/assets/stylesheets/helpers/_variables.scss
|
97
|
-
- vendor/assets/stylesheets/
|
98
|
-
|
99
|
-
|
100
|
-
-
|
101
|
-
|
102
|
-
post_install_message:
|
103
|
-
rdoc_options: []
|
104
|
-
require_paths:
|
100
|
+
- vendor/assets/stylesheets/upkey_track_stylesheet.scss
|
101
|
+
- bin
|
102
|
+
- CODE_OF_CONDUCT.md
|
103
|
+
- Gemfile
|
104
|
+
- Gemfile.lock
|
105
105
|
- lib
|
106
|
+
- LICENSE.txt
|
107
|
+
- pkg
|
108
|
+
- Rakefile
|
109
|
+
- README.md
|
110
|
+
- upkey-track_stylebase.gemspec
|
111
|
+
- vendor
|
106
112
|
required_ruby_version: !ruby/object:Gem::Requirement
|
107
113
|
requirements:
|
108
114
|
- - ">="
|
data/.gitignore
DELETED
data/.rspec
DELETED
data/.travis.yml
DELETED
data/CODE_OF_CONDUCT.md
DELETED
@@ -1,74 +0,0 @@
|
|
1
|
-
# Contributor Covenant Code of Conduct
|
2
|
-
|
3
|
-
## Our Pledge
|
4
|
-
|
5
|
-
In the interest of fostering an open and welcoming environment, we as
|
6
|
-
contributors and maintainers pledge to making participation in our project and
|
7
|
-
our community a harassment-free experience for everyone, regardless of age, body
|
8
|
-
size, disability, ethnicity, gender identity and expression, level of experience,
|
9
|
-
nationality, personal appearance, race, religion, or sexual identity and
|
10
|
-
orientation.
|
11
|
-
|
12
|
-
## Our Standards
|
13
|
-
|
14
|
-
Examples of behavior that contributes to creating a positive environment
|
15
|
-
include:
|
16
|
-
|
17
|
-
* Using welcoming and inclusive language
|
18
|
-
* Being respectful of differing viewpoints and experiences
|
19
|
-
* Gracefully accepting constructive criticism
|
20
|
-
* Focusing on what is best for the community
|
21
|
-
* Showing empathy towards other community members
|
22
|
-
|
23
|
-
Examples of unacceptable behavior by participants include:
|
24
|
-
|
25
|
-
* The use of sexualized language or imagery and unwelcome sexual attention or
|
26
|
-
advances
|
27
|
-
* Trolling, insulting/derogatory comments, and personal or political attacks
|
28
|
-
* Public or private harassment
|
29
|
-
* Publishing others' private information, such as a physical or electronic
|
30
|
-
address, without explicit permission
|
31
|
-
* Other conduct which could reasonably be considered inappropriate in a
|
32
|
-
professional setting
|
33
|
-
|
34
|
-
## Our Responsibilities
|
35
|
-
|
36
|
-
Project maintainers are responsible for clarifying the standards of acceptable
|
37
|
-
behavior and are expected to take appropriate and fair corrective action in
|
38
|
-
response to any instances of unacceptable behavior.
|
39
|
-
|
40
|
-
Project maintainers have the right and responsibility to remove, edit, or
|
41
|
-
reject comments, commits, code, wiki edits, issues, and other contributions
|
42
|
-
that are not aligned to this Code of Conduct, or to ban temporarily or
|
43
|
-
permanently any contributor for other behaviors that they deem inappropriate,
|
44
|
-
threatening, offensive, or harmful.
|
45
|
-
|
46
|
-
## Scope
|
47
|
-
|
48
|
-
This Code of Conduct applies both within project spaces and in public spaces
|
49
|
-
when an individual is representing the project or its community. Examples of
|
50
|
-
representing a project or community include using an official project e-mail
|
51
|
-
address, posting via an official social media account, or acting as an appointed
|
52
|
-
representative at an online or offline event. Representation of a project may be
|
53
|
-
further defined and clarified by project maintainers.
|
54
|
-
|
55
|
-
## Enforcement
|
56
|
-
|
57
|
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
58
|
-
reported by contacting the project team at elliott.a.young@gmail.com. All
|
59
|
-
complaints will be reviewed and investigated and will result in a response that
|
60
|
-
is deemed necessary and appropriate to the circumstances. The project team is
|
61
|
-
obligated to maintain confidentiality with regard to the reporter of an incident.
|
62
|
-
Further details of specific enforcement policies may be posted separately.
|
63
|
-
|
64
|
-
Project maintainers who do not follow or enforce the Code of Conduct in good
|
65
|
-
faith may face temporary or permanent repercussions as determined by other
|
66
|
-
members of the project's leadership.
|
67
|
-
|
68
|
-
## Attribution
|
69
|
-
|
70
|
-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
|
71
|
-
available at [http://contributor-covenant.org/version/1/4][version]
|
72
|
-
|
73
|
-
[homepage]: http://contributor-covenant.org
|
74
|
-
[version]: http://contributor-covenant.org/version/1/4/
|
data/Gemfile
DELETED
data/LICENSE.txt
DELETED
@@ -1,21 +0,0 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2017 ElliottAYoung
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
13
|
-
all copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
THE SOFTWARE.
|
data/README.md
DELETED
@@ -1,43 +0,0 @@
|
|
1
|
-
# Upkey::TrackStylebase
|
2
|
-
|
3
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/upkey/track_stylebase`. To experiment with that code, run `bin/console` for an interactive prompt.
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
6
|
-
|
7
|
-
## Installation
|
8
|
-
|
9
|
-
Add this line to your application's Gemfile:
|
10
|
-
|
11
|
-
```ruby
|
12
|
-
gem 'upkey-track_stylebase'
|
13
|
-
```
|
14
|
-
|
15
|
-
And then execute:
|
16
|
-
|
17
|
-
$ bundle
|
18
|
-
|
19
|
-
Or install it yourself as:
|
20
|
-
|
21
|
-
$ gem install upkey-track_stylebase
|
22
|
-
|
23
|
-
## Usage
|
24
|
-
|
25
|
-
TODO: Write usage instructions here
|
26
|
-
|
27
|
-
## Development
|
28
|
-
|
29
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
30
|
-
|
31
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
32
|
-
|
33
|
-
## Contributing
|
34
|
-
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/upkey-track_stylebase. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
36
|
-
|
37
|
-
## License
|
38
|
-
|
39
|
-
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
40
|
-
|
41
|
-
## Code of Conduct
|
42
|
-
|
43
|
-
Everyone interacting in the Upkey::TrackStylebase project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/upkey-track_stylebase/blob/master/CODE_OF_CONDUCT.md).
|
data/Rakefile
DELETED
data/bin/console
DELETED
@@ -1,14 +0,0 @@
|
|
1
|
-
#!/usr/bin/env ruby
|
2
|
-
|
3
|
-
require "bundler/setup"
|
4
|
-
require "upkey/track_stylebase"
|
5
|
-
|
6
|
-
# You can add fixtures and/or initialization code here to make experimenting
|
7
|
-
# with your gem easier. You can also use a different console, if you like.
|
8
|
-
|
9
|
-
# (If you use this, don't forget to add pry to your Gemfile!)
|
10
|
-
# require "pry"
|
11
|
-
# Pry.start
|
12
|
-
|
13
|
-
require "irb"
|
14
|
-
IRB.start(__FILE__)
|
data/bin/setup
DELETED
@@ -1,27 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
lib = File.expand_path("../lib", __FILE__)
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require "upkey/track_stylebase/version"
|
5
|
-
|
6
|
-
Gem::Specification.new do |spec|
|
7
|
-
spec.name = "upkey-track_stylebase"
|
8
|
-
spec.version = Upkey::TrackStylebase::VERSION
|
9
|
-
spec.authors = ["ElliottAYoung"]
|
10
|
-
spec.email = ["elliott.a.young@gmail.com"]
|
11
|
-
|
12
|
-
spec.summary = "The General Stylebase for all Upkey Learning Tracks"
|
13
|
-
spec.description = "The General Stylebase for all Upkey Learning Tracks"
|
14
|
-
spec.homepage = "https://github.com/beupkey/upkey-track_stylebase"
|
15
|
-
spec.license = "MIT"
|
16
|
-
|
17
|
-
spec.files = `git ls-files -z`.split("\x0").reject do |f|
|
18
|
-
f.match(%r{^(test|spec|features)/})
|
19
|
-
end
|
20
|
-
spec.bindir = "exe"
|
21
|
-
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
22
|
-
spec.require_paths = ["lib"]
|
23
|
-
|
24
|
-
spec.add_development_dependency "bundler", "~> 1.15"
|
25
|
-
spec.add_development_dependency "rake", "~> 10.0"
|
26
|
-
spec.add_development_dependency "rspec", "~> 3.0"
|
27
|
-
end
|
@@ -1,33 +0,0 @@
|
|
1
|
-
.text-blue {
|
2
|
-
color: $lightBlue;
|
3
|
-
}
|
4
|
-
|
5
|
-
.text-green {
|
6
|
-
color: $green;
|
7
|
-
}
|
8
|
-
|
9
|
-
.text-big {
|
10
|
-
font-size: 20px;
|
11
|
-
font-weight: 500;
|
12
|
-
|
13
|
-
@media(min-width: 640px) {
|
14
|
-
font-size: 30px;
|
15
|
-
}
|
16
|
-
}
|
17
|
-
|
18
|
-
.text-medium {
|
19
|
-
font-size: 16px;
|
20
|
-
font-weight: 400;
|
21
|
-
|
22
|
-
@media(min-width: 640px) {
|
23
|
-
font-size: 24px;
|
24
|
-
}
|
25
|
-
}
|
26
|
-
|
27
|
-
.link {
|
28
|
-
text-decoration: underline;
|
29
|
-
}
|
30
|
-
|
31
|
-
.hidden {
|
32
|
-
display: none;
|
33
|
-
}
|
@@ -1,27 +0,0 @@
|
|
1
|
-
/*--------------------------------
|
2
|
-
BASE
|
3
|
-
---------------------------------*/
|
4
|
-
* {
|
5
|
-
box-sizing: border-box;
|
6
|
-
}
|
7
|
-
|
8
|
-
body {
|
9
|
-
font-family: 'Rubik', sans-serif;
|
10
|
-
color: #555555;
|
11
|
-
background: url(../../../images/bg.jpg) repeat;
|
12
|
-
line-height: 1.4;
|
13
|
-
margin: 0px;
|
14
|
-
}
|
15
|
-
|
16
|
-
a {
|
17
|
-
text-decoration: none;
|
18
|
-
color: $green;
|
19
|
-
}
|
20
|
-
|
21
|
-
img {
|
22
|
-
max-width: 100%;
|
23
|
-
}
|
24
|
-
|
25
|
-
h1,h2,h3,h4 {
|
26
|
-
margin: 0 0 30px;
|
27
|
-
}
|
@@ -1,55 +0,0 @@
|
|
1
|
-
/*--------------------------------
|
2
|
-
Buttons
|
3
|
-
---------------------------------*/
|
4
|
-
.button {
|
5
|
-
display: inline-block;
|
6
|
-
vertical-align: middle;
|
7
|
-
background: $green;
|
8
|
-
color: #fff;
|
9
|
-
padding: 14px 15px;
|
10
|
-
text-transform: uppercase;
|
11
|
-
font-size: 13px;
|
12
|
-
border-radius: 5px;
|
13
|
-
min-width: 180px;
|
14
|
-
text-align: center;
|
15
|
-
font-weight: 500;
|
16
|
-
transition: 0.3s;
|
17
|
-
border: none;
|
18
|
-
|
19
|
-
img {
|
20
|
-
display: inline-block;
|
21
|
-
vertical-align: middle;
|
22
|
-
margin-left: 10px;
|
23
|
-
}
|
24
|
-
|
25
|
-
&:hover {
|
26
|
-
background: lighten($green, 5%);
|
27
|
-
}
|
28
|
-
|
29
|
-
&.extended {
|
30
|
-
width: 100%;
|
31
|
-
}
|
32
|
-
|
33
|
-
&.small {
|
34
|
-
min-width: auto;
|
35
|
-
min-width: intial;
|
36
|
-
}
|
37
|
-
|
38
|
-
&--blue {
|
39
|
-
background: $lightBlue;
|
40
|
-
|
41
|
-
&:hover {
|
42
|
-
background: lighten($lightBlue, 5%);
|
43
|
-
}
|
44
|
-
}
|
45
|
-
|
46
|
-
&.hidden {
|
47
|
-
display: none;
|
48
|
-
}
|
49
|
-
}
|
50
|
-
|
51
|
-
.buttons {
|
52
|
-
display: flex;
|
53
|
-
align-items: center;
|
54
|
-
justify-content: center;
|
55
|
-
}
|