-
Notifications
You must be signed in to change notification settings - Fork 0
/
accident.html
128 lines (113 loc) · 6.78 KB
/
accident.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Workers Compensation for hearing loss">
<title>Westline Law</title>
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/css/bootstrap-select.min.css">
<link href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet">
<link href="assets/css/owl.carousel.css" rel="stylesheet">
<link href="assets/css/owl.carousel.theme.min.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<link rel='shortcut icon' type='image/x-icon' href="assets/images/favicon.ico" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-143823327-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-143823327-1');
</script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#main-navbar">
<!-- NavigationBar Section -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#main-navbar" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img class="img-responsive" src="assets/images/logo.png" alt="logo">
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="https://www.westlinelaw.com">Home<span class="sr-only"></span></a></li>
<li><a href="https://www.westlinelaw.com/#practice" Target="blank">Practice Areas</a></li>
<li><a href="https://www.westlinelaw.com/#team" Target="blank">Meet Mitch</a></li>
<li><a href="https://www.westlinelaw.com/#clients" Target="blank">Testimonials</a></li>
<li><a href="https://www.westlinelaw.com/#contact" Target="blank">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- Consultation -->
<section id="consultation" class="consultation">
<div class="container">
<div class="row">
<div class="col-sm-12">
<div class="title-box">
<h2 class="section-title">Were You Involved in a Workplace Accident?</h2>
<h4 class="section-subtitle">You may have a right to monetary compensation</h4>
</div>
</div>
</div>
<div>
<h4>Accidents happen, and in many areas of law fault matters. But Workers Compensation is <strong>No Fault </strong>insurance.
Whether you caused an accident or not, you have a right to compensation if the injury occurred at work.</h4>
<img class="img-responsive img-full" src="assets/images/Prac-3.jpg" alt="Image of Accident">
<h4>Some employers will attempt to suppress claims by blaming employees and many employees won’t file a claim because they are worried about their job. If you are in this situation, please reach out to an attorney to discuss your rights. An attorney can ensure your rights are protected.
Allowing you to receive the benefits you need, and deserve. Accidents happen, but workers compensation is there to help and Mich can help lead you through that process.</h4>
<div class="col-sm-4 col-sm-offset-4">
<button type="submit" class="btn btn-default btn-block btn-cn" style="font-size : 18px" onclick=" window.open('https://docs.google.com/forms/d/e/1FAIpQLSfv7dqNw26fxXinwwPPlmuZlTd80GsclWhsNTR53DjMBPzNOQ/viewform?usp=sf_link','_blank')">Schedule A Free Consultation!</button>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12">
</div>
</div>
<div class="row">
<div class="col-sm-2">
<div class="team-box">
<a href="https://www.westlinelaw.com/#team" target="blank"><img class="img-responsive img-thumbnail" src="assets/images/team-1.jpg"></a>
</div>
</div>
<h2>Mitchell D. West <br>
<font size="+2"> Attorney at Law</font></h2>
<h4>Mitchell is a licensed attorney practicing in Washington State. He has a passion for workers rights and regularly volunteers with the Unemployment Law Project.
He received full-tuition scholarships for his undergraduate and law school education and was awarded a Peggy Browning Fellowship to advance the cause of workers' rights.</h4>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-sm-6">
<p>
© Westline Law 2019
</p>
</div>
</div>
</div>
</footer>
<!-- Scripts -->
<script src="./assets/js/jquery-1.12.3.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.10.0/js/bootstrap-select.min.js"></script>
<script src="./assets/js/owl.carousel.min.js"></script>
<script src="./assets/js/script.js"></script>
</body>
</html>