-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
108 lines (96 loc) · 4.33 KB
/
sponsors.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=st" name="viewport" />
<meta content="" name="description" />
<meta content="" name="author" />
<title>Sponsors | Vulcan Robotics</title>
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" /><!-- Custom CSS -->
<link href="css/small-business.css" rel="stylesheet" /><!-- jQuery --><script src="js/jquery.js"></script><!-- Bootstrap Core JavaScript --><script src="js/bootstrap.min.js"></script><!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --><!-- WARNING: Respond.js doesn't work if you view the page via file:// --><!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
$(function(){
$("#header").load("includes/header.html");
$("#footer").load("includes/footer.html");
});
</script>
<style>
.sponsors {height: 200px}
</style>
</head>
<body><!-- Navigation -->
<div id="header"></div>
<!-- Page Content -->
<div class="container">
<div class="row">
<div class="col-lg-16">
<h2 class="page-header">Sponsors</h2>
</div>
<a href="http://synnexcorp.com/" target="_blank">
<div class="col-sm-6 text-center" class="sponsors">
<img class="img-responsive img-center" src="images/synnex-logo.png" alt="" style="height: 200px">
</div></a>
<a href="http://mach1waterjet.com/" target="_blank">
<div class="col-sm-6 text-center" class="sponsors">
<img class="img-responsive img-center" src="images/mach-1.png" alt="" style= "height:200px">
</div></a>
<a href="http://plethora.com/" target="_blank">
<div class="col-lg-4 col-sm-6 text-center" class="sponsors">
<br>
<br>
<br>
<img class="img-responsive img-center" src="images/plethora.png" alt="" style="height:100px">
</div></a>
<a href="http://nostarch.com/" target="_blank">
<div class="col-lg-4 col-sm-6 text-center" class="sponsors">
<br>
<br>
<br>
<img class="img-responsive img-center" src="images/nostarch.png" alt="" style="height:150px">
</div></a>
<a href="http://sycomp.com/" target="_blank">
<div class="col-lg-4 col-sm-6 text-center" class="sponsors">
<br>
<br>
<img class="img-responsive img-center" src="images/sycomp.jpg" alt="" style="height:120px">
</div></a>
<a href="http://www.bluebeeprinting.com/" target="_blank">
<div class="col-lg-4 col-sm-6 text-center" class="sponsors">
<br>
<img class="img-responsive img-center" src="BlueBeeLogo-Vector-1.png" alt="" style= "height: 170px">
<br>
</div></a>
<a href="https://camputeepress.com/" target="_blank">
<div class="col-lg-4 col-sm-6 text-center" class="sponsors">
<br>
<br>
<br>
<img class="img-responsive img-center" src="camputee.jpg" alt="" style= "height:200px">
<!-- </div></a>
<a href="http://smpanchovilla.com/" target="_blank">
<div class="col-lg-4 col-sm-6 text-center" class="sponsor">
<br>
<br>
<br>
<img class="img-responsive img-center" src="images/pancho-villa.jpg" alt="">-->
</div></a>
<a href="http://copenhagenbakery.com/" target="_blank">
<div class="col-lg-4 col-sm-6 text-center" class="sponsor">
<br>
<br>
<img class="img-responsive img-center" src="images/copenhagen.png" alt="" style= "height:150px">
</div></a>
</div>
<br>
<br>
<br>
</div>
<hr />
<div id="footer"></div>
</body>
</html>