mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
add link to twitter, change breadcrumb style
This commit is contained in:
parent
513e18fe43
commit
86a1fa082d
3 changed files with 23 additions and 12 deletions
|
|
@ -24,6 +24,9 @@
|
|||
<li><a href=riak-js>riak-js docs</a></li>
|
||||
<li><a href=f>randoms</a></li>
|
||||
</ul>
|
||||
<p id=promoteJS>
|
||||
<p id=sjs>
|
||||
<a href=https://twitter.com/_sjs>@_sjs</a>
|
||||
</p>
|
||||
<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=http://static.jsconf.us/promotejshs.png height=150 width=180 alt='JS Tutorial, JavaScript Tutorial, JavaScript Guide, Learn JavaScript JS, How To Learn JS, Learning JavaScript'></a>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -5,11 +5,6 @@
|
|||
<title>{{name}}</title>
|
||||
<link rel=stylesheet href=../../style.css>
|
||||
<style>
|
||||
#forkme { position: absolute
|
||||
; top: 0
|
||||
; right: 0
|
||||
}
|
||||
|
||||
#info { text-align: center
|
||||
; margin: 0 auto
|
||||
; padding: 1em
|
||||
|
|
@ -174,8 +169,7 @@
|
|||
}())
|
||||
</script>
|
||||
</head>
|
||||
<a class=up href=../../>← samhuri.net</a>
|
||||
<p><a class=up href=../>← projects</a></p>
|
||||
<a class=up href=../../>samhuri.net</a> → <a class=up href=../>projects</a>
|
||||
<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>
|
||||
|
|
@ -200,4 +194,7 @@
|
|||
<span id=contributors><img src=../spinner.gif></span>
|
||||
</div>
|
||||
<div></div>
|
||||
</div>
|
||||
</div>
|
||||
<p id=sjs>
|
||||
<a href=https://twitter.com/_sjs>@_sjs</a>
|
||||
</p>
|
||||
|
|
|
|||
17
style.css
17
style.css
|
|
@ -64,9 +64,20 @@ li a:active { color: #000
|
|||
; border-bottom: dashed 1px #000
|
||||
}
|
||||
|
||||
p#promoteJS { margin-top: 3em
|
||||
; text-align: center
|
||||
}
|
||||
#sjs { text-align: center
|
||||
; font-size: 1.2em
|
||||
}
|
||||
|
||||
#sjs a { border-bottom: none }
|
||||
|
||||
#forkme { position: absolute
|
||||
; top: 0
|
||||
; right: 0
|
||||
}
|
||||
|
||||
p#promote-js { margin-top: 3em
|
||||
; text-align: center
|
||||
}
|
||||
|
||||
td { font-size: 1.5em
|
||||
; line-height: 1.6em
|
||||
|
|
|
|||
Loading…
Reference in a new issue