-
Notifications
You must be signed in to change notification settings - Fork 338
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
content/static: clean up homepage to address various issues
+ Replace tabs with spaces in root.html + Adds ARIA labels to form elements that are missing them + Removes unused playground popup code + Changes the primary container tag from div to main to indicate a page landmark + Updates the videos randomly displayed + Sets the rel attribute on cross-origin links to improve performance and increase security + Use textContent instead of innerHTML when constructing the blog feed content since it's faster and safer Updates golang/go#9936 Change-Id: I7b2cac3ad89ac2ee0044d7e19322b0b0e1bfa5cb Reviewed-on: https://go-review.googlesource.com/c/website/+/180997 Reviewed-by: Katie Hockman <katie@golang.org>
- Loading branch information
Showing
5 changed files
with
138 additions
and
133 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
Oops, something went wrong.