-
Notifications
You must be signed in to change notification settings - Fork 4
/
sitemap.html
executable file
·192 lines (188 loc) · 7.95 KB
/
sitemap.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
<!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="WPI Lens and Lights - The path to your next great event">
<meta name="robots" content="noindex">
<title>Sitemap - 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 class="pt-4 bg-light mb-0 pb-4">
<div class="container pb-4 mb-2" id="alert"></div>
<div class="container">
<h2 class="h5">LNL Site Map</h2>
<hr>
<div class="container row m-auto">
<div class="col-md-3">
<h3 class="h4">About</h3>
<ul class="list-unstyled" id="About">
<li><a href="about.html">Who We Are</a></li>
<li><a href="join/">Join Us</a></li>
<li><a href="history.html">History</a></li>
<li><a href="equipment.html">Equipment</a></li>
</ul>
</div>
<div class="col-md-3">
<h3 class="h4">Services</h3>
<ul class="list-unstyled" id="Services">
<li><a href="services/lighting.html">Lighting</a></li>
<li><a href="services/sound.html">Sound</a></li>
<li><a href="services/projection.html">Projection</a></li>
<li><a href="pricing/">Pricing</a></li>
</ul>
</div>
<div class="col-md-3">
<h3 class="h4">Support</h3>
<ul class="list-unstyled" id="Support">
<li><a href="contact.html">Contact Us</a></li>
<li><a href="legal/privacy/">Privacy Policy</a></li>
<li><a href="legal/opt-out/">Email Communications (Opt-out)</a></li>
</ul>
</div>
</div>
<hr>
<div class="container row m-auto">
<div class="col-md-3 my-2">
<h3 class="h4">Account</h3>
<ul class="list-unstyled" id="Account">
<li><a href="db/">Login</a></li>
<li><a href="me/">Update Your Profile</a></li>
</ul>
</div>
<div class="col-md-3 my-2">
<h3 class="h4">API</h3>
<ul class="list-unstyled" id="API">
<li><a href="api/docs/">Documentation</a></li>
<li><a href="mailto:lnl-w@wpi.edu">Register an application</a></li>
</ul>
</div>
<div class="col-md-3 my-2">
<h3 class="h4">Events</h3>
<ul class="list-unstyled" id="Events">
<li><a href="list/">Upcoming Events</a></li>
<li><a href="workshops/">Workshops</a></li>
<li><a href="crew/">Crew Checkin / Checkout</a></li>
</ul>
</div>
<div class="col-md-3 my-2">
<h3 class="h4">Help</h3>
<ul class="list-unstyled" id="Help">
<li><a href="https://lnldb.readthedocs.io/en/latest">User Guides</a></li>
<li><a href="https://lnldb.readthedocs.io/en/latest/release-notes/">What's New</a></li>
<li><a href="https://lnldb.readthedocs.io/en/latest/help/report-bugs.html">Report a Bug</a></li>
</ul>
</div>
<div class="col-md-3 my-2">
<h3 class="h4">Member Resources</h3>
<ul class="list-unstyled" id="Member Resources">
<li><a href="db/meetings/">Meetings</a></li>
<li><a href="db/laptops/">Laptops</a></li>
<li><a href="db/projection/training/request/">Request a PIT</a></li>
<li><a href="https://lnl-rt.wpi.edu/snipe">Snipe</a></li>
<li><a href="https://lnl-rt.wpi.edu">Report Broken Equipment</a></li>
</ul>
</div>
<div class="col-md-3 my-2">
<h3 class="h4">Customer Resources</h3>
<ul class="list-unstyled" id="Customer Resources">
<li><a href="my/events/">View Your Events</a></li>
<li><a href="my/orgs/">View Your Organizations</a></li>
</ul>
</div>
<div class="col-md-3 my-2">
<h3 class="h4">Developer Resources</h3>
<ul class="list-unstyled" id="Developer Resources">
<li><a href="https://lnldb.readthedocs.io/en/latest/develop/">Development Guide</a></li>
<li><a href="https://github.com/WPI-LNL/lnldb/discussions">LNLDB Discussion</a></li>
</ul>
</div>
</div>
<hr>
<div class="container row m-auto" id="more-links">
<div class="col-md-3 my-2" id="additional-links" style="display: none">
<h3 class="h4">Additional Links</h3>
<ul class="list-unstyled" id="Redirects">
</ul>
</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();
getRedirects();
}
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>