Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit 941b63e

Browse files
author
Mathieu Benoit
committed
logo + title
1 parent 76a828a commit 941b63e

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "themes/hugo-theme-learn"]
22
path = themes/hugo-theme-learn
3-
url = https://github.com/matcornic/hugo-theme-learn.git
3+
url = https://github.com/matcornic/hugo-theme-learn.git

layouts/partials/logo.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
<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>
9+
</svg>
10+
</div>
11+
<b>Anthos Service Mesh (ASM) Workshop</b>
12+
</a>

themes/hugo-theme-learn

Submodule hugo-theme-learn added at e817f53

0 commit comments

Comments
 (0)