Commit 34bb811d authored by Tobias Schmidt's avatar Tobias Schmidt Committed by GitHub

Merge pull request #492 from prometheus/newsbar-1.0-announcement

Add 1.0 announcement news bar.
parents fc783fd3 c6dedb3e
...@@ -52,7 +52,7 @@ body { ...@@ -52,7 +52,7 @@ body {
text-align: center; text-align: center;
font-family: Lato, sans-serif; font-family: Lato, sans-serif;
text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px; text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
margin-bottom: 50px; margin-bottom: 0px;
padding: 40px 0; padding: 40px 0;
} }
...@@ -84,6 +84,16 @@ body { ...@@ -84,6 +84,16 @@ body {
color: #fff; color: #fff;
} }
.newsbar {
background-color: #eee;
text-align: center;
font-family: Lato, sans-serif;
padding: 25px 0;
font-size: 24px;
font-weight: 300;
margin-bottom: 50px;
}
.feature-item { .feature-item {
font-family: 'Lato', sans-serif; font-family: 'Lato', sans-serif;
font-weight: 300; font-weight: 300;
......
...@@ -12,6 +12,10 @@ layout: jumbotron ...@@ -12,6 +12,10 @@ layout: jumbotron
</div> </div>
</div> </div>
<div class="newsbar">
Prometheus 1.0 is out!&nbsp;&nbsp;&nbsp;&nbsp;<a href="/blog/2016/07/18/prometheus-1-0-released/">Learn more</a>
</div>
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col-md-3 col-sm-6 col-xs-12 feature-item"> <div class="col-md-3 col-sm-6 col-xs-12 feature-item">
......
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