2017-09-26 14:43:30 -04:00
<!DOCTYPE html>
2018-08-04 16:10:16 -04:00
< html lang = "en" >
2017-09-26 14:43:30 -04:00
< head >
2018-08-04 16:10:16 -04:00
< title > Alumacar Electric Vehicles and Accessories< / title >
< meta name = "Description" content = "electic vehicles golf cart accessories light kits" >
2017-09-26 14:43:30 -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:22:17 -04:00
< hr >
2017-10-05 13:24:33 -04:00
< 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 13:24:33 -04:00
< a class = "nav-item nav-link active" href = "/" > Home< / a >
2025-06-06 17:11:46 -04:00
< a class = "nav-item nav-link" href = "./light-kits-ds.html" > Light Kits< / a >
2025-06-08 12:58:13 -04:00
< a class = "nav-item nav-link" href = "./cart-kits.html" > Seats/Hardware< / a >
2025-06-06 17:11:46 -04:00
< a class = "nav-item nav-link" href = "./street-legal.html" > Street Legal< / a >
2017-10-05 13:24:33 -04:00
< a class = "nav-item nav-link" href = "./dealers.html" > Dealers< / a >
< / nav >
2017-10-05 15:22:17 -04:00
< hr >
2017-10-26 12:36:19 -04:00
< h1 class = "text-center display-4" > < b > alumacar.com< / b > < / h1 >
< div class = "jumbotron" style = "background: url(/assets/golf-carts-banner-2.jpg) no-repeat center center; background-size: cover" > < / div >
2017-10-21 13:23:07 -04:00
2017-09-26 14:43:30 -04:00
< div class = "container-fluid" >
< div class = "row" >
2025-06-08 12:58:13 -04:00
< div class = "col-sm-3" >
2017-10-01 13:19:18 -04:00
< div class = "card" >
< div class = "card-body" >
2025-06-08 12:58:13 -04:00
< h4 class = "card-title" > < a href = "./street-legal.html" > Street Legal Low Speed Vehicles< / a > < / h4 >
< / div >
< a href = "./street-legal.html" > < img class = "card-img-bottom" src = "./assets/street-legal-4-pass-resize.jpg" alt = "Image of 4-passengar street legal golf cart" > < / a >
< / div >
< / div >
< div class = "col-sm-3" >
< div class = "card" >
< div class = "card-body" >
< h4 class = "card-title" > < a href = "./light-kits-ds.html" > Light Kits< / a > < / h4 >
2017-10-01 13:19:18 -04:00
< / div >
2018-10-20 21:50:00 -04:00
< a href = "./light-kits-ds.html" >
2025-06-06 17:11:46 -04:00
< img class = "card-img-top" src = "./assets/drive2-deluxe-led-light-kit-12-48v-mech-brake-switch-resize.jpg" alt = "Light Kit" >
< / a >
< / div >
2025-06-08 12:58:13 -04:00
< / div >
< div class = "col-sm-3" >
2025-06-06 17:11:46 -04:00
< div class = "card" >
< div class = "card-body" >
< h4 class = "card-title" > < a href = "./cart-kits.html" > Seat Kits< / a > < / h4 >
< / div >
< a href = "./cart-kits.html" >
< img class = "card-img-bottom" src = "./assets/seat-01-resize-95.jpg" alt = "Seat Kit" >
2017-10-05 12:23:36 -04:00
< / a >
2017-09-26 14:43:30 -04:00
< / div >
< / div >
2025-06-08 12:58:13 -04:00
< div class = "col-sm-3" >
2017-10-01 13:19:18 -04:00
< div class = "card" >
< div class = "card-body" >
2025-06-08 12:58:13 -04:00
< h4 class = "card-title" > < a href = "#" > Hardware, Accessories< / a > < / h4 >
2017-10-01 13:19:18 -04:00
< / div >
2025-06-08 12:58:13 -04:00
< a href = "#" > < img class = "card-img-bottom" src = "./assets/trailer-hitch-resize-95.jpg" alt = "Image of golf cart trailer hitch" > < / a >
2017-09-26 14:43:30 -04:00
< / div >
< / div >
< / div >
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-09-26 14:43:30 -04:00
< / div >
< / body >
< / html >