-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
206 lines (166 loc) · 7.3 KB
/
about.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Windfall - About - Asset Controls Inc</title>
<meta name="description" content="Windfall Warehouse Management System Software Asset Controls">
<meta name="author" content="Ryan Lee">
<link rel="stylesheet" href="/css/master.css">
<link rel="stylesheet" href="/css/about.css">
</head>
<body>
<header id="header" class="clearfix">
<ul class="nav-bar">
<li class="tab"><a class="logo-item" href="\index.html"><img id="logo" src="img/aci2.png"/></a></li>
<li class="tab"><a href="\about.html">About</a></li>
<li class="tab"><a href="\support.html">Support</a></li>
<li class="tab"><a href="\training.html">Training</a></li>
<li class="tab"><a href="\contact-us.html">Contact Us</a></li>
</ul>
<div class="container">
<ul class="nav-bar">
<li class="tab facebook"><a href="\support.html">Facebook</a></li>
<li class="tab"><a class="youtube" href="\about.html">Youtube</a></li>
</ul>
<!--
<a href="mailto:[email protected]"><img src="img/gmail.png"></a>
<a href="https://www.facebook.com/Windfall-Warehouse-Inventory-Management-System-170768849642676/"><img src="img/Facebook_icon.svg" /></a>
<a href="https://www.youtube.com/user/WindfallSoftware"><img src="img/youtube-icon.png"></a>
-->
</div>
</header>
<body>
<div>
<div id="fullpage">
<div class="wrapper one section clearfix">
<div class="containerOne clearfix">
<img src="img/WindfallFlag.png">
<h1>Windfall</h1>
<p>ABOUT PAGE</p>
</div>
</div>
<div class="wrapper two section clearfix">
<div class="containerTwo clearfix">
<h1>ASSET CONTROLS INC</h1>
<div class="ngText">
<p class="slide about">
<img class="nobody" src="img/nobody.jpg"><br>
<img class ="flag" src="img/WindfallFlag.png"/>
Joe Bippen<br><br>Born and raised in St Louis, MO, Joe graduated with a Bachelors degree from Missouri State University, and immediately went to work for Graebel Van Lines.
</p>
<p class="slide about">
<img class="nobody" src="img/nobody.jpg"><br>
<img class ="flag" src="img/WindfallFlag.png"/>
Steve Lassanske<br><br>Steve Was born and raised in St Charles, MO. After metting Joe at MSU and Graduating with a Bachelors degree, he went to work for O'Brian Process Controls.
</p>
<p class="slide about">
<img class="mobilemover" src="img/mobilemoverblack.png"><br>
<img class ="flag" src="img/WindfallFlag.png"/>
Developed the Windfall Driver System in 1999.<br>
</p>
<p class="slide about">
<img class="imac" src="img/imac.png"><br>
<img class ="flag" src="img/WindfallFlag.png"/>
You can even show customers inventory information
on a website dedicated to them!
</p>
</div>
</div>
</div>
<div class="wrapper three section clearfix">
<div class="containerThree clearfix">
<h1>Windfall <span class="mobilePro"><b>Mobile Pro</b></span></h1>
<p>Windfall Mobile Pro is an iOS application
designed to allow users to manage inventory
straight from an iOS device. The software works
flawlessly with the web-based software. </p>
<span class="iphone"><img class="iphone" src="img/ipad.png"><img class="iphone" src="img/iphone.png"></span>
<span class="text">Scan inventory tags in the warehouse, and have them instantly received into Windfall. No WiFi? No problem! Just turn on <b>Batch Mode</b> and upload later.</span>
</div>
</div>
<div class="wrapper four section clearfix">
<div class="containerFour clearfix">
<img src="img/WindfallFlag.png">
<h1>Windfall is <span class="bold">completely web-based</span><br>
and hosted in <span class="bold">dual hosting centers</span><br>
located in <span class="bold">two different states.</span> <br><br>
<span class="bold">Seven national van lines</span> have<br>
already chosen Windfall.<br><br>
<span class="bold">Contact us</span> to set up a demonstration.</h1>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="/js/jquery.fullPage.js"></script>
<script>$(document).ready(function() {
$('#fullpage').fullpage({
//Navigation
menu: '#menu',
lockAnchors: false,
anchors:['home', 'ng', 'mobilepro', 'contact'],
navigation: true,
navigationPosition: 'right',
navigationTooltips: ['Windfall', 'Asset Controls', 'Slide 3', 'Slide 4'],
showActiveTooltip: false,
slidesNavigation: true,
slidesNavPosition: 'bottom',
//Scrolling
css3: true,
scrollingSpeed: 700,
autoScrolling: true,
fitToSection: true,
fitToSectionDelay: 1000,
scrollBar: false,
easing: 'easeInOutCubic',
easingcss3: 'ease',
loopBottom: false,
loopTop: false,
loopHorizontal: true,
continuousVertical: false,
continuousHorizontal: false,
scrollHorizontally: false,
interlockedSlides: false,
dragAndMove: true,
offsetSections: false,
resetSliders: false,
fadingEffect: false,
normalScrollElements: '#element1, .element2',
scrollOverflow: false,
scrollOverflowOptions: null,
touchSensitivity: 15,
normalScrollElementTouchThreshold: 5,
bigSectionsDestination: null,
//Accessibility
keyboardScrolling: true,
animateAnchor: true,
recordHistory: true,
//Design
controlArrows: false,
verticalCentered: true,
sectionsColor : ['#ccc', '#fff'],
paddingTop: '0',
paddingBottom: '0',
fixedElements: '',
responsiveWidth: 0,
responsiveHeight: 0,
responsiveSlides: false,
//Custom selectors
sectionSelector: '.section',
slideSelector: '.slide',
lazyLoading: true,
//events
onLeave: function(index, nextIndex, direction){},
afterLoad: function(anchorLink, index){},
afterRender: function(){},
afterResize: function(){},
afterResponsive: function(isResponsive){},
afterSlideLoad: function(anchorLink, index, slideAnchor, slideIndex){},
onSlideLeave: function(anchorLink, index, slideIndex, direction, nextSlideIndex){}
});
});</script>
</body>
<footer class="footer">
</footer>
</html>