Commit 11378470 authored by Julius Volz's avatar Julius Volz

Merge pull request #390 from prometheus/remove-stars

Move GitHub star button to "Open Source" section.
parents 4b65fec4 121fc00f
...@@ -23,12 +23,6 @@ body { ...@@ -23,12 +23,6 @@ body {
margin-left: 12px; margin-left: 12px;
} }
.navbar .github-stars {
margin: 15px 0 0 15px;
width: 100px;
height: 20px;
}
.navbar-toggle { .navbar-toggle {
margin-top: 22px; margin-top: 22px;
} }
...@@ -153,7 +147,7 @@ body { ...@@ -153,7 +147,7 @@ body {
} }
.open-source { .open-source {
margin: 25px 0 25px 0; margin: 25px 0 20px 0;
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
font-weight: 300; font-weight: 300;
text-align: center; text-align: center;
...@@ -170,6 +164,12 @@ body { ...@@ -170,6 +164,12 @@ body {
font-size: 20px; font-size: 20px;
} }
.open-source .github-stars {
margin-top: 20px;
width: 160px;
height: 30px;
}
.trusted-by { .trusted-by {
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
font-size: 20px; font-size: 20px;
......
...@@ -101,6 +101,7 @@ layout: jumbotron ...@@ -101,6 +101,7 @@ layout: jumbotron
<div class="col-md-12"> <div class="col-md-12">
<h1><i class="fa fa-github"></i> Open Source</h1> <h1><i class="fa fa-github"></i> Open Source</h1>
<p>Prometheus is 100% open source and community-driven. All components are available under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2 License</a> on <a href="https://github.com/prometheus">GitHub</a>.</p> <p>Prometheus is 100% open source and community-driven. All components are available under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2 License</a> on <a href="https://github.com/prometheus">GitHub</a>.</p>
<iframe src="https://ghbtns.com/github-btn.html?user=prometheus&repo=prometheus&type=star&count=true&size=large" frameborder="0" scrolling="0" class="github-stars"></iframe>
</div> </div>
</div> </div>
......
...@@ -70,9 +70,6 @@ ...@@ -70,9 +70,6 @@
<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>
......
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