-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
48 lines (34 loc) · 2.04 KB
/
about.html
File metadata and controls
48 lines (34 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>screen-based images</title>
<link rel="icon" href="images/icon.ico">
<link rel="stylesheet" href="styles.css">
<script src="script.js"></script>
<!-- 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>
<h1 class>scReen-bAsed imAGes<h1>
<h2 class">spring 2024</h2>
<h2 class="about">Risd course taught by <a href="https://www.risd.edu/academics/experimental-and-foundation-studies/faculty/leah-beeferman">leah beeferman</a></h2>
<ul>
<li>four short assignments on the themes of: surfaces, layers, edges, worlds</li>
<br>
<li>final digital image-based project using subjects and processes of your choice</li>
<br>
<li>all images should begin digitally, but are encouraged to be brought from screen to object</li>
</ul>
<br>
<h2 class="about">course description</h2>
<p class="plainFont">This studio elective focuses on creating digital image-based artworks. Students will be introduced to a wide variety of contemporary artists working between digital imaging, photography, and digital painting — and a range of technical possibilities for making and producing “painterly” digital artworks. Through several short assignments and one final project, students will experiment and then hone in on image-making processes that suit and expand their practices. These projects are complemented by readings and discussions which provide context for contemporary digital art-making: an exciting and ever-changing space for creative work.</p>
<br>
<h3>work by annemarie torresen</h3>
<p class="plainFont">MFA candidate in <a href="https://dm.risd.edu/">RISD Digital+Media</a> 2023-2025: <a href="https://atorresen.github.io/art">website</a></p>
</body>
</html>