website index button github

This commit is contained in:
Sebastian Hildebrandt 2019-01-13 22:03:03 +01:00
parent dbf35f2492
commit a8c6cb97c1
4 changed files with 5 additions and 3 deletions

View File

@ -48,7 +48,7 @@
<div class="title">systeminformation</div> <div class="title">systeminformation</div>
<div class="subtitle">Simple system and OS information library for node.js</div> <div class="subtitle">Simple system and OS information library for node.js</div>
<div class="version">Current Version: <span id="version">4.0.0</span></div> <div class="version">Current Version: <span id="version">4.0.0</span></div>
<div class="text"><a href="https://github.com/sebhildebrandt/systeminformation">View on Github <i class="fab fa-github"></i></a></div> <button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'"">View on Github <i class=" fab fa-github"></i></button>
</header> </header>
<section class="container"> <section class="container">

View File

@ -160,6 +160,7 @@ h1, h2, h3, h4 {
.bg-image-full .version { .bg-image-full .version {
text-align: center; text-align: center;
margin-bottom: 10px;
color: #fff; color: #fff;
font-size: .8rem; font-size: .8rem;
} }

File diff suppressed because one or more lines are too long

View File

@ -95,6 +95,7 @@ h1, h2, h3, h4 {
} }
.version { .version {
text-align: center; text-align: center;
margin-bottom: 10px;
color: #fff; color: #fff;
font-size: .8rem; font-size: .8rem;
@media only screen and (min-width: 420px) { @media only screen and (min-width: 420px) {
@ -354,4 +355,4 @@ footer {
a { a {
color: #000; color: #000;
} }
} }