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
11378470
Commit
11378470
authored
Apr 12, 2016
by
Julius Volz
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #390 from prometheus/remove-stars
Move GitHub star button to "Open Source" section.
parents
4b65fec4
121fc00f
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
docs.css
content/css/docs.css
+7
-7
index.html
content/index.html
+1
-0
header.html
layouts/header.html
+0
-3
No files found.
content/css/docs.css
View file @
11378470
...
...
@@ -23,12 +23,6 @@ body {
margin-left
:
12px
;
}
.navbar
.github-stars
{
margin
:
15px
0
0
15px
;
width
:
100px
;
height
:
20px
;
}
.navbar-toggle
{
margin-top
:
22px
;
}
...
...
@@ -153,7 +147,7 @@ body {
}
.open-source
{
margin
:
25px
0
2
5
px
0
;
margin
:
25px
0
2
0
px
0
;
font-family
:
'Lato'
,
sans-serif
;
font-weight
:
300
;
text-align
:
center
;
...
...
@@ -170,6 +164,12 @@ body {
font-size
:
20px
;
}
.open-source
.github-stars
{
margin-top
:
20px
;
width
:
160px
;
height
:
30px
;
}
.trusted-by
{
font-family
:
'Lato'
,
sans-serif
;
font-size
:
20px
;
...
...
content/index.html
View file @
11378470
...
...
@@ -101,6 +101,7 @@ layout: jumbotron
<div
class=
"col-md-12"
>
<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>
<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>
...
...
layouts/header.html
View file @
11378470
...
...
@@ -70,9 +70,6 @@
<li><a
href=
"/community/"
>
Community
</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>
<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>
</div>
</div>
...
...
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