forked from etcd-io/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: lucperkins <[email protected]>
- Loading branch information
1 parent
b6204c6
commit f613721
Showing
7 changed files
with
50 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,24 @@ | ||
{{ $features := .Site.Params.features }} | ||
<section class="section has-background-white-bis"> | ||
<section class="section"> | ||
<div class="container"> | ||
<p class="title is-size-2 is-size-3-mobile has-text-primary has-text-weight-bold"> | ||
Features | ||
</p> | ||
|
||
<hr class="has-background-primary" /> | ||
|
||
<div class="columns"> | ||
<div class="columns is-variable is-8"> | ||
{{ range $features }} | ||
<div class="column"> | ||
<p class="title is-size-3 is-size-4-mobile is-spaced has-text-weight-light"> | ||
{{ .title }} | ||
</p> | ||
<p class="title is-size-3 is-size-4-mobile is-spaced has-text-weight-light"> | ||
{{ .title }} | ||
</p> | ||
|
||
<p class="subtitle"> | ||
{{ .description | markdownify }} | ||
</p> | ||
<p class="subtitle"> | ||
{{ .description | markdownify }} | ||
</p> | ||
</div> | ||
{{ end }} | ||
</div> | ||
|
||
{{ range $features }} | ||
|
||
|
||
|
||
|
||
|
||
{{ end }} | ||
|
||
</div> | ||
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/sass/sass/style.sass_6af550c30182af2cbd2f775fdbb9d3bc.content
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
resources/_gen/assets/sass/sass/style.sass_6af550c30182af2cbd2f775fdbb9d3bc.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"Target":"css/style.5c4dd94bdf7287522a557ddeabcccdc79a4ff78c5d8204963fc18886d9362d58.css","MediaType":"text/css","Data":{"Integrity":"sha256-XE3ZS99yh1IqVX3eq8zNx5pP94xdggSWP8GIhtk2LVg="}} | ||
{"Target":"css/style.6171fb2ca63ff5317c88bc8140ef17e6f3df1bc8724aec7467dd67d45bedf534.css","MediaType":"text/css","Data":{"Integrity":"sha256-YXH7LKY/9TF8iLyBQO8X5vPfG8hySux0Z91n1Fvt9TQ="}} |