-
Notifications
You must be signed in to change notification settings - Fork 0
/
painting7.html
51 lines (45 loc) · 2.06 KB
/
painting7.html
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="css/custom.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Bitter&family=Libre+Barcode+39+Extended&display=swap" rel="stylesheet">
<title>Nate Hill</title>
</head>
<body>
<header>
<div class="navbar navbar-light bg-light">
<div class="container d-flex">
<a href="index.html" class="navbar-brand d-flex">
<img src="assets/favicons/logo.png">
</a>
</div>
</div>
</header>
<main role="main">
<div class="container d-flex">
<div class="row">
<div class="col custom-item-display">
<img src="img/painting/painting7.jpg" width="100%">
<p>Untitled Study for Library Field, 2023, acrylic and mixed media on canvas, 38in x 52in</p>
<p></p>
<!--<p><a href="libraryfield.org" target="_blank">Library Field </a>is a proposal for a different kind of instituion that is focused on processes rather than artifacts.</p>-->
</div>
</div>
</div>
</main>
<footer class="text-muted">
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<script src="js/custom.js"></script>
</body>
</html>