-
Notifications
You must be signed in to change notification settings - Fork 0
/
get-involved.htm
228 lines (216 loc) · 9.43 KB
/
get-involved.htm
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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!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>Get Involved</title>
<link rel="icon" href="images1/logo.png" type="image/icon type">
<link rel="stylesheet" href="css/get-involved.css">
<link rel="stylesheet" href="css/home.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
</head>
<body>
<!--header section-->
<header class="header">
<div class="nav_links">
<div class="brand0">
<a href="#" class="logo"><img src="images1/logo.png" alt=" logo"></a>
<p>SAFEZONE ACTIVE HUMANITY FOUNDATION</p>
</div>
<input type="checkbox" id="menu">
<label for="menu">
<i class="fa-solid fa-bars"></i>
</label>
<nav class="navbar" id="navbarid">
<div class="brand1">
<a href="#" class="logo"><img src="images1/logo.png" alt=" logo"></a>
<p>SAFEZONE ACTIVE HUMANITY FOUNDATION</p>
</div>
<ul id="navelist">
<li>
<a href="/"> <i class="fa-solid fa-house-chimney"></i> HOME</a>
</li>
<li>
<a href="#ABOUT">
<i class="fa-solid fa-user"></i>
ABOUT US
<i class="fa-sharp fa-solid fa-caret-down"></i>
</a>
<ul>
<li><a href="VISION_MISSION.HTML">VISION & MISSION</a></li>
<li><a href="MeetOurTeam.html">OUR TEAM</a></li>
<li><a href="LEGAL.html">LEGAL POLICY</a></li>
</ul>
</li>
<li>
<a href="">
<i class="fa-regular fa-calendar-days"></i>
OUR WORK
<i class="fa-sharp fa-solid fa-caret-down"></i>
</a>
<ul>
<li><a href="campaign.html">CAMPAIGN</a></li>
<li><a href="upcomingevent.html">UPCOMING EVENT</a></li>
<li><a href="PAST_EVENT.html"> PAST EVENT</a></li>
</ul>
</li>
<li>
<a href="">NOTICE & CIRCULAR</a>
</li>
<li>
<a href="gallery.html"><i class="fa-brands fa-envira"></i>GALLERY</a>
</li>
<li>
<a href="#join"> <i class="fa-solid fa-people-arrows"></i>
GET INVOLVED
<i class="fa-sharp fa-solid fa-caret-down"></i>
</a>
<ul>
<li><a href="get-involved.htm"> VOLUNTEER</a></li>
<li><a href="Workwithteam.html"> JOIN US</a></li>
<li><a href="faq.html"> FAQs</a></li>
</ul>
</li>
<li>
<button>DONATE</button>
</li>
<li>
<a href="#"><i class="fa-solid fa-user"></i> </a>
</li>
</ul>
</nav>
</div>
</header>
<!-- GET INVOLVED SECTION START HERE -->
<section class="get-involved">
<div>
<h1 id="raunak">GET-INVOLVED</h1>
</div>
<div class="form-title">
<h2> SAHE VOLUNTEER FORM ( ROUND 1)</h2>
<br>
<P>Before joining us you will need to fill out this form so that we can
get to know our volunteers and assign them specific tasks in relation to their expertise. This is the only way to join SAHF.
</P>
<p>This way you can join us as a volunteer and by working with us you can be a part of our team</p>
</div>
<br>
<form class="involved-form">
<div class="form-group">
<label for="name"> Name: </label>
<input type="text" name="name" id="name" class="form-data" placeholder="Enter Your Full name" required>
</div>
<div class="form-group">
<label for="email"> Email: </label>
<input type="email" name="email" id="email" class="form-data" placeholder="Enter Your Email" required>
</div>
<div class="form-group">
<label for="phone"> Phone No.</label>
<input type="number" name="phone" id="phone" class="form-data" placeholder="Enter Your Phone No." required>
</div>
<div class="form-group">
<label for="address"> Permanent Address </label>
<input type="text" name="address" id="address" class="form-data" placeholder=" Your Address" required>
</div>
<div class="form-group">
<label for="education">Educational Background
<p>Tell Us About Your Education</p>
</label>
<input type="text" name="education" id="education" class="form-data" placeholder=" Your Answer" required>
</div>
<div class="form-group">
<label for="palce"> Place of Volunteer
<p> Place(city, village, distric) Wher You Can Do Physical Work......</p>
</label>
<input type="text" name="place" id="palce" class="form-data" placeholder=" Your Answer" required>
</div>
<div class="form-group">
<p>How did you hear about us</p>
<label>
<input type="radio" name="source" value="facebook" class="inputradio" checked>facebook
</label>
<label>
<input type="radio" name="source" value="whatsapp" class="inputradio" checked>WhatsApp
</label>
<label >
<input type="radio" name="source" value="instagram" class="inputradio" checked>Instagram
</label>
<label>
<input type="radio" name="source" value="sahf members or Volunteer" class="inputradio" checked>Sahf members or Volunteer
</label>
<label>
<input type="radio" name="source" value="other" class="inputradio" checked>Other
</label>
</div>
<div class="form-group">
<p>Has anyone from the SAHF team suggested you to join us. If yes, please give his/ her name.
Optional
</p>
<p> Optional *</p>
<textarea name="feedback" id=" feedback" class="textarea" cols="30" rows="3" placeholder="Your Answer..." >
</textarea>
</div>
<div class="form-group">
<p>Any specific expertise you would like to mention
*
You can refer to the knowledge you have or ways to help SAHF.
</p>
<textarea name="feedback" id=" feedback" class="textarea" cols="30" rows="3" placeholder=" Your Answer..." >
</textarea>
</div>
<div class="form-group">
<Label>
<input type="checkbox"name="agree" class="checkboox" required>
I agree that SAHF may use my phone number and e-mail to contact me.
</Label>
</div>
<button type="Submit" id="submit" class="btn" onclick="fun()"> Submit </button>
</form>
</section>
<!--footer-->
<section class="footer">
<div class=" footer-cont">
<div class="footer-col">
<h4>ADDRESS </h4>
<hr>
<p> "Safezone-Active Humanity Foundation" <br>
Bariya, near DharamTalkis Cinema Hall, <br>
Ballia Uttar Pradesh,IND <br>
PIN CODE : 277201
</p >
</div>
<div class="footer-col">
<h4>USEFULL LINKS</h4>
<hr>
<ul>
<li><a href="VISION_MISSION.HTML">ABOUT SAHF</a></li>
<li><a href="campaign.html">CAMPAIGN</a></li>
<li><a href="upcomingevent.html">UPCOMING EVENT</a></li>
<li><a href="Workwithteam.html">JOIN Us</a></li>
<li><a href="faq.html">FAQs</a></li>
</ul>
</div>
<div class="footer-col">
<h4>GET IN TOUCH</h4>
<hr>
<p>Phone: +916204397945</p>
<p>Email:<a href=" mailto:[email protected]">[email protected]</a></p>
</div>
<div class="socil-icone">
<a href="https://www.facebook.com/activehumanityfoundation/" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/sahftwt?t=MiA7WIGvpPFv55qir3R-xg&s=09" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/s.a.h.f_official/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href=" https://www.youtube.com/@sahf " target="_blank"><i class="fa-brands fa-youtube"></i></a>
<a href="https://www.linkedin.com/company/safezonefoundation/" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<h6> © SAHF. All Rights Reserved</h6>
</section>
<script>
function fun(){
alert('technical error...')
}
</script>
</body>
</html>