fome-fw/misc/www/shop/index.html

111 lines
3.1 KiB
HTML
Raw Normal View History

2020-03-28 12:35:54 -07:00
<!DOCTYPE html>
<html lang="en">
2020-03-28 10:10:27 -07:00
<head>
2020-03-28 12:35:54 -07:00
<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">
2020-03-28 10:10:27 -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());
gtag('config', 'UA-43478022-1');
</script>
</head>
2020-03-28 12:35:54 -07:00
<body style="background-color:ffd5b6;">
2020-03-28 14:59:04 -07:00
2020-04-03 09:24:59 -07:00
<center>
<div>
2020-03-28 14:59:04 -07:00
<p>
2020-04-03 09:24:59 -07:00
<a href=https://www.ebay.com/itm/333532119947><img src="/images/c_microrusefi.jpg" alt="microRusEfi" width="240"><br/>microRusEfi eBay</img></a>
2020-03-28 14:59:04 -07:00
</p>
2020-03-28 10:10:27 -07:00
2020-03-29 05:23:41 -07:00
<table>
<tr>
<tr>
<td>48
</td>
<td>Coming soon!
</td>
</tr>
2020-07-07 10:25:41 -07:00
<td><img src="https://github.com/rusefi/rusefi/raw/master/hardware/Breakout_55pin_963063-15-Connector/55_board_with_connector.jpg" width="320"/>
2020-03-29 05:23:41 -07:00
</td>
<td>55 pin breakout board <a href="https://www.ebay.com/itm/333560110330">Get it on eBay</a>
<br>55 pin connector with breakout board <a href="https://www.ebay.com/itm/333560110543">Get it on eBay</a>
</td>
</tr>
<tr>
2020-07-07 10:25:41 -07:00
<td><img src="https://github.com/rusefi/rusefi/raw/master/hardware/Breakout_64pin_176122-6-Connector/64_board_with_connector.jpg" width="320"/>
2020-03-29 05:23:41 -07:00
</td>
<td>64 pin breakout board <a href="https://www.ebay.com/itm/333104237990">Get it on eBay</a>
<br>64 pin connector with breakout board <a href="https://www.ebay.com/itm/332771650527">Get it on eBay</a>
</td>
</tr>
2020-04-28 10:18:14 -07:00
<tr>
2020-07-07 10:25:41 -07:00
<td><img src="https://github.com/rusefi/rusefi/raw/master/hardware/Breakout_68pin_966595-1_and_963356-1-Connector/68p_board.jpg" width="320"/>
2020-04-28 10:18:14 -07:00
</td>
<td>68 pin breakout board <a href="https://www.ebay.com/itm/333586438870">Get it on eBay</a>
</td>
</tr>
2020-03-29 05:23:41 -07:00
<tr>
2020-07-07 10:25:41 -07:00
<td><img src="https://github.com/rusefi/rusefi/raw/master/hardware/Breakout_72pin_1123038-2-Connector/72_board_with_connector.jpg" width="320"/>
2020-03-29 05:23:41 -07:00
</td>
<td>
72 pin connector with breakout board <a href="https://www.ebay.com/itm/332771651266">Get it on eBay</a>
</td>
</tr>
<tr>
2020-07-07 10:25:41 -07:00
<td><img src="https://github.com/rusefi/rusefi/raw/master/hardware/Breakout_121pin_368255-2-Connector/121_board_with_connector.jpg" width="320"/>
2020-03-29 05:23:41 -07:00
</td>
<td>121 pin breakout board <a href="https://www.ebay.com/itm/332953220080">Get it on eBay</a>
</td>
</tr>
<tr>
2020-07-07 10:25:41 -07:00
<td><img src="https://github.com/rusefi/rusefi/raw/master/hardware/Breakout_134pin_7-967288-1-Connector/134_board_with_connector.jpg" width="320"/>
2020-03-29 05:23:41 -07:00
</td>
<td>134 pin breakout board <a href="https://www.ebay.com/itm/333534819202">Get it on eBay</a>
</td>
</tr>
<tr>
2020-07-07 10:25:41 -07:00
<td><img src="https://github.com/rusefi/rusefi/raw/master/hardware/Breakout_154pin_284617-1-Connector/154_board_with_connector.jpg" width="320"/>
2020-03-29 05:23:41 -07:00
</td>
2020-04-28 10:18:14 -07:00
<td>154 pin breakout board <a href="https://www.ebay.com/itm/333586437475">Get it on eBay</a>
2020-03-29 05:23:41 -07:00
</td>
</tr>
</table>
2020-04-03 09:24:59 -07:00
</div>
2020-03-29 05:23:41 -07:00
2020-03-28 10:10:27 -07:00
2020-03-28 12:35:54 -07:00
<center>
<hr width="50%"/>
<a href="/">Home</a> (c) rusEfi llc, 2020
</center>
2020-03-28 10:10:27 -07:00
</body>
</html>