-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathsample-logo.html
More file actions
19 lines (17 loc) · 2.16 KB
/
sample-logo.html
File metadata and controls
19 lines (17 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- here's how to have an svg logo -->
<svg aria-hidden="true" style="margin-bottom: 0;" xmlns="http://www.w3.org/2000/svg" version="1.1"
xmlns:cc="http://creativecommons.org/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" height="64" viewBox="0 0
135.46667 135.46667" width="64" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<g>
<rect style="fill-opacity:.92941" height="135.47" width="135.47" y="-3.594e-8" x="-3.6704e-9"/>
<path style="opacity:.161;stroke:#f3f3f3;stroke-linecap:round;stroke-width:1.3229;display:none;fill:none" d="m132.83 50.92-48.57 47.31-55.405-28.71-26.135 16.664l28.142-18.658 54.903 28.71 47.06-45.317-43.543 41.331-54.401-28.711-32.156 22.645 30.149-20.651 54.903 28.71 45.058-43.323-40.543 37.343-53.398-28.711-36.169 26.632 34.163-24.638 53.899 28.71 42.048-39.336-39.038 35.349-52.394-28.71-38.678 28.625 40.685-30.619 51.893 28.711 37.532-33.356-34.522 29.369-50.889-28.711-44.699 34.606 42.692-32.612 51.391 28.71 36.027-31.362-33.017 27.376-50.387-28.711-46.706 36.599 48.713-38.592 49.887 28.71 31.51-25.382m.00001-.000006l-28.5 21.395-48.884-28.71-52.726 42.579 50.72-40.586 49.384 28.71 30.002-23.388"/>
<path style="stroke:#f3f3f3;stroke-linecap:round;stroke-width:1.8521;fill:none" d="m8.7631 90.028 23.667-19.667 54.858 16.817 39.412-42.988m-117.94 45.838 27.166-24.85 54.859 16.818 35.912-37.806m-117.94 45.838 30.666-30.032 54.859 16.817 32.412-32.623m-117.94 45.838 34.166-35.215 54.858 16.818 28.913-27.441m-117.94 45.838 37.666-40.397 54.861 16.817 25.41-22.258m-117.94 45.838 41.165-45.58 54.862 16.818 21.91-17.076m-117.94 45.838 21.917-17.076 54.858 16.818 41.162-45.58m-117.94 45.838 25.417-22.258 54.858 16.817 37.662-40.397m-117.94 45.838 28.916-27.441 54.859 16.818 34.162-35.215m-117.94 45.838 32.416-32.624 54.858 16.818 30.663-30.032m-117.94 45.838 35.916-37.806 54.858 16.817 27.163-24.849m-117.94 45.838 39.415-42.989 54.862 16.818 23.66-19.667"/>
</g>
</svg>
<!-- here's how to have a png logo
it's important with the path starting with /assets/, and that the loaded asset is inside dir <cercaroot>/html/assets
<img src="/assets/logo.png">
-->
<!-- here's how to have an emoji logo
<h1>🍵</h1>
-->