Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit f95141b

Browse files
author
Mathieu Benoit
committed
anthos logo
1 parent d010268 commit f95141b

File tree

1 file changed

+28
-8
lines changed

1 file changed

+28
-8
lines changed

layouts/partials/logo.html

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,32 @@
1-
21
<a id="logo" href="/">
3-
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="100px" height="100px" viewBox="0 0 160 240">
4-
<g id="logo" fill="#ffffff">
5-
<polygon id="hull" points="0,210 160,210 60,240"/>
6-
<polygon id="mainsail" points="0,200 60,190 60,80"/>
7-
<polygon id="headsail" points="70,190 160,200 70,0"/>
8-
</g>
2+
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
3+
x="0px" y="0px" width="100px" height="100px" viewBox="0 0 24 24" xml:space="preserve">
4+
<style type="text/css">
5+
.st0 {
6+
fill: #FEBC00;
7+
}
8+
9+
.st1 {
10+
fill: #EE3C2B;
11+
}
12+
13+
.st2 {
14+
fill: #2BAA4F;
15+
}
16+
17+
.st3 {
18+
fill: #3982F8;
19+
}
20+
</style>
21+
<polygon class="st0" points="6,15.8 12,5.3 18,15.8 23,20.8 23.2,21 23.2,21 12,1.6 0.8,21 0.8,21 1,20.8 " />
22+
<g>
23+
<g>
24+
<polygon class="st1" points="12,9.7 1,20.8 5.6,18.7 12,12.3 18.4,18.7 23,20.8 " />
25+
</g>
26+
</g>
27+
<polygon class="st2" points="6,20.6 1.8,22.4 22.2,22.4 18,20.6 " />
28+
<polygon class="st3" points="23,20.8 12,15.8 1,20.8 0,22.4 1.8,22.4 12,17.8 22.2,22.4 24,22.4 " />
929
</svg>
10-
</div>
30+
</div>
1131
<b>Anthos Config Management Workshop</b>
1232
</a>

0 commit comments

Comments
 (0)