change breadcrumbs, add to json-diff and riak-js docs

This commit is contained in:
Sami Samhuri 2010-11-26 23:33:47 -08:00
parent 5298aa3106
commit 4088441fa7
10 changed files with 23 additions and 16 deletions

View file

@ -181,6 +181,7 @@ function clickHandler(e) {
</script>
</head>
<body onload="init();">
<div style="position:absolute;top:0.3em;left:0.3em;font-size:1.5em;color:#222"><a href=../ style='color:#222'>samhuri.net</a></div>
<p align="center" style="margin: 2em;">Courtesy of <a href="http://tlrobinson.net/projects/javascript-fun/jsondiff/">tlrobinson</a>.
<br>
This version differs in that it supports <code>null</code> values,<br>

View file

@ -21,7 +21,7 @@
<script src=../proj.js></script>
<script> SJS.proj('batteries') </script>
</head>
<a class=up href=../../>samhuri.net</a> &rarr; <a class=up href=../>projects</a>
<div id=breadcrumbs><a href=../../>samhuri.net</a> &rarr; <a href=../>projects</a></div>
<a href=https://github.com/samsonjs/batteries><img id=forkme src=../forkme.png alt="Fork me on GitHub"></a>
<h1>batteries</h1>
<h2>a general purpose node library</h2>

View file

@ -21,7 +21,7 @@
<script src=../proj.js></script>
<script> SJS.proj('format') </script>
</head>
<a class=up href=../../>samhuri.net</a> &rarr; <a class=up href=../>projects</a>
<div id=breadcrumbs><a href=../../>samhuri.net</a> &rarr; <a href=../>projects</a></div>
<a href=https://github.com/samsonjs/format><img id=forkme src=../forkme.png alt="Fork me on GitHub"></a>
<h1>format</h1>
<h2>printf for JavaScript</h2>

View file

@ -21,7 +21,7 @@
<script src=../proj.js></script>
<script> SJS.proj('gitter') </script>
</head>
<a class=up href=../../>samhuri.net</a> &rarr; <a class=up href=../>projects</a>
<div id=breadcrumbs><a href=../../>samhuri.net</a> &rarr; <a href=../>projects</a></div>
<a href=https://github.com/samsonjs/gitter><img id=forkme src=../forkme.png alt="Fork me on GitHub"></a>
<h1>gitter</h1>
<h2>a GitHub client for Node (v2 API)</h2>

View file

@ -71,7 +71,7 @@
}())
</script>
</head>
<a class=up href=../>samhuri.net</a>
<div id=breadcrumbs><a href=../>samhuri.net</a></div>
<a href=https://github.com/samsonjs><img id=forkme src=forkme.png alt="Fork me on GitHub"></a>
<h1>projects</h1>
<ul>

View file

@ -21,7 +21,7 @@
<script src=../proj.js></script>
<script> SJS.proj('repl-edit') </script>
</head>
<a class=up href=../../>samhuri.net</a> &rarr; <a class=up href=../>projects</a>
<div id=breadcrumbs><a href=../../>samhuri.net</a> &rarr; <a href=../>projects</a></div>
<a href=https://github.com/samsonjs/repl-edit><img id=forkme src=../forkme.png alt="Fork me on GitHub"></a>
<h1>repl-edit</h1>
<h2>edit Node repl commands with your text editor</h2>

View file

@ -21,7 +21,7 @@
<script src=../proj.js></script>
<script> SJS.proj('strftime') </script>
</head>
<a class=up href=../../>samhuri.net</a> &rarr; <a class=up href=../>projects</a>
<div id=breadcrumbs><a href=../../>samhuri.net</a> &rarr; <a href=../>projects</a></div>
<a href=https://github.com/samsonjs/strftime><img id=forkme src=../forkme.png alt="Fork me on GitHub"></a>
<h1>strftime</h1>
<h2>strftime for JavaScript</h2>

View file

@ -22,7 +22,7 @@
<script src=../proj.js></script>
<script> SJS.proj('{{name}}') </script>
</head>
<a class=up href=../../>samhuri.net</a> &rarr; <a class=up href=../>projects</a>
<div id=breadcrumbs><a href=../../>samhuri.net</a> &rarr; <a href=../>projects</a></div>
<a href=https://github.com/samsonjs/{{name}}><img id=forkme src=../forkme.png alt="Fork me on GitHub"></a>
<h1>{{name}}</h1>
<h2>{{description}}</h2>

File diff suppressed because one or more lines are too long

View file

@ -26,8 +26,14 @@ a { color: #22a
a.img { border: none }
a.up { font-size: 1.5em
; text-shadow: none
#breadcrumbs { font-size: 1.5em
; color: #222
; position: absolute
; top: 0.3em
; left: 0.3em
}
#breadcrumbs a { text-shadow: none
; color: #222
; border: none
; text-decoration: underline
@ -66,6 +72,7 @@ li a:active { color: #000
#sjs { text-align: center
; font-size: 1.2em
; font-family: georgia
}
#sjs a { border-bottom: none }
@ -97,8 +104,6 @@ td:nth-child(2) { padding: 0 10px }
@media only screen and (orientation:portrait) and (device-height:1024px),
only screen and (max-device-width:480px)
{
h1 { font-size: 2em }
ul { padding: 0.5em
; width: 70%
; max-width: 400px
@ -119,7 +124,7 @@ td:nth-child(2) { padding: 0 10px }
}
h2 { font-size: 1em }
a.up { font-size: 0.8em }
#breadcrumbs { font-size: 0.8em }
li { font-size: 1.2em }