-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebenact-template.html
73 lines (69 loc) · 2.7 KB
/
webenact-template.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
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Webenact prototype</title>
<link rel="stylesheet" type="text/css" href="css/reperformance-prototype.css">
</head>
<body>
<!--Main content-->
<main>
<div class="nav-bar">
<div class="logos">
<a href="http://rhizome.org/"><img class="logo" src="images/Rhizome_Logo_white.png"></a>
<a href="http://rhizome.org/"><img class="logo-mobile" src="images/Rhizome_Logo_mobile.png"></a>
</div>
<div class="webenact"><a href="http://webenact.rhizome.org/">WEBENACT</a></div>
<div class="source level-1">Source URL:</div>
<div class="url entry-1"><a href="out-of-scope.html">http://example.com</a></div>
<div class="capture"> Webrecorder capture </div>
</div>
<div class="background">
<img src="images/test-image.jpg">
<p class="level-1"> Artwork reperformance area</p>
</div>
</main>
<!--Sidebar-->
<div class="mobile-header">
<input type="checkbox" class="openSidebar" id="openSidebar">
<label for="openSidebar" class="sidebarIconToggle">
<img class="icon-1" src="images/info-open.svg">
<img class="icon-2" src="images/info-close.svg">
</label>
<div id="sidebar">
<div class="mobile-only">
<p class="level-1">Source URL:</p>
<p class="entry-1"><a href="out-of-scope.html">http://example.com</a></p>
</div>
<div>
<p class="level-1">Access state:</p>
<p class="entry-1"><a href="access-state-good.html">Good – few known dependencies</a></p>
</div>
<div>
<p class="level-1">Archived between:</p>
<p class="entry-1">2016-06-02 14:40:30</p>
<p class="entry-1">2016-06-04 18:56:24</p>
</div>
<div>
<p class="level-1">Archived by:</p>
<p class="entry-1"><a href="out-of-scope.html">Rhizome archivist [Webrecorder ID]</a></p>
</div>
<div>
<p class="level-1">Archival plan:</p>
<p class="entry-1"><a href="item-template.html">External links restored via public web archive captures</a></p>
</div>
<div>
<p class="level-1">Dependencies:</p>
<p class="entry-1">Browser plug-in: <a href="item-template.html">Java</a></p>
<p class="entry-1">External media: <a href="external-media-damaged.html">Damaged</a></p>
<p class="entry-1">External links risk: <a href="item-template.html">Low</a></p>
</div>
<div>
<p class="level-1">Interaction notes:</p>
<p class="entry-2">A space for notes by the archivist about this capture – anything that was missed or changed, etc. Tools or other archives that were used in the creation of the archive (other than Webrecorder & the live web).</p>
</div>
<div class="return">
<p class="level-1"><a href="artwork-template.html">↩ Full archival metadata</a>
</div>
</div>
</body>