-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathjiraissue.html
More file actions
41 lines (38 loc) · 1.8 KB
/
jiraissue.html
File metadata and controls
41 lines (38 loc) · 1.8 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
---
sitemap: false
---
<html>
<head>
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.0.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Karla:700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://synereo.atlassian.net/s/367c683a4606043ee72a90fc87527411-T/lkx5ka/72002/b6b48b2829824b869586ac216d119363/2.0.13/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=aa1e5acc"></script>
<script type="text/javascript">window.ATL_JQ_PAGE_PROPS = {
"triggerFunction": function(showCollectorDialog) {
jQuery("#feedback-button").click(function(e) {
e.preventDefault();
showCollectorDialog();
});
}};</script>
<style>
body { color: #2EAEE3; background-color: #242D40; font-family: 'Karla', sans-serif; }
a { text-decoration: none; }
a:link { color: #9554B0; }
a:visited { color: #9554B0; }
a:hover { color: #FF6F12; }
a:active { color: #FF6F12; }
</style>
</head>
<body>
<div style="text-align: center; margin-top: 100px;">
<img src="https://raw.githubusercontent.com/synereo/assets/master/logos/LogoType_White.png" width="300px" />
<br /><br />
<h2><a href="#" id="feedback-button">Submit product feedback</a></h2>
<div style="display: inline-block; text-align: justify; width: 625px;">
This form is intended to be an issue collector for bugs, feature suggestions, and any other design related feedback
that you'd like to get into the hands of the core design team. Please visit the
<a href="https://synereo.atlassian.net/wiki/display/PD/" title="Synereo Product Design">Product Design Space</a>
for more information.
</div>
</div>
</body>
</html>