added about and colophon
This commit is contained in:
parent
7feea47ddc
commit
ee42f38078
@ -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">×</span><div>about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div>
|
<div id="showabout" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">×</span><div>about texthjgjhghjgfhdgfhdgfhdsgfhsgfhsgdfjhgdsfhsfgdfjgsfgdshsgfhsgfffffffffffffdfhdsfjsgdfjgjdsgfsjdgfjshgdf</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="showcolophon" class="draggable"><span onclick="this.parentElement.style.display='none'" class="topleft">×</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…
Reference in New Issue
Block a user