You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

83 lines
2.3 KiB
PHP

<html lang="en">
<head>
<style type="text/css"></style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="styles/widescreen.css" rel="stylesheet" type="text/css">
<!-- <link href="styles/smallscreen.css" rel="stylesheet" type="text/css"> -->
<link href="styles/jquery-ui.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/jquery.min.js"></script>
<script src="js/jquery-1.12.4.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/jquery.ui.touch-punch.min.js"></script>
<script src="js/draggable.js"></script>
<script src="js/main.js"></script>
<style type="text/css">
li {
color: black !important;
border-color: black !important;
}
li a {
text-decoration: underline;
color: red !important;
border-color: black !important;
}
.box_metadata {
border: none !important;
}
</style>
<!-- <link href="styles/app.css" rel="stylesheet" type="text/css">
-->
<title>cover</title>
</head>
<body>
<div style="top: 50%; left:50%;margin-top: -50px;margin-left: -50px;width: 700px; position: absolute;">
<img src="images/speaker_logo3.png" width="130px">
<h1 style="color: #A19696;">Let's <span style="font-style: italic;color:black !important;">amplify</span> unspeakable things<br /></h1>
<span style="font-weight:regular !important; color: #A19696 !important; font-size: 12pt;text-align:right !important;">Angeliki Diakrousi</span>
</div>
<!-- (the unfolding/overlayering of) -->
<!-- draggable menu -->
<div class="draggable scaleable-wrapper" style="top:20%;left:58%;width: 23%;">
<div class="tooltip-wrap"><img src="images/carson-list.jpg" style="width: 100%;"></img><div class="tooltip-content-right" style="min-width: 40% !important;" ><div>this is how female/high-pitched voices have been described since acient times as Anne Carson observes</div></div></div>
</div>
<!-- colophon -->
<div class="draggable scaleable-wrapper" style="top:68%;left:32%;width: 25%; font-size: 120%" >
<?php include 'texts/colophon.txt'; ?>
</div>
<div class="draggable scaleable-wrapper active-draggable" style="top:5%;left:6%;" >
<h2><a class="active" href="index.php" >About</a></h2>
<div class="drag-content">
<?php include 'texts/about.txt'; ?>
</div>
</div>
<!-- end draggable -->
</body>
</html>