Browse Source

added about and colophon

master
nglk 4 years ago
parent
commit
ee42f38078
  1. 11
      wells/index.html

11
wells/index.html

@ -37,11 +37,13 @@
</audio> </audio>
</div> </div>
</div> </div>
<div id="about"> <div id="about_colophon">
<a href="#" >About</a> <a href="#" >About</a>|<a href="#" >Colophon</a>
</div> </div>
<div id="showabout" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div>about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div> <div id="showabout" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div>about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div>
</div> </div>
<div id="showcolophon" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">&times</span><div>about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div>
</div>
</div> </div>
</div> </div>
<!-- new row should start here --> <!-- new row should start here -->
@ -152,6 +154,11 @@ $("#about").click(function(){
$("#showabout").fadeIn() $("#showabout").fadeIn()
console.log("around") console.log("around")
}); });
$("#colophon").click(function(){
$("#showcolophon").fadeIn()
console.log("around")
});
</script> </script>
</div> </div>
</body> </body>

Loading…
Cancel
Save