forked from mrsabba/sabba0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathF.html
121 lines (108 loc) · 4.48 KB
/
F.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> FriendHub Registration form | SABBA </title>
<link rel="stylesheet" href="style.css">
<title>FriendHub</title>
</head>
<!--<form action="https://api.web3forms.com/submit" method="POST">
Replace with your Access Key
<input type="hidden" name="access_key" value="05cbac83-ddbd-49fb-8ccd-0cf36c929611"> -->
<h2>contact us</h2>
<body>
<div class="container">
<!-- Title section -->
<div class="title">Registration</div>
<div class="content">
<!-- Registration form -->
<form action="https://api.web3forms.com/submit" method="POST">
<!-- Replace with your Access Key -->
<input type="hidden" name="access_key" value="05cbac83-ddbd-49fb-8ccd-0cf36c929611">
<div class="user-details">
<!-- Input for Full Name -->
<div class="input-box">
<span class="details">Full Name</span>
<input type="text" placeholder="Enter your name" required>
</div>
<!-- Input for Username
<div class="input-box">
<span class="details">Username</span>
<input type="text" placeholder="Enter your username" required>
</div> -->
<!-- input for Email -->
<div class="input-box">
<span class="details">Email</span>
<input type="text" placeholder="Enter your email" required>
</div>
<!-- Input for Phone Number -->
<div class="input-box">
<span class="details">Phone Number</span>
<input type="text" placeholder="Enter your number" required>
</div>
<!-- Input for Password
<div class="input-box">
<span class="details">Password</span>
<input type="text" placeholder="Enter your password" required>
</div>
Input for Confirm Password
<div class="input-box">
<span class="details">Confirm Password</span>
<input type="text" placeholder="Confirm your password" required>
</div>
</div> -->
<div class="gender-details">
<!-- Radio buttons for gender selection -->
<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 Male -->
<label for="dot-1">
<span class="dot one"></span>
<span class="gender">Male</span>
</label>
<!-- Label for Female -->
<label for="dot-2">
<span class="dot two"></span>
<span class="gender">Female</span>
</label>
<!-- Label for Prefer not to say -->
<label for="dot-3">
<span class="dot three"></span>
<span class="gender">Prefer not to say</span>
</label>
</div>
</div>
<div>
<!--create choose option-->
<label for="option">choose your college:</label>
<select>
<option>select any one option</option>
<option>RADHA GOVIND UNIVERSITY(RGU)</option>
<option>SARALA BIRLA UNIVERSITY(SBU)</option>
<option>USHA MARTIN UNIVERSITY</option>
<option>YBN UNIVERSITY</option>
<option>AISECT UNIVERSITY</option>
<option>SAI NATH UNIVERSITY</option>
<option>OTHERs</option>
</select>
</div>
<!-- Submit button -->
<div class="button">
<input type="submit" value="submit">
</div>
</form>
</div>
</div>
</body>
</html>
<h5><i>FriendHub is a leading Education Consulting Firm headquartered in Barmasia , Jharkhand. We provide career counselling and complete admission guidance to students and parents in various academic courses in India.</i>
<strong> OP ERATIONAL HOURS</strong>
<ins><sup>10:00 AM to 7:00 PM, Sunday Closed</sup></ins>
<with> <strong> CALL US</strong></with>
<ins><sup>6205695350,9608665232 </sup> </ins>
<strong> EMAIL US</strong>
<ins> arbajansari7273gmail.com</ins></h5>