Commit 3d2b2edb authored by Julius Volz's avatar Julius Volz

Add GitHub star button to header.

parent 705e72c9
...@@ -72,6 +72,9 @@ ...@@ -72,6 +72,9 @@
<li><a href="/community/">Community</a></li> <li><a href="/community/">Community</a></li>
<li><a href="/blog/">Blog</a></li> <li><a href="/blog/">Blog</a></li>
<li><a href="https://github.com/prometheus"><i class="fa fa-github"></i> Github</a></li> <li><a href="https://github.com/prometheus"><i class="fa fa-github"></i> Github</a></li>
<li>
<iframe src="https://ghbtns.com/github-btn.html?user=prometheus&repo=prometheus&type=star&count=true" class="github-stars" frameborder="0" scrolling="0"></iframe>
</li>
</ul> </ul>
</div> </div>
</div> </div>
......
...@@ -19,6 +19,12 @@ body { ...@@ -19,6 +19,12 @@ body {
margin-right: 3px; margin-right: 3px;
} }
.navbar .github-stars {
margin: 15px 0 0 15px;
width: 100px;
height: 20px;
}
.jumbotron { .jumbotron {
background-color: #e6522c; background-color: #e6522c;
background-image: url("/assets/jumbotron-background.png"); background-image: url("/assets/jumbotron-background.png");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment