-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (27 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html><meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Leech</title>
<link rel="stylesheet" href="https://danielshaar.github.io/css/leech.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.4/css/bulma.min.css">
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script><body>
<svg style="width:0;height:0;position:absolute;" aria-hidden="true" focusable="false">
<linearGradient id="leech-gradient">
<stop offset="0%" stop-color="#EB6536" />
<stop offset="100%" stop-color="#84377D" />
</linearGradient>
</svg>
<nav class="navbar has-shadow is-spaced">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item" href="https://danielshaar.github.io/">
<svg class="image is-64x64" fill="url(#leech-gradient)">
<use class="leech-path" xlink:href="https://danielshaar.github.io/img/leech.svg#icon-leech"></use>
</svg>
<h3 class="title is-3 has-text-weight-light">Leech</h3>
</a>
</div>
</div>
</nav><script src="https://danielshaar.github.io/js/svg4everybody.min.js"></script>
<script>svg4everybody();</script></body>
</html>