5 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 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
gVisor bot a3f97a757a Merge pull request #2513 from amscanne:website-integrated
PiperOrigin-RevId: 311184385
2020-05-12 12:55:23 -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