-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
46 lines (46 loc) · 3.99 KB
/
signup.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
<!DOCTYPE html>
<!-- Last Published: Thu Apr 18 2019 18:42:29 GMT+0000 (UTC) -->
<html data-wf-page="5c15876f0de6e636b3e0c303" data-wf-site="5c13cf03b3a12c67901b485a">
<head>
<meta charset="utf-8">
<title>Signup</title>
<meta content="Signup" property="og: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/membership-one.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic","Hind:300,regular,600","Neuton:200,300,regular"] }});</script>
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<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/Freebie-Favicon.png" rel="shortcut icon" type="image/x-icon">
<link href="images/Freebie-Webclip.png" rel="apple-touch-icon">
<!-- DELETE ↓↓ -->
<!-- Temporary Memberstack Code -->
<script src="https://api.memberstack.io/static/memberstack.js" data-memberstack-id="aeb2a3f0781da9084ef8fe01880f9986"></script>
<!-- DELETE ↑↑ -->
</head>
<body>
<div class="page-wrapper">
<div class="login-section">
<div data-collapse="medium" data-animation="default" data-duration="400" class="navbar w-nav">
<div class="container w-clearfix"><a href="index.html" class="brand w-nav-brand"><img src="images/heart.svg" width="128" alt=""></a><a href="login.html" class="nav-link login-link w-nav-link">LOG IN</a></div>
</div>
<div class="login-container w-form">
<form id="sign-up" name="wf-form-Sign-up-Form" data-name="Sign up Form" method="post" ms-signup="true" class="login-form">
<h1 class="login-head">Sign up to get started</h1><label class="login-label">First Name</label><label class="login-label last-name-label">Last Name</label>
<div class="sign-up-field-wrapper"><input type="text" class="login-field first-name-field w-input" maxlength="256" name="firstName" data-name="First Name" placeholder="First name" ms-field="first-name" id="firstName" required=""><input type="text" class="login-field last-name-field w-input" maxlength="256" name="lastName" data-name="Last Name" placeholder="Last name" ms-field="last-name" id="lastName" required=""></div><label class="login-label">Email</label><input type="email" class="login-field w-input" maxlength="256" name="email" data-name="email" placeholder="Email Address" ms-field="email" required=""><label class="login-label">Password</label><input type="password" class="login-field w-input" maxlength="256" name="password" data-name="Password" placeholder="Password" ms-field="password" id="password" required=""><input type="submit" value="CONTINUE" data-wait="Please wait..." class="button full-button w-button"><a href="#" class="password-link">I already have an account</a></form>
<div class="w-form-done">
<div>Thank you! Your submission has been received!</div>
</div>
<div class="error-message w-form-fail">
<div>Oops! Something went wrong while submitting the form.</div>
</div>
</div>
</div>
</div>
<script src="https://d1tdp7z6w94jbb.cloudfront.net/js/jquery-3.3.1.min.js" type="text/javascript" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="js/membership-one.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>