-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvisual.html
More file actions
149 lines (107 loc) · 3.89 KB
/
Copy pathvisual.html
File metadata and controls
149 lines (107 loc) · 3.89 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<title>visual | Ashley Sagar</title>
<meta name="author" content="ashley sagar">
<!-- set viewport for devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Visual art and video works by Ashley Sagar">
<link rel="stylesheet" href="css/style.css">
<script src="https://player.vimeo.com/api/player.js"></script>
</head>
<body>
<header>
<div class="my-name">
<h1>
<a href="index.html">ashley sagar</a>
</h1>
</div>
<!-- menu links -->
<section>
<nav class="primary-navigation" aria-label="Primary Navigation">
<ul>
<li><a href="audio.html">audio</a></li>
<li><a href="cv.html">cv</a></li>
<li><a href="bio.html">bio</a></li>
<li><a href="contact_form.html">booking</a></li>
<li><a href="experiments.html">experiments</a></li>
</ul>
</nav>
</section>
</header>
<main>
<div>
<h2>visual</h2>
</div>
<section class="visuals-videos-list">
<ul>
<!-- VGA SYNTH -->
<li>
<div>
<h3>A Hacked VGA Signal Generator</h3>
</div>
<div>
<div style="padding:56.25% 0 0 0;position:relative;"><iframe
src="https://player.vimeo.com/video/1144476533?badge=0&autopause=0&player_id=0&app_id=58479"
frameborder="0"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share"
referrerpolicy="strict-origin-when-cross-origin"
style="position:absolute;top:0;left:0;width:100%;height:100%;"
title="A Hacked VGA Signal Generator"></iframe></div>
</div>
</li>
<!-- It's all fun and games until you realise you're working for free -->
<li>
<div>
<h3>It's all fun and games until you realise you're working for free</h3>
</div>
<div>
<div style="padding:56.25% 0 0 0;position:relative;"><iframe
src="https://player.vimeo.com/video/1007423017?badge=0&autopause=0&player_id=0&app_id=58479"
frameborder="0"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share"
referrerpolicy="strict-origin-when-cross-origin"
style="position:absolute;top:0;left:0;width:100%;height:100%;"
title="It's all fun and games until you realise you're working for free"></iframe></div>
</div>
</li>
<!-- Selections from a Pen-Plotter -->
<li>
<div>
<h3>Selections from a Pen-Plotter</h3>
</div>
<div>
<div style="padding:56.25% 0 0 0;position:relative;"><iframe
src="https://player.vimeo.com/video/907177036?badge=0&autopause=0&player_id=0&app_id=58479"
frameborder="0"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share"
referrerpolicy="strict-origin-when-cross-origin"
style="position:absolute;top:0;left:0;width:100%;height:100%;"
title="Selections from a Pen-Plotter"></iframe></div>
</div>
</li>
<!-- An Ambient Washing -->
<li>
<div>
<h3>An Ambient Washing</h3>
</div>
<div>
<div style="padding:56.25% 0 0 0;position:relative;"><iframe
src="https://player.vimeo.com/video/825773213?badge=0&autopause=0&player_id=0&app_id=58479&muted=1"
frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share"
referrerpolicy="strict-origin-when-cross-origin" style="position:absolute;top:0;left:0;width:100%;height:100%;"
title="An Ambient Washing"></iframe></div>
</div>
</li>
</ul>
</section>
</main>
<footer>
<div class="footer-link">
<p>©2026 design by <a href="https://www.greenroadstudios.co.uk/" target="_blank">green road studios.</a> All
rights reserved.</p>
</div>
</footer>
</body>
</html>