generated from VCGithubCode/vernell-c-new-repo-generator
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
246 lines (232 loc) · 12.4 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
<!DOCTYPE html>
<html lang="en" data-bs-theme="auto" data-font-theme="default">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Explore Access Granted's accessibility, inclusiveness and availability for all. Access a wide range of different functions for accessibility">
<meta name="keywords" content="Accessible, accessibility, inclusive, inclusiveness, for everyone, a website for all">
<!-- Link head tags -->
<link rel='shortcut icon' href="assets/images/logo.webp">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<title>Access Granted | Home</title>
</head>
<body class="relative">
<a href="#main-content" class="d-none">Skip to main content</a>
<header class="fixed-top">
<nav class="navbar navbar-expand-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo.webp" alt="Access Granted Logo" width="30" height="30"
class="d-inline-block align-top">
Access Granted
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarContent"
aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item mt-2">
<a class="nav-link" href="resources.html"><i class="fas fa-book"></i> Resources</a>
</li>
<li class="nav-item mt-2">
<a class="nav-link" href="about.html"><i class="fas fa-info-circle"></i> About</a>
</li>
<li class="nav-item mt-2">
<a class="nav-link" href="contact.html"><i class="fas fa-envelope"></i> Contact</a>
</li>
<li><button class="btn btn-secondary mt-2" type="button" data-bs-toggle="offcanvas"
data-bs-target="#offcanvasWithBothOptions" aria-controls="offcanvasWithBothOptions"><i
class="fas fa-universal-access"></i> Accessibility</button></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Canvas sidebar -->
<div class="offcanvas offcanvas-end" data-bs-scroll="true" tabindex="-1" id="offcanvasWithBothOptions"
aria-labelledby="offcanvasWithBothOptionsLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasWithBothOptionsLabel">Accessibility Settings</h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<ul class="list-unstyled p-3">
<li class="mb-3">
<div class="dropdown-item">
<label class="form-label">Font Size</label>
<div class="d-flex flex-column">
<div class="btn-group" role="group" aria-label="Font Size">
<input type="radio" class="btn-check font-size-option" name="fontSize" id="fontSizeSmall" value="small">
<label class="btn btn-outline-secondary" for="fontSizeSmall">Small</label>
<input type="radio" class="btn-check font-size-option" name="fontSize" id="fontSizeMedium"
value="medium" checked>
<label class="btn btn-outline-secondary" for="fontSizeMedium">Medium</label>
<input type="radio" class="btn-check font-size-option" name="fontSize" id="fontSizeLarge" value="large">
<label class="btn btn-outline-secondary" for="fontSizeLarge">Large</label>
</div>
</div>
</div>
</li>
<li class="mb-3">
<div class="dropdown-item">
<div class="form-check form-switch form-switch-lg d-flex align-items-center">
<input class="form-check-input font-switch" type="checkbox" id="fontSwitch1" aria-label="Font switch">
<label class="form-check-label ms-2" for="fontSwitch1">Turn on Dyslexic Font</label>
</div>
</div>
</li>
<li class="mb-3">
<div class="dropdown-item">
<div class="form-check form-switch form-switch-lg d-flex align-items-center">
<input class="form-check-input theme-switch" type="checkbox" id="themeSwitch1" aria-label="Theme switch">
<label class="form-check-label ms-2" for="themeSwitch1">Turn on High Contrast</label>
</div>
</div>
</li>
</ul>
</div>
</div>
<!-- Back to top button -->
<a href="#" class="btn btn-primary btn-lg back-to-top position-fixed bottom-0 end-0 m-3 d-none z-3" aria-label="Back to Top">
<i class="fas fa-arrow-up"></i>
</a>
<main id="main-content">
<section class="p-5 text-center text-md-end container-fluid main-background d-flex align-items-center">
<div class="row w-100 align-items-center">
<div class="col-lg-6 col-md-8 mx-auto">
<h1>Welcome to Access Granted</h1>
<p class="fw-medium">We're dedicated to making the web accessible for everyone.</p>
<p>
<a href="#features" class="btn btn-lg btn-primary my-2">Explore Our Features</a>
</p>
</div>
<div class="col-lg-6 col-md-8 mx-auto">
<img src="assets/images/locky.webp" alt="A cute lock character simulating access for all" class="img-fluid"
height="400" width="400">
</div>
</div>
</section>
<div class="album py-5" id="features">
<div class="container mt-5">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-3 g-4">
<div class="col">
<div class="card h-100 shadow border-0 bg-feature-card">
<img src="assets/images/microphone-iconNoBG.webp" class="card-img-top" alt="Feature 1 illustration">
<div class="card-body p-4 d-flex flex-column justify-content-between">
<div>
<h5 class="card-title">Voice Assistant: Your Personal Guide</h5>
<h6 class="card-subtitle mb-2 text-muted">Meet Mikey the Mic!</h6>
<p class="card-text text-body">Unlock seamless navigation with our Voice Assistant, Mikey the Mic.
Designed for individuals relying on assistive technology, this feature enables hands-free control
and easy interaction through voice commands. Experience the web without barriers.</p>
</div>
<div class="d-flex gap-3 align-items-center">
<a href="resources.html" class="btn btn-sm btn-primary"><i class="fas fa-info-circle"></i> Learn
More</a>
<a href="voice.html" class="btn btn-sm btn-secondary"><i class="fas fa-microphone"></i> Try it out</a>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 shadow border-0 bg-feature-card">
<img src="assets/images/glasses-iconNoBG.webp" class="card-img-top" alt="Feature 2 illustration">
<div class="card-body p-4 d-flex flex-column justify-content-between">
<div class="mb-3">
<h5 class="card-title">OpenDyslexic: Read with Ease</h5>
<h6 class="card-subtitle mb-2 text-muted">Say Hi to Glassy with the Glasses!</h6>
<p class="card-text text-body">Enhance readability with the OpenDyslexic font, guided by Glassy with
the Glasses. Perfect for users with dyslexia, this feature reduces visual stress and improves
comprehension. Activate it to transform our text into a dyslexia-friendly format.</p>
</div>
<div class="d-flex flex-column gap-3 align-items-start">
<div class="form-check form-switch form-switch-md d-flex">
<input class="form-check-input font-switch mt-0" type="checkbox" id="fontSwitch2"
aria-label="Font switch">
<label class="form-check-label ms-2 text-body" for="fontSwitch2">Turn on Dyslexic Font</label>
</div>
<a href="resources.html#dyslexia" class="btn btn-sm btn-primary"><i class="fas fa-info-circle"></i>
Learn More</a>
</div>
</div>
</div>
</div>
<div class="col">
<div class="card h-100 shadow border-0 bg-feature-card">
<img src="assets/images/contrast-iconNoBG.webp" class="card-img-top" alt="Feature 3 illustration">
<div class="card-body p-4 d-flex flex-column justify-content-between">
<div class="mb-3">
<h5 class="card-title">High Contrast Mode: See It Clearly</h5>
<h6 class="card-subtitle mb-2 text-muted">Meet Spikey the Hedgehog!</h6>
<p class="card-text text-body">Improve visibility with High Contrast Mode, thanks to Spikey the
Hedgehog. Ideal for users with color blindness or visual impairments, this feature increases text
and image contrast for a clearer, more comfortable viewing experience.</p>
</div>
<div class="d-flex flex-column gap-3 align-items-start">
<div class="form-check form-switch form-switch-md d-flex">
<input class="form-check-input theme-switch mt-0" type="checkbox" id="themeSwitch2"
aria-label="Theme switch">
<label class="form-check-label ms-2 text-body" for="themeSwitch2">Turn on High Contrast</label>
</div>
<a href="resources.html#high-contrast" class="btn btn-sm btn-primary"><i
class="fas fa-info-circle"></i> Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<p>
<strong>Join the Movement Towards Inclusive Design</strong> At Access Granted, we believe in creating an
inclusive digital environment for all users. By leveraging these innovative features, we're breaking down
barriers and setting new standards in accessibility. Explore our site, experience the difference, and join us in
the mission to make the web a more accessible place for everyone.
</p>
</div>
</main>
<hr>
<footer class="text-muted py-5">
<div class="container footerdiv">
<div class="row">
<div class="col-md-4">
<h5>Social</h5>
<ul class="list-unstyled">
<li><a href="https://github.com/VCGithubCode/access-granted" class="text-muted" target="_blank"
rel="noopener" aria-label="Visit our github repository page(Opens in a new tab)" aria-hidden="true"><i
class="fa-brands fa-github"></i> Github</a></li>
<li><a href="https://app.slack.com/client/T0L30B202/C080JB3ETHU" class="text-muted" target="_blank"
rel="noopener" aria-label="Visit our Slack channel(Opens in a new tab)" aria-hidden="true"><i
class="fa-brands fa-slack"></i> Slack</a></li>
</ul>
</div>
<div class="col-md-4">
<h5>Site Map</h5>
<ul class="list-unstyled">
<li><a href="index.html" class="text-muted">Home</a></li>
<li><a href="resources.html" class="text-muted">Resources</a></li>
<li><a href="about.html" class="text-muted">About</a></li>
<li><a href="contact.html" class="text-muted">Contact</a></li>
</ul>
</div>
</div>
<p class="mb-1">© 2024 Access Granted Project</p>
</div>
</footer>
<!-- Fontawesome icons -->
<script src="https://kit.fontawesome.com/8f0b8db894.js" crossorigin="anonymous"></script>
<!-- Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Custom Script -->
<script src="assets/js/script.js"></script>
<!-- Theme Switcher Script -->
<script src="assets/js/theme-switcher.js"></script>
<!-- Toggle navigation bar background -->
<script src="assets/js/navbar-background-toggler.js"></script>
</body>
</html>