-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path#index.html#
124 lines (112 loc) · 5.3 KB
/
#index.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
OA<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Logical Machines Quote Generator</title>
<meta name="description" content="Scoop no more with Logical Machines automatic weigh and fill machines. Small to medium sized companies save time and money with our automated filling machines">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="css/lm-container.css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/forms.css">
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script type="text/javascript" src="js/ahah.js" ></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript">
// Replace non-js iframe (small, with scrollbars) with js one (larger, no-scroll), if js is running
$(document).ready( function() {
// $('#frame-container').html('<iframe id="quote-generator" src="http://lmpag.spirelightserver.com/quote-generator.php" width="785" height="1128" frameborder="no" scrolling="no"></iframe>');
$('#frame-container').html('<iframe id="quote-generator" src="quote-generator.php" width="785" height="1128" frameborder="no" scrolling="no"></iframe>');
});
</script>
</head>
<body><!-- WD 2 -->
<h1>index.html</h1>
<div id="PageDiv">
<header id="header" class="clearfix">
<div id="LMLogo1">
<a href="index.html"><img src="img/lmlogo1.jpeg" width=258 height=96 alt="LMLogo1" style="float:left"></a>
<a href="index.html"><img src="img/lmlogo1.jpeg" width=258 height=96 alt="LMLogo1" style="float:left"></a>
<a href="index.html"><img src="img/lmlogo1.jpeg" width=258 height=96 alt
<div id="h1-header">
<h1 class="f-lp"><span class="style8">Logical Machines
<br />
Quote Generator</span></h1>
</div>
<div id="scoop15a">
<img src="img/scoop15a.jpeg" width=105 height=118 alt="scoop15a" style="float:left">
</div>
</header>
<nav id="main-navigation" class="clearfix">
<div id="lft-nav1">
<p class="lftnav f-lp">
<span class="style3"><a href="table-of-contents.html">Table of Contents</a></span><a href="http://www.logicalmachines.com"><span class="style3">
<br>
</span></a><span class="style3">•
<br>
<a href="what-are-logical-machines.html">What Are Logical Machines?</a></span><a href="http://logicalmachines.com/what.php"><span class="style3">
<br>
</span></a><span class="style3">•
<br>
<a href="which-logical-machine.html">Which machine is
<br>
right for me?</a></span><a href="http://logicalmachines.com/which.php"><span class="style3">
<br>
</span></a><span class="style3">•
<br>
<a href="sample-videos.html">Sample Videos</a></span><a href="http://logicalmachines.com/videos.php"><span class="style3">
<br>
</span></a><span class="style3">•
<br>
<a href="testimonials.html">Testimonials</a></span><a href="http://logicalmachines.com/testimonials.php"><span class="style3">
<br>
</span></a><span class="style3">•
<br>
<a href="distributor-support.html">Distributor
<br>
Support</a></span><a href="http://logicalmachines.com/distributor-support.php"><span class="style3">
<br>
</span></a><span class="style3">•
<br>
<a href="customer-support.html">Customer
<br>
Support</a></span><a href="http://logicalmachines.com/customer-support.php"><span class="style3">
<br>
</span></a><span class="style3">•
<br>
<a href="contact.html">Contact Us</a></span>
</p>
</div>
</nav>
<div id="frame-container">
<iframe id="quote-generator" src="quote-generator.php" width="785" height="600" frameborder="no" horizontalscrolling="no" verticalscrolling="yes"></iframe>
</div>
<footer id="footer" class="clearfix clear">
<hr>
<p class="style10 f-fp f-lp">
<strong><span class="style13">Logical Machines
<br>
</span></strong><span class="style11">1158 Roscoe Road, Charlotte, Vermont 05445 USA • (802) 425-2888 • (802) 425-5667 (fax)
<br>
lminkler@logicalmachines.com</span>
</p>
</footer>
</div><!-- id="PageDiv" end -->
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
var _gaq = [['_setAccount', 'UA-XXXXX-X'], ['_trackPageview']];
( function(d, t) {
var g = d.createElement(t), s = d.getElementsByTagName(t)[0];
g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s)
}(document, 'script'));
</script>
</body>
</html>