2017-10-05 12:05:05 -04:00
|
|
|
<!DOCTYPE html>
|
2018-08-04 16:10:16 -04:00
|
|
|
<html lang="en">
|
2017-10-05 12:05:05 -04:00
|
|
|
<head>
|
2018-08-04 16:10:16 -04:00
|
|
|
<title>Alumacar Electric Vehicles and Accessories</title>
|
2017-10-19 17:35:10 -04:00
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-65861329-3"></script>
|
|
|
|
<script>
|
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
|
|
gtag('config', 'UA-65861329-3');
|
|
|
|
</script>
|
2018-08-04 16:10:16 -04:00
|
|
|
<meta name="Description" content="electic vehicles golf cart accessories light kits">
|
2017-10-05 12:05:05 -04:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
|
|
|
|
</head>
|
|
|
|
<body class="container-fluid">
|
2017-10-05 15:46:50 -04:00
|
|
|
<hr>
|
|
|
|
<nav class="nav nav-pills nav-fill">
|
2017-10-21 11:26:16 -04:00
|
|
|
<a class="navbar-brand" href="/">
|
|
|
|
<!-- alumacar.com icon by Katarina Stefanikova from Noun Project -->
|
|
|
|
<img src="./assets/aluma-icon.png" width="30" height="30" alt="alumacar.com icon">
|
|
|
|
</a>
|
2017-10-05 15:46:50 -04:00
|
|
|
<a class="nav-item nav-link" href="/">Home</a>
|
|
|
|
<a class="nav-item nav-link" href="./cart-kits.html">Golf Cart Accessories</a>
|
2017-10-21 13:23:07 -04:00
|
|
|
<a class="nav-item nav-link" href="./tracker-ds.html">Self-Balancing Tracker</a>
|
2017-10-05 15:46:50 -04:00
|
|
|
<a class="nav-item nav-link active" href="./dealers.html">Dealers</a>
|
|
|
|
</nav>
|
|
|
|
<hr>
|
2017-10-05 12:05:05 -04:00
|
|
|
<div class="container-fluid">
|
2017-10-05 15:46:50 -04:00
|
|
|
<h2>Dealer Listing</h2>
|
|
|
|
<ul><li>To become a dealer, email <a href="mailto:sales@alumacar.com">sales@alumacar.com</a></li></ul>
|
2017-10-07 12:01:10 -04:00
|
|
|
<footer>
|
|
|
|
<hr>
|
|
|
|
<h4 class="text-center"><a href="mailto:sales@alumacar.com">sales@alumacar.com</a></h4>
|
|
|
|
<hr>
|
|
|
|
</footer>
|
2017-10-05 12:05:05 -04:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|