-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
224 lines (192 loc) · 7.7 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
214
215
216
217
218
219
220
221
222
223
224
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Independent Safety Services LLC</title>
<!-- Bootstrap core CSS -->
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet"
type="text/css">
<!-- Custom styles for this template -->
<link href="/css/landing-page.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top">
<div class="container">
<a class="navbar-brand" href="#">Independent Safety Services LLC</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#experience">Experience</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="intro-header">
<div class="container">
<div class="intro-message">
<h1>Safety Staffing and Consulting</h1>
<h3>INDEPENDENT SAFETY SERVICES LLC</h3>
<hr class="intro-divider">
</div>
</div>
</header>
<!-- Page Content -->
<section class="content-section-a">
<a name="about" class="anchor"></a>
<div class="container">
<div class="row">
<div class="col-lg-5 mr-auto order-lg-2">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Safety Application Development</h2>
<p class="lead">Our team of engineers is highly experienced in app development and can curate a cross
platform application to suit your company's needs. With our streamlined development process you will have a
high quality solution quickly and at a reasonable cost.</p>
</div>
<div class="col-lg-5 ml-auto order-lg-1">
<img class="img-fluid" src="img/ipad-iphone.jpeg" alt="">
</div>
</div>
</div>
<!-- /.container -->
</section>
<section class="content-section-b">
<a name="about" class="anchor"></a>
<div class="container">
<div class="row">
<div class="col-lg-5 ml-auto">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">High Quality Staffing</h2>
<p class="lead">We provide highly skilled safety workers for any and all construction sites and projects. Our
workers are thouroughly
vetted and undergo strict background checks.
</p>
</div>
<div class="col-lg-5 mr-auto">
<img class="img-fluid" src="img/construction-site-build-construction-work-159306.jpeg" alt="">
</div>
</div>
</div>
<!-- /.container -->
</section>
<section class="content-section-b">
<a name="experience" class="anchor"></a>
<div class="container">
<div class="row">
<div class="col-lg-5 mr-auto order-lg-2">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Experienced Management Team</h2>
<p class="lead">Our management team is highly trained and has all the necessary qualifications to serve any
of our customers' needs.</p>
<ul>
<li>Certified PEC H2S Instructor</li>
<li>Associate Safety Professional - Board of Certified Safety Professionals</li>
<li>Bachelors Degree Safety Management</li>
<li>Stanford University Masters Degree</li>
</ul>
</div>
<div class="col-lg-5 ml-auto order-lg-1">
<img class="img-fluid" src="img/open-book-library-education-read-159621.jpeg" alt="">
</div>
</div>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-b -->
<section class="content-section-a">
<a name="contact" class="anchor"></a>
<div class="container">
<div class="row">
<div class="col-lg-5 ml-auto">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Contact Us</h2>
<p class="lead">If you are interested in working with Independent Safety Services please contact us.
</div>
<div class="col-lg-5 mr-auto ">
<form role="form" id="contact-form" action="http://formspree.io/[email protected]" method="POST">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" class="form-control" name="Name" autocomplete="off" id="Name" placeholder="Name">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="email" class="form-control" name="email" name="_replyto" autocomplete="off" id="email"
placeholder="E-mail">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="form-group">
<textarea class="form-control textarea" rows="3" name="Message" id="Message" placeholder="Message"></textarea>
</div>
</div>
</div>
<input type="hidden" name="_next" value="http://independentsafetyllc.com" />
<input type="hidden" name="_subject" value="New contact us form submitted." />
<input type="text" name="_gotcha" style="display:none" />
<div class="row">
<div class="col-md-12">
<button type="submit" class="btn main-btn pull-right">Send message</button>
</div>
</div>
</form>
</div>
</div>
</div>
<!-- /.container -->
</section>
<!-- /.content-section-a -->
<!-- Footer -->
<footer>
<div class="container">
<ul class="list-inline">
<li class="list-inline-item">
<a href="#">Home</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="#about">About</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="#experience">Experience</a>
</li>
<li class="footer-menu-divider list-inline-item">⋅</li>
<li class="list-inline-item">
<a href="#contact">Contact</a>
</li>
</ul>
<p class="copyright text-muted small">Copyright © Independent Safety Services LLC 2017. All Rights Reserved</p>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/popper.js/dist/umd/popper.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</body>
</html>