-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (21 loc) · 816 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Canvas Floating Circles</title>
<link rel="stylesheet" href="./src/styles.css">
<script src="./dist/index.js" defer></script>
</head>
<body>
<section class="hero-header">
<canvas class="canvas"></canvas>
<div class="heading-container">
<h1>Canvas Floating Circles</h1>
<p>Interactive art with hovering circles on a suspended canvas by <span class="semibold author">David
Oyinbo</span>, responding to viewers' movements for an immersive experience.</p>
<a href="https://github.com/dev-davexoyinbo" target="_blank">View Profile</a>
</div>
</section>
</body>
</html>