Skip to content

Commit

Permalink
add link to github source
Browse files Browse the repository at this point in the history
  • Loading branch information
Amorpheuz committed Jun 6, 2021
1 parent f1dda77 commit 88b2d5e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,26 @@
</svg>
{{ $device.isMobile ? '' : 'Help' }}
</button>
<a
href="https://github.com/Amorpheuz/fur-miliar"
target="_blank"
class="p-2 my-2 flex justify-center text-xl outline-none border-2 bg-blue-dark border-blue-dark text-white focus:bg-white focus:text-blue-dark rounded-xl shadow-lg"
rel="noopener noreferrer"
aria-labelledby="open-github"
>
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-8 fill-current"
viewBox="0 0 32 32"
role="img"
>
<title id="open-github">Read source code on github</title>
<path
fill-rule="evenodd"
d="M 16 4 C 9.371094 4 4 9.371094 4 16 C 4 21.300781 7.4375 25.800781 12.207031 27.386719 C 12.808594 27.496094 13.027344 27.128906 13.027344 26.808594 C 13.027344 26.523438 13.015625 25.769531 13.011719 24.769531 C 9.671875 25.492188 8.96875 23.160156 8.96875 23.160156 C 8.421875 21.773438 7.636719 21.402344 7.636719 21.402344 C 6.546875 20.660156 7.71875 20.675781 7.71875 20.675781 C 8.921875 20.761719 9.554688 21.910156 9.554688 21.910156 C 10.625 23.746094 12.363281 23.214844 13.046875 22.910156 C 13.15625 22.132813 13.46875 21.605469 13.808594 21.304688 C 11.144531 21.003906 8.34375 19.972656 8.34375 15.375 C 8.34375 14.0625 8.8125 12.992188 9.578125 12.152344 C 9.457031 11.851563 9.042969 10.628906 9.695313 8.976563 C 9.695313 8.976563 10.703125 8.65625 12.996094 10.207031 C 13.953125 9.941406 14.980469 9.808594 16 9.804688 C 17.019531 9.808594 18.046875 9.941406 19.003906 10.207031 C 21.296875 8.65625 22.300781 8.976563 22.300781 8.976563 C 22.957031 10.628906 22.546875 11.851563 22.421875 12.152344 C 23.191406 12.992188 23.652344 14.0625 23.652344 15.375 C 23.652344 19.984375 20.847656 20.996094 18.175781 21.296875 C 18.605469 21.664063 18.988281 22.398438 18.988281 23.515625 C 18.988281 25.121094 18.976563 26.414063 18.976563 26.808594 C 18.976563 27.128906 19.191406 27.503906 19.800781 27.386719 C 24.566406 25.796875 28 21.300781 28 16 C 28 9.371094 22.628906 4 16 4 Z"
/>
</svg>
</a>
</div>
</div>
<Nuxt />
Expand Down

0 comments on commit 88b2d5e

Please sign in to comment.