From f15dc4956c921ef8c851541d27ffc0162bc8059b Mon Sep 17 00:00:00 2001 From: Jamal Carvalho Date: Mon, 17 May 2021 16:36:11 -0400 Subject: [PATCH] content/static: create gopher, icon, and logo dirs Importing a standard set of icons from the Google Material UI and splitting image folders by domain for better ease of use and discovery. A future CL implements a styleguide that relies on this directory structure to generate sections within the guide. Change-Id: Ibc08ff5a092d1d119a85fe7c4e44e8faeafe1512 Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/320570 Trust: Jamal Carvalho Run-TryBot: Jamal Carvalho TryBot-Result: kokoro Reviewed-by: Julie Qiu --- content/static/gopher/pilot-bust.svg | 1 + content/static/icon/alert_gm_grey_24dp.svg | 1 + .../static/icon/arrow_drop_down_gm_grey_24dp.svg | 1 + .../static/icon/arrow_drop_up_gm_grey_24dp.svg | 1 + .../static/icon/arrow_left_alt_gm_grey_24dp.svg | 1 + content/static/icon/arrow_left_gm_grey_24dp.svg | 1 + .../static/icon/arrow_right_alt_gm_grey_24dp.svg | 1 + content/static/icon/arrow_right_gm_grey_24dp.svg | 1 + .../static/icon/brightness_2_gm_grey_24dp.svg | 1 + .../static/icon/brightness_6_gm_grey_24dp.svg | 1 + content/static/icon/call_split_gm_grey_24dp.svg | 1 + content/static/icon/cancel_gm_grey_24dp.svg | 1 + .../static/icon/check_circle_gm_grey_24dp.svg | 1 + .../icon/chrome_reader_mode_gm_grey_24dp.svg | 1 + content/static/icon/close_gm_grey_24dp.svg | 1 + content/static/icon/code_gm_grey_24dp.svg | 1 + .../static/icon/content_copy_gm_grey_24dp.svg | 1 + content/static/icon/favicon.ico | Bin 0 -> 5686 bytes content/static/icon/filter_list_gm_grey_24dp.svg | 1 + content/static/icon/folder_gm_grey_24dp.svg | 1 + content/static/icon/help_gm_grey_24dp.svg | 1 + .../icon/horizontal_split_gm_grey_24dp.svg | 1 + content/static/icon/info_gm_grey_24dp.svg | 1 + .../icon/insert_drive_file_gm_grey_24dp.svg | 1 + content/static/icon/launch_gm_grey_24dp.svg | 1 + content/static/icon/light_mode_gm_grey_24dp.svg | 1 + content/static/icon/list_gm_grey_24dp.svg | 1 + content/static/icon/menu_gm_grey_24dp.svg | 1 + content/static/icon/more_vert_gm_grey_24dp.svg | 1 + .../static/icon/navigate_before_gm_grey_24dp.svg | 1 + .../static/icon/navigate_next_gm_grey_24dp.svg | 1 + .../icon/responsive_layout_gm_grey_24dp.svg | 1 + content/static/icon/search_gm_grey_24dp.svg | 1 + .../static/icon/side_navigation_gm_grey_24dp.svg | 1 + content/static/icon/star_gm_grey_24dp.svg | 1 + content/static/icon/table_rows_gm_grey_24dp.svg | 1 + content/static/icon/toolbar_gm_grey_24dp.svg | 1 + .../static/icon/vertical_split_gm_grey_24dp.svg | 1 + content/static/logo/go-blue-gradient.svg | 1 + content/static/logo/go-blue.svg | 1 + content/static/logo/go-white.svg | 1 + content/static/logo/google-white.svg | 1 + 42 files changed, 41 insertions(+) create mode 100644 content/static/gopher/pilot-bust.svg create mode 100644 content/static/icon/alert_gm_grey_24dp.svg create mode 100644 content/static/icon/arrow_drop_down_gm_grey_24dp.svg create mode 100644 content/static/icon/arrow_drop_up_gm_grey_24dp.svg create mode 100644 content/static/icon/arrow_left_alt_gm_grey_24dp.svg create mode 100644 content/static/icon/arrow_left_gm_grey_24dp.svg create mode 100644 content/static/icon/arrow_right_alt_gm_grey_24dp.svg create mode 100644 content/static/icon/arrow_right_gm_grey_24dp.svg create mode 100644 content/static/icon/brightness_2_gm_grey_24dp.svg create mode 100644 content/static/icon/brightness_6_gm_grey_24dp.svg create mode 100644 content/static/icon/call_split_gm_grey_24dp.svg create mode 100644 content/static/icon/cancel_gm_grey_24dp.svg create mode 100644 content/static/icon/check_circle_gm_grey_24dp.svg create mode 100644 content/static/icon/chrome_reader_mode_gm_grey_24dp.svg create mode 100644 content/static/icon/close_gm_grey_24dp.svg create mode 100644 content/static/icon/code_gm_grey_24dp.svg create mode 100644 content/static/icon/content_copy_gm_grey_24dp.svg create mode 100644 content/static/icon/favicon.ico create mode 100644 content/static/icon/filter_list_gm_grey_24dp.svg create mode 100644 content/static/icon/folder_gm_grey_24dp.svg create mode 100644 content/static/icon/help_gm_grey_24dp.svg create mode 100644 content/static/icon/horizontal_split_gm_grey_24dp.svg create mode 100644 content/static/icon/info_gm_grey_24dp.svg create mode 100644 content/static/icon/insert_drive_file_gm_grey_24dp.svg create mode 100644 content/static/icon/launch_gm_grey_24dp.svg create mode 100644 content/static/icon/light_mode_gm_grey_24dp.svg create mode 100644 content/static/icon/list_gm_grey_24dp.svg create mode 100644 content/static/icon/menu_gm_grey_24dp.svg create mode 100644 content/static/icon/more_vert_gm_grey_24dp.svg create mode 100644 content/static/icon/navigate_before_gm_grey_24dp.svg create mode 100644 content/static/icon/navigate_next_gm_grey_24dp.svg create mode 100644 content/static/icon/responsive_layout_gm_grey_24dp.svg create mode 100644 content/static/icon/search_gm_grey_24dp.svg create mode 100644 content/static/icon/side_navigation_gm_grey_24dp.svg create mode 100644 content/static/icon/star_gm_grey_24dp.svg create mode 100644 content/static/icon/table_rows_gm_grey_24dp.svg create mode 100644 content/static/icon/toolbar_gm_grey_24dp.svg create mode 100644 content/static/icon/vertical_split_gm_grey_24dp.svg create mode 100644 content/static/logo/go-blue-gradient.svg create mode 100644 content/static/logo/go-blue.svg create mode 100644 content/static/logo/go-white.svg create mode 100644 content/static/logo/google-white.svg diff --git a/content/static/gopher/pilot-bust.svg b/content/static/gopher/pilot-bust.svg new file mode 100644 index 00000000..a654dc77 --- /dev/null +++ b/content/static/gopher/pilot-bust.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/alert_gm_grey_24dp.svg b/content/static/icon/alert_gm_grey_24dp.svg new file mode 100644 index 00000000..d5adf841 --- /dev/null +++ b/content/static/icon/alert_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/arrow_drop_down_gm_grey_24dp.svg b/content/static/icon/arrow_drop_down_gm_grey_24dp.svg new file mode 100644 index 00000000..4f243237 --- /dev/null +++ b/content/static/icon/arrow_drop_down_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/arrow_drop_up_gm_grey_24dp.svg b/content/static/icon/arrow_drop_up_gm_grey_24dp.svg new file mode 100644 index 00000000..6f1b5582 --- /dev/null +++ b/content/static/icon/arrow_drop_up_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/arrow_left_alt_gm_grey_24dp.svg b/content/static/icon/arrow_left_alt_gm_grey_24dp.svg new file mode 100644 index 00000000..257c1712 --- /dev/null +++ b/content/static/icon/arrow_left_alt_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/arrow_left_gm_grey_24dp.svg b/content/static/icon/arrow_left_gm_grey_24dp.svg new file mode 100644 index 00000000..5f099d03 --- /dev/null +++ b/content/static/icon/arrow_left_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/arrow_right_alt_gm_grey_24dp.svg b/content/static/icon/arrow_right_alt_gm_grey_24dp.svg new file mode 100644 index 00000000..f94fb169 --- /dev/null +++ b/content/static/icon/arrow_right_alt_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/arrow_right_gm_grey_24dp.svg b/content/static/icon/arrow_right_gm_grey_24dp.svg new file mode 100644 index 00000000..7460cb02 --- /dev/null +++ b/content/static/icon/arrow_right_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/brightness_2_gm_grey_24dp.svg b/content/static/icon/brightness_2_gm_grey_24dp.svg new file mode 100644 index 00000000..76e555b0 --- /dev/null +++ b/content/static/icon/brightness_2_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/brightness_6_gm_grey_24dp.svg b/content/static/icon/brightness_6_gm_grey_24dp.svg new file mode 100644 index 00000000..fbde09ff --- /dev/null +++ b/content/static/icon/brightness_6_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/call_split_gm_grey_24dp.svg b/content/static/icon/call_split_gm_grey_24dp.svg new file mode 100644 index 00000000..8839733f --- /dev/null +++ b/content/static/icon/call_split_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/cancel_gm_grey_24dp.svg b/content/static/icon/cancel_gm_grey_24dp.svg new file mode 100644 index 00000000..3b5d6776 --- /dev/null +++ b/content/static/icon/cancel_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/check_circle_gm_grey_24dp.svg b/content/static/icon/check_circle_gm_grey_24dp.svg new file mode 100644 index 00000000..c05117bd --- /dev/null +++ b/content/static/icon/check_circle_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/chrome_reader_mode_gm_grey_24dp.svg b/content/static/icon/chrome_reader_mode_gm_grey_24dp.svg new file mode 100644 index 00000000..7c4537a9 --- /dev/null +++ b/content/static/icon/chrome_reader_mode_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/close_gm_grey_24dp.svg b/content/static/icon/close_gm_grey_24dp.svg new file mode 100644 index 00000000..6840fbe2 --- /dev/null +++ b/content/static/icon/close_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/code_gm_grey_24dp.svg b/content/static/icon/code_gm_grey_24dp.svg new file mode 100644 index 00000000..dfeed30e --- /dev/null +++ b/content/static/icon/code_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/content_copy_gm_grey_24dp.svg b/content/static/icon/content_copy_gm_grey_24dp.svg new file mode 100644 index 00000000..8c8a6526 --- /dev/null +++ b/content/static/icon/content_copy_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/favicon.ico b/content/static/icon/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..8d225846dbcda496ba803b828c4786b21cc84d01 GIT binary patch literal 5686 zcmeHL4Qx|Y6h33c%}oagh()0_%1;O(L4mbFbVLmNO!o_pK(h=QmG>Gj0Dp1$i%G?a*Xb00*Zl+=^xHy#gX9;;9klhC_gGfM^tl54Hq zN-B=8KPo?fAIN`q)__`Pf%@y10W~k(nR{Vd#p#Gnr1As!|Bv%uUN{Fw^JXYieKe`d zzZvR2Kj{8nsXc+#HYjwd{P07=cUC0hO6hzw+^+ZFU#~ld%O&$5WcRDz2Z_J6DiynP z-o~cPW!SXsAaZsV;;UUn$ox7FS(!_aw=JPt@tqZEu&%WsWleFXv~2yse;5DKQph*= z0WBARJ9fZv61lq%DA=*HR^dfsG{(L(8Pn%&P;XEja?6{y7f~8$JS+Rp)$Ff%YcI*RnhK&{cdmtNiVGadJ0XF?rG$Onq}K z@_)$jlK2eUTOeOv~?9P$ee01br-zOe1aZ|vm!mkZgAQy=i&<@?#(oSlO{eFu1`u&5Yv z-RG|Q@X?+!)$GyJJv#(#j!Ff;o^1<^Sjlj~7vExv+$&@y2WCUQRp4V0$jZw0*c5)) zY#dYF7oFmpro?)52kW0lYg2`Se>{Jd8vj0Te6wV<#7#3cZCD}U(((5=|C{~r9S#TL zXCz?A&=IgMO5^-DxbvUsr~7+Z8OBeD!pKphk(VdVM3I7j-j;;L3tksKIL#(wqVT~y z+4ySQ6r)^r=w19#_95D;t!S^Y0?rygyWR}3N9tXtoKJ6|_qg5Z+9&sWMa#uxe6!K4 zHmnWm$F3w-Qx236UpNW-bK|jQd5kJUQo<{+eV>3k;!LWscCi;{O{`618^Zof%XsX_uwc)YILw*( zvcijvF`O0q&+;~*(}7F|yE;#Z8;^{YCKPOs$LS-9xO!p%8qR*C=MEsn~7LW{xpL3+($fi^UQ=O^Tezb&|n!m~B)s-E@=cPlJ1Icj-i~H*-ws>HMPp zA8$6I;O?Sy@#&$HCioyy&a?PV!JjLXFBIbY#l0Hexx~M@G-~89ijzi*_XSFw6G@Ac z#?aDaiS}f?LEmPWiT|6>v0W0a+p?2(?pRI7@)uIk{v~wsP#Tr|yq-!6v#9Y*3ZZfl zp<2*lLTxIcCXM)v(bd{Aax}M6%Uuxvzob?f!qI!V72pRl5Xito$bep>^=cY@H_dzZ z()RDyPwTe-RM?4IGB29wF3w7Q=`{B z5 \ No newline at end of file diff --git a/content/static/icon/folder_gm_grey_24dp.svg b/content/static/icon/folder_gm_grey_24dp.svg new file mode 100644 index 00000000..bcbf551b --- /dev/null +++ b/content/static/icon/folder_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/help_gm_grey_24dp.svg b/content/static/icon/help_gm_grey_24dp.svg new file mode 100644 index 00000000..be81972d --- /dev/null +++ b/content/static/icon/help_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/horizontal_split_gm_grey_24dp.svg b/content/static/icon/horizontal_split_gm_grey_24dp.svg new file mode 100644 index 00000000..2c9e9d2e --- /dev/null +++ b/content/static/icon/horizontal_split_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/info_gm_grey_24dp.svg b/content/static/icon/info_gm_grey_24dp.svg new file mode 100644 index 00000000..ba73bf25 --- /dev/null +++ b/content/static/icon/info_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/insert_drive_file_gm_grey_24dp.svg b/content/static/icon/insert_drive_file_gm_grey_24dp.svg new file mode 100644 index 00000000..dd8ca812 --- /dev/null +++ b/content/static/icon/insert_drive_file_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/launch_gm_grey_24dp.svg b/content/static/icon/launch_gm_grey_24dp.svg new file mode 100644 index 00000000..656d73e8 --- /dev/null +++ b/content/static/icon/launch_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/light_mode_gm_grey_24dp.svg b/content/static/icon/light_mode_gm_grey_24dp.svg new file mode 100644 index 00000000..e5cd8da2 --- /dev/null +++ b/content/static/icon/light_mode_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/list_gm_grey_24dp.svg b/content/static/icon/list_gm_grey_24dp.svg new file mode 100644 index 00000000..2385eb05 --- /dev/null +++ b/content/static/icon/list_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/menu_gm_grey_24dp.svg b/content/static/icon/menu_gm_grey_24dp.svg new file mode 100644 index 00000000..6b497028 --- /dev/null +++ b/content/static/icon/menu_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/more_vert_gm_grey_24dp.svg b/content/static/icon/more_vert_gm_grey_24dp.svg new file mode 100644 index 00000000..0e809ca3 --- /dev/null +++ b/content/static/icon/more_vert_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/navigate_before_gm_grey_24dp.svg b/content/static/icon/navigate_before_gm_grey_24dp.svg new file mode 100644 index 00000000..f7902379 --- /dev/null +++ b/content/static/icon/navigate_before_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/navigate_next_gm_grey_24dp.svg b/content/static/icon/navigate_next_gm_grey_24dp.svg new file mode 100644 index 00000000..b44fd752 --- /dev/null +++ b/content/static/icon/navigate_next_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/responsive_layout_gm_grey_24dp.svg b/content/static/icon/responsive_layout_gm_grey_24dp.svg new file mode 100644 index 00000000..b58b9ecd --- /dev/null +++ b/content/static/icon/responsive_layout_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/search_gm_grey_24dp.svg b/content/static/icon/search_gm_grey_24dp.svg new file mode 100644 index 00000000..aa154bff --- /dev/null +++ b/content/static/icon/search_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/side_navigation_gm_grey_24dp.svg b/content/static/icon/side_navigation_gm_grey_24dp.svg new file mode 100644 index 00000000..39b7de13 --- /dev/null +++ b/content/static/icon/side_navigation_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/star_gm_grey_24dp.svg b/content/static/icon/star_gm_grey_24dp.svg new file mode 100644 index 00000000..d0bde177 --- /dev/null +++ b/content/static/icon/star_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/table_rows_gm_grey_24dp.svg b/content/static/icon/table_rows_gm_grey_24dp.svg new file mode 100644 index 00000000..22035ec7 --- /dev/null +++ b/content/static/icon/table_rows_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/toolbar_gm_grey_24dp.svg b/content/static/icon/toolbar_gm_grey_24dp.svg new file mode 100644 index 00000000..bb2d026b --- /dev/null +++ b/content/static/icon/toolbar_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/icon/vertical_split_gm_grey_24dp.svg b/content/static/icon/vertical_split_gm_grey_24dp.svg new file mode 100644 index 00000000..1deb958f --- /dev/null +++ b/content/static/icon/vertical_split_gm_grey_24dp.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/logo/go-blue-gradient.svg b/content/static/logo/go-blue-gradient.svg new file mode 100644 index 00000000..baaae77a --- /dev/null +++ b/content/static/logo/go-blue-gradient.svg @@ -0,0 +1 @@ + diff --git a/content/static/logo/go-blue.svg b/content/static/logo/go-blue.svg new file mode 100644 index 00000000..da6ea83d --- /dev/null +++ b/content/static/logo/go-blue.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/logo/go-white.svg b/content/static/logo/go-white.svg new file mode 100644 index 00000000..727a62ee --- /dev/null +++ b/content/static/logo/go-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/content/static/logo/google-white.svg b/content/static/logo/google-white.svg new file mode 100644 index 00000000..d017d2ac --- /dev/null +++ b/content/static/logo/google-white.svg @@ -0,0 +1 @@ + \ No newline at end of file