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.

65 lines
2.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="./scripts/jquery-3.5.0.min.js"></script>
<script src="./scripts/jquery-ui/jquery-ui.min.js"></script>
<script src="./scripts/Windows.js"></script>
<script src="./scripts/DragResizeClose.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="./styles/style.css">
<script src="https://kit.fontawesome.com/yourcode.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- BASE -->
<!-- <div class="ui-widget-content draggable resizable closable" id=" "><h1>var xpub</h1><p></p></div> -->
<!-- <h1>windows.open(Welcome)</h1> -->
<div id="icons"></div>
<div id="dragZone" class="dragzone">
<div id="program" class="ui-widget-content draggable resizable visible" style="max-width: 250px; height: 1400px;">
<h1>10 Sept 21</h1>
<li>12:00-17:00:</li>
<ul>XPUB Bookshop</ul>
<li>12:00-14:00: XPUB3</li>
<ul>HAM DISTRO (online)</ul>
<li>14:00-15:00:</li>
<ul>OUIJA SEANCE every 20 mins with Simon (online)</ul>
<li>15:00-16:00: XPUB2</li>
<ul>Clara - Blank page syndrome (offline)</ul>
<li>16:00-17:00: XPUB1 </li>
<ul>Lingo Bingo (offline)</ul>
<ul>Civil Entertainment Sirens® </ul>
<li>Oh, look at the wifi: words fly around!</li>
<br>
</div>
</div>
<div id="bar">
<button onclick="drop()" class="bottoneCose">XPUB</button>
</div>
<div id="colophon">
<h1>windows.open(Welcome)</h1>
<p>Architecture: Tancredi and Poni</p>
<p>Urbanistic: Clara, Louisa, Simon</p>
</div>
<script src="./scripts/App.js"></script>
<script> // drop stuff
function drop(){
$("#colophon").slideToggle()
$(".bottoneCose").toggleClass("clicked")
}</script>
</body>
</html>