From 508e25b6d6e9a81edb6ddf8738450b79898b446a Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Mon, 27 Apr 2020 22:24:58 -0700 Subject: 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. --- website/assets/logos/Makefile | 13 +++ website/assets/logos/README.md | 10 ++ website/assets/logos/logo_solo_monochrome.png | Bin 0 -> 10483 bytes website/assets/logos/logo_solo_monochrome.svg | 73 ++++++++++++ website/assets/logos/logo_solo_on_dark-1024.png | Bin 0 -> 59374 bytes website/assets/logos/logo_solo_on_dark-128.png | Bin 0 -> 5951 bytes website/assets/logos/logo_solo_on_dark-16.png | Bin 0 -> 701 bytes website/assets/logos/logo_solo_on_dark.png | Bin 0 -> 8387 bytes website/assets/logos/logo_solo_on_dark.svg | 73 ++++++++++++ .../assets/logos/logo_solo_on_dark_full-1024.png | Bin 0 -> 80121 bytes .../assets/logos/logo_solo_on_dark_full-128.png | Bin 0 -> 8616 bytes website/assets/logos/logo_solo_on_dark_full-16.png | Bin 0 -> 900 bytes website/assets/logos/logo_solo_on_dark_full.png | Bin 0 -> 17055 bytes website/assets/logos/logo_solo_on_dark_full.svg | 79 +++++++++++++ website/assets/logos/logo_solo_on_white.png | Bin 0 -> 10572 bytes website/assets/logos/logo_solo_on_white.svg | 73 ++++++++++++ .../logos/logo_solo_on_white_bordered-1024.png | Bin 0 -> 95350 bytes .../logos/logo_solo_on_white_bordered-128.png | Bin 0 -> 10231 bytes .../logos/logo_solo_on_white_bordered-16.png | Bin 0 -> 960 bytes .../assets/logos/logo_solo_on_white_bordered.png | Bin 0 -> 15330 bytes .../assets/logos/logo_solo_on_white_bordered.svg | 82 ++++++++++++++ website/assets/logos/logo_with_text_monochrome.png | Bin 0 -> 22220 bytes website/assets/logos/logo_with_text_monochrome.svg | 116 ++++++++++++++++++++ .../assets/logos/logo_with_text_on_dark-1024.png | Bin 0 -> 30774 bytes .../assets/logos/logo_with_text_on_dark-128.png | Bin 0 -> 3129 bytes website/assets/logos/logo_with_text_on_dark-16.png | Bin 0 -> 315 bytes website/assets/logos/logo_with_text_on_dark.png | Bin 0 -> 17035 bytes website/assets/logos/logo_with_text_on_dark.svg | 116 ++++++++++++++++++++ .../logos/logo_with_text_on_dark_full-1024.png | Bin 0 -> 34866 bytes .../logos/logo_with_text_on_dark_full-128.png | Bin 0 -> 3746 bytes .../logos/logo_with_text_on_dark_full-16.png | Bin 0 -> 372 bytes .../assets/logos/logo_with_text_on_dark_full.png | Bin 0 -> 25956 bytes .../assets/logos/logo_with_text_on_dark_full.svg | 120 ++++++++++++++++++++ website/assets/logos/logo_with_text_on_white.png | Bin 0 -> 22363 bytes website/assets/logos/logo_with_text_on_white.svg | 116 ++++++++++++++++++++ .../logos/logo_with_text_on_white_bordered.png | Bin 0 -> 27719 bytes .../logos/logo_with_text_on_white_bordered.svg | 122 +++++++++++++++++++++ 37 files changed, 993 insertions(+) create mode 100644 website/assets/logos/Makefile create mode 100644 website/assets/logos/README.md create mode 100644 website/assets/logos/logo_solo_monochrome.png create mode 100644 website/assets/logos/logo_solo_monochrome.svg create mode 100644 website/assets/logos/logo_solo_on_dark-1024.png create mode 100644 website/assets/logos/logo_solo_on_dark-128.png create mode 100644 website/assets/logos/logo_solo_on_dark-16.png create mode 100644 website/assets/logos/logo_solo_on_dark.png create mode 100644 website/assets/logos/logo_solo_on_dark.svg create mode 100644 website/assets/logos/logo_solo_on_dark_full-1024.png create mode 100644 website/assets/logos/logo_solo_on_dark_full-128.png create mode 100644 website/assets/logos/logo_solo_on_dark_full-16.png create mode 100644 website/assets/logos/logo_solo_on_dark_full.png create mode 100644 website/assets/logos/logo_solo_on_dark_full.svg create mode 100644 website/assets/logos/logo_solo_on_white.png create mode 100644 website/assets/logos/logo_solo_on_white.svg create mode 100644 website/assets/logos/logo_solo_on_white_bordered-1024.png create mode 100644 website/assets/logos/logo_solo_on_white_bordered-128.png create mode 100644 website/assets/logos/logo_solo_on_white_bordered-16.png create mode 100644 website/assets/logos/logo_solo_on_white_bordered.png create mode 100644 website/assets/logos/logo_solo_on_white_bordered.svg create mode 100644 website/assets/logos/logo_with_text_monochrome.png create mode 100644 website/assets/logos/logo_with_text_monochrome.svg create mode 100644 website/assets/logos/logo_with_text_on_dark-1024.png create mode 100644 website/assets/logos/logo_with_text_on_dark-128.png create mode 100644 website/assets/logos/logo_with_text_on_dark-16.png create mode 100644 website/assets/logos/logo_with_text_on_dark.png create mode 100644 website/assets/logos/logo_with_text_on_dark.svg create mode 100644 website/assets/logos/logo_with_text_on_dark_full-1024.png create mode 100644 website/assets/logos/logo_with_text_on_dark_full-128.png create mode 100644 website/assets/logos/logo_with_text_on_dark_full-16.png create mode 100644 website/assets/logos/logo_with_text_on_dark_full.png create mode 100644 website/assets/logos/logo_with_text_on_dark_full.svg create mode 100644 website/assets/logos/logo_with_text_on_white.png create mode 100644 website/assets/logos/logo_with_text_on_white.svg create mode 100644 website/assets/logos/logo_with_text_on_white_bordered.png create mode 100644 website/assets/logos/logo_with_text_on_white_bordered.svg (limited to 'website/assets/logos') diff --git a/website/assets/logos/Makefile b/website/assets/logos/Makefile new file mode 100644 index 000000000..49289ecc1 --- /dev/null +++ b/website/assets/logos/Makefile @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +srcs := $(wildcard *.svg) +dsts := $(patsubst %.svg,%.png,$(srcs)) + +all: $(dsts) +.PHONY: all + +%.png %-16.png %-128.png %-1024.png: %.svg + @inkscape -z -e $*.png $< + @inkscape -z -w 16 -e $*-16.png $< + @inkscape -z -w 128 -e $*-128.png $< + @inkscape -z -w 1024 -e $*-1024.png $< diff --git a/website/assets/logos/README.md b/website/assets/logos/README.md new file mode 100644 index 000000000..86cd8e6d9 --- /dev/null +++ b/website/assets/logos/README.md @@ -0,0 +1,10 @@ +# Logos + +This directory contains logo assets. + +The colors used are: + +* Background (blue): #262262 +* Highlight (yellow): #FBB03B + +Use `make` to generate sized PNGs from SVGs. diff --git a/website/assets/logos/logo_solo_monochrome.png b/website/assets/logos/logo_solo_monochrome.png new file mode 100644 index 000000000..e09c5ad5e Binary files /dev/null and b/website/assets/logos/logo_solo_monochrome.png differ diff --git a/website/assets/logos/logo_solo_monochrome.svg b/website/assets/logos/logo_solo_monochrome.svg new file mode 100644 index 000000000..73126fd8f --- /dev/null +++ b/website/assets/logos/logo_solo_monochrome.svg @@ -0,0 +1,73 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/website/assets/logos/logo_solo_on_dark-1024.png b/website/assets/logos/logo_solo_on_dark-1024.png new file mode 100644 index 000000000..6df428c65 Binary files /dev/null and b/website/assets/logos/logo_solo_on_dark-1024.png differ diff --git a/website/assets/logos/logo_solo_on_dark-128.png b/website/assets/logos/logo_solo_on_dark-128.png new file mode 100644 index 000000000..78a85475f Binary files /dev/null and b/website/assets/logos/logo_solo_on_dark-128.png differ diff --git a/website/assets/logos/logo_solo_on_dark-16.png b/website/assets/logos/logo_solo_on_dark-16.png new file mode 100644 index 000000000..4f1e91c02 Binary files /dev/null and b/website/assets/logos/logo_solo_on_dark-16.png differ diff --git a/website/assets/logos/logo_solo_on_dark.png b/website/assets/logos/logo_solo_on_dark.png new file mode 100644 index 000000000..da20756f7 Binary files /dev/null and b/website/assets/logos/logo_solo_on_dark.png differ diff --git a/website/assets/logos/logo_solo_on_dark.svg b/website/assets/logos/logo_solo_on_dark.svg new file mode 100644 index 000000000..ae8d9e879 --- /dev/null +++ b/website/assets/logos/logo_solo_on_dark.svg @@ -0,0 +1,73 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/website/assets/logos/logo_solo_on_dark_full-1024.png b/website/assets/logos/logo_solo_on_dark_full-1024.png new file mode 100644 index 000000000..8d597dd3d Binary files /dev/null and b/website/assets/logos/logo_solo_on_dark_full-1024.png differ diff --git a/website/assets/logos/logo_solo_on_dark_full-128.png b/website/assets/logos/logo_solo_on_dark_full-128.png new file mode 100644 index 000000000..fe6dd5dea Binary files /dev/null and b/website/assets/logos/logo_solo_on_dark_full-128.png differ diff --git a/website/assets/logos/logo_solo_on_dark_full-16.png b/website/assets/logos/logo_solo_on_dark_full-16.png new file mode 100644 index 000000000..f9aa7dfdd Binary files /dev/null and b/website/assets/logos/logo_solo_on_dark_full-16.png differ diff --git a/website/assets/logos/logo_solo_on_dark_full.png b/website/assets/logos/logo_solo_on_dark_full.png new file mode 100644 index 000000000..611b0565e Binary files /dev/null and b/website/assets/logos/logo_solo_on_dark_full.png differ diff --git a/website/assets/logos/logo_solo_on_dark_full.svg b/website/assets/logos/logo_solo_on_dark_full.svg new file mode 100644 index 000000000..6440835b1 --- /dev/null +++ b/website/assets/logos/logo_solo_on_dark_full.svg @@ -0,0 +1,79 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/website/assets/logos/logo_solo_on_white.png b/website/assets/logos/logo_solo_on_white.png new file mode 100644 index 000000000..ca539cdff Binary files /dev/null and b/website/assets/logos/logo_solo_on_white.png differ diff --git a/website/assets/logos/logo_solo_on_white.svg b/website/assets/logos/logo_solo_on_white.svg new file mode 100644 index 000000000..d794ad8e7 --- /dev/null +++ b/website/assets/logos/logo_solo_on_white.svg @@ -0,0 +1,73 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/website/assets/logos/logo_solo_on_white_bordered-1024.png b/website/assets/logos/logo_solo_on_white_bordered-1024.png new file mode 100644 index 000000000..62bb88d50 Binary files /dev/null and b/website/assets/logos/logo_solo_on_white_bordered-1024.png differ diff --git a/website/assets/logos/logo_solo_on_white_bordered-128.png b/website/assets/logos/logo_solo_on_white_bordered-128.png new file mode 100644 index 000000000..a8988766c Binary files /dev/null and b/website/assets/logos/logo_solo_on_white_bordered-128.png differ diff --git a/website/assets/logos/logo_solo_on_white_bordered-16.png b/website/assets/logos/logo_solo_on_white_bordered-16.png new file mode 100644 index 000000000..a545c49cf Binary files /dev/null and b/website/assets/logos/logo_solo_on_white_bordered-16.png differ diff --git a/website/assets/logos/logo_solo_on_white_bordered.png b/website/assets/logos/logo_solo_on_white_bordered.png new file mode 100644 index 000000000..cc99b7c51 Binary files /dev/null and b/website/assets/logos/logo_solo_on_white_bordered.png differ diff --git a/website/assets/logos/logo_solo_on_white_bordered.svg b/website/assets/logos/logo_solo_on_white_bordered.svg new file mode 100644 index 000000000..2e26f144a --- /dev/null +++ b/website/assets/logos/logo_solo_on_white_bordered.svg @@ -0,0 +1,82 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/website/assets/logos/logo_with_text_monochrome.png b/website/assets/logos/logo_with_text_monochrome.png new file mode 100644 index 000000000..17442f55d Binary files /dev/null and b/website/assets/logos/logo_with_text_monochrome.png differ diff --git a/website/assets/logos/logo_with_text_monochrome.svg b/website/assets/logos/logo_with_text_monochrome.svg new file mode 100644 index 000000000..4648e06c0 --- /dev/null +++ b/website/assets/logos/logo_with_text_monochrome.svg @@ -0,0 +1,116 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/website/assets/logos/logo_with_text_on_dark-1024.png b/website/assets/logos/logo_with_text_on_dark-1024.png new file mode 100644 index 000000000..a02a9014b Binary files /dev/null and b/website/assets/logos/logo_with_text_on_dark-1024.png differ diff --git a/website/assets/logos/logo_with_text_on_dark-128.png b/website/assets/logos/logo_with_text_on_dark-128.png new file mode 100644 index 000000000..efae725b8 Binary files /dev/null and b/website/assets/logos/logo_with_text_on_dark-128.png differ diff --git a/website/assets/logos/logo_with_text_on_dark-16.png b/website/assets/logos/logo_with_text_on_dark-16.png new file mode 100644 index 000000000..a6069f98f Binary files /dev/null and b/website/assets/logos/logo_with_text_on_dark-16.png differ diff --git a/website/assets/logos/logo_with_text_on_dark.png b/website/assets/logos/logo_with_text_on_dark.png new file mode 100644 index 000000000..24de18c11 Binary files /dev/null and b/website/assets/logos/logo_with_text_on_dark.png differ diff --git a/website/assets/logos/logo_with_text_on_dark.svg b/website/assets/logos/logo_with_text_on_dark.svg new file mode 100644 index 000000000..52d8e52da --- /dev/null +++ b/website/assets/logos/logo_with_text_on_dark.svg @@ -0,0 +1,116 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/website/assets/logos/logo_with_text_on_dark_full-1024.png b/website/assets/logos/logo_with_text_on_dark_full-1024.png new file mode 100644 index 000000000..eb2e63981 Binary files /dev/null and b/website/assets/logos/logo_with_text_on_dark_full-1024.png differ diff --git a/website/assets/logos/logo_with_text_on_dark_full-128.png b/website/assets/logos/logo_with_text_on_dark_full-128.png new file mode 100644 index 000000000..4ed21e5cb Binary files /dev/null and b/website/assets/logos/logo_with_text_on_dark_full-128.png differ diff --git a/website/assets/logos/logo_with_text_on_dark_full-16.png b/website/assets/logos/logo_with_text_on_dark_full-16.png new file mode 100644 index 000000000..d3968da5e Binary files /dev/null and b/website/assets/logos/logo_with_text_on_dark_full-16.png differ diff --git a/website/assets/logos/logo_with_text_on_dark_full.png b/website/assets/logos/logo_with_text_on_dark_full.png new file mode 100644 index 000000000..21feea356 Binary files /dev/null and b/website/assets/logos/logo_with_text_on_dark_full.png differ diff --git a/website/assets/logos/logo_with_text_on_dark_full.svg b/website/assets/logos/logo_with_text_on_dark_full.svg new file mode 100644 index 000000000..017e72414 --- /dev/null +++ b/website/assets/logos/logo_with_text_on_dark_full.svg @@ -0,0 +1,120 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/website/assets/logos/logo_with_text_on_white.png b/website/assets/logos/logo_with_text_on_white.png new file mode 100644 index 000000000..bf420a057 Binary files /dev/null and b/website/assets/logos/logo_with_text_on_white.png differ diff --git a/website/assets/logos/logo_with_text_on_white.svg b/website/assets/logos/logo_with_text_on_white.svg new file mode 100644 index 000000000..4275efe83 --- /dev/null +++ b/website/assets/logos/logo_with_text_on_white.svg @@ -0,0 +1,116 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/website/assets/logos/logo_with_text_on_white_bordered.png b/website/assets/logos/logo_with_text_on_white_bordered.png new file mode 100644 index 000000000..bd1a1e4b7 Binary files /dev/null and b/website/assets/logos/logo_with_text_on_white_bordered.png differ diff --git a/website/assets/logos/logo_with_text_on_white_bordered.svg b/website/assets/logos/logo_with_text_on_white_bordered.svg new file mode 100644 index 000000000..08125629d --- /dev/null +++ b/website/assets/logos/logo_with_text_on_white_bordered.svg @@ -0,0 +1,122 @@ + + + +image/svg+xml \ No newline at end of file -- cgit v1.2.3 From cf86ec5e40bd1abf5be45fabbc7591a0452747ea Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 29 Apr 2020 10:53:25 -0700 Subject: Add powered by gVisor logo. --- website/_includes/footer-links.html | 12 +++++++++--- website/assets/logos/powered-gvisor.png | Bin 0 -> 5193 bytes 2 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 website/assets/logos/powered-gvisor.png (limited to 'website/assets/logos') diff --git a/website/_includes/footer-links.html b/website/_includes/footer-links.html index b6a9771ca..10c28ead4 100644 --- a/website/_includes/footer-links.html +++ b/website/_includes/footer-links.html @@ -1,6 +1,6 @@
-
+

About

-
+

Support

-
+

Connect

+
+
diff --git a/website/assets/logos/powered-gvisor.png b/website/assets/logos/powered-gvisor.png new file mode 100644 index 000000000..e00c74a33 Binary files /dev/null and b/website/assets/logos/powered-gvisor.png differ -- cgit v1.2.3