codepipeline 0.3.0 → 0.3.1
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/CHANGELOG.md +3 -0
- data/Gemfile.lock +7 -7
- data/codepipe.gemspec +5 -1
- data/lib/codepipe/version.rb +1 -1
- data/vendor/aws_data/Gemfile +4 -0
- data/vendor/aws_data/Gemfile.lock +48 -0
- data/{docs/LICENSE → vendor/aws_data/LICENSE.txt} +4 -4
- data/vendor/aws_data/README.md +41 -0
- data/vendor/aws_data/Rakefile +6 -0
- data/vendor/aws_data/aws_data.gemspec +30 -0
- data/vendor/aws_data/bin/console +14 -0
- data/vendor/aws_data/bin/setup +8 -0
- data/vendor/aws_data/lib/aws_data.rb +89 -0
- data/vendor/aws_data/lib/aws_data/version.rb +3 -0
- data/vendor/aws_data/spec/aws_data_spec.rb +5 -0
- data/vendor/aws_data/spec/spec_helper.rb +14 -0
- data/vendor/cfn-status/Gemfile +4 -0
- data/vendor/cfn-status/Gemfile.lock +49 -0
- data/vendor/cfn-status/LICENSE.txt +21 -0
- data/vendor/cfn-status/README.md +56 -0
- data/vendor/cfn-status/Rakefile +6 -0
- data/vendor/cfn-status/bin/console +14 -0
- data/vendor/cfn-status/bin/setup +8 -0
- data/vendor/cfn-status/cfn-status.gemspec +30 -0
- data/vendor/cfn-status/lib/cfn/aws_service.rb +56 -0
- data/vendor/cfn-status/lib/cfn/status.rb +220 -0
- data/vendor/cfn-status/lib/cfn/status/version.rb +5 -0
- data/vendor/cfn-status/spec/cfn/status_spec.rb +81 -0
- data/vendor/cfn-status/spec/fixtures/cfn/stack-events-complete.json +1080 -0
- data/vendor/cfn-status/spec/fixtures/cfn/stack-events-in-progress.json +1080 -0
- data/vendor/cfn-status/spec/fixtures/cfn/stack-events-update-rollback-complete.json +1086 -0
- data/vendor/cfn-status/spec/spec_helper.rb +14 -0
- data/vendor/cfn_camelizer/CHANGELOG.md +10 -0
- data/vendor/cfn_camelizer/Gemfile +4 -0
- data/vendor/cfn_camelizer/LICENSE.txt +21 -0
- data/vendor/cfn_camelizer/README.md +40 -0
- data/vendor/cfn_camelizer/Rakefile +6 -0
- data/vendor/cfn_camelizer/bin/console +14 -0
- data/vendor/cfn_camelizer/bin/setup +8 -0
- data/vendor/cfn_camelizer/cfn_camelizer.gemspec +32 -0
- data/vendor/cfn_camelizer/lib/camelizer.yml +27 -0
- data/vendor/cfn_camelizer/lib/cfn_camelizer.rb +92 -0
- data/vendor/cfn_camelizer/lib/cfn_camelizer/version.rb +3 -0
- data/vendor/cfn_camelizer/spec/cfn_camelizer_spec.rb +79 -0
- data/vendor/cfn_camelizer/spec/spec_helper.rb +14 -0
- metadata +44 -171
- data/docs/.gitignore +0 -4
- data/docs/CNAME +0 -1
- data/docs/Gemfile +0 -3
- data/docs/README.md +0 -25
- data/docs/_config.yml +0 -73
- data/docs/_docs/contributing.md +0 -99
- data/docs/_docs/conventions.md +0 -42
- data/docs/_docs/deploy.md +0 -59
- data/docs/_docs/dsl.md +0 -39
- data/docs/_docs/dsl/approve.md +0 -62
- data/docs/_docs/dsl/pipeline.md +0 -55
- data/docs/_docs/dsl/pipeline/action.md +0 -28
- data/docs/_docs/dsl/pipeline/codebuild.md +0 -62
- data/docs/_docs/dsl/pipeline/prefix-and-suffix.md +0 -57
- data/docs/_docs/dsl/role.md +0 -79
- data/docs/_docs/dsl/schedule.md +0 -29
- data/docs/_docs/dsl/sns.md +0 -27
- data/docs/_docs/dsl/webhook.md +0 -31
- data/docs/_docs/ecs-deploy.md +0 -22
- data/docs/_docs/examples/codebuild-project.md +0 -21
- data/docs/_docs/examples/different-branches.md +0 -49
- data/docs/_docs/examples/multiple-codebuild-projects.md +0 -60
- data/docs/_docs/install.md +0 -14
- data/docs/_docs/next-steps.md +0 -16
- data/docs/_docs/settings.md +0 -34
- data/docs/_docs/start.md +0 -31
- data/docs/_docs/structure.md +0 -25
- data/docs/_includes/commands.html +0 -92
- data/docs/_includes/content.html +0 -25
- data/docs/_includes/edit-on-github.html +0 -9
- data/docs/_includes/example.html +0 -12
- data/docs/_includes/footer.html +0 -41
- data/docs/_includes/google_analytics.html +0 -10
- data/docs/_includes/head.html +0 -45
- data/docs/_includes/js.html +0 -15
- data/docs/_includes/nav.html +0 -17
- data/docs/_includes/prev_next.md +0 -19
- data/docs/_includes/reference.md +0 -1
- data/docs/_includes/subnav.html +0 -47
- data/docs/_includes/tutorials.md +0 -38
- data/docs/_layouts/default.html +0 -12
- data/docs/_reference/pipe-completion.md +0 -44
- data/docs/_reference/pipe-completion_script.md +0 -25
- data/docs/_reference/pipe-delete.md +0 -25
- data/docs/_reference/pipe-deploy.md +0 -26
- data/docs/_reference/pipe-init.md +0 -25
- data/docs/_reference/pipe-start.md +0 -25
- data/docs/_reference/pipe-version.md +0 -21
- data/docs/_sass/_bootstrap-overrides.scss +0 -40
- data/docs/_sass/_contact.scss +0 -49
- data/docs/_sass/_cta.scss +0 -37
- data/docs/_sass/_download.scss +0 -31
- data/docs/_sass/_features.scss +0 -47
- data/docs/_sass/_footer.scss +0 -49
- data/docs/_sass/_global.scss +0 -102
- data/docs/_sass/_main.scss +0 -370
- data/docs/_sass/_masthead.scss +0 -70
- data/docs/_sass/_mixins.scss +0 -79
- data/docs/_sass/_navbar.scss +0 -92
- data/docs/_sass/_syntax.scss +0 -65
- data/docs/_sass/_table.scss +0 -34
- data/docs/_sass/_timeline.scss +0 -207
- data/docs/_sass/_variables.scss +0 -24
- data/docs/bin/web +0 -8
- data/docs/docs.md +0 -24
- data/docs/img/docs/codepipeline-output.png +0 -0
- data/docs/img/docs/multiple-codebuild-projects-pipeline.png +0 -0
- data/docs/img/logos/boltops-logo-full.png +0 -0
- data/docs/img/logos/boltops-logo.png +0 -0
- data/docs/img/logos/project-logo.png +0 -0
- data/docs/index.html +0 -37
- data/docs/js/nav.js +0 -39
- data/docs/js/new-age.js +0 -38
- data/docs/js/new-age.min.js +0 -6
- data/docs/new-age.scss +0 -20
- data/docs/quick-start.md +0 -72
- data/docs/reference.md +0 -12
- data/docs/support.md +0 -22
- data/docs/vendor/bootstrap/css/bootstrap-grid.css +0 -1339
- data/docs/vendor/bootstrap/css/bootstrap-grid.css.map +0 -1
- data/docs/vendor/bootstrap/css/bootstrap-grid.min.css +0 -1
- data/docs/vendor/bootstrap/css/bootstrap-grid.min.css.map +0 -1
- data/docs/vendor/bootstrap/css/bootstrap-reboot.css +0 -459
- data/docs/vendor/bootstrap/css/bootstrap-reboot.css.map +0 -1
- data/docs/vendor/bootstrap/css/bootstrap-reboot.min.css +0 -1
- data/docs/vendor/bootstrap/css/bootstrap-reboot.min.css.map +0 -1
- data/docs/vendor/bootstrap/css/bootstrap.css +0 -9320
- data/docs/vendor/bootstrap/css/bootstrap.css.map +0 -1
- data/docs/vendor/bootstrap/css/bootstrap.min.css +0 -6
- data/docs/vendor/bootstrap/css/bootstrap.min.css.map +0 -1
- data/docs/vendor/bootstrap/js/bootstrap.js +0 -3535
- data/docs/vendor/bootstrap/js/bootstrap.min.js +0 -7
- data/docs/vendor/font-awesome/css/font-awesome.css +0 -2337
- data/docs/vendor/font-awesome/css/font-awesome.min.css +0 -4
- data/docs/vendor/font-awesome/fonts/FontAwesome.otf +0 -0
- data/docs/vendor/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- data/docs/vendor/font-awesome/fonts/fontawesome-webfont.svg +0 -2671
- data/docs/vendor/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- data/docs/vendor/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- data/docs/vendor/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- data/docs/vendor/font-awesome/less/animated.less +0 -34
- data/docs/vendor/font-awesome/less/bordered-pulled.less +0 -25
- data/docs/vendor/font-awesome/less/core.less +0 -12
- data/docs/vendor/font-awesome/less/fixed-width.less +0 -6
- data/docs/vendor/font-awesome/less/font-awesome.less +0 -18
- data/docs/vendor/font-awesome/less/icons.less +0 -789
- data/docs/vendor/font-awesome/less/larger.less +0 -13
- data/docs/vendor/font-awesome/less/list.less +0 -19
- data/docs/vendor/font-awesome/less/mixins.less +0 -60
- data/docs/vendor/font-awesome/less/path.less +0 -15
- data/docs/vendor/font-awesome/less/rotated-flipped.less +0 -20
- data/docs/vendor/font-awesome/less/screen-reader.less +0 -5
- data/docs/vendor/font-awesome/less/stacked.less +0 -20
- data/docs/vendor/font-awesome/less/variables.less +0 -799
- data/docs/vendor/font-awesome/scss/_animated.scss +0 -34
- data/docs/vendor/font-awesome/scss/_bordered-pulled.scss +0 -25
- data/docs/vendor/font-awesome/scss/_core.scss +0 -12
- data/docs/vendor/font-awesome/scss/_fixed-width.scss +0 -6
- data/docs/vendor/font-awesome/scss/_icons.scss +0 -789
- data/docs/vendor/font-awesome/scss/_larger.scss +0 -13
- data/docs/vendor/font-awesome/scss/_list.scss +0 -19
- data/docs/vendor/font-awesome/scss/_mixins.scss +0 -60
- data/docs/vendor/font-awesome/scss/_path.scss +0 -15
- data/docs/vendor/font-awesome/scss/_rotated-flipped.scss +0 -20
- data/docs/vendor/font-awesome/scss/_screen-reader.scss +0 -5
- data/docs/vendor/font-awesome/scss/_stacked.scss +0 -20
- data/docs/vendor/font-awesome/scss/_variables.scss +0 -799
- data/docs/vendor/font-awesome/scss/font-awesome.scss +0 -18
- data/docs/vendor/jquery-easing/jquery.easing.compatibility.js +0 -59
- data/docs/vendor/jquery-easing/jquery.easing.js +0 -166
- data/docs/vendor/jquery-easing/jquery.easing.min.js +0 -1
- data/docs/vendor/jquery/jquery.js +0 -10253
- data/docs/vendor/jquery/jquery.min.js +0 -4
- data/docs/vendor/simple-line-icons/css/simple-line-icons.css +0 -778
- data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.eot +0 -0
- data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.svg +0 -200
- data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.ttf +0 -0
- data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff +0 -0
- data/docs/vendor/simple-line-icons/fonts/Simple-Line-Icons.woff2 +0 -0
- data/docs/vendor/simple-line-icons/less/simple-line-icons.less +0 -982
- data/docs/vendor/simple-line-icons/scss/simple-line-icons.scss +0 -979
- data/docs/vendor/tether/tether.js +0 -1811
- data/docs/vendor/tether/tether.min.js +0 -1
- data/spec/fixtures/app/.codepipeline/pipeline.rb +0 -12
- data/spec/fixtures/app/.codepipeline/schedule.rb +0 -1
- data/spec/fixtures/app/.codepipeline/webhook.rb +0 -1
- data/spec/fixtures/pipelines/approve.rb +0 -22
- data/spec/fixtures/pipelines/approve_existing_sns.rb +0 -24
- data/spec/lib/cli_spec.rb +0 -18
- data/spec/lib/pipeline/approve_spec.rb +0 -32
- data/spec/lib/pipeline_spec.rb +0 -12
- data/spec/lib/role_spec.rb +0 -12
- data/spec/lib/schedule_spec.rb +0 -12
- data/spec/lib/webhook_spec.rb +0 -12
- data/spec/spec_helper.rb +0 -35
data/docs/_includes/tutorials.md
DELETED
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
## Introducing Jets
|
|
2
|
-
|
|
3
|
-
<div class="video-box"><div class="video-container"><iframe src="https://www.youtube.com/embed/17Y3AJl9dw4" frameborder="0" allowfullscreen=""></iframe></div></div>
|
|
4
|
-
|
|
5
|
-
## Jets Introduction Series
|
|
6
|
-
|
|
7
|
-
Introductions are focused on AWS fundamental essentials.
|
|
8
|
-
|
|
9
|
-
{% assign posts = site.data.intro_series %}
|
|
10
|
-
{% for post in posts %}
|
|
11
|
-
* [{{ post.title }}]({{ post.url }}){% endfor %}
|
|
12
|
-
|
|
13
|
-
## Jets Tutorial Series
|
|
14
|
-
|
|
15
|
-
Tutorials are focused on Jets fundamentals.
|
|
16
|
-
|
|
17
|
-
{% assign posts = site.data.tutorial_series %}
|
|
18
|
-
{% for post in posts %}
|
|
19
|
-
* [{{ post.title }}]({{ post.url }}){% endfor %}
|
|
20
|
-
|
|
21
|
-
## Jets Articles
|
|
22
|
-
|
|
23
|
-
Articles, tutorials, and demos on Jets.
|
|
24
|
-
|
|
25
|
-
{% assign posts = site.data.articles %}
|
|
26
|
-
{% for post in posts %}
|
|
27
|
-
* [{{ post.title }}]({{ post.url }}){% endfor %}
|
|
28
|
-
|
|
29
|
-
## Tutorials
|
|
30
|
-
|
|
31
|
-
* [HTML ActiveRecord Tutorial]({% link _docs/crud-html-activerecord.md %})
|
|
32
|
-
* [JSON ActiveRecord Tutorial]({% link _docs/crud-json-activerecord.md %})
|
|
33
|
-
|
|
34
|
-
## Videos
|
|
35
|
-
|
|
36
|
-
{% assign posts = site.data.video_playlists %}
|
|
37
|
-
{% for post in posts %}
|
|
38
|
-
* [{{ post.title }}]({{ post.url }}){% endfor %}
|
data/docs/_layouts/default.html
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: pipe completion
|
|
3
|
-
reference: true
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
## Usage
|
|
7
|
-
|
|
8
|
-
pipe completion *PARAMS
|
|
9
|
-
|
|
10
|
-
## Description
|
|
11
|
-
|
|
12
|
-
Prints words for auto-completion.
|
|
13
|
-
|
|
14
|
-
Example:
|
|
15
|
-
|
|
16
|
-
codepipe completion
|
|
17
|
-
|
|
18
|
-
Prints words for TAB auto-completion.
|
|
19
|
-
|
|
20
|
-
Examples:
|
|
21
|
-
|
|
22
|
-
codepipe completion
|
|
23
|
-
codepipe completion hello
|
|
24
|
-
codepipe completion hello name
|
|
25
|
-
|
|
26
|
-
To enable, TAB auto-completion add the following to your profile:
|
|
27
|
-
|
|
28
|
-
eval $(codepipe completion_script)
|
|
29
|
-
|
|
30
|
-
Auto-completion example usage:
|
|
31
|
-
|
|
32
|
-
codepipe [TAB]
|
|
33
|
-
codepipe hello [TAB]
|
|
34
|
-
codepipe hello name [TAB]
|
|
35
|
-
codepipe hello name --[TAB]
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## Options
|
|
39
|
-
|
|
40
|
-
```
|
|
41
|
-
[--verbose], [--no-verbose]
|
|
42
|
-
[--noop], [--no-noop]
|
|
43
|
-
```
|
|
44
|
-
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: pipe completion_script
|
|
3
|
-
reference: true
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
## Usage
|
|
7
|
-
|
|
8
|
-
pipe completion_script
|
|
9
|
-
|
|
10
|
-
## Description
|
|
11
|
-
|
|
12
|
-
Generates a script that can be eval to setup auto-completion.
|
|
13
|
-
|
|
14
|
-
To use, add the following to your `~/.bashrc` or `~/.profile`
|
|
15
|
-
|
|
16
|
-
eval $(codepipe completion_script)
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## Options
|
|
20
|
-
|
|
21
|
-
```
|
|
22
|
-
[--verbose], [--no-verbose]
|
|
23
|
-
[--noop], [--no-noop]
|
|
24
|
-
```
|
|
25
|
-
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: pipe delete
|
|
3
|
-
reference: true
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
## Usage
|
|
7
|
-
|
|
8
|
-
pipe delete
|
|
9
|
-
|
|
10
|
-
## Description
|
|
11
|
-
|
|
12
|
-
Delete codebuild project.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## Options
|
|
16
|
-
|
|
17
|
-
```
|
|
18
|
-
[--sure=SURE] # Bypass are you sure prompt
|
|
19
|
-
[--stack-name=STACK_NAME] # Override the generated stack name. If you use this you must always specify it
|
|
20
|
-
[--wait], [--no-wait] # Wait for operation to complete
|
|
21
|
-
# Default: true
|
|
22
|
-
[--verbose], [--no-verbose]
|
|
23
|
-
[--noop], [--no-noop]
|
|
24
|
-
```
|
|
25
|
-
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: pipe deploy
|
|
3
|
-
reference: true
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
## Usage
|
|
7
|
-
|
|
8
|
-
pipe deploy PIPELINE_NAME
|
|
9
|
-
|
|
10
|
-
## Description
|
|
11
|
-
|
|
12
|
-
Deploy pipeline.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## Options
|
|
16
|
-
|
|
17
|
-
```
|
|
18
|
-
b, [--branch=BRANCH] # git branch
|
|
19
|
-
# Default: master
|
|
20
|
-
[--stack-name=STACK_NAME] # Override the generated stack name. If you use this you must always specify it
|
|
21
|
-
[--wait], [--no-wait] # Wait for operation to complete
|
|
22
|
-
# Default: true
|
|
23
|
-
[--verbose], [--no-verbose]
|
|
24
|
-
[--noop], [--no-noop]
|
|
25
|
-
```
|
|
26
|
-
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: pipe init
|
|
3
|
-
reference: true
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
## Usage
|
|
7
|
-
|
|
8
|
-
pipe init
|
|
9
|
-
|
|
10
|
-
## Description
|
|
11
|
-
|
|
12
|
-
Set up initial .codepipline files.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## Options
|
|
16
|
-
|
|
17
|
-
```
|
|
18
|
-
[--name=NAME] # CodePipeline project name.
|
|
19
|
-
[--force] # Bypass overwrite are you sure prompt for existing files.
|
|
20
|
-
[--template=TEMPLATE] # Custom template to use.
|
|
21
|
-
[--template-mode=TEMPLATE_MODE] # Template mode: replace or additive.
|
|
22
|
-
[--verbose], [--no-verbose]
|
|
23
|
-
[--noop], [--no-noop]
|
|
24
|
-
```
|
|
25
|
-
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: pipe start
|
|
3
|
-
reference: true
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
## Usage
|
|
7
|
-
|
|
8
|
-
pipe start
|
|
9
|
-
|
|
10
|
-
## Description
|
|
11
|
-
|
|
12
|
-
Start codebuild project.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## Options
|
|
16
|
-
|
|
17
|
-
```
|
|
18
|
-
[--sure=SURE] # Bypass are you sure prompt
|
|
19
|
-
[--stack-name=STACK_NAME] # Override the generated stack name. If you use this you must always specify it
|
|
20
|
-
[--wait], [--no-wait] # Wait for operation to complete
|
|
21
|
-
# Default: true
|
|
22
|
-
[--verbose], [--no-verbose]
|
|
23
|
-
[--noop], [--no-noop]
|
|
24
|
-
```
|
|
25
|
-
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
// Bootstrap overrides for this template
|
|
2
|
-
.bg-primary {
|
|
3
|
-
// background: $theme-primary;
|
|
4
|
-
// background: -webkit-linear-gradient($theme-primary, darken($theme-primary, 5%));
|
|
5
|
-
// background: linear-gradient(#c70000, darken($theme-primary, 5%));
|
|
6
|
-
background-color: #730c0c !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.text-primary {
|
|
10
|
-
color: $theme-primary;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.no-gutter > [class*='col-'] {
|
|
14
|
-
padding-right: 0;
|
|
15
|
-
padding-left: 0;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.btn-outline {
|
|
19
|
-
color: white;
|
|
20
|
-
border: 1px solid;
|
|
21
|
-
border-color: white;
|
|
22
|
-
&:hover,
|
|
23
|
-
&:focus,
|
|
24
|
-
&:active,
|
|
25
|
-
&.active {
|
|
26
|
-
color: white;
|
|
27
|
-
border-color: $theme-primary;
|
|
28
|
-
background-color: $theme-primary;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.btn {
|
|
33
|
-
border-radius: 300px;
|
|
34
|
-
@include alt-font;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.btn-xl {
|
|
38
|
-
font-size: 11px;
|
|
39
|
-
padding: 15px 45px;
|
|
40
|
-
}
|
data/docs/_sass/_contact.scss
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
// Styling for the download section
|
|
2
|
-
section.contact {
|
|
3
|
-
text-align: center;
|
|
4
|
-
h2 {
|
|
5
|
-
margin-top: 0;
|
|
6
|
-
margin-bottom: 25px;
|
|
7
|
-
i {
|
|
8
|
-
color: $brand-google-plus;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
ul.list-social {
|
|
12
|
-
margin-bottom: 0;
|
|
13
|
-
li {
|
|
14
|
-
a {
|
|
15
|
-
font-size: 40px;
|
|
16
|
-
line-height: 80px;
|
|
17
|
-
display: block;
|
|
18
|
-
width: 80px;
|
|
19
|
-
height: 80px;
|
|
20
|
-
color: white;
|
|
21
|
-
border-radius: 100%;
|
|
22
|
-
}
|
|
23
|
-
&.social-twitter {
|
|
24
|
-
a {
|
|
25
|
-
background-color: $brand-twitter;
|
|
26
|
-
&:hover {
|
|
27
|
-
background-color: darken($brand-twitter, 5%);
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
&.social-facebook {
|
|
32
|
-
a {
|
|
33
|
-
background-color: $brand-facebook;
|
|
34
|
-
&:hover {
|
|
35
|
-
background-color: darken($brand-facebook, 5%);
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
&.social-google-plus {
|
|
40
|
-
a {
|
|
41
|
-
background-color: $brand-google-plus;
|
|
42
|
-
&:hover {
|
|
43
|
-
background-color: darken($brand-google-plus, 5%);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
data/docs/_sass/_cta.scss
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
// Styling for the call to action section
|
|
2
|
-
section.cta {
|
|
3
|
-
position: relative;
|
|
4
|
-
padding: 50px 0;
|
|
5
|
-
text-align: center;
|
|
6
|
-
margin: 0 auto;
|
|
7
|
-
// background-image: url('../img/bg-cta.jpg');
|
|
8
|
-
background-position: center;
|
|
9
|
-
@include background-cover;
|
|
10
|
-
.cta-content {
|
|
11
|
-
position: relative;
|
|
12
|
-
z-index: 1;
|
|
13
|
-
h2 {
|
|
14
|
-
text-align: center;
|
|
15
|
-
margin: 0 auto 25px auto;
|
|
16
|
-
font-size: 50px;
|
|
17
|
-
max-width: 450px;
|
|
18
|
-
color: white;
|
|
19
|
-
}
|
|
20
|
-
@media (min-width: 768px) {
|
|
21
|
-
h2 {
|
|
22
|
-
text-align: center;
|
|
23
|
-
margin: 0 auto;
|
|
24
|
-
font-size: 80px;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
.overlay {
|
|
29
|
-
position: absolute;
|
|
30
|
-
top: 0;
|
|
31
|
-
left: 0;
|
|
32
|
-
width: 100%;
|
|
33
|
-
height: 100%;
|
|
34
|
-
// background-color: fade-out(black, .5);
|
|
35
|
-
background-color: #730c0c;
|
|
36
|
-
}
|
|
37
|
-
}
|
data/docs/_sass/_download.scss
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
// Styling for the download section
|
|
2
|
-
section.download {
|
|
3
|
-
color: white;
|
|
4
|
-
position: relative;
|
|
5
|
-
padding: 80px 0;
|
|
6
|
-
h2 {
|
|
7
|
-
font-size: 50px;
|
|
8
|
-
margin-top: 0;
|
|
9
|
-
}
|
|
10
|
-
.badges {
|
|
11
|
-
.badge-link {
|
|
12
|
-
display: block;
|
|
13
|
-
margin-bottom: 25px;
|
|
14
|
-
&:last-child {
|
|
15
|
-
margin-bottom: 0;
|
|
16
|
-
}
|
|
17
|
-
img {
|
|
18
|
-
height: 60px;
|
|
19
|
-
}
|
|
20
|
-
@media(min-width: 768px) {
|
|
21
|
-
display: inline-block;
|
|
22
|
-
margin-bottom: 0;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
@media(min-width: 768px) {
|
|
27
|
-
h2 {
|
|
28
|
-
font-size: 70px;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
data/docs/_sass/_features.scss
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
// Styling for the features section
|
|
2
|
-
section.features {
|
|
3
|
-
h3 {
|
|
4
|
-
// background-color: green;
|
|
5
|
-
// font-size: 1.6em;
|
|
6
|
-
}
|
|
7
|
-
.section-heading {
|
|
8
|
-
margin-bottom: 20px;
|
|
9
|
-
h2 {
|
|
10
|
-
margin-top: 0;
|
|
11
|
-
}
|
|
12
|
-
p {
|
|
13
|
-
margin-bottom: 0;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
.device-container,
|
|
17
|
-
.feature-item {
|
|
18
|
-
max-width: 300px;
|
|
19
|
-
margin: 0 auto;
|
|
20
|
-
}
|
|
21
|
-
.device-container {
|
|
22
|
-
margin-bottom: 100px;
|
|
23
|
-
@media(min-width: 992px) {
|
|
24
|
-
margin-bottom: 0;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
.feature-item {
|
|
28
|
-
margin-bottom: 100px;
|
|
29
|
-
text-align: center;
|
|
30
|
-
h3 {
|
|
31
|
-
font-size: 30px;
|
|
32
|
-
}
|
|
33
|
-
i {
|
|
34
|
-
font-size: 80px;
|
|
35
|
-
background: -webkit-linear-gradient(to left, $theme-secondary, $theme-tertiary);
|
|
36
|
-
background: linear-gradient(to left, $theme-secondary, $theme-tertiary);
|
|
37
|
-
-webkit-background-clip: text;
|
|
38
|
-
-webkit-text-fill-color: transparent;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
@media(min-width: 992px) {
|
|
42
|
-
.device-container,
|
|
43
|
-
.feature-item {
|
|
44
|
-
max-width: none;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}
|