-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheaas-template.html
83 lines (79 loc) · 2.81 KB
/
eaas-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
74
75
76
77
78
79
80
81
82
83
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EAAS prototype</title>
<link rel="stylesheet" type="text/css" href="css/reperformance-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>
<!--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="out-of-scope.html">EAAS</a></div>
<div class="source level-1">Source URL:</div>
<div class="url entry-1"><a href="out-of-scope.html">http://archive.rhizome.org/example.com</a></div>
<div class="capture"> Emulated archived variant</div>
</div>
<div class="background-environment">
<img src="images/emulation-img.png">
<div class="emulator-overlay"></div>
<div class="run-emulator">
<div class="run-button"> Run Windows 98 emulator </div>
<div class="choose-button">
Choose the location closest to you to run the emulator:
<select>
<option>United States</option>
<option selected>European Union</option>
<option>Asia East</option>
</select>
</div>
</div>
</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://archive.rhizome.org/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 in:</p>
<p class="entry-1">2001</p>
</div>
<div>
<p class="level-1">Archived by:</p>
<p class="entry-1"><a href="item-template.html">Rhizome</a></p>
</div>
<div>
<p class="level-1">Dependencies:</p>
<p class="entry-1">Environment: <a href="item-template.html">Windows 98</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">Medium</a></p>
</div>
<div>
<p class="level-1">Interaction notes:</p>
<p class="entry-2">A space for notes by the archivist about this variant.</p>
</div>
<div>
</div>
<div class="return">
<p class="level-1"><a href="artwork-template.html">↩ Full archival metadata</a>
</div>
</div>
</body>