-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeedback.html
75 lines (75 loc) · 4.24 KB
/
feedback.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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>MeetupBot - Feedback & Support</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<div class="container-fluid feedback">
<div class="container">
<div class="row">
<div class="text-center">
<a href="./index.html" style="color: white;">
<h1>MeetupBot</h1>
</a>
<h4>A Slack App <br /> Start Using me now</h4>
</div>
<br />
<div class="text-center">
<a href="https://slack.com/oauth/authorize?&client_id=203909835238.215742452917&scope=commands"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/add_to_slack@2x.png 2x" /></a>
</div><br />
<div class="col-md-6 col-md-push-3 form-div">
<h2 class="text-center">Help & Feedback </h2><span class="sup-email"><a href="mailto:thisispremsingh@gmail.com?subject=MeetupBot Support Request"><i class="fa fa-envelope-o" aria-hidden="true"></i> Email Directly</a></span>
<div class="row">
<div class="col-md-10 col-md-push-1">
<form class="form" id="feedback-form" method="POST" action="https://formspree.io/thisispremsingh@gmail.com">
<input type="text" name="Name" class="form-control input-lg" placeholder="Your Name"/>
<input type="email" name="_replyto" class="form-control input-lg" placeholder="Your Email"/>
<input type="hidden" name="_next" value="https://meetupbotteam.github.io/meetupbot-landing-page/">
<input type="hidden" name="_subject" value="MeetupBot - New submission!">
<input type="text" name="_gotcha" style="display:none">
<textarea name="Message" class="form-control input-lg" rows="8" cols="80" placeholder="Message"></textarea><br />
<input type="submit" name="Submit" class="btn input-lg btn-primary form-control" value="Send" />
</form>
</div>
</div>
</div>
<p class="text-center" style="clear: both; position:relative; top: 30px;"><a href="./index.html" class="back"><i class="fa fa-arrow-left" aria-hidden="true"></i> MeetupBot Homepage</a></p>
</div>
</div>
</div>
<!-- footer -->
<div class="container-fluid footer">
<div class="row text-center">
<div class="col-md-12">
<p>Start Using me now.</p>
<div style="width: 200px; margin: 0px auto;">
<a href="https://slack.com/oauth/authorize?&client_id=203909835238.215742452917&scope=commands"><img alt="Add to Slack" height="40" width="139" src="https://platform.slack-edge.com/img/add_to_slack.png" srcset="https://platform.slack-edge.com/img/add_to_slack.png 1x, https://platform.slack-edge.com/img/add_to_slack@2x.png 2x" /></a>
</div>
</div>
</div>
<div class="row text-center">
<p style="margin-top: 10px;">Built by
<a href="https://premprakashsingh.github.io">Premprakash Singh</a>,
<a href="https://github.com/nusli">Linus Brennecke</a> &
<a href="https://github.com/zamhaq">Zameer Haque</a>
</p>
<p><a href="./privacy-policy.html">View our Privacy Policy</a>. For support and feedback, <a href="./feedback.html">click here</a> .</p>
</div>
</div>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-105811407-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-105811407-1');
</script>
<script type="text/javascript" src="./js/script.js"></script>
</body>
</html>