-
Notifications
You must be signed in to change notification settings - Fork 1
/
brock_about.html
58 lines (50 loc) · 2.18 KB
/
brock_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
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns= "http://www.w3.org/1999/xhtml">
<!-- include script for html-includes-->
<script src="js/w3.js"></script>
<body>
<!--include the header with navigation bar-->
<div w3-include-html="header.html"></div>
<div w3-include-html="brock_navigation_bar.html"></div>
<script>
w3.includeHTML();
</script>
<div class="container">
<div class="col-md-12">
<p>
Brock Solutions is an engineering solutions company that specializes in the implementation
of real-time solutions for both manufacturing and transportation industries. Brock is a global
leader in these professional services and has been around since 1992, with over 10,000 global
projects.
</p>
<img src="images/brock_services.png" class="pull-left" style="width: 250px; height: auto; padding-right: 10px">
<p>
Brock Solutions offers it's clients a variety of services, including Sytem integration, sustainment,
on-going support and consulting or advisory services. They work with many companies in the same space
in order to provide clients with the best possible solution to their real-time needs.
Some of the most popular projects that Brock was directly involved in would include, the SmartBag handling
systems commonly used in many popular airlines. They have also worked on automation software for many well
known manufacturing companies such as Chrysler, Coca-Cola, GM, L'Oreal and Ford.
In their transportation logistics department they have imporved th workflow of companies such as Walmart,
Canada Post, Puralator, Delta Airlines and even Air Canada.
</p>
</div>
</div>
<div class="container">
<!-- Footer -->
<footer>
<div class="row">
<div class="col-lg-12">
<p>Copyright © Dalton Polhill 2017</p>
</div>
</div>
<!-- /.row -->
</footer>
</div>
<!-- /.container -->
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>