forked from fkb5105/InsuranceProject-DIGIT400
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaccessibility.html
64 lines (63 loc) · 3.33 KB
/
accessibility.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat">
<link rel="stylesheet" href="style.css" type="text/css">
<script src="script.js"></script>
<script src="https://kit.fontawesome.com/2b9cdc1c9a.js" crossorigin="anonymous"></script>
<title>Erie Insurance Web Redesign Project</title>
</head>
<body>
<section id="accessibility">
<div class="dicTitle">
<div class="menu" id="myMenu">
<a href="index.html">Home</a>
<a href="index.html#homeContent">About</a>
<a href="dictionary.html">Dictionary</a>
<a href="accessibility.html" class="active">Accessibility</a>
<a href="deductible.html">Deductible</a>
<a href="javascript:void(0);" class="icon" onclick="Menubar()">
<i class="fa fa-bars"></i>
</a>
</div>
<h1>Accessibility</h1>
</div>
<div class="accContent">
<div class="content">
<div class="ques">
<h3>It's Importance</h3>
<p>Accessibility is a necessity in the web developing world. It broadens the
consumer umbrella to bring in new and reoccurring users. By aiding
websites with easier and quicker obtainability, we give users the
capability to reach the content they need. That’s why our main focus of
this project is to help the overall flow of the website, to make it more
effortless for everyone.</p>
</div>
<div id="addImg" class="ques">
<div class="flex-item-left">
<h3>How It's Shown in this Project</h3>
<p>Accessibility is a necessity in the web developing world. It broadens the
consumer umbrella to bring in new and reoccurring users. By aiding
websites with easier and quicker obtainability, we give users the
capability to reach the content they need. That’s why our main focus of
this project is to help the overall flow of the website, to make it more
effortless for everyone.</p>
</div>
<div class="right">
<figure id="insuranceClip">
<img src="multimedia/accessabilityImg.png"
alt="Image of the universal handycapped symbol" />
<figcaption>
<a
href="https://www.w3.org/WAI/media/av/">Image Link</a>
</figcaption>
</figure>
</div>
</div>
</div>
</div>
</section>
</body>
</html>