-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
66 lines (66 loc) · 3.43 KB
/
Copy pathabout.html
File metadata and controls
66 lines (66 loc) · 3.43 KB
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
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About | Duckers Dev</title>
<meta name="description" content="About Duckers — web developer, theatre tech engineer, Hack Club member. From the UK, building tools for live productions.">
<meta name="robots" content="index, follow">
<meta property="og:title" content="About | Duckers Dev">
<meta property="og:description" content="Web developer and theatre tech engineer from the UK.">
<meta property="og:url" content="https://duckers.dev/about.html">
<link rel="icon" href="assets/favicon.svg" type="image/svg+xml">
<link rel="canonical" href="https://duckers.dev/about.html">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="cursor"></div>
<nav class="nav">
<a href="index" class="nav-logo">duckers</a>
<div class="nav-links">
<a href="projects">projects</a>
<a href="about" class="active">about</a>
<a href="contact">contact</a>
</div>
</nav>
<div class="page">
<p class="page-label reveal">/about</p>
<h2 class="reveal reveal-d1">Who I Am</h2>
<p class="bio reveal reveal-d2">Hey! I'm Duckers — a web developer and theatre tech engineer from the UK. I love building tools that make live productions smoother and more accessible.</p>
<div class="tags reveal reveal-d3">
<span>JavaScript</span><span>HTML</span><span>CSS</span><span>QLab</span><span>QLC+</span><span>DMX</span><span>Lighting Design</span><span>Sound Engineering</span><span>Show Control</span><span>Graphic Design</span>
</div>
<div class="about-extras reveal reveal-d4">
<p>I do lighting design, sound engineering, and show control for theatre productions — everything from programming QLab and QLC+ cues to rigging fixtures and calling the show. I've worked on musicals, plays, and live events.</p>
<br>
<p>I'm an active member of <strong>Hack Club</strong> and spend my time coding, singing, and creating cool projects. When I'm not coding, you'll find me working on lighting designs or writing blog posts about what I've been building.</p>
<br>
<button class="buttons-trigger" id="buttons-open">view my 88 × 31 buttons →</button>
</div>
</div>
<div class="buttons-overlay" id="buttons-overlay">
<div class="buttons-popup">
<button class="buttons-close" id="buttons-close">×</button>
<h3>88 × 31 buttons</h3>
<div class="buttons-self">
<a class="buttons-self-btn" href="https://duckers.dev/button.gif" target="_blank" rel="noopener nofollow">
<img src="https://duckers.dev/button.gif" alt="Duckers Dev 88x31 button" width="88" height="31">
</a>
<div class="buttons-copy">
<input type="text" readonly value='<a href="https://duckers.dev/" target="_blank" rel="noopener"><img src="https://duckers.dev/button.gif" alt="Duckers Dev" width="88" height="31"></a>' id="buttons-code" aria-label="Copy button HTML">
<button id="buttons-copy" class="buttons-copy-btn">copy</button>
</div>
</div>
<div class="buttons-grid" id="buttons-grid"></div>
</div>
</div>
<footer class="footer">
<p>© 2026 duckers dev. quack.</p>
<p>
<a href="https://github.com/TheRealDuckers">github</a> ·
<a href="https://blog.duckers.dev">blog</a>
</p>
</footer>
<script src="js/main.js"></script>
</body>
</html>