14 Commits

Author SHA1 Message Date
Etienne Perot 488d5d2f48 gVisor website: Fix title on homepage.
Before this change, it was " - gVisor".
Now it is "The Container Security Platform - gVisor".

(I changed it the homepage title separator from "|" to "-" to match the
fact that this separator is used on all other pages.)

Fixes #11172.

PiperOrigin-RevId: 698374062
2024-11-20 06:51:17 -08:00
Etienne Perot 48b7308dce Fix formatting issues in Dangerzone blog post and for multi-author posts.
PiperOrigin-RevId: 677901137
2024-09-23 12:45:03 -07:00
Steve Silva 0da62368cb Add list of users to the gvisor website.
Adds a new users page that lists known users, links to them, and captures
any references or additional details about their usage.

PiperOrigin-RevId: 611636393
2024-02-29 16:48:10 -08:00
Etienne Perot 919910ce67 Fix d3-based performance graphs in Firefox.
Reported by Thomas Gleixner in
https://lore.kernel.org/lkml/87a68vtvhf.ffs@tglx/

PiperOrigin-RevId: 465692826
2022-08-05 19:09:12 -07:00
Steve Silva 1ba318d72a Add security platform benefits to gvisor.dev index page.
Update header title and jumbotron with security platform info.

Add new benefits to index page reflecting use case value and adjust footer
logo to remove blur when scaled.

PiperOrigin-RevId: 461935696
2022-07-19 11:42:04 -07:00
Etienne Perot 8e55783cd3 gvisor.dev: Fix chart axis precision to one decimal point to avoid overflow.
PiperOrigin-RevId: 438428560
2022-03-30 16:47:56 -07:00
Ian Lewis e4772bd845 Fix highlighting sidebar menu on the website
Highlighting previously highlighted multiple items in the sidebar if the had
the same page name (not full url). This change simplifies this by adding the
highlight class in the jekyll template rather than javascript, and highlights
only the correct page.

PiperOrigin-RevId: 364931350
2021-03-24 17:56:40 -07:00
Ian Lewis b0b275449b Add url option for blog authors
PiperOrigin-RevId: 339608078
2020-10-28 23:16:30 -07:00
Ian Lewis feb1d3d5a7 Clean up html on the website.
- Fixes some html validation issues.
- Fixes links on security basics blog post.
- Adds rel=noopener to links with target=_blank and adds a check to
  htmlproofer.
- Add favicon check to htmlproofer.

Fixes #3286
Fixes #3284

PiperOrigin-RevId: 321892602
2020-07-17 18:27:41 -07:00
Michael Pratt 068716ddf3 Fix FAQ URL
The existing gvisor.dev/faq link returns 404 because the full URL has
mistakenly been capitalized.

PiperOrigin-RevId: 319233173
2020-07-01 08:53:44 -07:00
Adin Scannell 1847165a8c Minor text updates and jquery ordering.
PiperOrigin-RevId: 311744091
2020-05-15 09:31:17 -07:00
gVisor bot a3f97a757a Merge pull request #2513 from amscanne:website-integrated
PiperOrigin-RevId: 311184385
2020-05-12 12:55:23 -07:00
Adin Scannell cf86ec5e40 Add powered by gVisor logo. 2020-05-06 14:15:19 -07:00
Adin Scannell 508e25b6d6 Adapt website to use g3doc sources and bazel.
This adapts the merged website repository to use the image and bazel
build framework. It explicitly avoids the container_image rules provided
by bazel, opting instead to build with direct docker commands when
necessary.

The relevant build commands are incorporated into the top-level
Makefile.
2020-05-06 14:15:18 -07:00