Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
docs
Commits
c6dedb3e
Commit
c6dedb3e
authored
Jul 18, 2016
by
Julius Volz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add 1.0 announcement news bar.
Revert this after we feel that the news is not hot anymore.
parent
360e9936
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
docs.css
content/css/docs.css
+11
-1
index.html
content/index.html
+4
-0
No files found.
content/css/docs.css
View file @
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
:
5
0px
;
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
;
...
...
content/index.html
View file @
c6dedb3e
...
@@ -12,6 +12,10 @@ layout: jumbotron
...
@@ -12,6 +12,10 @@ layout: jumbotron
</div>
</div>
</div>
</div>
<div
class=
"newsbar"
>
Prometheus 1.0 is out!
—
<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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment