-
Notifications
You must be signed in to change notification settings - Fork 0
/
srbska.html
42 lines (35 loc) · 2.12 KB
/
srbska.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
<html>
<head>
<title>Sophie Dixon: Research Dossier</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<link href='https://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'>
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link href='https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.0.5/mediaelementplayer.css' rel='stylesheet' type='text/css'>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.0.5/mediaelement.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.0.5/mediaelementplayer.js"></script>
</head>
<body>
<a id="top"></a>
<div id="header" class="project">
<a class="back" href="index.html"><i class="fa fa-chevron-left"></i>HOME</a>
<h1>SRBSKA.ORG</h1>
<div class="video">
<video class="mejs__player" poster="img/srbska-poster.jpg" width="600" height="338" src="https://sophiedixon-web-assets.s3.amazonaws.com/research-dossier/srbska-archive_1.mp4" />
</div>
</div>
<div id="main">
<p>
Srbska.org is an online archive in development built on the open source publishing platform Omeka. It will be online in June 2017.
</p>
<p>
Over the past decade I have gradually gathered and digitised a substantial archive of testimonies, photographs, documents and objects from the village of Wünschendorf / Srbská. Srbska.org acts a repository for these artefacts alongside my own films and work relating to the village.
</p>
<p>
To allow for the archive to expand new artefacts and objects can be contributed by users.
</p>
</div>
<div id="footer">
</div>
</body>
</html>