Website fixes (#2171)
* 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 * fixed table, updated icons * website cleanup * first hamburger * more hamburger * tiny improvement * hamburger fix * better looks * happy new year * proteus updates * resize image * removed comment Co-authored-by: GitHub build-firmware Action <action@github.com>
This commit is contained in:
parent
8a0fa161ac
commit
805e8634bb
|
@ -296,6 +296,108 @@ html {
|
|||
font-size: 2rem;
|
||||
}
|
||||
|
||||
.proteus {
|
||||
display: table;
|
||||
background-image: linear-gradient( 180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.5) 100%),url('../images/site/proteus_bg.jpg');
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
color: #252a2b;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.proteus-left {
|
||||
position: relative;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
align-items: center;
|
||||
z-index: 1;
|
||||
display: table-cell;
|
||||
background-color: #a5a5a5;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.proteus-right {
|
||||
position: relative;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
z-index: 1;
|
||||
color: #ffffff;
|
||||
vertical-align: middle;
|
||||
font-weight: bolder;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.proteus-left h1 {
|
||||
background-color: #33C3F0;
|
||||
font-family: 'Work Sans', sans-serif; /* text-shadow: 0px 3px, 3px 0px,3px 3px; */
|
||||
font-size: 5rem;
|
||||
}
|
||||
|
||||
.proteus-content {
|
||||
padding: 20%;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
.blinking {
|
||||
/* font-weight: 1300; */
|
||||
/* font-size: 2rem; */
|
||||
font-size: 10rem;
|
||||
background-color: #33C3F0;
|
||||
-webkit-animation: 1s blink step-end infinite;
|
||||
-moz-animation: 1s blink step-end infinite;
|
||||
-ms-animation: 1s blink step-end infinite;
|
||||
-o-animation: 1s blink step-end infinite;
|
||||
animation: 1s blink step-end infinite;
|
||||
}
|
||||
|
||||
@keyframes "blink" {
|
||||
from, to {
|
||||
color: transparent;
|
||||
}
|
||||
50% {
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
@-moz-keyframes blink {
|
||||
from, to {
|
||||
color: transparent;
|
||||
}
|
||||
50% {
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
@-webkit-keyframes "blink" {
|
||||
from, to {
|
||||
color: transparent;
|
||||
}
|
||||
50% {
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
@-ms-keyframes "blink" {
|
||||
from, to {
|
||||
color: transparent;
|
||||
}
|
||||
50% {
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
@-o-keyframes "blink" {
|
||||
from, to {
|
||||
color: transparent;
|
||||
}
|
||||
50% {
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
.glossary {
|
||||
font-style: italic;
|
||||
margin-left: 2rem;
|
||||
|
@ -503,6 +605,13 @@ html {
|
|||
.mre-left {
|
||||
display: table-cell;
|
||||
}
|
||||
.proteus-right {
|
||||
display: table-cell;
|
||||
}
|
||||
.proteus-left h1 {
|
||||
padding: 1rem;
|
||||
font-size: 8rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -243,6 +243,28 @@ input[type="button"].button-primary:focus {
|
|||
color: #252a2b;
|
||||
background-color: #ffffff;
|
||||
border-color: #ffffff; }
|
||||
|
||||
.button.button-black,
|
||||
button.button-black,
|
||||
input[type="submit"].button-black,
|
||||
input[type="reset"].button-black,
|
||||
input[type="button"].button-black {
|
||||
color: #000;
|
||||
/* background-color: #33C3F0; */
|
||||
border-color: #000; }
|
||||
.button.button-black:hover,
|
||||
button.button-black:hover,
|
||||
input[type="submit"].button-black:hover,
|
||||
input[type="reset"].button-black:hover,
|
||||
input[type="button"].button-black:hover,
|
||||
.button.button-black:focus,
|
||||
button.button-black:focus,
|
||||
input[type="submit"].button-black:focus,
|
||||
input[type="reset"].button-black:focus,
|
||||
input[type="button"].button-black:focus {
|
||||
color: #d6d6d6;
|
||||
background-color: #000;
|
||||
border-color: #000; }
|
||||
|
||||
|
||||
/* Forms
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 242 KiB |
Binary file not shown.
After Width: | Height: | Size: 380 KiB |
|
@ -29,7 +29,8 @@
|
|||
<!-- FONT
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@900&display=swap" rel="stylesheet">
|
||||
|
||||
<!-- CSS
|
||||
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
|
||||
|
@ -294,79 +295,44 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Microrusefi -->
|
||||
<!-- <div class="docs-section" id="microrusefi">
|
||||
<div class="container">
|
||||
<h6 class="docs-header">microRusEFI</h6>
|
||||
<img src="images/site/rusefi_mreheader.png" width="100%">
|
||||
<p>microRusEFI is a small & cheap Engine Management System board designed for fully sequential 1, 2, 3 and 4
|
||||
cylinder applications.<br>
|
||||
microRusEFI uses a waterproof connector and its aluminum enclosure could be sealed.<br>
|
||||
microRusEfi supports dual Hall shaft position sensor input or 1xHall + 1xVR shaft position sensor input (A few
|
||||
resistors must be replaced on the PCB to switch from one setup to another)<br>
|
||||
Open-source design available in <a href="https://github.com/rusefi/hw_microRusEfi">this repository</a>, or
|
||||
available as a kit or completely assembled. <br>
|
||||
This is an excellent option for racing series that allow modifications inside the stock ECU case.
|
||||
</p>
|
||||
<b>Features</b>
|
||||
<ul>
|
||||
<li>Primary VR or Hall input (configurable with few resistor changes)</li>
|
||||
<li>Secondary Hall input</li>
|
||||
<li>4 analog thermistor (temperature) inputs</li>
|
||||
<li>10 analog voltage inputs (0-5v)</li>
|
||||
<li>4 high-Z injector outputs</li>
|
||||
<li>2 high-current low side outputs for IAC/VVT/other solenoids</li>
|
||||
<li>Dedicated main relay control output</li>
|
||||
<li>4 low-current low side outputs for relays or warning lights</li>
|
||||
<li>4 5v logic-level ignition outputs</li>
|
||||
<li>2 logic level outputs (5v/12v configurable, requires resistor changes)</li>
|
||||
<li>Electronic throttle body (drive by wire)</li>
|
||||
<li>CAN connectivity on the plug</li>
|
||||
<li>USB connectivity on the plug</li>
|
||||
<li>SPI and TTL available on PCB</li>
|
||||
</ul>
|
||||
<a class="button button-primary" href="https://www.ebay.com/itm/333532119947">Get microRusEFI hardware</a>
|
||||
<a class="button button-primary" href="https://github.com/rusefi/rusefi/wiki/microRusEFI-Manual">microRusEFI
|
||||
Manual</a>
|
||||
<div class="proteus" id="proteus">
|
||||
<div class="proteus-left">
|
||||
<div class="proteus-content">
|
||||
<h6 class="docs-header">Proteus</h6>
|
||||
<!-- <img src="images/site/mre_logo.png" width="50%"> -->
|
||||
<h1><span class="blinking">|</span>PROTEUS</h1>
|
||||
<br><br>
|
||||
<p>A high-featured board compatible with rusEFI firmware. Open-source design available in <a
|
||||
href="https://github.com/mck1117/proteus">this repository</a>.
|
||||
</p>
|
||||
<b>Features</b>
|
||||
<ul>
|
||||
<li>2x VR crank/cam/vehicle speed inputs</li>
|
||||
<li>6x hall cam/crank or digital input</li>
|
||||
<li>Full operation from 6-24v supply</li>
|
||||
<li>Dual 5v sensor supplies, 150mA each, fully protected</li>
|
||||
<li>Dual protected 12v external sensor supply</li>
|
||||
<li>16x 4A low-side drivers</li>
|
||||
<li>12x 5v ignition (or general purpose) outputs</li>
|
||||
<li>Dual H-bridges for electronic throttle (also supports stepper idle valve!)</li>
|
||||
<li>4x 12v 3A high-side outputs</li>
|
||||
<li>12x Analog voltage inputs</li>
|
||||
<li>4x Analog temperature inputs</li>
|
||||
<li>180 MHz ARM Cortex-M7</li>
|
||||
<li>TE Connectivity AMPSEAL connectors</li>
|
||||
<li>Internal data-logging</li>
|
||||
</ul>
|
||||
<a class="button button-black" href="https://www.ebay.com/itm/333811680319">Get Proteus hardware</a>
|
||||
<a class="button button-black" href="https://github.com/rusefi/rusefi/wiki/Proteus-Manual">Proteus Manual</a>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<div class="docs-section" id="proteus">
|
||||
<div class="container">
|
||||
<h6 class="docs-header">Proteus</h6>
|
||||
<p>A high-featured board compatible with rusEFI firmware. Open-source design available in <a href="https://github.com/mck1117/proteus">this repository</a>.
|
||||
</p>
|
||||
<b>Features</b>
|
||||
<ul>
|
||||
<li>2x VR crank/cam/vehicle speed inputs</li>
|
||||
<li>6x hall cam/crank or digital input</li>
|
||||
<li>Full operation from 6-24v supply</li>
|
||||
<li>Dual 5v sensor supplies, 150mA each, fully protected</li>
|
||||
<li>Dual protected 12v external sensor supply</li>
|
||||
<li>16x 4A low-side drivers</li>
|
||||
<li>12x 5v ignition (or general purpose) outputs</li>
|
||||
<li>Dual H-bridges for electronic throttle (also supports stepper idle valve!)</li>
|
||||
<li>4x 12v 3A high-side outputs</li>
|
||||
<li>12x Analog voltage inputs</li>
|
||||
<li>4x Analog temperature inputs</li>
|
||||
<li>180 MHz ARM Cortex-M7</li>
|
||||
<li>TE Connectivity AMPSEAL connectors</li>
|
||||
<li>Internal data-logging</li>
|
||||
</ul>
|
||||
<a class="button button-primary" href="https://www.ebay.com/itm/333811680319">Get Proteus hardware</a>
|
||||
<a class="button button-primary" href="https://github.com/rusefi/rusefi/wiki/Proteus-Manual">Proteus Manual</a>
|
||||
<div class="proteus-right">
|
||||
<div class="proteus-content">
|
||||
<img src="images/site/proteus_case.png" width="100%">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- <div class="docs-section" id="miata_pnp">
|
||||
<div class="container">
|
||||
<h6 class="docs-header">Miata</h6>
|
||||
<a class="button button-primary" href="https://www.ebay.com/itm/333808079911">Get NA6 Miata hardware</a>
|
||||
|
||||
<a class="button button-primary" href="https://www.ebay.com/itm/333808081077">Get 94/95 Miata hardware</a>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<!-- Shop -->
|
||||
<div class="docs-section" id="shop">
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in New Issue