-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiments.html
More file actions
84 lines (73 loc) · 1.76 KB
/
experiments.html
File metadata and controls
84 lines (73 loc) · 1.76 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>experiments</title>
<link rel="icon" href="images/icon.ico">
<link rel="stylesheet" href="styles.css">
<!-- Google fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap" rel="stylesheet">
</head>
<body>
<a href="index.html"><button class="navbutton"><</button></a>
<br>
<table>
<tr>
<td>
<img src="images/phragmites1.jpeg" alt="phragmites1.jpeg">
</td>
<td>
<img src="images/phragmites8.jpeg" alt="phragmites8.jpeg">
</td>
</tr>
<tr>
<td>
<img src="images/phragmites7.jpeg" alt="phragmites7.jpeg">
</td>
<td>
<img src="images/phragmites11.jpeg" alt="phragmites11.jpeg">
</td>
</tr>
</table>
<br>
<p>scanning electron microscope - phragmites</p>
<br>
<hr>
<br>
<img style="width: 30%;" src="images/shattered.png" alt="shattered.png">
<br>
<p>playing with inkscape filters</p>
<br>
<hr>
<br>
<table>
<tr>
<td>
<img src="images/laser_1.png" alt="laser_1.png">
</td>
<td>
<img src="images/laser_2.png" alt="laser_2.png">
</td>
</tr>
</table>
<br>
<p>laser etching of the plot of a mathematical surface</p>
<br>
<hr>
<br>
<table>
<tr>
<td>
<img src="images/sublimation_1.png" alt="sublimation_1.png">
</td>
<td>
<img src="images/sublimation_2.png" alt="sublimation_2.png">
</td>
</tr>
</table>
<br>
<p>dye sublimation printing with a klein bottle checkerboard print</p>
<br>
</html>