Skip to content

Commit

Permalink
html
Browse files Browse the repository at this point in the history
  • Loading branch information
equation85 committed Apr 14, 2012
1 parent f7bd417 commit 27c6af8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
23 changes: 7 additions & 16 deletions _includes/themes/the-program/default.html
Expand Up @@ -33,8 +33,8 @@
<li class="search">
<form method="get" action="http://www.google.com/search" target="google_window">
<div>
<input type="text" value="Search..." name="q" id="s" onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}">
<input type="submit" name=”btnG” id="searchsubmit" value="Go">
<input type="text" value="Search..." name="query" id="search-box" onfocus="if (this.value == 'Search...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Search...';}">
<input type="submit" name=”btnG” id="search-submit" value="Go">
</div>
<input type="hidden" name="ie" value="UTF-8" />
<input type="hidden" name="oe" value="UTF-8" />
Expand All @@ -56,6 +56,11 @@
</div><!-- unit-inner -->
</div><!-- unit-body -->
</div><!-- body -->
<div class="sidebar">
<div class="unit-sidebar">
<p>Sidebar: under construction</p>
</div><!-- unit-sidebar -->
</div><!-- side-bar -->
<footer class="the-footer">
<div class="unit-foot">
<div class="unit-inner unit-foot-inner">
Expand All @@ -73,20 +78,6 @@ <h4>About</h4>
</div><!-- unit-foot -->
</footer>
</div><!-- page -->
<!--
<script>
(function(d, s) {
var js, fjs = d.getElementsByTagName(s)[0], load = function(url, id) {
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.src = url; js.id = id;
fjs.parentNode.insertBefore(js, fjs);
};
load('//platform.twitter.com/widgets.js', 'tweetjs');
// load('https://apis.google.com/js/plusone.js', 'gplus1js'); // Checkout http://j.mp/ApDgMr for usage html for this is <div class="g-plusone" data-size="medium"></div>
// load('//connect.facebook.net/en_US/all.js#xfbml=1', 'fbjssdk'); // Checkout http://j.mp/wZw2xR for using open graph protorol html for this is <div class="fb-like" data-href="{{ page.url }}" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false" data-font="verdana"></div>
}(document, 'script'));
</script>
-->
<script>
/*! A fix for the iOS orientationchange zoom bug.Script by @scottjehl, rebound by @wilto. MIT License.*/
(function(j){var i=j.document;if(!i.querySelectorAll){return}var l=i.querySelectorAll("meta[name=viewport]")[0],a=l&&l.getAttribute("content"),h=a+", maximum-scale=1.0",d=a+", maximum-scale=10.0",g=true,c=j.orientation,k=0;if(!l){return}function f(){l.setAttribute("content",d);g=true}function b(){l.setAttribute("content",h);g=false}function e(m){c=Math.abs(j.orientation);k=Math.abs(m.gamma);if(k>8&&c===0){if(g){b()}}else{if(!g){f()}}}j.addEventListener("orientationchange",f,false);j.addEventListener("deviceorientation",e,false)})(this);
Expand Down
1 change: 0 additions & 1 deletion index.md
Expand Up @@ -4,7 +4,6 @@ title: Equation 85
---
{% include JB/setup %}


### Blog Posts

<ul class="posts">
Expand Down

0 comments on commit 27c6af8

Please sign in to comment.