-
Notifications
You must be signed in to change notification settings - Fork 2
/
signup.html
207 lines (172 loc) · 7.12 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
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
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Aguafina+Script&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<style>
.navbar{
color: white;
background-color: #101E42;
height: 100PX;
}
.logo{/*border:2px solid red;*/
display: inline-block;
position: absolute;
left: 70px;
top: auto;
}
.logopic{
height: 50%;
width: 50%;
}
.content{/*border: 2px solid green;*/
position: relative;
display: block;
width: 50%;
top: 30px;
margin-left: auto;
margin-right: auto;
}
.options{
display: block;
margin-left: 70px;
color: white;
}
.options li{
display: inline-block;
padding-right: 34px;
margin-left: auto;
font-size: 20px;
}
.options li a{
color: white;
text-decoration: none;
}
.options li a:hover{
text-decoration: underline;
}
.profile a{/*border: 2px solid pink;*/
display: inline-block;
position: absolute;
right: 90px;
top: 60px;
font-size: 20px;
color: white;
}
.profile a:hover{
text-decoration: underline;
color: white;
}
</style>
<title>A.G.A sign up page</title>
</head>
<body>
<!-- 1.Navigation-->
<header class="navbar">
<div class="logo">
<img src="logo1.png" alt="logo" class="logopic">
</div>
<div class="content">
<ul class="options">
<li><a href="indexAGA.html">Home</a></li>
<li><a href="indexAGA.html#foo">About us</a></li>
<li><a href="order_summary.php">Order Details</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
<div class="profile">
<a href="myprofile.php">My Profile</a>
</div>
</header>
<!-- sign up-->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Include the above in your HEAD tag -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css">
<div class="container">
<br>
<hr>
<div class="row justify-content-center">
<div class="col-md-6">
<div class="card">
<header class="card-header">
<a href="loginAGA.html" class="float-right btn btn-outline-primary mt-1">Log in</a>
<h4 class="card-title mt-2">Sign up</h4>
</header>
<article class="card-body">
<form action="signData.php" method="POST">
<div class="form-row">
<div class="col form-group">
<label for="subscriber_fname">First name </label>
<input type="text" name="subscriber_fname" class="form-control" placeholder="First name">
</div> <!-- form-group end.// -->
<div class="col form-group">
<label for="subscriber_lname">Last name</label>
<input type="text" name="subscriber_lname" class="form-control" placeholder="Last name">
</div> <!-- form-group end.// -->
</div> <!-- form-row end.// -->
<div class="form-group">
<label for="subscriber_email">Email address</label>
<input type="email" name ="subscriber_email" class="form-control" placeholder="">
<small class="form-text text-muted">We'll never share your email with anyone else.</small>
</div> <!-- form-group end.// -->
<div class="form-group">
<label for="subscriber_gender" class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="subscriber_gender" value="Male">
<span class="form-check-label"> Male </span>
</label>
<label for="subscriber_gender" class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="subscriber_gender" value="Female">
<span class="form-check-label"> Female</span>
</label>
</div> <!-- form-group end.// -->
<div class="form-row">
<div class="form-group col-md-6">
<label for="subscriber_city">City</label>
<input type="text" name="subscriber_city" class="form-control">
</div> <!-- form-group end.// -->
<div class="form-group col-md-6">
<label for="subscriber_country">Country</label>
<select id="inputState" name="subscriber_country" class="form-control">
<option> Choose...</option>
<option>Uzbekistan</option>
<option>Russia</option>
<option selected="">United States</option>
<option>India</option>
<option>Afganistan</option>
</select>
</div> <!-- form-group end.// -->
</div> <!-- form-row.// -->
<div class="form-group">
<label for="subscriber_password">Create password</label>
<input class="form-control" name="subscriber_password" type="password">
</div> <!-- form-group end.// -->
<div class="form-group">
<button type="submit" class="btn btn-primary btn-block"> Register </button>
</div> <!-- form-group// -->
<small class="text-muted">By clicking the 'Sign Up' button, you confirm that you accept our <br> Terms of use and Privacy Policy.</small>
</form>
</article> <!-- card-body end .// -->
<div class="border-top card-body text-center">Have an account? <a href="loginAGA.html">Log In</a></div>
</div> <!-- card.// -->
</div> <!-- col.//-->
</div> <!-- row.//-->
</div>
<!--container end.//-->
<br><br>
<article class="bg-secondary mb-3">
<div class="card-body text-center">
<h3 class="text-white mt-3">A.G.A Courier Services</h3>
<p class="h5 text-white">Services <br> for Ecommerce, marketplace</p> <br>
</div>
<br><br>
</article>