-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchampions-form.html
80 lines (79 loc) · 4.63 KB
/
champions-form.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
<!DOCTYPE html><!-- Last Published: Tue Jul 02 2024 14:06:22 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="648b359eff20b9eb640e8af8" data-wf-site="6090f2cbfb550680d4288567">
<head>
<meta charset="utf-8">
<title>Champions Form</title>
<meta content="Champions Form" property="og:title">
<meta content="Champions Form" property="twitter:title">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/components.css" rel="stylesheet" type="text/css">
<link href="css/orbit-team.css" rel="stylesheet" type="text/css">
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.png" rel="apple-touch-icon">
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-126281265-1"></script>
<script type="text/javascript">window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-126281265-1', {'anonymize_ip': false});</script>
<script async="" src="https://www.googletagmanager.com/gtag/js?id=AW-10840644366"></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-P5HTN2K');</script>
<!-- End Google Tag Manager -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'AW-10840644366');
</script>
<script>
gtag('event', 'conversion', {'send_to': 'AW-10840644366/lWpuCKy55KkDEI62nLEo'});
</script>
<style>
*{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.overlay{mix-blend-mode: screen;}
.cookie-notice{display:none !important;}
.clamp {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
</style>
<link rel="preconnect" href="https://assets-global.website-files.com">
<!-- Start cookieyes banner -->
<script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/2898afb20ead5b53957e5bd2/script.js"></script> <!-- End cookieyes banner -->
</head>
<body>
<div class="section-9">
<h1 class="heading-20">Join our Champions Program!</h1>
<div class="w-form">
<form id="email-form" name="email-form" data-name="Email Form" action="http://example.com" method="post" data-wf-page-id="648b359eff20b9eb640e8af8" data-wf-element-id="42cc5a6d-91cc-f66d-037d-849d8efa5d60"><label for="name">Name</label><input class="text-field-9 w-input" maxlength="256" name="name" data-name="Name" placeholder="John Doe" type="text" id="name"><label for="email">Email Address</label><input class="text-field-10 w-input" maxlength="256" name="email" data-name="Email" placeholder="[email protected]" type="email" id="email" required=""><label for="Additional-Details">Anything you want us to know</label><textarea id="Additional-Details" name="Additional-Details" maxlength="5000" data-name="Additional Details" placeholder="e.g Why do you want to be a part of this program" class="w-input"></textarea><input type="submit" data-wait="Please wait..." class="submit-button-7 w-button" value="Submit"></form>
<div class="w-form-done">
<div>Thank you! Your submission has been received!</div>
</div>
<div class="w-form-fail">
<div>Oops! Something went wrong while submitting the form.</div>
</div>
</div>
</div>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6090f2cbfb550680d4288567" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/orbit-team.js" type="text/javascript"></script>
<script>
// Sent body to overflow hidden on first click of hamburger icon
$('.nav-lottie').click(function() {
var clicks = $(this).data('clicks');
if (clicks) {
$("body").css("overflow", "auto");
} else {
$("body").css("overflow", "hidden");
}
$(this).data("clicks", !clicks);
});
// Click on the hamburger icon whenever you click on the greyed out part
$( ".c-nav_background" ).click(function() {
$( ".nav-lottie" ).click();
});
</script>
</body>
</html>