Skip to content

Commit 968f2bb

Browse files
committed
link to repo
1 parent d5b2da7 commit 968f2bb

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

index.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
<title>Gradient</title>
10+
<title>@bedard/gradient</title>
1111

1212
<style>
1313
body {
@@ -20,11 +20,30 @@
2020
position: fixed;
2121
width: 100vw;
2222
}
23+
24+
a {
25+
position: fixed;
26+
right: 0;
27+
top: 0;
28+
padding: 1rem;
29+
color: rgba(0, 0, 0, 0.5);
30+
}
31+
32+
a:hover {
33+
color: rgba(0, 0, 0, 0.8);
34+
}
2335
</style>
2436
</head>
2537
<body>
2638
<canvas></canvas>
2739

40+
<a href="https://github.com/scottbedard/gradient">
41+
<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">
42+
<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>
43+
<path d="M9 18c-4.51 2-5-2-7-2"></path>
44+
</svg>
45+
</a>
46+
2847
<script type="module" src="/src/example.js"></script>
2948
</body>
3049
</html>

0 commit comments

Comments
 (0)