-
Notifications
You must be signed in to change notification settings - Fork 0
/
signup.html
171 lines (150 loc) · 7.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Tooplate">
<link href="https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap" rel="stylesheet">
<title>SignUp</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="Signup/signup.css">
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="assets/css/owl-carousel.css">
<link rel="stylesheet" href="assets/css/tooplate-artxibition.css">
</head>
<body>
<header class="header-area header-sticky">
<div class="container">
<div class="row">
<div class="col-12">
<nav class="main-nav">
<!-- ***** Logo Start ***** -->
<a href="index.html" class="logo">CleanUp<em>Connect</em></a>
<!-- ***** Logo End ***** -->
<!-- ***** Menu Start ***** -->
<ul class="nav">
<li><a href="index.html" class="active">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="Self Code/User side/ProfilePage/index.html">My Profile</a></li>
<li><a href="event-details.html">Events</a></li>
<li><a href="tickets.html">Sponserships & Business</a></li>
</ul>
<a class='menu-trigger'>
<span>Menu</span>
</a>
<!-- ***** Menu End ***** -->
</nav>
</div>
</div>
</div>
</header>
<div class="container-2">
<div class="title">Registration</div>
<div class="content">
<form action="#">
<div class="user-details">
<div class="input-box">
<span class="details" >Full Name</span>
<input type="text" placeholder="Enter your name" required id="name_data">
</div>
<div class="input-box">
<span class="details">Username</span>
<input type="text" placeholder="Enter your username" required id="username_data">
</div>
<div class="input-box">
<span class="details">Email</span>
<input type="text" placeholder="Enter your email" required id="email_data">
</div>
<div class="input-box">
<span class="details">Phone Number</span>
<input type="text" placeholder="Enter your number" required id="phone_data">
</div>
<div class="input-box">
<span class="details">Password</span>
<input type="text" placeholder="Enter your password" required id="password_data">
</div>
<div class="input-box">
<span class="details">City</span>
<input type="text" placeholder="Confirm your password" required id="city_data">
</div>
</div>
<div class="gender-details">
<input type="radio" name="gender" id="dot-1">
<input type="radio" name="gender" id="dot-2">
<input type="radio" name="gender" id="dot-3">
<span class="gender-title">Gender</span>
<div class="category">
<label for="dot-1">
<span class="dot one"></span>
<span class="gender">Male</span>
</label>
<label for="dot-2">
<span class="dot two"></span>
<span class="gender">Female</span>
</label>
<label for="dot-3">
<span class="dot three"></span>
<span class="gender">Prefer not to say</span>
</label>
</div>
</div>
<div class="button" id="register_user">
<input type="submit" value="Register">
</div>
</form>
</div>
</div>
<!-- Footer -->
<!-- Footer Section -->
<!-- Site footer -->
<footer class="site-footer" style="background-color: #333;">
<div class="containersss">
<div class="row">
<div class="col-sm-12 col-md-6" style="padding-left: 50px;">
<h6>About</h6>
<p class="text-justify">Welcome to CleanConnect, where passion meets purpose in our journey towards a cleaner, greener tomorrow. United by a shared vision of environmental stewardship, we're on a mission to inspire and empower individuals worldwide to take meaningful action for our planet. Through collaborative initiatives, innovative projects, and community engagement, we're driving positive change one step at a time. Join us in creating a world where sustainability isn't just a goal; it's a way of life. Together, let's make a difference and leave a lasting legacy for future generations.
</p>
</div>
<div class="col-xs-6 col-md-3" style="padding-left: 150px;">
<h6>Categories</h6>
<ul class="footer-links">
<li><a href="http://scanfcode.com/category/c-language/">workshops</a></li>
<li><a href="http://scanfcode.com/category/front-end-development/">Cleanup Drives</a></li>
<li><a href="http://scanfcode.com/category/back-end-development/">Gatherings</a></li>
<li><a href="http://scanfcode.com/category/java-programming-language/">Communities</a></li>
</ul>
</div>
<div class="col-xs-6 col-md-3">
<h6>Quick Links</h6>
<ul class="footer-links">
<li><a href="#home">Home</a></li>
<li><a href="#event_display">Events</a></li>
<li><a href="#aboutus">About Us</a></li>
<li><a href="#Contact us">Contact Us</a></li>
</ul>
</div>
</div>
<hr>
</div>
<div class="containersss" >
<div class="row">
<div class="col-md-8 col-sm-6 col-xs-12">
<p class="copyright-text" >Copyright © 2024 All Rights Reserved by
<a href="#">Cleanup Connect</a>.
</p>
</div>
<div class="col-md-4 col-sm-6 col-xs-12">
<ul class="social-icons">
<li><a class="facebook" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a class="twitter" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a class="dribbble" href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a class="linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>