-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeedback.html
More file actions
71 lines (58 loc) · 3.01 KB
/
feedback.html
File metadata and controls
71 lines (58 loc) · 3.01 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
60
61
62
63
64
65
66
67
68
69
70
71
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sangharsh Pathak</title>
<link href="./css/bootstrap.css" rel="stylesheet" type="text/css">
<link href="./fonts/font.css" rel="stylesheet" type="text/css">
<link href="./css/custom.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="./images/logo.ico" type="image/x-icon">
<script src="./js/jquery-1.11.1.min.js"></script>
<script src="./js/bootstrap.js"></script>
<script src="./js/animate.js"></script>
</head>
<body>
<section class="pageInside">
<nav class="navbar navbar-default" role="navigation" id="top_menu"></nav>
<div class="PageTitlelBox text-center">
<h1 class="yellowTextColor"> Send Feedback </h1>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-sm-10 col-xs-offset-1 text-center marginTop3p" >
<!-- <img src="images/at_wai.jpg" class="imageRound img-responsive" alt="" style='width:350px;height:350px;'/> -->
</div>
<div class="col-sm-10 col-xs-offset-1 text-center" style='min-height:500px;' >
<!-- <h2 class="redTextColor">Post Name</h2> -->
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'sangharshpathak'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</div>
</div>
</div>
<footer id="bottom_menu"></footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45777786-2', 'auto');
ga('send', 'pageview');
</script>
<script src="./js/main.js"></script>
</body>
</html>