Website fixes (#2002)
* Auto-generated configs and docs * Auto-generated configs and docs * Auto-generated configs and docs * Auto-generated configs and docs * daily builds added * website improvements * more website updates * fixed layout fuckups on mobile and desktop; added proteus link Co-authored-by: GitHub build-firmware Action <action@github.com>
This commit is contained in:
parent
c36f76b68e
commit
5e70d622e8
|
@ -1,11 +1,13 @@
|
||||||
.container {
|
.container {
|
||||||
max-width: 800px; }
|
max-width: 800px;
|
||||||
|
overflow-y: hidden;
|
||||||
|
}
|
||||||
.header {
|
.header {
|
||||||
/* margin-top: 6rem; */
|
/* margin-top: 6rem; */
|
||||||
background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 100%),url('../images/site/bg.jpg');
|
background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.25) 100%),url('../images/site/bg.jpg');
|
||||||
background-attachment:fixed;
|
background-attachment:fixed;
|
||||||
/* background-size: cover; */
|
background-size: cover;
|
||||||
background-size: 100%;
|
background-repeat: no-repeat;
|
||||||
padding-top: 6rem;
|
padding-top: 6rem;
|
||||||
text-align: center; }
|
text-align: center; }
|
||||||
.value-prop {
|
.value-prop {
|
||||||
|
@ -94,13 +96,22 @@
|
||||||
margin-left: 2rem;
|
margin-left: 2rem;
|
||||||
}
|
}
|
||||||
.footer {
|
.footer {
|
||||||
padding-top: 1rem;
|
background-color: #222;
|
||||||
margin-bottom: 1rem;
|
padding-top: 2rem;
|
||||||
|
padding-bottom: 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.footer a{
|
||||||
|
margin-left: 1rem;
|
||||||
|
margin-right: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
/* Larger than phone */
|
/* Larger than phone */
|
||||||
@media (min-width: 550px) {
|
@media (min-width: 550px) {
|
||||||
|
.container {
|
||||||
|
overflow-y: visible;
|
||||||
|
}
|
||||||
.header {
|
.header {
|
||||||
/* margin-top: 18rem; */
|
/* margin-top: 18rem; */
|
||||||
padding-top: 18rem;}
|
padding-top: 18rem;}
|
||||||
|
@ -127,6 +138,9 @@
|
||||||
|
|
||||||
/* Larger than tablet */
|
/* Larger than tablet */
|
||||||
@media (min-width: 750px) {
|
@media (min-width: 750px) {
|
||||||
|
.container {
|
||||||
|
overflow-y: visible;
|
||||||
|
}
|
||||||
/* Navbar */
|
/* Navbar */
|
||||||
.navbar + .docs-section {
|
.navbar + .docs-section {
|
||||||
border-top-width: 0; }
|
border-top-width: 0; }
|
||||||
|
@ -143,7 +157,7 @@
|
||||||
.navbar-spacer {
|
.navbar-spacer {
|
||||||
display: none; }
|
display: none; }
|
||||||
.navbar > .container {
|
.navbar > .container {
|
||||||
width: 100%; }
|
width: 80%; }
|
||||||
.navbar-list {
|
.navbar-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin-bottom: 0; }
|
margin-bottom: 0; }
|
||||||
|
@ -254,7 +268,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dl-link {
|
.dl-link {
|
||||||
margin-left: 25rem; }
|
/* margin-left: 25rem; */
|
||||||
|
float: right;}
|
||||||
|
|
||||||
td.oddrow {
|
td.oddrow {
|
||||||
background-color: rgb(230, 230, 230);
|
background-color: rgb(230, 230, 230);
|
||||||
|
|
|
@ -89,11 +89,11 @@
|
||||||
<ul class="popover-list">
|
<ul class="popover-list">
|
||||||
<li class="popover-item">
|
<li class="popover-item">
|
||||||
<a class="popover-link" href="index.html#microrusefi">microRusEFI</a>
|
<a class="popover-link" href="index.html#microrusefi">microRusEFI</a>
|
||||||
<!-- </li> -->
|
|
||||||
<!-- <li class="popover-item">
|
|
||||||
<a class="popover-link" href="index.html#proteus">Proteus</a>
|
|
||||||
</li>
|
</li>
|
||||||
<li class="popover-item">
|
<li class="popover-item">
|
||||||
|
<a class="popover-link" href="https://github.com/mck1117/proteus/">Proteus</a>
|
||||||
|
</li>
|
||||||
|
<!--<li class="popover-item">
|
||||||
<a class="popover-link" href="#buttons">Frankenstein</a>
|
<a class="popover-link" href="#buttons">Frankenstein</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="popover-item">
|
<li class="popover-item">
|
||||||
|
@ -259,15 +259,7 @@
|
||||||
<h6 class="docs-header">Shop</h6>
|
<h6 class="docs-header">Shop</h6>
|
||||||
<p>The following rusEFI hardware is currently available on eBay:</p>
|
<p>The following rusEFI hardware is currently available on eBay:</p>
|
||||||
<div class="docs-example">
|
<div class="docs-example">
|
||||||
<table class="u-full-width">
|
<table class="u-half-width">
|
||||||
<!-- <thead>
|
|
||||||
<tr>
|
|
||||||
<th>picture</th>
|
|
||||||
<th>item</th>
|
|
||||||
<th>description</th>
|
|
||||||
<th>link</th>
|
|
||||||
</tr>
|
|
||||||
</thead> -->
|
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td><img src="images/site/38p_board.jpg" width="250px" alt=""></td>
|
<td><img src="images/site/38p_board.jpg" width="250px" alt=""></td>
|
||||||
|
|
Loading…
Reference in New Issue