fome-fw/misc/www/index.html

113 lines
3.2 KiB
HTML
Raw Normal View History

2019-06-21 16:53:07 -07:00
<html>
<head>
2020-03-27 12:47:48 -07:00
<title>rusEfi Modern Engine Control Unit Management System</title>
2020-03-27 10:57:03 -07:00
<link rel="stylesheet" type="text/css" href="rusefi.css">
2019-06-21 20:39:29 -07:00
2020-03-27 20:18:38 -07:00
<style>
2020-03-28 09:02:08 -07:00
.top_spacer {
font-size: 150%;
}
.header {
position: fixed;
left: 0;
top: 0;
width: 100%;
text-align: center;
}
2020-03-27 20:18:38 -07:00
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}
</style>
2020-03-27 10:57:03 -07:00
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43478022-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
2019-06-21 20:39:29 -07:00
2020-03-27 10:57:03 -07:00
gtag('config', 'UA-43478022-1');
</script>
2019-06-21 20:39:29 -07:00
2019-06-21 16:53:07 -07:00
</head>
<body>
2019-06-21 20:39:29 -07:00
2020-03-28 09:02:08 -07:00
<style type="text/css">
.tg {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;padding:10px 5px;border-style:none;border-width:0px;overflow:hidden;word-break:normal;border-color:black;}
.tg th{font-family:Arial, sans-serif;font-weight:normal;padding:10px 5px;border-style:none;border-width:1px;overflow:hidden;word-break:normal;border-color:black;}
.tg .tg-cly1{text-align:left;vertical-align:middle}
</style>
<div class="header">
<table class="tg" width="100%">
<tr>
<th class="tg-cly1"><a href="https://github.com/rusefi/rusefi">Github</a></th>
<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>
</tr>
</table>
</div>
<div class="top_spacer">
<br/>
<br/>
</div>
2019-06-21 20:39:29 -07:00
<center>
2019-06-21 16:53:07 -07:00
<br/>
<br/>
2020-03-28 09:02:08 -07:00
2020-03-28 10:10:27 -07:00
Home of <a href="/microrusefi">microRusEfi</a> - <a href="/shop">Shop here</a>
2019-06-21 16:53:07 -07:00
<br/>
<br/>
2020-03-28 09:02:08 -07:00
<table width="60%">
2020-03-28 09:43:52 -07:00
<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>
2019-06-21 16:53:07 -07:00
<tr>
2020-03-28 09:02:08 -07:00
<td width="50%"><a href="https://github.com/rusefi/rusefi_documentation/wiki/Overview">Overview</a></td>
2019-06-24 23:26:10 -07:00
<td><a href="https://github.com/rusefi/rusefi_documentation/wiki/Download">DOWNLOAD</a></td>
2019-06-21 16:53:07 -07:00
</tr>
<tr>
2020-03-28 09:02:08 -07:00
<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>
2020-03-28 09:43:52 -07:00
<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>
2019-06-21 16:53:07 -07:00
</tr>
</table>
2019-06-21 20:39:29 -07:00
</center>
2020-03-27 20:18:38 -07:00
<div class="footer">
2020-03-28 09:02:08 -07:00
2020-03-27 20:18:38 -07:00
<table class="tg" width="100%">
<tr>
<th class="tg-cly1"><a href="https://www.facebook.com/rusEfiECU/">Facebook</a></th>
<th class="tg-cly1"><a href="https://www.patreon.com/rusefi">Patreon</a></th>
<th class="tg-cly1"><a href="https://www.youtube.com/user/rusefi">Youtube</a></th>
<th class="tg-cly1"><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=arro239%40gmail%2ecom&lc=US&item_name=rusEfi&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">Donate</a></th>
</tr>
</table>
</div>
2019-06-21 16:53:07 -07:00
</body>
</html>