Website fixes (#2139)
* 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 Co-authored-by: GitHub build-firmware Action <action@github.com>
This commit is contained in:
parent
64c8d7c494
commit
ecbf21d6f3
|
@ -151,6 +151,7 @@
|
|||
height: 5.5rem;
|
||||
background: #fff;
|
||||
z-index: 99;
|
||||
position: absolute;
|
||||
/* border-top: 1px solid #eee;
|
||||
border-bottom: 1px solid #eee; */
|
||||
}
|
||||
|
@ -263,7 +264,8 @@
|
|||
}
|
||||
|
||||
#intro,
|
||||
#shop {
|
||||
#proteus,
|
||||
#links {
|
||||
background-color: rgb(250, 250, 250);
|
||||
}
|
||||
|
||||
|
|
|
@ -118,9 +118,9 @@
|
|||
<li class="popover-item">
|
||||
<a class="popover-link" href="https://github.com/rusefi/rusefi/wiki/Proteus-Manual">Proteus</a>
|
||||
</li>
|
||||
<li class="popover-item">
|
||||
<!-- <li class="popover-item">
|
||||
<a class="popover-link" href="https://github.com/rusefi/rusefi/wiki">Other</a>
|
||||
</li>
|
||||
</li> -->
|
||||
<!--<li class="popover-item">
|
||||
<a class="popover-link" href="#buttons">Frankenstein</a>
|
||||
</li>
|
||||
|
@ -144,6 +144,9 @@
|
|||
<li class="popover-item">
|
||||
<a class="popover-link" href="http://www.rusefi.com/forum">Forum</a>
|
||||
</li>
|
||||
<li class="popover-item">
|
||||
<a class="popover-link" href="https://github.com/rusefi/rusefi/wiki">Wiki</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
|
@ -156,6 +159,8 @@
|
|||
<!-- Intro -->
|
||||
<div class="docs-section" id="intro">
|
||||
<div class="container">
|
||||
<br>
|
||||
<br>
|
||||
<h6 class="docs-header">Intro</h6>
|
||||
<p>Modern 32 bit chips are a game changer for Do-It-Yourself Engine Management</p>
|
||||
<p>rusEFI is the next generation of open source, DIY automotive engine management. With the availability of cheap
|
||||
|
@ -282,19 +287,38 @@
|
|||
<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>
|
||||
</div>
|
||||
|
||||
<div class="docs-section" id="miata_pnp">
|
||||
<!-- <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>
|
||||
</div> -->
|
||||
|
||||
<!-- Shop -->
|
||||
<div class="docs-section" id="shop">
|
||||
|
@ -395,6 +419,10 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<br>
|
||||
<p><b>Miata PnP Hardware:</b></p>
|
||||
<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>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue