-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartist-template-browse.html
200 lines (187 loc) · 6.43 KB
/
artist-template-browse.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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!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>Artist: <a href="artist-template.html">Name Surname</a></h4>
</div>
<!--Filters and sorting area-->
<div class="browse-filters">
Order:
<div class="filter-select">
<select>
<option selected><h5>Order alphabetically by title</h5></option>
<option><h5>Order alphabetically by artist (N/A)</h5></option>
<option><h5>Order by inception date – ascending (N/A)</h5></option>
<option><h5>Order by inception date – descending (N/A)</h5></option>
</select>
</div>
</div>
<div class="browse-filters">
Filter:
<div class="filter-select">
<select id="filter-variants">
<option value="artworks" selected><h5>Show artworks only</h5></option>
<option value="variants"><h5>Show artworks and variants</h5></option>
<option><h5>Show people and organizations (N/A)</h5></option>
<option><h5>Show software (N/A)</h5></option>
<option><h5>Show exhibitions (N/A)</h5></option>
<option value="everything"><h5>Show everything (N/A)</h5></option>
</select>
</div>
</div>
<div class="browse-filters">
View:
<div class="filter-select">
<select>
<option selected><h5>Thumbnail grid</h5></option>
<option><h5>List view (N/A)</h5></option>
<option><h5>Timeline view (N/A)</h5></option>
</select>
</div>
</div>
<!--Artwork & variant 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>
<!--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>