forked from Section508Coordinators/ACRT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (53 loc) · 2.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>ACRT Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=no" />
<meta name="description" content="Great Tool to track test results" />
<link rel="stylesheet" type="text/css" href="./CSS/acrt_styles.css">
<script src="./JS/AngularJS1.6.9/angular.min.js"></script>
</head>
<body >
<a href="#helpID" id="skipID" class="skip" autofocus >Skip to Main Content </a>
<div >
<img src=".\Resources\logo.png" alt="ACRT logo" title="ACRT Logo"style="width:5em;height:3.3em;">
<strong style="font-size: 1.5em;display: inline-block;" title="Accessibility Conformance Reporting Tool (ACRT)"> Accessibility Conformance Reporting Tool (ACRT) </strong>
</div>
<div class="topnav" id="myTopnav">
<a title="Home" href="./index.html" id="homeID" class="menu" >Home </a> <!--target="_blank" -->
<a title="Instructions" href="./Instruction.html" id="instructionID" class="menu" id="defaultFocus" >Instructions </a>
<a title="Create Report" href="./ACRT_Web_Input_Form.html" id="crtReportID" class="menu" >Create Report</a>
<a title="View Report" href="./ACRT_View_webReport.html" id="vwRptId" class="menu" >View Report</a>
<a title="View License" href= "./LICENSE.html" id="licenseID" class="menu" > View License </a>
</div>
<article>
<br><br><br><br>
<div class="row1">
<div class="column1" style="position: relative; top:0em;left: 0em;">
<p>
<span style="font-size: 2em;" id="helpID">ACRT Home </span><br><br>
ACRT is an open source tool developed by the U.S. Department of Homeland Security to track testing results from the Section 508 Conformance Test process.
We encourage and welcome feedback and suggestions from the testing community! For user support, email at <a href="mailto:[email protected]?subject=ACRT%20feedback" >DHS Accessibility Help Desk.</a>
<br><br>
<span style="color: #238900; ">Version 2.2.0 </span><br>
<span>Developed for use in Firefox, Edge & Chrome </span>
<br>
Download latest version: <br>
All Users <a href= "https://github.com/Section508Coordinators/ACRT " target="_blank" id="githubSrc"> ACRT GitHub Repository </a>
<br>DHS Users <a href= "https://maestro.dhs.gov/stash/projects/APPDEV/repos/acrt/browse/acrt" target="_blank" id="bitbucketSrc"> ACRT BitBucket Repository </a>
</p>
</div>
<div class="column1">
<br>
<img src=".\Resources\hmpg.jpg" alt="Accessibility Conformance Reporting Tool (ACRT)" title="Laptop with Homeland Security logo in center of monitor" style="width:20em;height:13em; display: inline-block;position: relative; top:0em;left: 0em;">
</div>
</div>
</div>
</article>
<br><br>
<div class="footer">
<span style=" font-size: 1.3em;display: inline-block;" title="Office of Accessible Systems & Technology (OAST)"><strong>Office of Accessible Systems & Technology (OAST)</strong></span>
</div>
<script src="./JS/common.js"> </script>
</body>
</html>