-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
168 lines (157 loc) · 5.74 KB
/
index.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
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ArtBase prototype</title>
<link rel="stylesheet" type="text/css" href="css/prototype.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/prototype.js"></script>
</head>
<body>
<!--Nav bar-->
<div class="nav-bar">
<div class="logos">
<a href="http://rhizome.org/"><img class="logo" src="images/Rhizome_Logo_black.png"></a>
<img class="logo-mobile" src="images/Rhizome_Logo_black_mobile.png">
</div>
<div class="artbase-logo"> <a href="index.html">ARTBASE</a></div>
<div class="menu">
<ul><a href="out-of-scope.html">History of the ArtBase</a></ul>
<ul><a href="browse-the-archive.html">Browse the archive</a></ul>
<ul><a href="out-of-scope.html">Curated selections</a></ul>
</div>
<div class="search-box">
<input type="text" placeholder="Keyword search">
<a href="search-results.html"><img src="images/search_icon.svg"></a>
</div>
</div>
<!--End of navbar-->
<!--End of mobile navbar-->
<div class="mobile-header">
<input type="checkbox" class="openSidebar" id="openSidebar">
<label for="openSidebar" class="sidebarIconToggle">
<img class="icon-1" src="images/mobile-menu-icon.svg">
<img class="icon-2" src="images/close-icon-dark.svg">
</label>
<div id="sidebar">
<div class="mobile-only-menu">
<ul><a href="out-of-scope.html">History of the ArtBase</a></ul>
<ul><a href="browse-the-archive.html">Browse the archive</a></ul>
<ul><a href="out-of-scope.html">Curated selections</a></ul>
<div class="search-box-mobile">
<input type="text" placeholder="Keyword search">
<a href="search-results.html"><img src="images/search_icon.svg"></a>
</div>
<ul class="position-bottom-edge"><a href="http://rhizome.org/">Back to rhizome.org</a></ul>
</div>
</div>
</div>
<!--End of mobile navbar-->
<!--Main content-->
<main>
<!--Main meta info area-->
<div class="page-info">
<h4>The ArtBase is Rhizome's archive of digital art, freely accessible to the public online.</h4>
<h4>A small selection of artworks is shown below on a random basis. You can also explore our <a href="out-of-scope.html">curated selections</a> or <a href="browse-the-archive.html">browse the entire archive here</a>. Use the <span class="search-box-focus">keyword search box</span> if you are looking for something specific, or the <span class="open-query">search query toolbar</span> below for advanced search.</h4>
</div>
<!--Artwork thumbs-->
<div class="artwork-thumb">
<a href="artwork-template.html"><img src="images/test-image.jpg"></a>
<div class="thumb-title">
<h6><a href="artwork-template.html">Artwork title</a></h6>
</div>
<div class="thumb-date">
<h6>[inception date]</h6>
</div>
<div class="thumb-author">
<h6><a href="artist-template.html">Artist name</a></h6>
</div>
</div>
<div class="artwork-thumb">
<a href="artwork-template.html"><img src="images/test-image.jpg"></a>
<div class="thumb-title">
<h6><a href="artwork-template.html">Artwork title</a></h6>
</div>
<div class="thumb-date">
<h6>[inception date]</h6>
</div>
<div class="thumb-author">
<h6><a href="artist-template.html">Artist name</a></h6>
</div>
</div>
<div class="artwork-thumb">
<a href="artwork-template.html"><img src="images/test-image.jpg"></a>
<div class="thumb-title">
<h6><a href="artwork-template.html">Artwork title</a></h6>
</div>
<div class="thumb-date">
<h6>[inception date]</h6>
</div>
<div class="thumb-author">
<h6><a href="artist-template.html">Artist name</a></h6>
</div>
</div>
<!--Show random button-->
<div class="show-more-artworks">
<p>Show another random set</p>
</div>
<!--Search query box-->
<div class="search-query-area">
<!-- Expandable button-->
<button class="collapsible query-area"><h3>Search Query Toolbar</h3></button>
<!--Description collapsible hidden content-->
<div class="content">
<div class="query-content">
<div class="compose-query">
<div class="query-selectors">
<p>What thing or type of thing?</p>
<div>
<input list="items" name="item" placeholder="e.g. all artworks">
<datalist id="items">
<option value="artwork">
<option value="artist">
<option value="variant">
<option value="other example items...">
</datalist>
</div>
<p class="add-rules"><img src="images/circle-plus-icon.svg">Add another search rule</p>
</div>
<div class="query-selectors">
<p>What type of relationship?</p>
<div>
<input list="properties" name="property" placeholder="e.g. attributed to">
<datalist id="properties">
<option value="associated with">
<option value="inception">
<option value="generated by">
<option value="other example properties...">
</datalist>
</div>
<p class="add-rules"><img src="images/circle-plus-icon.svg">Qualify the relationship</p>
</div>
<div class="query-selectors">
<p>To which thing or type of thing?</p>
<div>
<input list="values" name="vlaue" placeholder="e.g. artist name">
<datalist id="values">
<option value="access state value">
<option value="date value">
<option value="generation activity value">
<option value="other example values...">
</datalist>
</div>
</div>
</div>
<div class="run-query">
<div class="run-query-button">
<a href="out-of-scope.html"><p>Run query</p></a>
</div>
<div class="query-selectors write-query">
<p><a href="out-of-scope.html">Or write your own query</a></p>
</div>
</div>
</div>
</div>
</div>
</main>
</body>