mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
change breadcrumbs, add to json-diff and riak-js docs
This commit is contained in:
parent
5298aa3106
commit
4088441fa7
10 changed files with 23 additions and 16 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<script src=../proj.js></script>
|
||||
<script> SJS.proj('batteries') </script>
|
||||
</head>
|
||||
<a class=up href=../../>samhuri.net</a> → <a class=up href=../>projects</a>
|
||||
<div id=breadcrumbs><a href=../../>samhuri.net</a> → <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>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<script src=../proj.js></script>
|
||||
<script> SJS.proj('format') </script>
|
||||
</head>
|
||||
<a class=up href=../../>samhuri.net</a> → <a class=up href=../>projects</a>
|
||||
<div id=breadcrumbs><a href=../../>samhuri.net</a> → <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>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<script src=../proj.js></script>
|
||||
<script> SJS.proj('gitter') </script>
|
||||
</head>
|
||||
<a class=up href=../../>samhuri.net</a> → <a class=up href=../>projects</a>
|
||||
<div id=breadcrumbs><a href=../../>samhuri.net</a> → <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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<script src=../proj.js></script>
|
||||
<script> SJS.proj('repl-edit') </script>
|
||||
</head>
|
||||
<a class=up href=../../>samhuri.net</a> → <a class=up href=../>projects</a>
|
||||
<div id=breadcrumbs><a href=../../>samhuri.net</a> → <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>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<script src=../proj.js></script>
|
||||
<script> SJS.proj('strftime') </script>
|
||||
</head>
|
||||
<a class=up href=../../>samhuri.net</a> → <a class=up href=../>projects</a>
|
||||
<div id=breadcrumbs><a href=../../>samhuri.net</a> → <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>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
<script src=../proj.js></script>
|
||||
<script> SJS.proj('{{name}}') </script>
|
||||
</head>
|
||||
<a class=up href=../../>samhuri.net</a> → <a class=up href=../>projects</a>
|
||||
<div id=breadcrumbs><a href=../../>samhuri.net</a> → <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
23
style.css
23
style.css
|
|
@ -26,12 +26,18 @@ a { color: #22a
|
|||
|
||||
a.img { border: none }
|
||||
|
||||
a.up { font-size: 1.5em
|
||||
; text-shadow: none
|
||||
; color: #222
|
||||
; border: none
|
||||
; text-decoration: underline
|
||||
}
|
||||
#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
|
||||
}
|
||||
|
||||
ul { text-align: center
|
||||
; margin: 0 auto
|
||||
|
|
@ -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 }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue