-
Notifications
You must be signed in to change notification settings - Fork 0
/
hearing.html
130 lines (114 loc) · 7.02 KB
/
hearing.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
<!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">Is Your Workplace Loud? </h2>
<h4 class="section-subtitle">You may have a right to monetary compensation</h4>
</div>
</div>
</div>
<div>
<h4>Most have gone to a music show, or turned their headphones up for a favorite song. And maybe even damaged your hearing at one point. But, <strong>if you work in a loud environment
or wear a telephone headset at work, you are at risk of long term exposure to harmful noise that could seriously affect you ability to hear.</strong></h4>
<img class="img-responsive img-full" src="assets/images/hear.jpg" alt="Image of Hearing Protection">
<h4>Hearing loss is progressive, and does not always present with ringing in your ears other other obvious signs. If think you may have hearing loss, it is important to measure your hearing to prevent further harm. Fortunately, many hearing aid centers offer free hearing tests.
<strong>Contact me below and I can help you find a free hearing test near you</strong>. If you are found to have hearing loss, Workers Compensation can provide you with hearing aids to restore hearing loss and a pension to compensate you for the loss of hearing.</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 Your Free Consultation Now!</button>
<h4 style="text-align:center">(By Appointment Only)</h4>
</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>