Skip to content

Commit

Permalink
assets added.
Browse files Browse the repository at this point in the history
  • Loading branch information
aeschylus committed May 29, 2014
1 parent c1f3e07 commit 3409d21
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Binary file added images/yale_logo.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions styleGuide.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" type="text/css" href="build/mirador/css/mirador-combined.css">
<title>Mirador Viewer</title>
<style type="text/css">
body { padding: 0; margin: 0; overflow: hidden; font-size: 70%; }
#viewer { background: #333 url(images/debut_dark.png) left top repeat; width: 100%; height: 100%; position: fixed; }
#manifest-select-menu { opacity: 1; -webkit-transform: none;}
</style>
</head>
<body>
<div id="viewer">
<div id="manifest-select-menu">

<h1>Bodeleian Manuscript 1337</h1>
<h2>A Second Level Heading</h2>
<h3>Third Level</h3>
<h4></h4>
<h5></h5>
<hr>
<div class="imagePlaceholder"></div>
<img src="" alt="Here is an example of an image">
<caption></caption>
</div>


</div>
<script src="build/mirador/mirador.js"></script>
</body>
</html>

0 comments on commit 3409d21

Please sign in to comment.