-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathequipment.html
executable file
·148 lines (137 loc) · 5.06 KB
/
equipment.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
<!DOCTYPE HTML>
<!--
Broadcast by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<meta name="robots" content="noindex,follow"/>
<title>Equipment</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<meta name="description" content="">
</head>
<body class="subpage">
<!-- Header -->
<header id="header">
<h1>D2 Fortress Laser Tag</h1>
<a href="tel:+14694441750"><span class="fa fa-phone"></span></a>
<a href="#menu">Menu</a>
</header>
<!-- Nav -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="booking2/register-online.html">Book Now</a></li>
<li><a href="prices2.html">Pricing</a></li>
<li><a href="about2.html">About Us</a></li>
<li><a href="location1.html">Location and Hours</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- One -->
<section class="wrapper style1">
<div class="inner">
<header class="align-center">
<h2>Equipment</h2>
<p>D2 Tactical Laser Tag Features Programmable Game-Play Settings</p>
</header>
<p>The phasers are safe and there isn't any kind of pain or projectiles involved like paintball or airsoft. They just emit infrared light, similar to a TV remote. So if you get tagged you can't feel a thing, but the cool lights and varied sound effects let you know what’s going on!</p>
<p>Additionally, they work well both in dark, dim light as well as outside in bright sunlight!</p>
</div>
</section>
<!-- Three -->
<section id="blueback" class="wrapper ">
<div class="inner">
<header class="align-center">
<h2>Our Taggers</h2>
<p>Manufactured here in Texas, our taggers are the best in the business!</p>
</header>
<!-- 3 Column Video Section -->
<div class="flex flex-3">
<div class="video col">
<div class="image fit">
<img src="images/razorback.png" alt="" />
</div>
<p class="caption">
Comfortable stock and well-balanced, the razorback is the ultimate tagger.
</p>
</div>
<div class="video col">
<div class="image fit">
<img src="images/razorback-s.png" alt="" />
</div>
<p class="caption">
Smaller size and perfect balance makes it a great tagger for ages 5 and up!
</p>
</div>
<div class="video col">
<div class="image fit">
<img src="images/50cal.png" alt="" />
</div>
<p class="caption">
Mean, big, laser machine! there is nothing more impressive than the 50 cal laser tagger!
</p>
</div>
</div>
</div>
<br/>
<div class="centerd">
<a href="booking2/register-online.html" id="book" class="button big alt scrolly">Click here to book!</a>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<div class="flex flex-3">
<div class="col">
<h3>Vestibullum</h3>
<ul class="alt">
<li><a href="#">Nascetur nunc varius commodo.</a></li>
<li><a href="#">Vis id faucibus montes tempor</a></li>
<li><a href="#">Massa amet lobortis vel.</a></li>
<li><a href="#">Nascetur nunc varius commodo.</a></li>
</ul>
</div>
<div class="col">
<h3>Lobortis</h3>
<ul class="alt">
<li><a href="#">Nascetur nunc varius commodo.</a></li>
<li><a href="#">Vis id faucibus montes tempor</a></li>
<li><a href="#">Massa amet lobortis vel.</a></li>
<li><a href="#">Nascetur nunc varius commodo.</a></li>
</ul>
</div>
<div class="col">
<h3>Accumsan</h3>
<ul class="alt">
<li><a href="#">Nascetur nunc varius commodo.</a></li>
<li><a href="#">Vis id faucibus montes tempor</a></li>
<li><a href="#">Massa amet lobortis vel.</a></li>
<li><a href="#">Nascetur nunc varius commodo.</a></li>
</ul>
</div>
</div>
</div>
<div class="copyright">
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-snapchat"><span class="label">Snapchat</span></a></li>
</ul>
© Untitled. Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Coverr</a>. Video: <a href="https://coverr.co">Coverr</a>.
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>