-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
773 lines (769 loc) · 32 KB
/
index.html
File metadata and controls
773 lines (769 loc) · 32 KB
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
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
<!doctype HTML>
<html lang="en">
<head>
<title>Web Accessibility Report for Appalachian State University</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="header"><img src="./images/AppState logo.png" alt="Appalachian State University Logo" /></div>
<div id="main">
<h1>Web Accessibility Report for Appalachian State University</h1>
<h2>About the Evaluation</h2>
<p>Appalachian State is using the <a href="https://www.w3.org/">W3C's</a> <a
href="https://www.w3.org/TR/WCAG-EM/">Website Accessibility Conformance Evaluation Methodology</a> and the
<a href="https://www.w3.org/WAI/eval/report-tool/">WCAG-EM Report Tool</a> in conjunction with the <a
href="https://www.ssa.gov/accessibility/andi/">ANDI Accessiblity Test Tool</a> to evaluate the accessibility of
our websites.
</p>
<p>The following diagram describes the stages and activities of an evaluation procedure.</p>
<div>
<img src="./images/process.png" alt="Workflow diagram" />
</div>
<p>The workflow diagram above depicts five sequential steps:</p>
<ol>
<li>Define the evaluation scope;</li>
<li>Explore the target
website</li>
<li>Select a representative sample;</li>
<li>Audit the selected sample; and</li>
<li>Report the findings.</li>
</ol>
<p>Each step has an arrow
to
the next step, and arrows back to all prior steps. This illustrates how evaluators proceed from one step to the
next,
and may return to any preceding step in the process as new information is revealed to them during the evaluation
process.</p>
<p>Our baseline browser support is the following: Microsoft Edge, Opera, Safari, Google Chrome, Mozilla Firefox.</p>
<h2>Scope of the Evaluation</h2>
<p>
The following is a sample of Appalachian State's website presence and is representative of what may be found on
our
domain. At least 10% of the sample pages selected were chosen at random as per WCAG-EM recommendations.
</p>
<p>
Content types include the following: tables, accordions, collapsible elements, embedded media, tab
panes/interfaces,
modals, and cards.
</p>
<h3>List of Results</h3>
<table aria-label="Title Bar">
<tbody>
<tr>
<th scope="col">Home Page Image/Site Link</th>
<th scope="col">Common Site Name</th>
<th scope="col">Summary of Audit Results</th>
<th scope="col">Link to Evaluation</th>
</tr>
<tr>
<td id="Alumni"><a href="https://www.alumni.appstate.edu">
<img src="images/alumni.png" alt="Alumni Association Home Page Image"
title="Alumni Association Home Page" width="300px" height="200px">
</a></td>
<td>
<p>Alumni Association</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>18</span> <span>Passed</span></li>
<li><span>3</span> <span>Failed</span></li>
<li><span>1</span> <span>Cannot tell</span></li>
<li><span>8</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="alumni.html" aria-label="Alumni Association Report Link">alumni.html</a></p>
</td>
</tr>
<tr>
<td id="Academicworks"><a href="https://appstate.academicworks.com">
<img src="images/academicworks.png" alt="Scholarship Application Home Page Image"
title="Scholarship Application Home Page" width="300px" height="200px">
</a></td>
<td>
<p>Appalachian Scholarship Application Portal</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>13</span> <span>Passed</span></li>
<li><span>5</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>12</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="academicworks.html" aria-label="Scholarship Application Report Link">academicworks.html</a></p>
</td>
</tr>
<tr>
<td id="Athletics"><a href="https://appstatesports.com">
<img src="images/appstatesports.png" alt="Athletics Home Page Image"
title="Athletics Home Page" width="300px" height="200px">
</a></td>
<td>
<p>Appalachian State University Athletics</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>18</span> <span>Passed</span></li>
<li><span>5</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>7</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="appstatesports.html" aria-label="Athletics Report Link">appstatesports.html</a></p>
</td>
</tr>
<tr>
<td id="Campus"><a href="https://campusactivities.appstate.edu/">
<img src="images/campusactivities.jpg" alt="Campus Activities Home Page Image"
title="Campus Activities Home Page" width="300px" height="200px">
</a></td>
<td>
<p>Campus Activities</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>17</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>13</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="campusactivities.html" aria-label="Campus Activities Link">campusactivities.html</a></p>
</td>
</tr>
<tr>
<td id="Careers"><a href="https://careers.appstate.edu/">
<img src="images/careers.jpg" alt="Career Development Home Page Image"
title="Career Development Home Page" width="300px" height="200px">
</a></td>
<td>
<p>Career Development Center</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>15</span> <span>Passed</span></li>
<li><span>1</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>14</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="careers.html" aria-label="Career Development Report Link">careers.html</a></p>
</td>
</tr>
<tr>
<td id="Child Development"><a href="https://childdevelopment.appstate.edu/">
<img src="images/childdevelopment.png" alt=" Child Development Page Image"
title="Child Development Home Page" width="300px" height="200px">
</a></td>
<td>
<p>Child Development Center</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>17</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>13</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="childdevelopment.html" aria-label="Child Development Report Link">childdevelopment.html</a>
</p>
</td>
</tr>
<tr>
<td id="Cel"><a href="https://cel.appstate.edu/">
<img src="images/cel.png" alt="Community-Engaged Leadership Home Page Image"
title="Community-Engaged Leadership Home Page" width="300px" height="200px">
</a></td>
<td>
<p>Community-Engaged Leadership</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>19</span> <span>Passed</span></li>
<li><span>1</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>10</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="cel.html" aria-label="Cel Report Link">cel.html</a>
</p>
</td>
</tr>
<tr>
<td id="Counseling"><a href="https://counseling.appstate.edu/">
<img src="images/counseling.jpg" alt="Counseling Home Page Image" title="Counseling Home Page"
width="300px" height="200px">
</a></td>
<td>
<p>Counseling and Psychological Services</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>18</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>12</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="counseling.html" aria-label="Counseling Report Link">counseling.html</a></p>
</td>
</tr>
<tr>
<td id="History"><a href="https://history.appstate.edu">
<img src="images/history.png" alt="Department of History Home Page Image" title="Department of History Home Page"
width="300px" height="200px">
</a></td>
<td>
<p>Department of History</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul><li><span>19</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>11</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="history.html" aria-label="Department of History Report Link">history.html</a></p>
</td>
</tr>
<tr>
<td id="Engage"><a href="https://engage.appstate.edu">
<img src="images/engage.png" alt="Engage Home Page Image"
title="Engage Home Page" width="300" height="200">
</a></td>
<td>
<p>Engage</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>16</span> <span>Passed</span></li>
<li><span>2</span> <span>Failed</span></li>
<li><span>1</span> <span>Cannot tell</span></li>
<li><span>11</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="engage.html" aria-label="Engage Report Link">engage.html</a></p>
</td>
</tr>
<tr>
<td id="Electronic Student Services"><a href="https://ess.appstate.edu/">
<img src="images/ess.jpg" alt="Electronic Student Services Home Page Image"
title="Electronic Student Services Home Page" width="300" height="200">
</a></td>
<td>
<p>Electronic Student Services</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>17</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>13</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="ess.html" aria-label="Electronic Student Services Report Link">ess.html</a></p>
</td>
</tr>
<tr>
<td id="Financial Aid"><a href="https://financialaid.appstate.edu/">
<img src="images/financialaid.png" alt="Financial Aid Home Page Image" title="Financial Aid Home Page"
width="300px" height="200px">
</a></td>
<td>
<p>Financial Aid</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>16</span> <span>Passed</span></li>
<li><span>3</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>11</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="financialaid.html" aria-label="Financial Aid Report Link">financialaid.html</a></p>
</td>
</tr>
<tr>
<td id="Intercultural"><a href="https://intercultural.appstate.edu/">
<img src="images/intercultural.png" alt="Intercultural Home Page Image" title="Intercultural Home Page"
width="300px" height="200px">
</a></td>
<td>
<p>Intercultural Student Affairs</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>17</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>13</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="intercultural.html" aria-label="Intercultural Report Link">intercultural.html</a></p>
</td>
</tr>
<tr>
<td id="Health Services"><a href="https://healthservices.appstate.edu/">
<img src="images/healthservices.jpg" alt="Health Services Home Page Image"
title="Health Services Home Page" width="300px" height="200px">
</a></td>
<td>
<p>M.S. Shook Student Health Services</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>17</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>13</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="healthservices.html" aria-label="Health Services Report Link">healthservices.html</a></p>
</td>
</tr>
<tr>
<td id="Off Campus Housing"><a href="https://offcampushousing.appstate.edu">
<img src="images/offcampushousing.png" alt="Off Campus Housing Home Page Image"
title="Off Campus Housing Home Page" width="300" height="200">
</a></td>
<td>
<p>Off Campus Housing</p>
</td>
<td>
<p>Reported on 50 of 50 WCAG 2.1 AA Success Criteria.</p>
<ul>
<li><span>27</span> <span>Passed</span></li>
<li><span>2</span> <span>Failed</span></li>
<li><span>2</span> <span>Cannot tell</span></li>
<li><span>19</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="offcampushousing.html" aria-label="Off Campus Housing Report Link">offcampushousing.html</a></p>
</td>
</tr>
<tr>
<td id="Off Campus"><a href="https://offcampus.appstate.edu/">
<img src="images/offcampus.jpg" alt="Off Campus Home Page Image" title="Off Campus Home Page"
width="300px" height="200px">
</a></td>
<td>
<p>Off Campus Student Services</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A uccess Criteria.</p>
<ul>
<li><span>15</span> <span>Passed</span></li>
<li><span>1</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>14</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="offcampus.html" aria-label="Off Campus Report Link">offcampus.html</a></p>
</td>
</tr>
<tr>
<td id="Odr"><a href="https://odr.appstate.edu">
<img src="images/odr.png" alt="Disability Resources Home Page Image"
title="Disability Resources Home Page" width="300" height="200">
</a></td>
<td>
<p>Office of Disability Resources</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>16</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>14</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="odr.html" aria-label="Disability Resources Report Link">odr.html</a></p>
</td>
</tr>
<tr>
<td id="Dean of Students"><a href="https://deanofstudents.appstate.edu/">
<img src="images/deanofstudents.png" alt="Dean of Students Home Page Image"
title="Dean of Students Home Page" width="300px" height="200px">
</a></td>
<td>
<p>Office of the Dean of Students</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>16</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>14</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="deanofstudents.html" aria-label="Dean of Students Report Link">deanofstudents.html</a></p>
</td>
</tr>
<tr>
<td id="Parents"><a href="https://parents.appstate.edu/">
<img src="images/parents.jpg" alt="Parents Home Page Image" title="Parents Home Page" width="300px"
height="200px">
</a></td>
<td>
<p>Parent and Family Services</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>15</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>15</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="parents.html" aria-label="Parents Report Link">parents.html</a></p>
</td>
</tr>
<tr>
<td id="Student Union"><a href="https://studentunion.appstate.edu/">
<img src="images/studentunion.jpg" alt="Student Union Home Page Image" title="Student Union Home Page"
width="300px" height="200px">
</a></td>
<td>
<p>Plemmons Student Union</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>11</span> <span>Passed</span></li>
<li><span>5</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>14</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="studentunion.html" aria-label="Student Union Report Link">studentunion.html</a></p>
</td>
</tr>
<tr>
<td id="Post Office"><a href="https://postoffice.appstate.edu">
<img src="images/postoffice.png" alt="Post Office Home Page Image"
title="Post Office Home Page" width="300" height="200">
</a></td>
<td>
<p>Post Office</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>18</span> <span>Passed</span></li>
<li><span>1</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>11</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="postoffice.html" aria-label="Post Office Report Link">postoffice.html</a></p>
</td>
</tr>
<tr>
<td id="StarRez Portal"><a href="https://appstate.starrezhousing.com/StarRezPortal">
<img src="images/starrezportal.png" alt="StarRez Portal Home Page Image"
title="StarRez Portal Home Page" width="300" height="200">
</a></td>
<td>
<p>StarRez Portal</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>17</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>13</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="starrezportal.html" aria-label="StarRez Portal Report Link">starrezportal.html</a></p>
</td>
</tr>
<tr>
<td id="StarRez Web"><a href="https://appstate.starrezhousing.com/StarRezWeb/">
<img src="images/starrezweb.png" alt="StarRez Web Home Page Image"
title="StarRez Web Home Page" width="300" height="200">
</a></td>
<td>
<p>StarRez Web</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>18</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>12</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="starrezweb.html" aria-label="StarRez Web Report Link">starrezweb.html</a></p>
</td>
</tr>
<tr>
<td id="Student Affairs"><a href="https://studentaffairs.appstate.edu/">
<img src="images/studentaffairs.png" alt="Student Affairs Home Page Image"
title="Student Affairs Home Page" width="300px" height="200px">
</a></td>
<td>
<p>Student Affairs</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>19</span> <span>Passed</span></li>
<li><span>2</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>9</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="studentaffairs.html" aria-label="Student Affairs Report Link">studentaffairs.html</a></p>
</td>
</tr>
<tr>
<td id="Student Conduct"><a href="https://studentconduct.appstate.edu/">
<img src="images/studentconduct.jpg" alt="Student Conduct Home Page Image"
title="Student Conduct Home Page" width="300px" height="200px">
</a></td>
<td>
<p>Student Conduct</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>17</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>13</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="studentconduct.html" aria-label="Student Conduct Report Link">studentconduct.html</a></p>
</td>
</tr>
<tr>
<td id="Legal Clinic"><a href="https://legalclinic.appstate.edu/">
<img src="images/legalclinic.jpg" alt="Legal Clinic Home Page Image" title="Legal Clinic Home Page"
width="300px" height="200px">
</a></td>
<td>
<p>Student Legal Clinic</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>16</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>14</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="legalclinic.html" aria-label="Legal Clinic Report Link">legalclinic.html</a></p>
</td>
</tr>
<tr>
<td id="TimeClock"><a href="https://timeclock.appstate.edu">
<img src="images/timeclock.png" alt="TimeClock Plus Home Page Image"
title="TimeClock Plus Home Page" width="300" height="200">
</a></td>
<td>
<p>TimeClock Plus</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>14</span> <span>Passed</span></li>
<li><span>6</span> <span>Failed</span></li>
<li><span>1</span> <span>Cannot tell</span></li>
<li><span>9</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="timeclock.html" aria-label="TimeClock Plus Report Link">timeclock.html</a></p>
</td>
</tr>
<tr>
<td id="Title IX"><a href="https://titleix.appstate.edu">
<img src="images/titleix.png" alt="Title IX Home Page Image"
title="Title IX Home Page" width="300" height="200">
</a></td>
<td>
<p>Title IX</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>17</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>13</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="titleix.html" aria-label="Title IX Report Link">titleix.html</a></p>
</td>
</tr>
<tr>
<td id="Appstate"><a href="https://www.appstate.edu">
<img src="images/appstate.png" alt="Appstate Home Page Image"
title="Appstate Home Page" width="300" height="200">
</a></td>
<td>
<p>University Homepage</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>15</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>1</span> <span>Cannot tell</span></li>
<li><span>14</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="appstate.html" aria-label="Appstate Report Link">appstate.html</a></p>
</td>
</tr>
<tr>
<td id="Housing"><a href="https://housing.appstate.edu/">
<img src="images/housing.jpg" alt="Housing Home Page Image" title="Housing Home Page" width="300px"
height="200px">
</a></td>
<td>
<p>University Housing</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>18</span> <span>Passed</span></li>
<li><span>1</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>11</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="housing.html" aria-label="Housing Report Link">housing.html</a></p>
</td>
</tr>
<tr>
<td id="Urec"><a href="https://urec.appstate.edu/">
<img src="images/urec.png" alt="Urec Home Page Image" title="Urec Home Page" width="300px" height="200px">
</a></td>
<td>
<p>University Recreation</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>17</span> <span>Passed</span></li>
<li><span>3</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>10</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="urec.html" aria-label="Urec Report Link">urec.html</a>
</p>
</td>
</tr>
<tr>
<td id="Wellness"><a href="https://wellness.appstate.edu/">
<img src="images/wellness.jpg" alt="Wellness Home Page Image" title="Wellness Home Page" width="300px"
height="200px">
</a></td>
<td>
<p>Wellness and Prevention Services</p>
</td>
<td>
<p>Reported on 30 of 30 WCAG 2.1 A Success Criteria.</p>
<ul>
<li><span>18</span> <span>Passed</span></li>
<li><span>0</span> <span>Failed</span></li>
<li><span>0</span> <span>Cannot tell</span></li>
<li><span>12</span> <span>Not present</span></li>
<li><span>0</span> <span>Not checked</span></li>
</ul>
</td>
<td>
<p><a href="wellness.html" aria-label="Wellness Report Link">wellness.html</a></p>
</td>
</tr>
</tbody>
</table>
<div><p>Last Updated March 7, 2023</p></div>
<div class="next-page"><a href="./secondary/">Secondary/Auxiliary sites</a></div>
</div>
</body>