-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy paththanks.html
147 lines (111 loc) · 6.46 KB
/
thanks.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>ChatAnalyzer - Visualize your WhatsApp Chats</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/fontawesome.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
<link href="css/Montserrat.css" rel="stylesheet" type="text/css">
<link href="css/Lato.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.css" rel="stylesheet">
</head>
<body id="page-top">
<h5 class="text-center pt-2 text-secondary">No chat data is uploaded - works 100% offline - <a href="https://github.com/mowolf/ChatAnalyzer" target="_blank" class"text-small">Source Code <i class="fab fa-github"></i></a> </h5>
<!-- Header -->
<header class="masthead bg-primary text-white">
<div class="container">
<h1 class="text-uppercase mb-0 text-center">Thanks!! </h1>
<hr class="star-light">
<h2 class="font-weight-light mb-0"></h2>
<!-- Upload Field -->
<div class="text-center">
<p class="btn btn-xl mt-4 btn-secondary" >
<a href="https://chatanalyzer.moritzwolf.com">Click to get back!</a>
</p>
</div>
</div>
</header>
<!-- feedback form --->
<div id="feedback">
<div id="feedback-form" style='display:none;background:white;' class="col-xs-4 panel panel-default">
<form role="form" method="post" id="reused_form" class="form panel-body pt-1">
<div class="form-group">
<label for="comments"> Comments:</label>
<textarea class="form-control" type="textarea" id="comments" placeholder="Any ideas? Missing something? Tool does not work?" name="comments" maxlength="6000"></textarea>
</div>
<div class="form-group">
<label for="email"> Email:</label>
<input type="email" class="form-control" placeholder="Your e-mail" id="email" name="email" required>
</div>
<div class="form-group">
<button type="submit" class="btn btn-lg btn-warning pull-right pb-2 mb-2" iaria-hidden="true"></i>Send</button>
</div>
</form>
<div id="success_message" style="width:100%; height:100%; display:none; "> <h3 class="text-secondary text-center pt-3">Posted your feedback successfully!</h3> </div>
<div id="error_message" style="width:100%; height:100%; display:none; "> <h3 class="text-secondary text-center">Error</h3> Sorry there was an error sending your form. </div>
</div>
<div id="feedback-tab">Feedback</div>
</div>
<!-- Footer -->
<footer class="footer text-center">
<div class="container">
<div class="mb-0">
<a name="sourcecode"></a>
<h4 class="text-uppercase mb-4">About ChatAnalyzer</h4>
<p class="lead">ChatAnalyzer is a free and open-source service to analyze chat data from WhatsApp.</p>
<p> No data is ever transfered to the server. All computing is done locally in your browser! </p>
<p class="small"><a href="https://github.com/mowolf/ChatAnalyzer">See sourcecode on github</a>.</p>
<!-- line -->
<hr class="style1">
<!-- Donate-->
<p>If you had fun with the ChatAnalyzer. Buy me a coffe!</p>
<form class="pt-3" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="5PTUQRRMS2X6E">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif" width="1" height="1">
</form>
<!-- line -->
<hr class="style1">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://travelingwolf.us11.list-manage.com/subscribe/post?u=5810357f96f7ab1365bcd3dbf&id=7f2c7e84d8" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<label for="mce-EMAIL">Subscribe to get an e-mail when new features get added!</label>
<input type="email" value="" name="EMAIL" class="mt-3 form-control col-md-4 offset-md-4" id="mce-EMAIL" placeholder="Enter email address." required>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_5810357f96f7ab1365bcd3dbf_7f2c7e84d8" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="btn btn-secondary mt-4"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</footer>
<!-- Copyright -->
<div class="copyright py-4 text-center text-white">
<div class="container">
<p><small> <a href="DataPrivacyRegulation.html"> Disclaimer & Data Privacy </a></small></p>
<small>WhatsApp is a registered trademark of WhatsApp Inc. This site and service are not related in any way to WhatsApp Inc.</small>
<p></p>
<p><small>Copyright © ChatAnalyzer 2018</small></p>
</div>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- feedback form-->
<script src="js/feedback.js"></script>
<script src="js/form.js"></script>
</body>
</html>