Skip to content

Commit

Permalink
Merge pull request #1 from ebidel/master
Browse files Browse the repository at this point in the history
Updating html5-demos.com link and awesome styling.
  • Loading branch information
PaulKinlan committed Jan 19, 2012
2 parents 8af3b2a + 2be4abe commit 783f67b
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 39 deletions.
31 changes: 21 additions & 10 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@
<link href="https://plus.google.com/104909850031486794919" rel="publisher">
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css">
<style type="text/css">
body {
margin: 0;
body {
margin: 0;
}
a {
color: navy;
}

.outer {
padding: 10px 10px 0 10px;
background: #eee;
Expand All @@ -31,7 +33,7 @@

form.gsc-search-box {
background: #eee;
-webkit-box-shadow: 0px 5px 5px #555;
-webkit-box-shadow: 0px 3px 10px #ccc;
margin-bottom: 5px;
padding: 10px;
box-sizing: border-box;
Expand All @@ -53,9 +55,18 @@
}

input.gsc-input {
border-color: #BCCDF0;
font-size: 2em;
background-image: none !important;
border-color: #BCCDF0;
font-size: 2em;
background-image: none !important;
padding: 0.5em !important;
border-radius: 10px;
color: #555;
box-sizing: border-box;
outline: none;
}
input.gsc-input:hover {
color: black;
border-color: black;
}
input.gsc-search-button {
border-color: #666666;
Expand Down Expand Up @@ -194,8 +205,8 @@
<div id="cse" style="width: 100%;">
HTML5 Search Engine - searching all the best resources for HTML5, JS and CSS.
</div>
<div>
All the sites being indexed can be found at <a href="/sites.html">http://www.html5search.com/sites.html</a>
<div style="text-align:center;margin-top:1em;color:#ccc;">
All the sites being indexed can be found at <a href="/sites.html">html5search.com/sites.html</a>
</div>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script type="text/javascript">
Expand All @@ -214,7 +225,7 @@
var description = document.getElementById("description");
name.content = "HTML5 Search Results: " + q;
description.content = "The best results on the web for '" + q + "'.";
debugger;
//debugger;
gapi.plusone.render("plusonediv", {"size":"medium", "href": document.location.href, "annotation": "inline"});
})
var app = new routes();
Expand Down
58 changes: 29 additions & 29 deletions static/sites.html
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
<title>HTML5 Search: Sites being indexed</title>
<link rel="search"
href="http://www.html5search.com/opensearch.xml"
type="application/opensearchdescription+xml"
href="http://www.html5search.com/opensearch.xml"
type="application/opensearchdescription+xml"
title="HTML5 Search" />
<!-- Place this tag in the <head> of your document -->
<body>
<h1>Sites</h1>
<p>A collection of the sites indexed and aggregated for the best HTML5 search engine on the web. (hint. It is <a href="/">this site</a>)</p>
<p>In the sake of openness, you have the ability to add a site to this collection, <a href="http://github.com/PaulKinlan/HTML5Search" rel="nofollow">fork the project</a> on and edit the <a href="http://github.com/PaulKinlan/HTML5Search/tree/master/static/sites.html" rel="nofollow">http://github.com/PaulKinlan/HTML5Search/tree/master/static/sites.html</a> file. Once you have edited the file, create a pull request and I will review it - all changes and decisions will thus be public and audit-able.</p>
<ul id="sites">
<li><a href="http://dev.w3.org/html5/">http://dev.w3.org/html5/</a></li>
<li><a href="https://developer.mozilla.org/en-US/">https://developer.mozilla.org/en-US/</a></li>
<li><a href="http://code.google.com/p/chromium/issues/list">http://code.google.com/p/chromium/issues/list</a></li>
<li><a href="http://bugs.webkit.org/">http://bugs.webkit.org/</a></li>
<li><a href="http://reference.sitepoint.com/javascript">http://reference.sitepoint.com/javascript</a></li>
<li><a href="http://reference.sitepoint.com/html">http://reference.sitepoint.com/html</a></li>
<li><a href="http://reference.sitepoint.com/css">http://reference.sitepoint.com/css</a></li>
<li><a href="http://code.google.com/edu/submissions/html-css-javascript/">http://code.google.com/edu/submissions/html-css-javascript/</a></li>
<li><a href="http://html5sec.org/">http://html5sec.org/</a></li>
<li><a href="http://html5gallery.com/">http://html5gallery.com/</a></li>
<li><a href="http://html5doctor.com/">http://html5doctor.com/</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/javascript">http://stackoverflow.com/questions/tagged/javascript</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/css">http://stackoverflow.com/questions/tagged/css</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/html">http://stackoverflow.com/questions/tagged/html</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/webkit">http://stackoverflow.com/questions/tagged/webkit</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/css3">http://stackoverflow.com/questions/tagged/css3</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/html5">http://stackoverflow.com/questions/tagged/html5</a></li>
<li><a href="http://diveintohtml5.info/">http://diveintohtml5.info/</a></li>
<li><a href="www.mozhacks.com">www.mozhacks.com</a></li>
<li><a href="http://dev.w3.org/html5/">http://dev.w3.org/html5/</a></li>
<li><a href="https://developer.mozilla.org/en-US/">https://developer.mozilla.org/en-US/</a></li>
<li><a href="http://code.google.com/p/chromium/issues/list">http://code.google.com/p/chromium/issues/list</a></li>
<li><a href="http://bugs.webkit.org/">http://bugs.webkit.org/</a></li>
<li><a href="http://reference.sitepoint.com/javascript">http://reference.sitepoint.com/javascript</a></li>
<li><a href="http://reference.sitepoint.com/html">http://reference.sitepoint.com/html</a></li>
<li><a href="http://reference.sitepoint.com/css">http://reference.sitepoint.com/css</a></li>
<li><a href="http://code.google.com/edu/submissions/html-css-javascript/">http://code.google.com/edu/submissions/html-css-javascript/</a></li>
<li><a href="http://html5sec.org/">http://html5sec.org/</a></li>
<li><a href="http://html5gallery.com/">http://html5gallery.com/</a></li>
<li><a href="http://html5doctor.com/">http://html5doctor.com/</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/javascript">http://stackoverflow.com/questions/tagged/javascript</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/css">http://stackoverflow.com/questions/tagged/css</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/html">http://stackoverflow.com/questions/tagged/html</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/webkit">http://stackoverflow.com/questions/tagged/webkit</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/css3">http://stackoverflow.com/questions/tagged/css3</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/html5">http://stackoverflow.com/questions/tagged/html5</a></li>
<li><a href="http://diveintohtml5.info/">http://diveintohtml5.info/</a></li>
<li><a href="www.mozhacks.com">www.mozhacks.com</a></li>
<li><a href="http://updates.html5rocks.com">http://updates.html5rocks.com</a></li>
<li>http://html5-demos.com/
<li><a href="http://html5demos.com/">http://html5demos.com/</a></li>
<li><a href="http://webintents.org">http://webintents.org</a></li>
<li><a href="http://www.smashingmagazine.com/">http://www.smashingmagazine.com/</a></li>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">http://www.whatwg.org/specs/web-apps/current-work/multipage/</a></li>
<li><a href="https://developer.mozilla.org/en-US/">https://developer.mozilla.org/en-US/</a></li>
<li><a href="http://www.html5rocks.com">http://www.html5rocks.com</a></li>
<li><a href="http://html5-demos.com/">http://html5-demos.com/</a></li>
<li><a href="http://html5demos.com/">http://html5demos.com/</a></li>
<li><a href="http://webintents.org">http://webintents.org</a></li>
<li><a href="http://www.smashingmagazine.com/">http://www.smashingmagazine.com/</a></li>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">http://www.whatwg.org/specs/web-apps/current-work/multipage/</a></li>
<li><a href="https://developer.mozilla.org/en-US/">https://developer.mozilla.org/en-US/</a></li>
<li><a href="http://www.html5rocks.com">http://www.html5rocks.com</a></li>
</ul>
<p>Once this page has been updated, the following <a href="http://www.google.com/cse/tools/makeannotations?url=www.html5search.com%2Fsites.html&label=_cse_mepdx2iop00&pattern=path">annotation file</a> will be used to keep the search engine updated.</p>
<!-- Place this tag in the <head> of your document -->
<link href="https://plus.google.com/104909850031486794919" rel="publisher" /><script type="text/javascript">
window.___gcfg = {lang: 'en-GB'};
(function()
(function()
{var po = document.createElement("script");
po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js";
var s = document.getElementsByTagName("script")[0];
Expand Down

0 comments on commit 783f67b

Please sign in to comment.