-
Notifications
You must be signed in to change notification settings - Fork 2
/
Sign_up.html
195 lines (184 loc) · 8.42 KB
/
Sign_up.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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!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">
<link rel="stylesheet" href="styles/signup.css">
<link rel="stylesheet" href="styles/footer.css">
<script src="https://kit.fontawesome.com/6614217c3b.js" crossorigin="anonymous"></script>
<link rel="icon" type="image/x-icon" href="https://mailtrap.io/wp-content/uploads/2021/04/cropped-favicon-196x196-1-270x270.png">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Zenh87qX5JnK2Jl0vWa8Ck2rdkQ2Bzep5IDxbcnCeuOxjzrPF/et3URy9Bv1WTRi" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3" crossorigin="anonymous"></script>
<title>Mailtrack/SignUp</title>
</head>
<body>
<div id="error"></div>
<!-- nav bar start -->
<div class="fixed-top" id="nav_body">
<!-- nav bar starts from here -->
<div class="sticky-top" id="nav">
<div>
<div id="logo"><a href="index.html"><img id="nav_img" src="navbarimg/logo.png" alt=""></a></div>
</div>
<!-- Logo has been attached -->
<!-- fourth option in nav-bar ending -->
<span id="aphere"></span>
<div id="user-signup">
<!-- login button starts -->
<div>
<button id="login"><a href="Log_in.html">Log In</a></button>
</div>
<!-- login buttion ends -->
<!-- signup button starts-->
<div>
<button id="signup"><a href="Sign_up.html">Sign Up</a></button>
</div>
<!-- signup button ends -->
</div>
<!-- I -->
<!-- N -->
<!-- V -->
<!-- E -->
<!-- S -->
<!-- invisible button starts -->
<!-- invisible button starts -->
<div id="inv_opt">
<button id="bar" class="btn btn-primary" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasRight" aria-controls="offcanvasRight"><i class="fa-solid fa-bars"></i></button>
<div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasRight" aria-labelledby="offcanvasRightLabel">
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasRightLabel"></h5>
<button type="button" class="btn-close" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body">
<!-- fourth option in nav-bar ending -->
<div id="users-signup">
<!-- login button starts -->
<div>
<button id="login"><a href="Log_in.html">Log In</a></button>
</div>
<!-- login buttion ends -->
<!-- signup button starts-->
<div>
<button id="signup"><a href="Sign_up.html">Sign Up</a></button>
</div>
<!-- signup button ends -->
</div>
</div>
</div>
</div>
<!-- invisible button ends -->
</div>
</div>
<!-- nav bar ends -->
<!-- fotter bar starts -->
<!-- sign up form starts -->
<div id="signupdet">
<div id="signupchild">
<div id="signfirstchild">
<div><h1>Create Free Account</h1></div>
<div class="setaline">
<button>
<img width="20px" height="20px" src="signup_images/google.png" alt="">
<span class="spn">--</span>
<div> Use Google account</div>
</button>
</div>
<div class="setaline">
<button>
<img width="20px" height="20px" src="signup_images/github.png" alt="">
<span class="spn">--</span>
<div>Use Github account</div>
</button>
</div>
<div class="setaline">
<button>
<img width="20px" height="20px" src="signup_images/office.png" alt="">
<span class="spn">--</span>
<div> Use Office 365 account</div>
</button>
</div>
<br>
<div><h5>OR</h5></div>
<br>
<div id="appendhere">
<div id="signupbtn"><button onclick="signup()">Sign Up with Your Email</button></div>
</div>
<br>
<div>
<div>By creating a Mailtrap account, you agree to our</div>
<div><span>Terms of Service</span>and<span> Privacy Policy.</span></div>
</div>
<div>We'll occasionally send you account related emails.</div>
</div>
<div id="signsecondchild">
<div>
<img id="sideimg" src="signup_images/signup-29d04f096f43afe622ed.svg" alt="">
</div>
<div class="rightone">
<img width="35px" height="35px" src="signup_images/no-cc-f64815040928cb2cd45e.svg" alt="">
<div>No credit card needed</div>
</div>
<div class="rightone">
<img width="35px" height="35px" src="signup_images/no-contract-6c7fcc24afc64e708f1d.svg" alt="">
<div>No contract needed</div>
</div>
</div>
</div>
</div>
<!-- signup form ends -->
<br>
<br>
<br>
<br>
<div id="fotter">
<div id="fotterchild">
<div id="grandchild">
<div id="firstcell">
<a href="https://railsware.com/">
<img id="fotterimg" width="200px" src="https://mailtrap.io/wp-content/uploads/2021/04/mailtrap-new-logo.svg" alt="">
</a>
</div>
<div class="list_items" id="secondcell">
<div><h4>Mailtrap</h4></div>
<div>Pricing</div>
<div>Changelog</div>
<div>Status</div>
<div>Terms of Service</div>
<div>Privacy Policy</div>
<div>Navigational Information</div>
<div>DPA</div>
</div>
<div class="list_items" id="thirdcell">
<div><h4>Railsware Experience</h4></div>
<div>Mailtrap Blog</div>
<div>Coupler.io</div>
<div>Smart Checklist for Jira</div>
<div>Careers - Railsware Hiring</div>
</div>
<div class="list_items" id="fourthcell">
<div><h4>Contact</h4></div>
<div>
<div>mail:</div>
<div>support@mailtrack.io</div>
</div>
<div class="list_items" id="icons">
<div>
<img height="40px" width="40px" src="loginimgs/facebook-0be93f551b662821a339.svg" alt="">
</div>
<div>
<img height="40px" width="40px" src="loginimgs/twitter-57fa29ba21896247fdc6.svg" alt="">
</div>
<div>
<img height="40px" width="40px" src="loginimgs/linkedin-604440460898fa41700c.svg" alt="">
</div>
</div>
<div>© Railsware Products Studio LLC</div>
</div>
</div>
</div>
</div>
<!-- fotter bar ends -->
</body>
</html>
<script src="scripts/signup.js"></script>