-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
116 lines (80 loc) · 2.88 KB
/
Copy pathcv.html
File metadata and controls
116 lines (80 loc) · 2.88 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
<!DOCTYPE html>
<html lang = "en" dir="ltr">
<head>
<meta charset="UTF-8">
<title>cv | Ashley Sagar</title>
<!-- set viewport for devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="CV and exhibition history for artist Ashley Sagar">
<link rel="stylesheet" href="css/style.css">
</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="visual.html">visual</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>
<section>
<div><h2>cv</h2></div>
<div class="show-links">
<div>
<!-- MFA WIP 1 show 2025 -->
<a href="https://www.instagram.com/p/DRm4qzaDVYv/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==" target="_blank"><strong>All The Untamed Horses</strong></a>
<p class="art-shows-type">2025<br>
MFA Computational Arts Works in Progress<br>
Goldsmiths University</p>
</div>
<div>
<!-- MA Grad Show -->
<a href="https://www.instagram.com/reel/C_Y9SzLoUSB/?utm_source=ig_web_copy_link&igsh=MzRlODBiNWFlZA==" target="_blank"><strong>This is why the whole remains open [...]</strong></a>
<p class="art-shows-type"> 2024<br>
MA/MFA Computational Arts Degree Show<br>
Goldsmiths University</p>
</div>
<div>
<!-- BA Grad Show -->
<a href="https://welldidyouevah.wordpress.com/2013/05/22/this-is-who-we-are-art-exhibition-york-st-john-university-school-house-gallery-york/" target="_blank"><strong>The Stasis of Consciousness in a Forever Shifting Inner Space.</strong></a>
<p class="art-shows-type">2013<br>
BA Fine Arts Degree Show<br>
York St. John University</p>
</div>
</div>
</section>
<section class="education-list">
<div><h2>education</h2></div>
<div>
<ul>
<li>
<strong>Goldsmiths University</strong><br>
<p class="edu-list-type">2022-2026 MFA Computational Arts</p>
</li>
<li>
<strong>York St. John University</strong><br>
<p class="edu-list-type">2010-2013 BA Joint Honors Fine Art and Music</p>
</li>
<li>
<strong>Leeds College of Art and Design</strong><br>
<p class="edu-list-type">2008-2010 Foundation in Art and Design</p>
</li>
</ul>
</div>
</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>