-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (42 loc) · 1.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Edward Dowling</title>
<style>
#wrapper { max-width: 40em; min-width: 10em; padding: 1em 1em 1em 1em; margin: auto; }
h1 { text-align: center; font-size: 1.5em; font-weight: 400; font-family: "Monaco", monospace;}
body {background-color: ~0;
color: 0;
font-family: "Monaco", monospace;
font-size: 1em;
text-align: center;
line-height: 1.5;
text-transform: uppercase;
}
a {color: 0;}
;
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="wrapper">
<h1> EDWARD DOWLING</h1>
MSc Quantum Technologies (Physics)
<br>
Email - [email protected] - <a href="https://github.com/ejdowling" target="_blank"> GitHub</a>
<br>
Many thanks to my good friend <a href="https://benedicthenshaw.com/" target="_blank"> Ben Henshaw</a>
<br>
<br>
<b>Patterns based on Islamic geometry </b><br>
<a href="geometric">Pattern generator</a> — 25/02/2021 <br>
<a href="geo">prototype</a>
<br>
<br>
<b>2D resonance patterns </b><br>
<a href="resonance">Pattern generator</a> — 21/02/2021 <br>
<a href="chladni">prototype</a>
</div>
</body>
</html>