This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeedback.html
181 lines (166 loc) · 9.73 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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<!-- I see you snooping there ;) .-->
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8"/>
<!--[if IE]><meta http-equiv="x-ua-compatible" content="IE=9" /><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Submit Feedback | Rewind Gaming</title>
<meta name="description" content="This is the best place to complain to us about our website!"/>
<meta name="keywords" content="rewind, gaming, rocket, league, tournaments, competitive, team, esports, poisonwasp, bucketman"/>
<meta name="author" content="bucketman"/>
<meta name="geo.region" content="GB"/>
<meta name="theme-color" content="#212D3A" />
<meta name="apple-mobile-web-app-title" content="Give Feedback">
<!-- OGP metadata -->
<meta property="og:title" content="Submit Feedback | Rewind Gaming"/>
<meta property="og:description" content="This is the best place to complain to us about our website!"/>
<meta property="og:image" content="https://raw.githubusercontent.com/rewindrl/rewindrl.github.io/master/img/embedlogo.png"/>
<meta property="og:image" content="https://raw.githubusercontent.com/rewindrl/rewindrl.github.io/master/img/Rewind%20Transparent.png"/>
<meta property="og:url" content="http://rewindrl.uk/feedback"/>
<meta property="og:site_name" content="Rewind Gaming"/>
<meta property="og:type" content="website"/>
<meta property="og:locale" content="en_GB"/>
<!-- Twitter metadata -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:site" content="@RewindRL"/>
<meta name="twitter:title" content="Submit Feedback | Rewind Gaming"/>
<meta name="twitter:description" content="This is the best place to complain to us about our website!"/>
<meta name="twitter:image" content="https://raw.githubusercontent.com/rewindrl/rewindrl.github.io/master/img/embedlogo.png"/>
<meta name="twitter:image:alt" content="Rewind Gaming Logo"/>
<meta name="twitter:creator" content="@RewindRL"/>
<!-- Google metadata -->
<meta itemprop="name" content="Submit Feedback | Rewind Gaming">
<meta itemprop="url" content="http://rewindrl.uk/feedback">
<meta itemprop="email" content="[email protected]">
<!-- Google Analytics -->
<style>.async-hide { opacity: 0 !important} </style>
<script>(function(a,s,y,n,c,h,i,d,e){s.className+=' '+y;h.start=1*new Date;
h.end=i=function(){s.className=s.className.replace(RegExp(' ?'+y),'')};
(a[n]=a[n]||[]).hide=h;setTimeout(function(){i();h.end=null},c);h.timeout=c;
})(window,document.documentElement,'async-hide','dataLayer',4000,
{'GTM-NQBW3WM':true});</script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-98187274-1', 'auto');
ga('require', 'GTM-NQBW3WM');
ga('send', 'pageview');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PM9JSBR');</script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/fonts/fontawesome/css/fontawesome-all.css">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="/css/style.css">
<script type="text/javascript" src="/js/modernizr-custom.js"></script>
<link href='https://fonts.googleapis.com/css?family=Raleway:500,600,700,100,800,900,400,200,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PM9JSBR"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div class="notif-banner" id="twitch-banner"></div>
<div id="tf-home">
<div class="overlay">
<div id="sticky-anchor"></div>
<nav id="tf-menu" class="navbar navbar-default">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand logo" href="/"><img itemprop="image" src="/img/logo_alpha50.png" width=50 height=50></img></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">Home</a></li>
<!--<li><a href="/weekly">3v3 Weeklies</a></li>-->
<li><a href="/apply">Apply</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<div id="scroll-spacer"></div>
</div>
</div>
<div id="tf-about">
<div class="overlay">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Submit Feedback</h1>
<p class="RG-Info">Use this form to complain about our website!</p>
<div id="feedback-form">
<form action="https://formspree.io/[email protected]" method="POST">
<input class="form-element" type="text" name="name" placeholder="Your name"/>
<input class="form-element" type="email" name="_replyto" placeholder="Your email"/>
<textarea rows="16" class="form-element" name="message" placeholder="Your message"></textarea>
<input class="form-button" type="hidden" name="_next" value="http://rewindrl.uk/thanks" />
<input class="form-button btn btn-primary my-btn" type="submit" value="Send"/>
</form>
<br>
<p>On mobile? Use <a class="inline-link" href="mailto:[email protected]">this link</a> to send us an email using your favourite app instead.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<nav id="tf-footer">
<div class="container">
<div class="pull-left">
<p>2019 © <a href="https://discord.gg/GtmuFXP">Rewind Gaming</a>. Developed by <a href="https://twitter.com/bucketman21">RG | bucketman</a>. All Rights Reserved.</p>
</div>
<div class="pull-right">
<ul class="social-media list-inline">
<li><a href="https://discord.gg/GtmuFXP" target="_blank"><span class="fab fa-discord"></span></a></li>
<li><a href="https://twitter.com/rewindrl" target="_blank"><span class="fab fa-twitter"></span></a></li>
<li><a href="https://twitch.tv/rewindrl" target="_blank"><span class="fab fa-twitch"></span></a></li>
<li><a href="https://teespring.com/stores/rewindrl" target="_blank"><span class="fas fa-shopping-cart"></span></a></li>
<li><a href="https://youtube.com/RewindGamingRL" target="_blank"><span class="fab fa-youtube"></span></a></li>
<li><a href="https://steamcommunity.com/groups/rewindrl" target="_blank"><span class="fab fa-steam"></span></a></li>
<li><a href="http://rl-esports.gamepedia.com/wiki/Rewind_Gaming" target="_blank"><span class="fab fa-wikipedia-w"></span></a></li>
<li><a href="http://patreon.com/RewindRL" target="_blank"><span class="fab fa-patreon"></span></a></li>
<li><a href="#tf-home"><span class="fas fa-envelope"></span></a></li>
</ul>
</div>
</div>
</nav>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="/js/jquery-3.3.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="/js/bootstrap.js"></script>
<!-- Javascripts
================================================== -->
<script type="text/javascript" src="/js/main.js"></script>
<script type="text/javascript" src="/js/twitchbanner.js"></script>
</body>
</html>