website changes

This commit is contained in:
Steven Hugg 2018-05-25 14:14:43 -07:00
parent 4a8380b730
commit c6f66dd11d
3 changed files with 15 additions and 4 deletions

View File

@ -237,3 +237,10 @@ canvas.pixelated {
font-family: TinyFont; font-family: TinyFont;
src: url(04B_03__.TTF); src: url(04B_03__.TTF);
} }
#booksMenuButton {
border-width:3px;
border-color:#99ff99;
background-color:#006600;
border-style:solid;
font-family: "Andale Mono", "Menlo", "Lucida Console", monospace;
}

View File

@ -27,6 +27,7 @@ body {
<script> <script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-54497476-9', 'auto'); ga('create', 'UA-54497476-9', 'auto');
ga('set', 'anonymizeIp', true);
ga('send', 'pageview'); ga('send', 'pageview');
</script> </script>
<script async src='https://www.google-analytics.com/analytics.js'></script> <script async src='https://www.google-analytics.com/analytics.js'></script>
@ -51,12 +52,14 @@ ga('send', 'pageview');
<li><a class="dropdown-item" href="#" id="item_debug_expr">Break Expression...</a></li> <li><a class="dropdown-item" href="#" id="item_debug_expr">Break Expression...</a></li>
</ul> </ul>
</li> </li>
<!--
<li class="dropdown dropdown-submenu"> <li class="dropdown dropdown-submenu">
<a tabindex="-1" href="#">Options</a> <a tabindex="-1" href="#">Options</a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
<li><i id="item_low_power_check" style="display:hidden" class="fa fa-check"></i><a class="dropdown-item" href="#" id="item_low_power">Low Power Mode</a></li> <li><i id="item_low_power_check" style="display:hidden" class="fa fa-check"></i><a class="dropdown-item" href="#" id="item_low_power">Low Power Mode</a></li>
</ul> </ul>
</li> </li>
-->
<hr> <hr>
<li class="dropdown dropdown-submenu"> <li class="dropdown dropdown-submenu">
<a tabindex="-1" href="#">Platform</a> <a tabindex="-1" href="#">Platform</a>
@ -103,8 +106,8 @@ ga('send', 'pageview');
<button id="dbg_bitmap" type="submit" title="Edit Bitmap"><span class="glyphicon glyphicon-camera" aria-hidden="true"></span></button> <button id="dbg_bitmap" type="submit" title="Edit Bitmap"><span class="glyphicon glyphicon-camera" aria-hidden="true"></span></button>
</span> </span>
<span class="dropdown" style="float:right"> <span class="dropdown" style="float:right">
<a class="btn btn-secondary dropdown-toggle" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <a class="btn btn-secondary dropdown-toggle" id="booksMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<i>Want a book?</i> <span class="caret"></span> GET BOOKS <span class="caret"></span>
</a> </a>
<ul class="dropdown-menu pull-right" aria-labelledby="dropdownMenuButton"> <ul class="dropdown-menu pull-right" aria-labelledby="dropdownMenuButton">
<li> <li>
@ -146,7 +149,8 @@ ga('send', 'pageview');
</div> </div>
</div> </div>
<div class="twitbtn"> <div class="twitbtn">
<a href="https://twitter.com/8bitworkshop" class="twitter-follow-button" data-show-count="false">Follow @8bitworkshop</a><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script> <a href="https://twitter.com/8bitworkshop" class="twitter-follow-button" data-show-count="false">Follow @8bitworkshop</a>
<!--<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>-->
</div> </div>
<div id="pixeditback" class="pixeditback" style="display:none"> <div id="pixeditback" class="pixeditback" style="display:none">
<iframe id="pixeditframe" src="pixels.html"> <iframe id="pixeditframe" src="pixels.html">

View File

@ -1,4 +1,4 @@
<script> <script>
var VERSION = '2.1.0'; var VERSION = '2.1.1';
document.location.href = 'v' + VERSION + '/' + document.location.search; document.location.href = 'v' + VERSION + '/' + document.location.search;
</script> </script>