-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathartbase-timeline.html
77 lines (65 loc) · 2.62 KB
/
artbase-timeline.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
<!doctype html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ArtBase Redesign Documentation–TIMELINE</title>
<link rel="stylesheet" type="text/css" href="css/phd-portfolio-web.css">
</head>
<body>
<!--Header & nav bar-->
<header class="header">
<p>ARTBASE REDESIGN DOCUMENTATION</p>
<p class="by-line">by Lozana Rossenova</p>
</header>
<nav>
<ul class="nav-bar">
<li><a href="index.html">REPORTS</a></li>
<li><a href="data-models.html">DATA MODELS</a></li>
<li><a href="prototypes.html">PROTOTYPES</a></li>
<li><a href="events.html">EVENTS</a></li>
<li><a href="bibliography.html">BIBLIOGRAPHY</a></li>
</ul>
</nav>
<!--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.svg">
</label>
<div id="sidebar">
<ul class="mobile-only-nav">
<li><a href="index.html">REPORTS</a></li>
<li><a href="data-models.html">DATA MODELS</a></li>
<li><a href="prototypes.html">PROTOTYPES</a></li>
<li><a href="events.html">EVENTS</a></li>
<li><a href="bibliography.html">BIBLIOGRAPHY</a></li>
</ul>
</div>
</div>
<!--End of mobile navbar-->
<!--Main content-->
<main>
<!--Main text-->
<div class="timeline">
<h2>TIMELINE OF POLICY & STRATEGY DEVELOPMENTS IN THE ARTBASE 1999–2019</h2>
<img src="images/ArtBase_timeline_v2019.jpg" alt="Timeline visualization of the ArtBase history">
</div>
</main>
<!--Footer content-->
<footer>
<ul class="about-links">
<li><a href="about-project.html">ABOUT THIS PROJECT</a></li>
<li><a href="about-researcher.html">ABOUT THE RESEARCHER</a></li>
<li><a href="acknowledgements.html">ACKNOWLEDGEMENTS</a></li>
<li style="font-weight: bold; padding-top: 20px;">2020 ▍<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC-BY-NC-SA 4.0</a></li>
</ul>
<ul class="logo-links">
<li class="logo-text">This research is made possible through funding by the AHRC in the UK and additional support by Rhizome.</li>
<li class="logo-image"><a href="https://ahrc.ukri.org/" target="_blank"><img src="images/AHRC-logo.jpg" alt="AHRC logo"></a></li>
<li class="logo-image"><a href="https://www.lsbu.ac.uk/" target="_blank"><img src="images/LSBU-logo.jpg" alt="LSBU logo"></a></li>
<li class="logo-image"><a href="https://rhizome.org/" target="_blank"><img src="images/Rhizome_Logo_black.png" alt="Rhizome logo"></a></li>
</ul>
</footer>
</body>