Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ body {
margin-bottom: 50px;
}

.newsbar a {
font-weight: 400;
}

.feature-item {
font-family: 'Lato', sans-serif;
font-weight: 300;
Expand Down
9 changes: 4 additions & 5 deletions content/index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
---
layout: jumbotron
---
<div class="container">
<h3 style="color: #be3511" class="text-center">
<a href="https://promcon.io/2021-online/" style="color: #be3511">PromCon Online 2021, the Prometheus users conference, happens on May 3rd, 2021.</a>
</h3>
</div>
<div class="jumbotron">
<div class="container">
<h1>From metrics to insight</h1>
Expand All @@ -17,6 +12,10 @@ <h1>From metrics to insight</h1>
</div>
</div>

<div class="newsbar">
Join <a href="https://promcon.io/2021-online/">PromCon Online 2021</a>, the Prometheus users conference, on May 3rd, 2021.</a>
</div>

<div class="container">
<div class="row top-hr">
<div class="col-md-3 col-sm-6 col-xs-12 feature-item">
Expand Down