-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissue_survey.html
More file actions
59 lines (43 loc) · 2.43 KB
/
issue_survey.html
File metadata and controls
59 lines (43 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Submit Survey/Issue</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;" 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 Issue/Survey </a>
</div>
<article>
<div style="margin-left: 1em;margin-right: 1em;">
<p>
<h1 id="helpID">Submit a Survey </h1>
<br>
<b>Your feedback is important for us to improve SCRT ! Please take the brief<a title="SCRT Survey" href= "https://www.surveymonkey.com/r/DHSACRT " target="_blank" id="surveyID"> SCRT Survey </a> </b>
</P>
<p>
<h1 id="helpID">Submit an issue </h1>
<br>
<b>Are you having problem with SCRT ! Please submit an issue at <a title="SCRT Issue" href= "https://forms.office.com/pages/responsepage.aspx?id=bOfNPG2UEkq7evydCEI1Ss2mEhj9aoZIswA9Qjq0d75UMURVTThYWU1PN1NDWTQySDcyU1lCVlJDRS4u&origin=lprLink&wdLOR=c560317D2-77F8-426E-B982-87D8BD604F22&route=shorturl " target="_blank" id="surveyID"> SCRT Issue </a> , our team will address it.</b>
</P>
</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>