mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-22 13:25:50 +00:00
quote html attributes
This commit is contained in:
parent
d7c004c937
commit
490c56c5ad
6 changed files with 187 additions and 163 deletions
51
index.html
51
index.html
|
|
@ -1,48 +1,55 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<meta name=viewport content=width=device-width>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>samhuri.net</title>
|
||||
<link rel=icon type=image/gif href=assets/s.gif>
|
||||
<link rel=stylesheet href=assets/style.min.css>
|
||||
<link rel="icon" type="image/gif" href="assets/s.gif">
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
<!-- minifying CSS breaks the @media queries for iPhone and iPad, hrmph -->
|
||||
<link rel=stylesheet media=screen href=assets/mobile.min.css>
|
||||
<link rel="stylesheet" media="screen" href="assets/mobile.min.css">
|
||||
<!--[if lt IE 7]>
|
||||
<link rel=stylesheet href=assets/ie6.min.css>
|
||||
<link rel="stylesheet" href="assets/ie6.min.css">
|
||||
<![endif]-->
|
||||
<!--[if lt IE 8]>
|
||||
<link rel=stylesheet href=assets/ie7.min.css>
|
||||
<link rel="stylesheet" href="assets/ie7.min.css">
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>samhuri.net</h1>
|
||||
</header>
|
||||
<a href=https://github.com/samsonjs/samhuri.net><img id=forkme src=assets/forkme.png alt="Fork me on GitHub"></a>
|
||||
<a href="https://github.com/samsonjs/samhuri.net"><img id="forkme" src="assets/forkme.png" alt="Fork me on GitHub"></a>
|
||||
<nav>
|
||||
<ul class=nav id=main>
|
||||
<li><a href=proj>projects</a></li>
|
||||
<li><a href=blog>blog</a></li>
|
||||
<li><a href=json-diff>json-diff</a></li>
|
||||
<ul class="nav" id="main">
|
||||
<li><a href="proj">projects</a></li>
|
||||
<li><a href="blog">blog</a></li>
|
||||
<li><a href="json-diff">json-diff</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<footer>
|
||||
<p><a href=https://twitter.com/_sjs>@_sjs</a></p>
|
||||
<p><a href="https://twitter.com/_sjs">@_sjs</a></p>
|
||||
<p><a href="mailto:sami.samhuri@gmail.com">sami.samhuri@gmail.com</a></p>
|
||||
</footer>
|
||||
<p id=promote-js>
|
||||
<a class=img href=https://developer.mozilla.org/en/JavaScript/Guide title='JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript'><img src=assets/promotejshs.png height=150 width=180 alt='JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript'></a>
|
||||
<p id="promote-js">
|
||||
<a class="img" href="https://developer.mozilla.org/en/JavaScript/Guide" title="JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript"><img src="assets/promotejshs.png" height="150" width="180" alt="JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript"></a>
|
||||
</p>
|
||||
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
var _gaq = _gaq || []
|
||||
_gaq.push( ['_setAccount', 'UA-214054-5']
|
||||
, ['_trackPageview']
|
||||
, ['_trackPageLoadTime']
|
||||
);
|
||||
)
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
;(function() {
|
||||
var ga = document.createElement('script')
|
||||
ga.type = 'text/javascript'
|
||||
ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'
|
||||
var s = document.getElementsByTagName('script')[0]
|
||||
s.parentNode.insertBefore(ga, s)
|
||||
}())
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,55 +1,56 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<meta name=viewport content=width=device-width>
|
||||
<html lang="en">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>sjs' blog</title>
|
||||
<link rel=icon type=image/gif href=../assets/s.gif>
|
||||
<link rel=stylesheet href=../assets/blog-all.min.css>
|
||||
<link rel=stylesheet media=screen href=../assets/mobile.min.css>
|
||||
<link rel=alternate type=application/rss+xml href=http://samhuri.net/blog/sjs.rss title="sjs' blog">
|
||||
<body id=blog>
|
||||
<link rel="icon" type="image/gif" href="../assets/s.gif">
|
||||
<link rel="stylesheet" href="../assets/blog-all.min.css">
|
||||
<link rel="stylesheet" media="screen" href="../assets/mobile.min.css">
|
||||
<link rel="alternate" type="application/rss+xml" href="http://samhuri.net/blog/sjs.rss" title="sjs' blog">
|
||||
<body id="blog">
|
||||
<nav id="breadcrumbs"><a href="../">samhuri.net</a></nav>
|
||||
<header>
|
||||
<h1><a href=index.html>sjs' blog</a></h1>
|
||||
<h1><a href="index.html">sjs' blog</a></h1>
|
||||
</header>
|
||||
<nav id=breadcrumbs><a href=../>samhuri.net</a></nav>
|
||||
<div class=center><a id=index-toggle href=#>↓ show posts ↓</a></div>
|
||||
<nav id=index class=hidden>
|
||||
<div id="show-posts" class="center"><a id="index-toggle" href="#">↓ show posts ↓</a></div>
|
||||
<nav id="index" class="hidden">
|
||||
<ul>
|
||||
{{#posts}}
|
||||
<li><a href={{filename}}>{{title}}</a> <span class=date>{{date}}</span></li>
|
||||
<li><a href="{{filename}}">{{title}}</a> <span class="date">{{date}}</span></li>
|
||||
{{/posts}}
|
||||
</ul>
|
||||
</nav>
|
||||
<div id=posts>
|
||||
<div id="posts">
|
||||
{{{article}}}
|
||||
</div>
|
||||
<p class=sep>༄</p>
|
||||
<div id=around>
|
||||
<p class="sep">༄</p>
|
||||
<div id="around">
|
||||
{{#previous}}
|
||||
<a id=prev href={{filename}}>← {{title}}</a>
|
||||
<a id="prev" href="{{filename}}">← {{title}}</a>
|
||||
{{/previous}}
|
||||
{{#next}}
|
||||
<a id=next href={{filename}}>{{title}} →</a>
|
||||
<a id="next" href="{{filename}}">{{title}} →</a>
|
||||
{{/next}}
|
||||
<br style=clear:both>
|
||||
<br style="clear:both">
|
||||
</div>
|
||||
{{#comments}}
|
||||
<p id=need-js align=center><strong>(discussion requires JavaScript)</strong></p>
|
||||
<div class=center id=sd-container><a id=sd href=#comment-stuff>show the discussion</a></div>
|
||||
<div id=comment-stuff>
|
||||
<div id=comments>
|
||||
<div id=comments-spinner><img src=../assets/spinner.gif></div>
|
||||
<p id="need-js" align="center"><strong>(discussion requires JavaScript)</strong></p>
|
||||
<div class="center" id="sd-container"><a id="sd" href="#comment-stuff">show the discussion</a></div>
|
||||
<div id="comment-stuff">
|
||||
<div id="comments">
|
||||
<div id="comments-spinner"><img src="../assets/spinner.gif"></div>
|
||||
</div>
|
||||
<form id=comment-form>
|
||||
<input name=post type=hidden value={{filename}}>
|
||||
<p><input name=name type=text placeholder=name></p>
|
||||
<p><input name=email type=text placeholder=email></p>
|
||||
<p><input name=url type=text placeholder=url></p>
|
||||
<p><textarea id=thoughts name=body placeholder=thoughts></textarea></p>
|
||||
<p align=center><input type=submit value='so there'></p>
|
||||
<form id="comment-form">
|
||||
<input name="post" type="hidden" value="{{filename}}">
|
||||
<p><input name="name" type="text" placeholder="name"></p>
|
||||
<p><input name="email" type="text" placeholder="email"></p>
|
||||
<p><input name="url" type="text" placeholder="url"></p>
|
||||
<p><textarea id="thoughts" name="body" placeholder="thoughts"></textarea></p>
|
||||
<p align="center"><input type="submit" value="so there"></p>
|
||||
</form>
|
||||
</div>
|
||||
<script type="text/html" id="comment_tmpl">
|
||||
<div class=comment>
|
||||
<div class="comment">
|
||||
<p>
|
||||
<% if (url) { %>
|
||||
<a href="<%= url %>"><%= name %></a>
|
||||
|
|
@ -63,21 +64,24 @@
|
|||
</script>
|
||||
{{/comments}}
|
||||
<footer>
|
||||
<p><a href=https://twitter.com/_sjs>@_sjs</a></p>
|
||||
<p><a href="https://twitter.com/_sjs">@_sjs</a></p>
|
||||
<p><a href="mailto:sami.samhuri@gmail.com">sami.samhuri@gmail.com</a></p>
|
||||
</footer>
|
||||
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js></script>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
var _gaq = _gaq || []
|
||||
_gaq.push( ['_setAccount', 'UA-214054-5']
|
||||
, ['_trackPageview']
|
||||
);
|
||||
)
|
||||
|
||||
;(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
var ga = document.createElement('script')
|
||||
ga.type = 'text/javascript'
|
||||
ga.async = true
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'
|
||||
var s = document.getElementsByTagName('script')[0]
|
||||
s.parentNode.insertBefore(ga, s)
|
||||
}())
|
||||
|
||||
jQuery(function($) {
|
||||
var hidden = true
|
||||
|
|
@ -92,8 +96,9 @@ jQuery(function($) {
|
|||
{{#comments}}
|
||||
<script>
|
||||
window.SJS = window.SJS || {}
|
||||
SJS.filename = "{{filename}}"
|
||||
window.SJS.filename = "{{filename}}"
|
||||
</script>
|
||||
<script src=../assets/blog-all.min.js></script>
|
||||
<script src="../assets/blog-all.min.js"></script>
|
||||
{{/comments}}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,48 +1,49 @@
|
|||
<!doctype html>
|
||||
<meta charset=utf-8>
|
||||
<meta name=viewport content='width=device-width'>
|
||||
<html lang="en">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>{{title}} :: samhuri.net</title>
|
||||
<meta name=keywords content="{{keywords}}">
|
||||
<link rel=icon type=image/gif href=../assets/s.gif>
|
||||
<link rel=stylesheet href=../assets/blog-all.min.css>
|
||||
<link rel=stylesheet media=screen href=../assets/mobile.min.css>
|
||||
<link rel=alternate type=application/rss+xml href=http://samhuri.net/blog/sjs.rss title="sjs' blog">
|
||||
<body id=blog>
|
||||
<meta name="keywords" content="{{keywords}}">
|
||||
<link rel="icon" type="image/gif" href="../assets/s.gif">
|
||||
<link rel="stylesheet" href="../assets/blog-all.min.css">
|
||||
<link rel="stylesheet" media="screen" href="../assets/mobile.min.css">
|
||||
<link rel="alternate" type="application/rss+xml" href="http://samhuri.net/blog/sjs.rss" title="sjs' blog">
|
||||
<body id="blog">
|
||||
<nav id="breadcrumbs"><a href="../">samhuri.net</a> → <a href="index.html">blog</a></nav>
|
||||
<header>
|
||||
<h1><a href=index.html>sjs' blog</a></h1>
|
||||
<h1><a href="index.html">sjs' blog</a></h1>
|
||||
</header>
|
||||
<nav id=breadcrumbs><a href=../>samhuri.net</a> → <a href=index.html>blog</a></nav>
|
||||
<div id=posts>
|
||||
<div id="posts">
|
||||
{{{article}}}
|
||||
</div>
|
||||
<p class=sep>༄</p>
|
||||
<div id=around>
|
||||
<p class="sep">༄</p>
|
||||
<div id="around">
|
||||
{{#previous}}
|
||||
<a id=prev href={{filename}}>← {{title}}</a>
|
||||
<a id="prev" href="{{filename}}">← {{title}}</a>
|
||||
{{/previous}}
|
||||
{{#next}}
|
||||
<a id=next href={{filename}}>{{title}} →</a>
|
||||
<a id="next" href="{{filename}}">{{title}} →</a>
|
||||
{{/next}}
|
||||
<br style=clear:both>
|
||||
<br style="clear:both">
|
||||
</div>
|
||||
{{#comments}}
|
||||
<p id=need-js align=center><strong>(discussion requires JavaScript)</strong></p>
|
||||
<div class=center id=sd-container><a id=sd href=#comment-stuff>show the discussion</a></div>
|
||||
<div id=comment-stuff>
|
||||
<div id=comments>
|
||||
<div id=comments-spinner><img src=../assets/spinner.gif></div>
|
||||
<p id="need-js" align="center"><strong>(discussion requires JavaScript)</strong></p>
|
||||
<div class="center" id="sd-container"><a id="sd" href="#comment-stuff">show the discussion</a></div>
|
||||
<div id="comment-stuff">
|
||||
<div id="comments">
|
||||
<div id="comments-spinner"><img src="../assets/spinner.gif"></div>
|
||||
</div>
|
||||
<form id=comment-form>
|
||||
<input name=post type=hidden value={{filename}}>
|
||||
<p><input name=name type=text placeholder=name></p>
|
||||
<p><input name=email type=text placeholder=email></p>
|
||||
<p><input name=url type=text placeholder=url></p>
|
||||
<p><textarea id=thoughts name=body placeholder=thoughts></textarea></p>
|
||||
<p align=center><input type=submit value='so there'></p>
|
||||
<form id="comment-form">
|
||||
<input name="post" type="hidden" value="{{filename}}">
|
||||
<p><input name="name" type="text" placeholder="name"></p>
|
||||
<p><input name="email" type="text" placeholder="email"></p>
|
||||
<p><input name="url" type="text" placeholder="url"></p>
|
||||
<p><textarea id="thoughts" name="body" placeholder="thoughts"></textarea></p>
|
||||
<p align="center"><input type="submit" value="so there"></p>
|
||||
</form>
|
||||
</div>
|
||||
<script type="text/html" id="comment_tmpl">
|
||||
<div class=comment>
|
||||
<div class="comment">
|
||||
<p>
|
||||
<% if (url) { %>
|
||||
<a href="<%= url %>"><%= name %></a>
|
||||
|
|
@ -56,27 +57,31 @@
|
|||
</script>
|
||||
{{/comments}}
|
||||
<footer>
|
||||
<p><a href=https://twitter.com/_sjs>@_sjs</a></p>
|
||||
<p><a href="https://twitter.com/_sjs">@_sjs</a></p>
|
||||
<p><a href="mailto:sami.samhuri@gmail.com">sami.samhuri@gmail.com</a></p>
|
||||
</footer>
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
var _gaq = _gaq || []
|
||||
_gaq.push( ['_setAccount', 'UA-214054-5']
|
||||
, ['_trackPageview']
|
||||
)
|
||||
|
||||
;(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true
|
||||
var ga = document.createElement('script')
|
||||
ga.type = 'text/javascript'
|
||||
ga.async = true
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s)
|
||||
})()
|
||||
var s = document.getElementsByTagName('script')[0]
|
||||
s.parentNode.insertBefore(ga, s)
|
||||
}())
|
||||
</script>
|
||||
{{#comments}}
|
||||
<script src=http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js></script>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
|
||||
<script>
|
||||
window.SJS = window.SJS || {}
|
||||
SJS.filename = "{{filename}}"
|
||||
window.SJS.filename = "{{filename}}"
|
||||
</script>
|
||||
<script src=../assets/blog-all.min.js></script>
|
||||
<script src="../assets/blog-all.min.js"></script>
|
||||
{{/comments}}
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
<div id=posts>
|
||||
<div id="posts">
|
||||
<article>
|
||||
{{#post}}
|
||||
<header>
|
||||
<h1><a href={{filename}}>{{title}}</a></h1>
|
||||
<h1><a href="{{filename}}">{{title}}</a></h1>
|
||||
<time>{{date}}</time>
|
||||
</header>
|
||||
{{{html}}}
|
||||
{{/post}}
|
||||
</article>
|
||||
</div>
|
||||
<p class=sep>༄</p>
|
||||
<p class="sep">༄</p>
|
||||
|
|
|
|||
|
|
@ -1,79 +1,83 @@
|
|||
<!doctype html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<meta name=viewport content=width=device-width>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>projects :: samhuri.net</title>
|
||||
<link rel=icon type=image/gif href=../assets/s.gif>
|
||||
<link rel=stylesheet href=../assets/proj-index-all.min.css>
|
||||
<link rel=stylesheet media=screen href=../assets/mobile.min.css>
|
||||
<link rel="icon" type="image/gif" href="../assets/s.gif">
|
||||
<link rel="stylesheet" href="../assets/proj-index-all.min.css">
|
||||
<link rel="stylesheet" media="screen" href="../assets/mobile.min.css">
|
||||
<!--[if IE 6]>
|
||||
<link rel=stylesheet href=../assets/ie6.min.css>
|
||||
<link rel="stylesheet" href="../assets/ie6.min.css">
|
||||
<![endif]-->
|
||||
<!--[if lt IE 8]>
|
||||
<link rel=stylesheet href=../assets/ie7.min.css>
|
||||
<script src=http://d1eqzjbvoh1rux.cloudfront.net/json2.min.js></script>
|
||||
<script src=../assets/storage-polyfill.min.js></script>
|
||||
<link rel="stylesheet" href="../assets/ie7.min.css">
|
||||
<script src="http://d1eqzjbvoh1rux.cloudfront.net/json2.min.js"></script>
|
||||
<script src="../assets/storage-polyfill.min.js"></script>
|
||||
<![endif]-->
|
||||
<style>
|
||||
#gh { text-align: center }
|
||||
#gh img { border: none }
|
||||
span { padding: 5px }
|
||||
#forkme { display: none }
|
||||
</style>
|
||||
</head>
|
||||
<nav id=breadcrumbs><a href=../>samhuri.net</a></nav>
|
||||
<a href=https://github.com/samsonjs><img id=forkme src=../assets/forkme.png alt="Fork me on GitHub"></a>
|
||||
<nav id="breadcrumbs"><a href="../">samhuri.net</a></nav>
|
||||
<a href="https://github.com/samsonjs"><img id="forkme" src="../assets/forkme.png" alt="Fork me on GitHub"></a>
|
||||
<header>
|
||||
<h1>projects</h1>
|
||||
</header>
|
||||
<nav>
|
||||
<ul class=nav id=projects>
|
||||
<ul class="nav" id="projects">
|
||||
{{#names}}
|
||||
<li><a href={{.}}>{{.}}</a></li>
|
||||
<li><a href="{{.}}">{{.}}</a></li>
|
||||
{{/names}}
|
||||
</ul>
|
||||
</nav>
|
||||
<p id=gh>
|
||||
<a class=img href=https://github.com/samsonjs><img src=../assets/gh.png alt=GitHub></a>
|
||||
<p id="gh">
|
||||
<a class="img" href="https://github.com/samsonjs"><img src="../assets/gh.png" alt="GitHub"></a>
|
||||
</p>
|
||||
<table align=center>
|
||||
<table align="center" id="stats">
|
||||
<tr>
|
||||
<td align=right><span id=nrepos><img src=../assets/spinner.gif></span> projects</td>
|
||||
<td align="right"><span id="nrepos"><img src="../assets/spinner.gif"></span> projects</td>
|
||||
<td>—</td>
|
||||
<td align=left><span id=nfollowers><img src=../assets/spinner.gif></span> followers</td>
|
||||
<td align="left"><span id="nfollowers"><img src="../assets/spinner.gif"></span> followers</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align=right>watching <span id=nwatched><img src=../assets/spinner.gif></span> projects
|
||||
<td align="right">watching <span id="nwatched"><img src="../assets/spinner.gif"></span>
|
||||
<td>—</td>
|
||||
<td align=left>following <span id=nfollowing><img src=../assets/spinner.gif></span> people</td>
|
||||
<td align="left">following <span id="nfollowing"><img src="../assets/spinner.gif"></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<footer>
|
||||
<p><a href=https://twitter.com/_sjs>@_sjs</a></p>
|
||||
<p><a href="https://twitter.com/_sjs">@_sjs</a></p>
|
||||
<p><a href="mailto:sami.samhuri@gmail.com">sami.samhuri@gmail.com</a></p>
|
||||
</footer>
|
||||
<p id=promote-js>
|
||||
<a class=img href=https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function title='JS Function arity'><img src=../assets/promotejsh.gif height=150 width=180 alt='JS Function arity'/></a>
|
||||
<p id="promote-js">
|
||||
<a class="img" href="https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function" title='JS Function arity'><img src="../assets/promotejsh.gif" height="150" width="180" alt='JS Function arity'/></a>
|
||||
</p>
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
var _gaq = _gaq || []
|
||||
_gaq.push( ['_setAccount', 'UA-214054-5']
|
||||
, ['_trackPageview']
|
||||
, ['_trackPageLoadTime']
|
||||
);
|
||||
)
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
;(function() {
|
||||
var ga = document.createElement('script')
|
||||
ga.type = 'text/javascript'
|
||||
ga.async = true
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'
|
||||
var s = document.getElementsByTagName('script')[0]
|
||||
s.parentNode.insertBefore(ga, s)
|
||||
}())
|
||||
</script>
|
||||
<script src=../assets/proj-index-all.min.js></script>
|
||||
<script src="../assets/proj-index-all.min.js"></script>
|
||||
<script>
|
||||
if (typeof console === 'undefined') {
|
||||
console = {log:function(){}}
|
||||
}
|
||||
|
||||
(function() {
|
||||
;(function() {
|
||||
if (document.addEventListener) {
|
||||
document.addEventListener('DOMContentLoaded', ready, false)
|
||||
} else if (window.attachEvent) {
|
||||
|
|
|
|||
|
|
@ -1,60 +1,63 @@
|
|||
<!doctype html>
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<meta name=viewport content=width=device-width>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>{{name}} :: samhuri.net</title>
|
||||
<link rel=icon type=image/gif href=../../assets/s.gif>
|
||||
<link rel=stylesheet href=../../assets/proj-all.min.css>
|
||||
<link rel=stylesheet media=screen href=../../assets/mobile.min.css>
|
||||
<link rel="icon" type="image/gif" href="../../assets/s.gif">
|
||||
<link rel="stylesheet" href="../../assets/proj-all.min.css">
|
||||
<link rel="stylesheet" media="screen" href="../../assets/mobile.min.css">
|
||||
</head>
|
||||
<nav id=breadcrumbs><a href=../../>samhuri.net</a> → <a href=../>projects</a></nav>
|
||||
<a href=https://github.com/samsonjs/{{name}}><img id=forkme src=../../assets/forkme.png alt="Fork me on GitHub"></a>
|
||||
<nav id="breadcrumbs"><a href="../../">samhuri.net</a> → <a href="../">projects</a></nav>
|
||||
<a href="https://github.com/samsonjs/{{name}}"><img id="forkme" src="../../assets/forkme.png" alt="Fork me on GitHub"></a>
|
||||
<h1>{{name}}</h1>
|
||||
<h2>{{description}}</h2>
|
||||
<table align=center>
|
||||
<table align="center">
|
||||
<tr>
|
||||
<td align=right><span id=nwatchers><img src=../../assets/spinner.gif></span> watcher<span id=wplural>s</span></td>
|
||||
<td align="right"><span id="nwatchers"><img src="../../assets/spinner.gif"></span> watcher<span id="wplural">s</span></td>
|
||||
<td>—</td>
|
||||
<td align=left><span id=nforks><img src=../../assets/spinner.gif></span> fork<span id=fplural>s</span></td>
|
||||
<td align="left"><span id="nforks"><img src="../../assets/spinner.gif"></span> fork<span id="fplural">s</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id=info>
|
||||
<div id="info">
|
||||
<div>
|
||||
<h4>branches</h4>
|
||||
<span id=branches><img src=../../assets/spinner.gif></span>
|
||||
<span id="branches"><img src="../../assets/spinner.gif"></span>
|
||||
</div>
|
||||
<div>
|
||||
<h4>languages</h4>
|
||||
<span id=langs><img src=../../assets/spinner.gif></span>
|
||||
<span id="langs"><img src="../../assets/spinner.gif"></span>
|
||||
</div>
|
||||
<div id=contributors-box>
|
||||
<div id="contributors-box">
|
||||
<h4>contributors</h4>
|
||||
<span id=contributors><img src=../../assets/spinner.gif></span>
|
||||
<span id="contributors"><img src="../../assets/spinner.gif"></span>
|
||||
</div>
|
||||
<br class=clear>
|
||||
<br class="clear">
|
||||
</div>
|
||||
<footer>
|
||||
<p><a href=https://twitter.com/_sjs>@_sjs</a></p>
|
||||
<p><a href="https://twitter.com/_sjs">@_sjs</a></p>
|
||||
<p><a href="mailto:sami.samhuri@gmail.com">sami.samhuri@gmail.com</a></p>
|
||||
</footer>
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
var _gaq = _gaq || []
|
||||
_gaq.push( ['_setAccount', 'UA-214054-5']
|
||||
, ['_trackPageview']
|
||||
, ['_trackPageLoadTime']
|
||||
);
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
)
|
||||
;(function() {
|
||||
var ga = document.createElement('script')
|
||||
ga.type = 'text/javascript'
|
||||
ga.async = true
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'
|
||||
var s = document.getElementsByTagName('script')[0]
|
||||
s.parentNode.insertBefore(ga, s)
|
||||
}())
|
||||
</script>
|
||||
<!--[if lt IE 8]>
|
||||
<script src=http://d1eqzjbvoh1rux.cloudfront.net/json2.min.js></script>
|
||||
<script src=../../assets/storage-polyfill.min.js></script>
|
||||
<script src="http://d1eqzjbvoh1rux.cloudfront.net/json2.min.js"></script>
|
||||
<script src="../../assets/storage-polyfill.min.js"></script>
|
||||
<![endif]-->
|
||||
<script src=http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js></script>
|
||||
<script src=../../assets/proj-all.min.js></script>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/prototype/1.6.1.0/prototype.js"></script>
|
||||
<script src="../../assets/proj-all.min.js"></script>
|
||||
<script>
|
||||
(function() {
|
||||
SJS.proj('{{name}}')
|
||||
|
|
|
|||
Loading…
Reference in a new issue