-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
361 lines (265 loc) · 14.3 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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<!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 http-equiv="X-UA-Compatible" content="IE=Edge"/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css"/>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<!-- Google fonts -->
<link href="https://fonts.googleapis.com/css?family=Arapey|Nanum+Gothic|Nanum+Myeongjo|Old+Standard+TT|Open+Sans" rel="stylesheet">
<!-- Favicon -->
<link rel="icon" type="image/gif/png" href="assets/images/favicon.jpg">
<!-- External CSS -->
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<title>Hewlett and Stibel | Law Firm</title>
</head>
<body>
<!-- Start of xs and sm screen -->
<div class="main-container d-lg-none">
<div class="overlay">
<nav class="navbar navbar-expand-lg py-3">
<div class="container">
<a href="index.html" class="navbar-brand align-self-center p-off-white mt-2 brand-opacity"><h2 class="smaller">Hewlett and Stibel</h2></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNav" aria-controls="mainNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars display-5 hamburger-color"></i>
</button>
<div class="collapse navbar-collapse" id="mainNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="index.html" class="nav-link text-white">Home</a>
</li>
<li class="nav-item">
<a href="meet.html" class="nav-link text-white">Meet our team</a>
</li>
<li class="nav-item">
<a href="whatwedo.html" class="nav-link text-white">What we do</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link text-white">Contact</a>
</li>
</ul>
</div> <!-- end collapse div -->
</div> <!-- end container -->
</nav> <!-- end nav -->
<div class="container">
<div class="banner-content2">
<div class="row">
<div class="col-lg-12 text-center">
<div style="width: 68%; margin: 0 auto;">
<!-- For lg and xl screens -->
<h1 class="display-2 text-white my-5 d-none d-lg-block">We take care of your legal matters by heart</h1>
<!-- For md screen only -->
<h1 class="display-3 text-white my-5 d-none d-md-block d-lg-none">We take care of your legal matters by heart</h1>
<!-- For sm screens -->
<h1 class="display-4 text-white my-4 d-none d-sm-block d-md-none">We take care of your legal matters by heart</h1>
<!-- For xs screens -->
<h1 class="display-5 text-white my-4 d-sm-none">We take care of your legal matters by heart</h1>
<p class="p-off-white"><em>Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.</em></p>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end banner content -->
</div> <!-- end container -->
</div> <!-- end overlay -->
</div> <!-- end main container -->
<!-- End of xs and sm screen -->
<div class="main-container d-none d-lg-block">
<div class="overlay">
<nav class="navbar navbar-expand-lg py-3">
<div class="container">
<a href="index.html" class="navbar-brand align-self-center p-off-white mt-2 brand-opacity"><h2>Hewlett and Stibel</h2></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mainNav" aria-controls="mainNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-bars display-5" style="font-size: 27px; color: #510000;"></i>
</button>
<div class="collapse navbar-collapse" id="mainNav">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="index.html" class="nav-link text-white active">Home</a>
</li>
<li class="nav-item">
<a href="meet.html" class="nav-link text-white">Meet our team</a>
</li>
<li class="nav-item">
<a href="whatwedo.html" class="nav-link text-white">What we do</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link text-white">Contact</a>
</li>
</ul>
</div> <!-- end collapse div -->
</div> <!-- end container -->
</nav> <!-- end nav -->
<div class="container">
<div class="banner-content">
<div class="row">
<div class="col-lg-12 text-center">
<div style="width: 68%; margin: 0 auto;">
<!-- For lg and xl screens -->
<h1 class="display-2 text-white my-5 d-none d-lg-block">We take care of your legal matters by heart</h1>
<!-- For md screen only -->
<h1 class="display-3 text-white my-5 d-none d-md-block d-lg-none">We take care of your legal matters by heart</h1>
<!-- For sm screens -->
<h1 class="display-4 text-white my-4 d-none d-md-none">We take care of your legal matters by heart</h1>
<!-- For xs screens -->
<h1 class="display-5 text-white my-4 d-sm-none">We take care of your legal matters by heart</h1>
<p class="p-off-white"><em>Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.</em></p>
</div>
</div>
</div> <!-- end row -->
</div> <!-- end banner content -->
</div> <!-- end container -->
</div> <!-- end overlay -->
</div> <!-- end main container -->
<!-- End of banner part -->
<div class="container pt-5">
<div class="row">
<div class="col-lg-12 text-center mb-5">
<h2 class="heading-color mb-4">You need industry partners. We get it.</h2>
<p class="text-secondary mb-5">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.</p>
<hr/>
</div>
<!-- 3-column section -->
<div class="col-sm-12 col-md-4 col-lg-4 text-center">
<img src="assets/images/col-1.jpg" class="img-style">
<h4 class="heading-color mb-2 mt-4">We educate our clients</h4>
<p class="text-secondary margin-botton-xs-sm">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor.</p>
</div> <!-- end col 4 -->
<div class="col-sm-12 col-md-4 col-lg-4 text-center">
<img src="assets/images/col-2.jpg" class="img-style">
<h4 class="heading-color mb-2 mt-4">We don't sugar coat things</h4>
<p class="text-secondary margin-botton-xs-sm">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor.</p>
</div> <!-- end col 4 -->
<div class="col-sm-12 col-md-4 col-lg-4 text-center">
<img src="assets/images/col-3.jpg" class="img-style">
<h4 class="heading-color mb-2 mt-4">Expect excellence from us</h4>
<p class="text-secondary">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor.</p>
</div> <!-- end col 4 -->
<div class="col-lg-12 mt-md-4 mt-sm-1 mt-1 text-center">
<hr/>
<!-- For lg and xl screens -->
<h2 class="heading-color mb-5 mt-5">The goal is make you at peace</h2>
<!-- For xs sm and md screens -->
<!-- <h2 class="heading-color my-3 my-sm-5">We are your heroes</h2> -->
</div>
<div class="col-md-5 col-lg-5 d-none d-lg-block">
<img src="assets/images/group.jpeg" class="group-img-style">
</div>
<!-- For lg and xl screens -->
<div class="col-md-7 col-lg-7 align-self-center d-none d-lg-block">
<p class="text-secondary">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.</p>
<p class="text-secondary">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt. Lorem ipsum dolor sit amet.</p>
</div>
<!-- For md and sm screens -->
<div class="col-12 d-none d-sm-block d-lg-none">
<img class="d-inline float-left mr-3" src="assets/images/group.jpeg" style="width: 290px; height: auto;" />
<p class="d-inline text-secondary">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<br/><br/> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt. Lorem ipsum dolor sit amet.</p>
</div>
<!-- For xs screens -->
<div class="col-12 d-sm-none">
<p class="text-secondary">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<br/><br/> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt. Lorem ipsum dolor sit amet.</p>
</div>
</div> <!-- end row -->
</div> <!-- end container -->
<!-- Schedule portion for lg and xl screens -->
<div class="schedule-bg mt-5 d-none d-lg-block">
<div class="container">
<div class="row">
<div class="col-lg-12 py-4">
<div class="row">
<div class="col-6 align-self-center">
<h4 class="text-white d-inline">Want to schedule an appointment?</h4>
</div>
<div class="col-6">
<a href="contact.html" role="button" class="btn btn-success d-inline float-right btn-lg button-border-radius button-bg">Let's connect</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Schedule portion for xs sm and md screens -->
<div class="schedule-bg mt-5 d-lg-none">
<div class="container">
<div class="row">
<div class="col-lg-12 py-4">
<div class="row">
<div class="col-6">
<h4 class="text-white d-inline">Want to schedule an appointment?</h4>
</div>
<!-- For sm and md screens -->
<div class="col-6 align-self-center d-none d-sm-block">
<a href="contact.html" role="button" class="btn btn-success d-inline float-right btn-lg button-border-radius button-bg">Let's connect</a>
</div>
<!-- For xs screen -->
<div class="col-6 d-sm-none align-self-center">
<a href="contact.html" role="button" class="btn btn-success d-inline float-right btn-lg button-border-radius button-bg">Let's connect</a>
</div>
</div>
</div>
</div>
</div>
</div> <!-- end schedule section -->
<!-- Footer section -->
<footer>
<div class="mt-4">
<div class="container">
<div class="row">
<div class="col-lg-12 mt-3 mb-1">
<p class="footer-p text-center">Law Firm lawyers are licensed to practice in Manila, and our principal office is located in Wilmington, Delaware. We have attorneys who are also licensed to practice in Texas and Rhode Island. The information provided on this website is offered for informational purposes only. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
<!-- Copyright portion -->
<div class="col-lg-12 text-center">
<hr/>
<!-- For sm md lg and xl screens -->
<ul class="footer-links footer-p d-none d-sm-block">
<li><a href="index.html">Home</a></li> |
<li><a href="meet.html">Meet our team</a></li> |
<li><a href="whatwedo.html">What we do</a></li> |
<li><a href="contact.html">Contact</a></li>
</ul>
<!-- For xs screen only -->
<ul class="footer-links2 footer-p d-sm-none">
<li><a href="index.html">Home</a></li> |
<li><a href="meet.html">Meet our team</a></li> |
<li><a href="whatwedo.html">What we do</a></li> |
<li><a href="contact.html">Contact</a></li>
</ul>
<p class="text-secondary"><small>Copyright © <a href="https://rommeltorquator.github.io/rommeltorquator/" target="_blank">Rommel Torquator.</a> All Rights Reserved</small></p>
</div>
</div>
</div>
</div> <!-- end div -->
</footer> <!-- end footer -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></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.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script type="text/javascript" src="assets/js/bootstrap.min.js"></script>
</body>
</html>