|
|
|
@ -20,7 +20,7 @@
|
|
|
|
|
<!-- BASE -->
|
|
|
|
|
<!-- <div class="ui-widget-content draggable resizable closable" id=" "><h1>var xpub</h1><p></p></div> -->
|
|
|
|
|
|
|
|
|
|
<h1>windows.open(Welcome)</h1>
|
|
|
|
|
<!-- <h1>windows.open(Welcome)</h1> -->
|
|
|
|
|
<div id="icons"></div>
|
|
|
|
|
|
|
|
|
|
<div id="dragZone" class="dragzone">
|
|
|
|
@ -44,6 +44,22 @@
|
|
|
|
|
|
|
|
|
|
</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>
|