Commit Graph

39 Commits (6acf78ee39083ee2ac8447a75c6d799bddd8a56c)

Author SHA1 Message Date
Kubernetes Prow Robot d839ff12de
Merge pull request #21817 from shuuji3/narrow-spaces-between-lines
Narrow the space between lines in buttons in docs/home
2020-06-27 16:38:14 -07:00
TAKAHASHI Shuuji b2f7323f54 Narrow the space between lines of labels.
Apply suggestions from code review
Co-authored-by: Celeste Horgan <celeste@cncf.io>
2020-06-28 01:08:49 +09:00
Arhell 2adc272dbe
fix toggle button color on hover & jumping menu when close 2020-06-25 00:08:03 +03:00
Aidan Ranney 0625ced466
Revise the Kubernetes website to use Docsy (#20874)
* Add Docsy, required packages and config

* Apply Docsy integration work to k8s website

This encompasses significant changes to the style system, layout files,
as well as changes to some of the static assets. To examine this work
and the iterations that were performed, the original repository can be
found at https://github.com/gearbox-built/kubernetes-hugo.git

* Address issues found in review

The styling and positioning of the header, footer, some shortcodes and
main container elements are improved. A new partial is added for
favicons. The sidebars, as well as inner table of contents, have been
altered for better positioning and rendering of content. Localization
has also been addressed.

* Enable announcements

The recent Black Lives Matter announcement surfaced issues which have
been addressed.
2020-06-15 12:09:57 -07:00
Arhell 57f7988703
add responsive table on blog 2020-05-27 01:50:56 +03:00
Kubernetes Prow Robot d76f75a166
Merge pull request #19837 from Arhell/fix-video-ru
fix broken field on the main page in the video block
2020-05-09 09:45:51 -07:00
Kubernetes Prow Robot 95a07c121b
Merge pull request #20163 from Arhell/footer-fix
Fixed footer text that goes beyond the screen
2020-05-09 09:41:50 -07:00
Arhell ae54fa32a7
fix case studies image 2020-05-05 12:14:38 +03:00
Kubernetes Prow Robot 2ad31db9e4
Merge pull request #18925 from steadysupply/patch-3
Table of contents causes grievous screen space wastage
2020-04-17 07:49:07 -07:00
Arhell 1be5c1114b
fix broken field on the main page in the video block 2020-04-15 03:00:49 +03:00
Arhell 741362495a
fixed footer text that goes beyond the screen 2020-04-08 18:32:21 +03:00
Ihor Sychevskyi 7375753cae
fix vendorStrip block on mobile (#19716) 2020-03-22 15:36:44 -07:00
Ihor Sychevskyi 97849f96e3
fix home docs page button on mobile & tablet (#19646) 2020-03-22 14:06:44 -07:00
Karen Bradshaw 4ca2b2c324
clean up css for tablet, nav (#19477) 2020-03-19 10:58:36 -07:00
Kubernetes Prow Robot 67c0fb987e
Training page in the top nav (#19214)
* Create new page and add to top nav

Signed-off-by: Celeste Horgan <celeste@cncf.io>

* The basics

Signed-off-by: Celeste Horgan <celeste@cncf.io>

* A bit of inline css

Signed-off-by: Celeste Horgan <celeste@cncf.io>

* Fix CSS

Signed-off-by: Celeste Horgan <celeste@cncf.io>

* Fix link + Add to bottom row

Signed-off-by: Celeste Horgan <celeste@cncf.io>

* Address feedback in PR

* Address feedback from elsewhere

* Fix button alignment

* Add training partners

* Simplify css

* Apply suggestions from review

Co-Authored-By: Zach Corleissen <zacharysarah@users.noreply.github.com>

* Fix landscape + text block widths

Co-authored-by: Zach Corleissen <zacharysarah@users.noreply.github.com>
2020-03-04 11:01:48 -08:00
Ihor Sychevskyi 9865699335
fix image display in firefox browser (#19421) 2020-03-02 14:27:38 -08:00
steadysupply 1a5d5e4630
Update _desktop.sass 2020-01-31 12:20:17 +00:00
Sergei Zyubin ccef43197e Fix header layout on Safari (#18888) 2020-01-28 11:55:43 -08:00
Roy Hvaara 88d0f78251 Add YouTube social button in header and footer (#16838) 2019-12-04 15:22:31 -08:00
Chris Abraham af8a8e7728 Swaps svgs for the pngs on the homepage (#17325) 2019-10-31 02:01:37 -07:00
Chaitanya 6a4238aa71 Accessibility updates - main landmark roles (#17106)
* Removed multiple main tags from home page

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Removed multiple occurances of main in case-studies page

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Replaced css for main tag with .main-section class

Signed-off-by: ChaitanyaKaranam <karanam.krishna.25@gmail.com>

* Added main landmark role for all the pages

Signed-off-by: ChaitanyaKaranam <karanam.krishna.25@gmail.com>

* Force checks.

request-checks: true
2019-10-27 04:43:24 -07:00
Zach Corleissen b83361d4c0 Remove stale OWNERS files in k/website (#16745) 2019-10-14 15:25:52 -07:00
Chaitanya 920d14f4fc Accessibility Updates (#16633)
* Fixed accessibility issues in home page

Signed-off-by: ChaitanyaKaranam <karanam.krishna.25@gmail.com>

* Fixed accessibility issues for docs/home page

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Fixed accessibility issues for /partners page

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Fixed accessibility issues for /community page

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Update layouts/partials/header.html

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update layouts/partials/footer-scripts.html

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update layouts/index.html

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/partners/_index.html

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Update content/en/community/_index.html

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Added missing quotes

* Added landmark roles for search bar and footer

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Changed images alt text

Changed alt text from 'kubernetes community' to 'Kubernetes Conference Gallery'

* Removed verb from iframe title

Signed-off-by: chaitanyakaranam <chaitanya.karanam@yahoo.com>

* Change alt text for GitHub image

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

* Few alt text changes

* Modified alt text
2019-10-05 22:23:09 -07:00
Gregor Krmelj c774c23893 Remove bold font-weight property from code snippets (#15067)
In Google Chrome this property is not taken into account, while in
Mozilla Firefox and Safari it is. The property makes the code
snippets difficult to read.
2019-09-30 14:03:31 -07:00
David Zisky a42d7b9b8b Added logo change for blog site (#16514)
* Added logo change for blog site

Currently on blog site logo is not being changed when a page is scrolled down and therefore disappears. This fixes it

* Update _base.sass

changed email for CLA
2019-09-27 11:43:36 -07:00
Zach Corleissen c0382f1934 Cycle KubeCon info on landing page (#15170)
* Cycle KubeCon info on landing page

* Adjust button width
2019-06-27 16:11:22 -07:00
Tim Bannister 2436c026b4 Only use CNCF logo style on home page (#14577)
There's some SASS that adds a logo to the CNCF section of the page at
https://kubernetes.io/ (and its localizations).

Narrow this styling to apply only to the home page.
2019-06-26 13:25:25 -07:00
Karen Bradshaw ba7f02ea4e fix padding for docs home on nav (#14807)
updated padding for docs home on nav
testing new sass->css, hugo extended
2019-06-10 17:38:15 -07:00
Luc Perkins 654db85168 Use Hugo extended for Sass/CSS (#13113) 2019-06-09 06:31:07 -07:00
Luc Perkins 4547f89359 Remove Sass assets (#10464) 2018-10-02 12:49:12 -07:00
Zach Corleissen 4b77af7466
Move sass OWNERS to source instead of output (#10215) 2018-10-01 12:17:30 -07:00
Bjørn Erik Pedersen 1b5ff98a44 Make the home page into reusable and translatable blocks (#10071)
* Make navigation and UI strings i18n friendly

This commit

* Extracts most UI strings into i18n bundles so they can be translated
* Makes a proper Hugo menu out of the hardcoded menu that is shown on smaller screens
* Changes the language selector logic to navigate to the current page in the other language if possible (e.g. the translation). If not possible, it takes you to the home page for that language.

For testing, this commit also adds Norwegian as a new language. This is turned off.

* Make the home page into reusable and translatable blocks

This commit adds a set of block type shortcodes that is then used to build the home page.

* These shortcodes gets common image resources from a new headless bundle. These resources can be inherited or overridden by translations.
* The hardcoded case studies section on the home page is replaced with a query and a loop.
* The hardcoded feature list on the home page is replaed qith a query and a loop.
2018-09-14 14:47:24 -07:00
Luc Perkins 9ce0cd0906 Add AnchorJS logic for header links (#10155)
* Add AnchorJS JavaScript

* Remove existing inpage_heading logic

* Remove underline from anchor tags

* Use single icon and add touch visibility

* Use paragraph link icon for AnchorJS

* Update Sass to use code formatting in docsContent headers

* Update header size coverage to H3-H6
2018-09-10 13:09:36 -07:00
Math Costa fcc03c3474 Bing search for China users (#9845)
* Updates readme's site building instructions

* Alters dockerfile to use extended hugo build

This is necessary for the pipes used w/ TOCSS since node-sass was dropped

* WIP for bing search implementation

* Implements Bing search instead of google

* Makes bing the default result provider and uses google and it's available

* Adds pagination to bing and replaces the $.get call with a $.ajax call

* front adjust

* bing limit pagination

* Adds break if there are less than 10 pages worth of results on bing search

* Adds proper google script ref and proper config id

* Removes console.log call
2018-08-16 11:47:07 -07:00
Kaitlyn Barnard 3b9678cfda updated cncf logo and KubeCon china dates (#9782) 2018-08-08 13:43:03 -07:00
Luc Perkins e1087b52d0
Merge pull request #9196 from lucperkins/lperkins/issue-8639-cassandra-pods
Small fixes for Cassandra doc
2018-07-30 09:07:41 -07:00
lucperkins 5dc61780fe Merge remote-tracking branch 'upstream/master' into lperkins/issue-8639-cassandra-pods 2018-07-27 16:03:49 -07:00
lucperkins 548736d5c7 Fix homepage image loading issue 2018-07-26 15:18:26 -07:00
Luc Perkins 1060c00b2a Use Hugo for Sass processing (#9404)
* Move all Sass into a common /assets directory

* Remove node-sass make command

* Change head partial to accommodate full Sass rules

* Bump Hugo version in Netlify config

* Use separate partial for CSS imports

* Bump Hugo version

* Remove PostCSS from the pipeline

* Un-bump version

* Update Hugo version to 0.44

* Update Hugo version in Makefile

* Update production Hugo version

* Fix misspelled variable name

* Add ./resources folder to Git

* Update Hugo version in Netlify config to 0.45.1

* Use un-cached css.html partial

* Re-work extra CSS logic for .Params.css
2018-07-26 02:53:57 -07:00