now with JS

This commit is contained in:
rusefi 2020-03-28 15:35:54 -04:00
parent 1091add820
commit 77d0ab7cb5
4 changed files with 103 additions and 36 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

View File

@ -36,6 +36,17 @@
</script>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<style>
.carousel {
width:70%;
height:70%;
}
</style>
</head>
<body>
@ -55,6 +66,8 @@
<th class="tg-cly1"><a href="https://rusefi.com/forum">Forum</a></th>
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi_documentation/wiki/Hardware">Hardware</a></th>
<th class="tg-cly1"><a href="https://rusefi.com/wiki">Wiki</a></th>
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi_documentation/wiki/Overview">Overview</a></th>
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi_documentation/wiki/Download">DOWNLOAD</a></th>
</tr>
</table>
</div>
@ -68,31 +81,71 @@
<center>
<br/>
<br/>
<div class="container" width="50%">
<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="2000">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<img src="https://rusefi.com/style/logo.gif" alt="microRusEfi" style="width:100%;">
<div class="carousel-caption">
<p style="color:black">
rusEfi is a GPL open source engine control unit.</p>
</div>
</div>
<div class="item">
<a href="/microrusefi">
<img src="images/c_microrusefi.jpg" alt="microRusEfi" style="width:100%;">
</a>
<div class="carousel-caption">
<a href="/microrusefi" style="color:fe6700;">
<h3>microRusEfi</h3>
<p>Fully assembled modern small ECU</p>
</a>
</div>
</div>
<div class="item">
<br/><br/><br/>
Modern 32 bit chips are a game changer for Do-It-Yourself Engine Management - ECU should be easy to deal with, show <i>what</i> is going on and <i>why</i>
<br/>
<br/>168MHz+
<br/>128KB+
</div>
<div class="item">
Let machines assemble compact & reliable <a href="https://github.com/rusefi/rusefi_documentation/wiki/Hardware">Hardware</a> for us, let's focus on advanced never before seen in open source engine control!
</div>
</div>
Home of <a href="/microrusefi">microRusEfi</a> - <a href="/shop">Shop here</a>
<br/>
<br/>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<table width="60%">
<tr>
<td width="50%" align="right">
<img src="https://rusefi.com/style/logo_w_60.gif" />
</td>
<td>
<h3> rusEfi is a GPL open source engine control unit.</h3>
</td>
</tr>
<tr>
<td width="50%"><a href="https://github.com/rusefi/rusefi_documentation/wiki/Overview">Overview</a></td>
<td><a href="https://github.com/rusefi/rusefi_documentation/wiki/Download">DOWNLOAD</a></td>
</tr>
<tr>
<td>Modern 32 bit chips are a game changer for Do-It-Yourself Engine Management - ECU should be easy to deal with, show <i>what</i> is going on and <i>why</i>.</td>
<td>Let machines assemble compact & reliable <a href="https://github.com/rusefi/rusefi_documentation/wiki/Hardware">Hardware</a> for us, let's focus on advanced never before seen in open source engine control!</td>
</tr>
</table>
</center>
<div class="footer">

View File

@ -21,17 +21,18 @@
<body>
microRusEfi is the latest fully assembled rusEfi ECU. It was primaraly designed for 4 cylinder applications with or without drive-by-wire electronic throttle body.
<br/>
<a href="https://github.com/rusefi/hw_microRusEfi/">microRusEfi GitHub</a>
<br/>
<a href="https://rusefi.com/forum/viewtopic.php?f=4&t=1538">Forum thread</a>
<a href="https://rusefi.com/docs/ibom/microRusEfi_latest.html">Interactive BOM</a>
<a href="https://rusefi.com/docs/ibom/microRusEfi_latest.html">Interactive BOM</a><br/>
<a href="https://github.com/rusefi/hw_microRusEfi/">microRusEfi GitHub</a><br/>
<a href="https://rusefi.com/forum/viewtopic.php?f=4&t=1538">Forum thread</a><br/>
<h2>Capabilities</h2>
@ -54,10 +55,9 @@ microRusEfi is the latest fully assembled rusEfi ECU. It was primaraly designed
<hr width=50%>
<center>
<a href="/">Home</a>
(c) rusEfi llc, 2020
<hr width="50%"/>
<a href="/">Home</a> (c) rusEfi llc, 2020
</center>

View File

@ -1,7 +1,16 @@
<html>
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" type="text/css" href="rusefi.css">
<title> rusEfi Store</title>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link rel="stylesheet" type="text/css" href="/rusefi.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43478022-1"></script>
@ -16,10 +25,15 @@
</head>
<body>
<body style="background-color:ffd5b6;">
microRusEfi <a href=https://www.ebay.com/itm/333532119947>eBay</a>
<center>
<hr width="50%"/>
<a href="/">Home</a> (c) rusEfi llc, 2020
</center>
</body>
</html>