-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
74 lines (52 loc) · 2.85 KB
/
index.html
File metadata and controls
74 lines (52 loc) · 2.85 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SCRT 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\acrt-logo-lrg.png" alt="SCRT logo" title="SCRT Logo"style="width:10em; margin-bottom:-7px;">
<strong style="font-size: 1.5em; display: inline-block; margin-bottom:7px;" title="Section 508 Compliance Reporting Tool (SCRT)"> Section 508 Compliance Reporting Tool (SCRT) </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="./createReport.html" id="crtReportID" class="menu" >Create Report</a>
<a title="View Report" href="./viewReport.html" id="vwRptId" class="menu" >View Report</a>
<a title="View License" href= "./issue_survey.html" id="licenseID" class="menu" >Submit Issues/Surveys </a>
</div>
<article>
<br><br><br><br>
<div class="row1">
<div class="column1" style="position: relative; top:0em;left: 3em;">
<p>
<h1 id="helpID" >SCRT Home </h1><br><br>
SCRT 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 <a href="mailto:accessibility@hq.dhs.gov?subject=SCRT%20feedback" >DHS Section 508 Help Desk.</a>
<h5 style="font-size: 1em;color:green">Version 5.0.0 </h5><br>
<span>Developed for use with Firefox, Edge & Chrome </span>
<br>
Download latest version: <br>
All Users <a href= "https://github.com/Section508Coordinators/ACRT " target="_blank" id="githubSrc"> SCRT GitHub Repository </a>
<br>DHS Users <a href= "https://maestro.dhs.gov/gitlab-ce/appdev/acrt" target="_blank" id="bitbucketSrc"> SCRT GitLab Repository </a>
</p>
</div>
<div class="column1">
<br>
<img src=".\Resources\laptop.png" alt="Laptop with Homeland Security logo on screen" style="width:30em; display: inline-block;position: relative; top:0em;left: -2em;">
</div>
</div>
</div>
</article>
<br><br>
<div class="footer">
<span style=" font-size: 1.3em;display: inline-block;" title="DHS Customer Experience Directorate (CXD)"><strong>DHS Customer Experience Directorate (CXD)</strong></span>
</div>
<script src="./JS/common.js"> </script>
</body>
</html>