We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c29346 commit ca395a8Copy full SHA for ca395a8
sources/overrides/home.html
@@ -215,6 +215,9 @@
215
max-height: 50px;
216
}
217
218
+ .contributor--gcp img {
219
+ }
220
+
221
.contributor img:hover {
222
filter: grayscale(0);
223
@@ -373,6 +376,11 @@ <h2>Contributed to by <span>awesome engineers from</span></h2>
373
376
><img src="/static/images/contributors/lego.png"
374
377
/></a>
375
378
</div>
379
+ <div class="contributor contributor--gcp">
380
+ <a href="https://cloud.google.com" target="_blank"
381
+ ><img src="/static/images/contributors/gcp.png"
382
+ /></a>
383
+ </div>
384
<div class="contributor contributor--oracle">
385
<a href="https://www.oracle.com/" target="_blank"
386
><img src="/static/images/contributors/oracle.png"
sources/static/images/contributors/gcp.png
25.7 KB
0 commit comments