-
Notifications
You must be signed in to change notification settings - Fork 0
/
colors.html
executable file
·73 lines (72 loc) · 5.03 KB
/
colors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="en-us">
<head>
<!-- #bbinclude "meta.incl" -->
<meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1"><link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous"><link href="https://fonts.googleapis.com/css?family=Archivo+Narrow:700,700italic" rel="stylesheet"><link href="/_assets/css/lcd.css" type="text/css" rel="stylesheet"><meta name="keywords" content="recumbent, bike, bicycle, Tim Brummer, Phantom, P-38, F-22, F-40, F-90, R-84, midracer, SWB, e-bike, e-bicycle, e-Lightning"><meta name="description" content="World-record-holding recumbent bicycles and velomobiles designed by Tim Brummer; the fastest production bikes you can buy"><link rel="canonical" href="https://www.lightningbikes.com/colors.html"><!-- Global site tag (gtag.js) - Google Analytics --><script async src="https://www.googletagmanager.com/gtag/js?id=UA-37984504-1"></script><script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag("js", new Date());
gtag("config", "UA-37984504-1");</script><script src="https://code.jquery.com/jquery-3.7.1.min.js" integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
<!-- end bbinclude -->
<title>Colors for Lightning P-38 recumbent bicycles</title>
</head>
<body>
<!-- #bbinclude "content-container.incl" -->
<div class="container-fluid">
<div class="row">
<article class="col-sm-10 col-sm-push-2">
<div class="visible-xs-block" id="mobileNav"></div><!-- /.visible-xs-block -->
<!-- end bbinclude -->
<h1>
P-38 frame color choices
</h1>
<p>
The color chart shown below will give you an idea of our available powder coat color choices. Because computer monitor color settings are not always exact, this chart is an approximate guide only. If you’re concerned about the exact color, please email us for a free hardcopy of this color chart.
</p>
<figure>
<img src="/_assets/img/colors/2016-P-38-color-chart.jpg" alt="2016 P-38 color chart" width="800" height="1108" class="img-thumbnail">
</figure>
<p>
Other colors are available for an additional $90. Choose your personal color here:
</p>
<figure>
<a href="http://www.prismaticpowders.com/colors"><img src="http://www.prismaticpowders.com/resources/promo/2011_10_6500_colors.png" alt="Prismatic Power Colors" class="img-thumbnail"></a>
</figure>
<!-- #bbinclude "sidebar.incl" -->
</article>
<div class="col-sm-2 col-sm-pull-10">
<nav class="inside" id="menuInner"></nav>
<script type="text/Javascript" src="/_assets/js/menuInner.js"></script>
<noscript>You must enable JavaScript in your browser to view the menu.</noscript>
</div><!-- /.col-sm-2 col-sm-pull-10 -->
</div><!-- /.row -->
</div><!-- /.container-fluid -->
<!-- end bbinclude -->
<!-- #bbinclude "footer.incl" -->
<div class="container-fluid"><div class="row"><div class="col-sm-12"><footer class="address"><hr><p class="text-center">Copyright © <a href="/company.html">Lightning Cycle Dynamics</a>, 1977–2024</p></footer></div><!-- /.col-sm-12 --></div><!-- /.row --></div><!-- /.container-fluid --><a href="https://www.psx4central.com/nightmaresmile.php?source=854"><!-- weird-mist --></a><script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script><script>
$(document).ready(function () {
"use strict";
// Optimalisation: Store the references outside the event handler:
var $window = $(window);
function checkWidth() {
var windowsize = $window.width();
if (windowsize < 768) {
//if the window is less than 768px wide then load mobile menu
$("#mobileNav").load("/_assets/includes/mobile-nav.htm");
}
}
// Execute on load
checkWidth();
// Bind event listener
$(window).resize(checkWidth);
});</script><!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --><!-- WARNING: Respond.js does not work if you view the page via file:// --><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]--><!-- begin Google Analytics --><script>
(function (i, s, o, g, r, a, m) { i["GoogleAnalyticsObject"] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments); }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m); })(window, document, "script", "//www.google-analytics.com/analytics.js", "ga"); ga("create", "UA-37984504-1", "auto"); ga("send", "pageview");</script><!-- end Google Analytics -->
<!-- end bbinclude -->
<script>
document.getElementById("buying").className = "active";
</script>
</body>
</html>