This commit is contained in:
parent
e23fe94240
commit
64db0d7f11
6 changed files with 26 additions and 31 deletions
|
@ -4,37 +4,31 @@
|
||||||
<div class="brand footer-brand">
|
<div class="brand footer-brand">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<svg
|
<svg
|
||||||
width="48"
|
width="30"
|
||||||
height="32"
|
height="30"
|
||||||
viewBox="0 0 48 32"
|
viewBox="0 0 120 120"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
>
|
>
|
||||||
<title>{{ .Site.Title }}</title>
|
<title>{{ .Site.Title }}</title>
|
||||||
<defs>
|
<defs>
|
||||||
<linearGradient x1="0%" y1="100%" y2="0%" id="logo-footer-a">
|
<linearGradient x1="0%" y1="100%" y2="0%" id="logo-a">
|
||||||
<stop stop-color="#007CFE" stop-opacity="0" offset="0%" />
|
<stop stop-color="#0559B0" stop-opacity="0" offset="0%" />
|
||||||
<stop stop-color="#007DFF" offset="100%" />
|
<stop stop-color="#0559B0" offset="100%" />
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
<linearGradient
|
<linearGradient x1="100%" y1="50%" x2="0%" y2="50%" id="logo-b">
|
||||||
x1="100%"
|
<stop stop-color="#BE5476" stop-opacity="0" offset="0%" />
|
||||||
y1="50%"
|
<stop stop-color="#BE5476" offset="100%" />
|
||||||
x2="0%"
|
|
||||||
y2="50%"
|
|
||||||
id="logo-footer-b"
|
|
||||||
>
|
|
||||||
<stop stop-color="#FF4F7A" stop-opacity="0" offset="0%" />
|
|
||||||
<stop stop-color="#FF4F7A" offset="100%" />
|
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
<g fill="none" fill-rule="evenodd">
|
<g fill="none" fill-rule="evenodd">
|
||||||
<rect fill="url(#logo-footer-a)" width="32" height="32" rx="16" />
|
|
||||||
<rect
|
<rect
|
||||||
fill="url(#logo-footer-b)"
|
fill="url(#logo-a)"
|
||||||
x="16"
|
width="120"
|
||||||
width="32"
|
height="120"
|
||||||
height="32"
|
rx="60"
|
||||||
rx="16"
|
ry="60"
|
||||||
/>
|
/>
|
||||||
|
<circle fill="url(#logo-b)" cx="60" cy="60" r="40" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
|
@ -42,7 +36,8 @@
|
||||||
{{ partial "nav.html" . }}
|
{{ partial "nav.html" . }}
|
||||||
{{ partial "social.html" . }}
|
{{ partial "social.html" . }}
|
||||||
<div class="footer-copyright">
|
<div class="footer-copyright">
|
||||||
© {{ now.Format "2006" }}
|
©
|
||||||
|
{{ now.Format "2006" }}
|
||||||
{{ .Site.Params.authorName | markdownify }}, all rights reserved
|
{{ .Site.Params.authorName | markdownify }}, all rights reserved
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -5,9 +5,9 @@
|
||||||
<h1 class="m-0">
|
<h1 class="m-0">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<svg
|
<svg
|
||||||
width="48"
|
width="60"
|
||||||
height="32"
|
height="60"
|
||||||
viewBox="0 0 48 32"
|
viewBox="0 0 120 120"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
>
|
>
|
||||||
<title>{{ .Site.Title }}</title>
|
<title>{{ .Site.Title }}</title>
|
||||||
|
@ -22,14 +22,14 @@
|
||||||
</linearGradient>
|
</linearGradient>
|
||||||
</defs>
|
</defs>
|
||||||
<g fill="none" fill-rule="evenodd">
|
<g fill="none" fill-rule="evenodd">
|
||||||
<rect fill="url(#logo-a)" width="32" height="32" rx="16" />
|
|
||||||
<rect
|
<rect
|
||||||
fill="url(#logo-b)"
|
fill="url(#logo-a)"
|
||||||
x="16"
|
width="120"
|
||||||
width="32"
|
height="120"
|
||||||
height="32"
|
rx="60"
|
||||||
rx="16"
|
ry="60"
|
||||||
/>
|
/>
|
||||||
|
<circle fill="url(#logo-b)" cx="60" cy="60" r="40" />
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB |
Loading…
Add table
Reference in a new issue