Skip to content

Commit 8bb4bb8

Browse files
committed
add github buttons
1 parent c496fa7 commit 8bb4bb8

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

index.html

+11-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,18 @@
1717
<div id="header_wrap" class="outer">
1818
<header class="inner">
1919
<a id="forkme_banner" href="https://github.com/nginx-clojure">View on GitHub</a>
20-
21-
<h1 id="project_title">nginx-clojure.github.io</h1>
20+
21+
<h1 id="project_title">nginx-clojure
22+
</h1>
2223
<h2 id="project_tagline">Nginx module for embedding Clojure / Java / Groovy programs, typically those Ring based handlers</h2>
23-
24+
<ul class="social-buttons">
25+
<li>
26+
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=nginx-clojure&repo=nginx-clojure&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="102px" height="20px"></iframe>
27+
</li>
28+
<li>
29+
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=nginx-clojure&repo=nginx-clojure&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
30+
</li>
31+
</ul>
2432
</header>
2533
</div>
2634

stylesheets/stylesheet.css

+6
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,13 @@ Full-Width Styles
366366
background: #212121;
367367
}
368368

369+
.social-buttons {
370+
float: right;
371+
}
369372

373+
.social-buttons li {
374+
display: inline-block;
375+
}
370376

371377
/*******************************************************************************
372378
Small Device Styles

0 commit comments

Comments
 (0)