Skip to content

Commit

Permalink
link to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbedard committed Jun 15, 2022
1 parent d5b2da7 commit 968f2bb
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<title>Gradient</title>
<title>@bedard/gradient</title>

<style>
body {
Expand All @@ -20,11 +20,30 @@
position: fixed;
width: 100vw;
}

a {
position: fixed;
right: 0;
top: 0;
padding: 1rem;
color: rgba(0, 0, 0, 0.5);
}

a:hover {
color: rgba(0, 0, 0, 0.8);
}
</style>
</head>
<body>
<canvas></canvas>

<a href="https://github.com/scottbedard/gradient">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M15 22V18C15.14 16.75 14.78 15.49 14 14.5C17 14.5 20 12.5 20 9C20.08 7.75 19.73 6.52 19 5.5C19.28 4.35 19.28 3.15 19 2C19 2 18 2 16 3.5C13.36 3 10.64 3 8 3.5C6 2 5 2 5 2C4.7 3.15 4.7 4.35 5 5.5C4.27 6.52 3.92 7.75 4 9C4 12.5 7 14.5 10 14.5C9.61 14.99 9.32 15.55 9.15 16.15C8.98 16.75 8.93 17.38 9 18V22"></path>
<path d="M9 18c-4.51 2-5-2-7-2"></path>
</svg>
</a>

<script type="module" src="/src/example.js"></script>
</body>
</html>

0 comments on commit 968f2bb

Please sign in to comment.