forked from kubernetes/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.
Merge pull request kubernetes#2 from lucperkins/lperkins/main-page-up…
…date Update front page aesthetic
- Loading branch information
Showing
10 changed files
with
84 additions
and
6,907 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{{ $features := .Site.Params.features }} | ||
<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 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="subtitle"> | ||
{{ .description | markdownify }} | ||
</p> | ||
</div> | ||
{{ end }} | ||
</div> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,29 @@ | ||
{{ $logo := .Site.Params.logos.hero }} | ||
{{ $description := .Site.Params.description | markdownify }} | ||
{{ $params := .Site.Params }} | ||
{{ $logo := $params.logos.hero }} | ||
{{ $description := $params.description | markdownify }} | ||
{{ $social := $params.social }} | ||
{{ $github := $social.github }} | ||
<section class="hero is-medium is-primary"> | ||
<div class="container has-text-centered"> | ||
<div class="hero-body"> | ||
<img class="is-hero-logo" src="{{ $logo }}" alt="etcd main hero logo"> | ||
|
||
<p class="subtitle is-size-2 is-size-3-mobile has-text-white-bis has-text-weight-light"> | ||
<p class="subtitle is-size-2 is-size-4-mobile has-text-white-bis has-text-weight-light"> | ||
{{ $description }} | ||
</p> | ||
|
||
<br /> | ||
|
||
<div class="buttons is-centered"> | ||
<a class="button is-black is-medium" href="{{ $github }}"> | ||
<span class="icon"> | ||
<i class="fab fa-github"></i> | ||
</span> | ||
<span class="has-text-weight-bold"> | ||
GitHub | ||
</span> | ||
</a> | ||
</div> | ||
</div> | ||
</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.b900ac2b6c4c6297dc6c1fe08e134bfb65c3f624403a6406de889fe435c899c9.css","MediaType":"text/css","Data":{"Integrity":"sha256-uQCsK2xMYpfcbB/gjhNL+2XD9iRAOmQG3oif5DXImck="}} |
Oops, something went wrong.