-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (56 loc) · 1.66 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🥑</text></svg>">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<title>Hypnotic wave of psychedelic avocados 🥑</title>
<link href="./styles/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<input type="checkbox" id="toggle">
<label for="toggle" class="btn">wireframe</label>
<header class="about">
<a href="https://rolandlevy.co.uk/" class="new-tab-icon" target="_blank">about me</a>
</header>
<!-- <input id="speed" type="range" min="0.5" max="5.5" value="2.5" step="0.25"> -->
<main class="wireframe">
<section class="blobs">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</section>
<section class="blobs">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</section>
<section class="blobs">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</section>
<section class="blobs">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</section>
<section class="blobs">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</section>
</main>
</body>
</html>