-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
executable file
·213 lines (201 loc) · 8.82 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
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
207
208
209
210
211
212
213
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="We've been providing professional quality lighting, sound, and projection services to the WPI community since 1962. Book us for your next event and we'll help you make it amazing!">
<title>WPI · Lens and Lights</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/main.css">
<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-66611753-1', 'auto');
ga('send', 'pageview');
</script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="shortcut icon" href="/assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<script>
$(function(){
$("#header").load("/assets/html/header.html");
$("#footer").load("/assets/html/footer.html");
});
</script>
</head>
<body>
<div id="header"></div>
<section>
<div id="slides" class="carousel slide" data-ride="carousel" style="margin-bottom: 4rem;">
<ol class="carousel-indicators">
<li data-target="#slides" data-slide-to="0" class="active"></li>
<li data-target="#slides" data-slide-to="1"></li>
<li data-target="#slides" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" style="background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('assets/img/home/lighting.jpg');">
<div class="container">
<div class="carousel-caption text-left p-4">
<h1>Lighting</h1>
<p>Event, Architectural, and Theatrical Lighting</p>
<p><a class="btn btn-primary" href="services/lighting.html">Learn More</a></p>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('assets/img/home/sound.jpg');">
<div class="container">
<div class="carousel-caption text-left p-4">
<h1>Sound</h1>
<p>Indoor and Outdoor Audio Reinforcement</p>
<p><a class="btn btn-primary" href="services/sound.html">Learn more</a></p>
</div>
</div>
</div>
<div class="carousel-item" style="background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('assets/img/home/projection.jpg');">
<div class="container">
<div class="carousel-caption text-left p-4">
<h1>Projection</h1>
<p>16 mm, 35 mm, and 70 mm Projection</p>
<p><a class="btn btn-primary" href="services/projection.html">Learn more</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="container" style="color: white">
<div class="row aign-items-center">
<div class="col-lg-6 text-center">
<br>
<h2>What is LNL?</h2>
<p class="small">Lens and Lights (LNL) is a student organization at the Worcester Polytechnic Institute (WPI) that provides professional quality lighting, sound, and projection services for on and off campus events.</p>
<p><a href="about.html" class="btn btn-secondary">Learn more</a><br><br><br></p>
</div>
<div class="col-lg-6 text-center">
<br>
<h2>How it Works</h2>
<p class="small">If you would like to book our services for your event, contact us at <a href="https://outlook.office.com/mail/deeplink/[email protected]">[email protected]</a> and we will get back to you as soon as we can!</p>
<p><a href="pricing/" class="btn btn-secondary">Pricing</a> <a href="https://outlook.office.com/mail/deeplink/[email protected]" class="btn btn-primary">Contact Us</a><br><br><br></p>
</div>
</div>
</div>
</section>
<section>
<div class="container" style="color: white">
<div class="row aign-items-center">
<div class="col-lg-6 text-center">
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-100" src="/assets/img/home/joinus-2.jpg">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/assets/img/home/joinus-3.jpg">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="/assets/img/home/joinus-1.jpg">
</div>
</div>
</div>
</div>
<div class="col-lg-6 text-center">
<br>
<h2>Interested in event production?</h2>
<p class="small">Do you want to learn more about lighting, sound, or projection?</p>
<p><a href="join" class="btn btn-secondary">Join us!</a><br><br><br></p>
</div>
</div>
</div>
</section>
<!--Modal Views-->
<div class="modal" tabindex="-1" role="dialog" id="critical-alert">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header" id="alert-header">
<h5 class="modal-title" id="alert-title"></h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body" id="alert-message">
<p></p>
</div>
<div class="modal-footer">
<button class="btn btn-secondary" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<form id="page-id">
<input hidden name="project_id" value="LNL">
<input id="dirID" hidden name="directory" value="">
<input id="pageID" hidden name="page_id" value="">
</form>
<div id="footer"></div>
<script>
function setYear() {
document.getElementById("year").innerHTML = (new Date()).getFullYear();
getNotifications();
}
var slides = document.getElementById("slides");
slides.addEventListener("touchstart", startTouch, false);
slides.addEventListener("touchmove", moveTouch, false);
var initialX = null;
var initialY = null;
function startTouch(e){
initialX = e.touches[0].clientX;
initialY = e.touches[0].clientY;
}
function moveTouch(e){
if(initialX === null){
return;
}
if (initialY === null){
return;
}
var currentX = e.touches[0].clientX;
var currentY = e.touches[0].clientY;
var diffX = initialX - currentX;
var diffY = initialY - currentY;
if (Math.abs(diffX) > Math.abs(diffY)){
e.preventDefault();
if (diffX > 0){
$('.carousel').carousel('next');
}else{
$('.carousel').carousel('prev');
}
}
initialX = null;
initialY = null;
}
function toggleMenu(){
if (document.getElementById("nav").style.display == "block"){
document.getElementById("nav").style.display = "none";
}else{
document.getElementById("nav").style.display = "block";
}
}
window.onload = setYear;
</script>
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
<script src="assets/js/api.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>