-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexperiments.html
More file actions
74 lines (47 loc) · 1.55 KB
/
Copy pathexperiments.html
File metadata and controls
74 lines (47 loc) · 1.55 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<title>experiments | Ashley Sagar</title>
<meta name="author" content="ashley sagar">
<meta name="description" content="A placeholder for experiments Ashley Sagar is or has been working on">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="4sjI4XNNJ09pXMSwHYKdBQppX9nM6b0xUSqm7fw5Cts" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<div class="my-name">
<h1><a href="index.html">ashley sagar</a></h1>
</div>
<!-- ///////////////////////////////////////////////////// -->
<!-- /////////////////LINKS TO OTHER PAGES////////////////// -->
<section>
<nav class="primary-navigation" aria-label="Primary Navigation">
<ul>
<li><a href="audio.html">audio</a></li>
<li><a href="visual.html">visual</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>
</ul>
</nav>
</section>
</header>
<main>
<div>
<h2>experiments</h2>
</div>
<!-- this could be a flexbox view with different links to sketches I make and experiment with of whatever they are -->
<div class="expContainer">
<h3><a href="algoFilm.html">algorithmic filmmaking</a></h3>
</div>
</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>