forked from project-sunbird/project-sunbird.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
42 lines (36 loc) · 1.32 KB
/
contact.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
---
---
<!DOCTYPE html>
<html>
<head>
{% include head.html %}
<meta name="robots" content="index, follow">
</head>
<body>
{% include header.html %}
<div class="contributepage fill-height inner__content fixed-content">
<div class="container main">
<div class="row">
<div class="col-xs-12">
<script type="text/javascript" src="https://s3.amazonaws.com/assets.freshdesk.com/widget/freshwidget.js"></script>
<style type="text/css" media="screen, projection">
@import url(https://s3.amazonaws.com/assets.freshdesk.com/widget/freshwidget.css);
</style>
<iframe title="Contact Us"
class="freshwidget-embedded-form"
id="freshwidget-embedded-form"
src="https://opensunbird.freshdesk.com/widgets/feedback_widget/new?&widgetType=embedded&formTitle=Contact+Us&submitTitle=Submit&submitThanks=Thank+you+for+contacting+us.+!&screenshot=no&searchArea=no"
scrolling="no" height="500px" width="100%" frameborder="0" >
</iframe>
<script>
$('#freshwidget-embedded-form').load( function() {
$('#freshwidget-embedded-form').contents().find("head").append($("<style type='text/css'>.copyright{display:none !important;} </style>"));
});
</script>
</div>
</div>
</div>
</div>
{% include footer.html %}
</body>
</html>