-
Notifications
You must be signed in to change notification settings - Fork 0
/
invite.html
59 lines (58 loc) · 2.25 KB
/
invite.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Airship - Invite</title>
<link rel="stylesheet" href="./Styles/invite.css">
<link rel="icon" href="https://s3.amazonaws.com/tracxn-data-image/logo/company/3811dcc06863998ab4112321adf1a8">
</head>
<body>
<div id="navbar">
<img id="logo" src="https://go.airship.com/assets/5e3f896c02158841e84167955be3ccfd7c1961b1/images/airship-logo-horizontal-inverse.svg" alt="">
</div>
<div id="secone">
<div id="dots"></div>
</div>
<div id="main">
<div id="sectwo">
<h1>All hands on deck.</h1>
<div id="innersec">
<div id="optionsec">
<div id="optiondiv">
<p id="circle">1</p>
<p id="option">Create password</p>
</div>
<div id="optiondiv">
<p id="circle">2</p>
<p id="option">Setup account</p>
</div>
<div id="optiondiv">
<p id="circle">3</p>
<p id="option">Invite your team</p>
</div>
</div>
<div id="underline"></div>
<form id="form" action="">
<h1>Invite your team.</h1>
<p>Send an invite along with some helpful resources on getting started to your team.</p>
<label for="email">Email</label>
<input id="email" type="email">
<div id="passerr"></div>
<button id="add">Add another</button>
<div>
<button id="skip">Skip</button>
<button id="submit">Send invites</button>
</div>
</form>
</div>
</div>
<div id="secthree"></div>
</div>
<div id="footer">
<p>© 2009-2022 Airship Group, Inc. All rights reserved. <span>Privacy Statement </span></p>
</div>
</body>
</html>
<script src="./Scripts/invite.js"></script>