forked from auxfuse/hackathon-git-labs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
accessibility.html
69 lines (62 loc) · 3.14 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
65
66
67
68
69
<!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.0">
<link rel="stylesheet" href="assets/css/style.css">
<title>Accessibility Policy</title>
</head>
<body class="accessibility-body">
<h1 class="accessibility-header">Accessibility Policy</h1>
<section>
<h2 class="accessibility-header">Hackathon Github Labs</h2>
<p class="accessibility-paragraph">We believe that everyone should benefit from this website and get the most out of it.</p>
</section>
<section>
<h3 class="section-header">Supported Browsers</h3>
<ul class="web-browser-section">
<li>Google Chrome</li>
<li>Mozilla Firefox</li>
<li>Safari</li>
<li>Microsoft Edge</li>
<li>Samsung Internet</li>
</ul>
</section>
<section>
<h3 class="accessibility-header">How to increase text size</h3>
<ul class="accessibility-ul">
<li class="accessibility-li">Google Chrome
<ul class="accessibility-ul">
<li>Using a mouse: control key and roll forward mouse wheel forward or backwards to preferred text size.</li>
<li>Using a keyboard: control key and + (plus) or - (minus) to increase or decrease text size.</li>
</ul>
</li>
<li class="accessibility-li">Firefox
<ul class="accessibility-ul">
<li>Using a mouse: control key and roll forward mouse wheel forward or backwards to preferred text size.</li>
<li>Using a keyboard: control key and + (plus) or - (minus) to increase or decrease text size.</li>
</ul>
</li>
<li class="accessibility-li">Safari
<ul class="accessibility-ul">
<li>Using a mouse: control key and roll forward mouse wheel forward or backwards to preferred text size.</li>
<li>Using a keyboard: control key and + (plus) or - (minus) to increase or decrease text size.</li>
<li>Using a keyboard: Command key and + (plus) or - (minus) to increase or decrease text size (Mac users)</li>
</ul>
</li>
<li class="accessibility-li">Edge
<ul class="accessibility-ul">
<li>Using a mouse: control key and roll forward mouse wheel forward or backwards to preferred text size.</li>
<li>Using a keyboard: Command key and + (plus) or - (minus) to increase or decrease text size</li>
<li>Using a keyboard: Command key and + (plus) or - (minus) to increase or decrease text size (Mac users)</li>
</ul>
</li>
</ul>
</section>
<section>
<h3 class="accessibility-header">Screen resolution</h3>
<p class="accessibility-paragraph">This website has been designed to be fully responsive, from the minimum width screen sizes 320px to the maximum
width screen size of 2000px.</p>
</section>
</body>