-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgallery.html
62 lines (55 loc) · 2.66 KB
/
gallery.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
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="author" content="Joseph Wilk">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Art @ Joseph Wilk | http://art.josephwilk.net</title>
<meta name="description" content="Studio Joseph Wilk, working with code, creativity & computation.">
<meta property="og:title" content="Joseph Wilk" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://art.josephwilk.net/" />
<meta property="og:url" content="https://art.josephwilk.net/" />
<meta property="og:site_name" content="art.josephwilk.github.io" />
<link href="https://fonts.googleapis.com/css?family=Cutive+Mono" rel="stylesheet">
<link href="stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
</head>
<body>
<div class="header">
<div class="wrapper">
<header>
<div class="container">
<a href="/">
<div class="logo">
<h1><span>Studio</span></h1>
<h2>Joseph Wilk</h2>
</div>
</a>
<div class="default-header header">
<div class="header-holder">
<div class="menu-holder">
<nav>
<ul>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187 "><a href="/index.html">Projects</a> </li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187"><a href="/artist_statement.html">Artist Statement</a> </li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187 active"><a href="/projects.html">Projects</a> </li>
<!-- <li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187"><a href="http://shop.josephwilk.net">Shop</a> </li> -->
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187"><a href="https://medium.com/@josephwilk">Writings</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-34 current_page_item menu-item-2187"><a href="/contact.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</header>
</div>
</div>
<article>
<div class="title">
<h3>Gallery</h3>
</div>
</article>
<div id="footer">Copyright © 2013-present - Joseph Wilk</div>
</body>
</html>