-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadoptform.html
More file actions
214 lines (193 loc) · 8.67 KB
/
Copy pathadoptform.html
File metadata and controls
214 lines (193 loc) · 8.67 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Adopt-Form</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-9ndCyUaIbzAi2FUVXJi0CjmCapSmO7SnpJef0486qhLnuZ2cdeRhO02iuK6FUUVM" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Beth+Ellen&family=GFS+Didot&display=swap" rel="stylesheet">
<style>
.left-column,
.right-column {
flex-basis: 25%;
max-width: 25%;
}
.form-section {
background-color: #f6f4f45b;
padding: 20px;
}
.logo{
font-family: 'Beth Ellen', 'GFS Didot', serif;
}
.formbox{
border-radius: 20px;
box-shadow: 2px 2px 3px 2px rgba(112, 105, 105, 0.244);
}
.col-md-8 ol {
font-size: 20px;
}
</style>
</style>
</head>
<body>
<nav class="navbar navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="#">Adopt</a>
</div>
</nav>
<div class="container my-5">
<div class="col-md-12 text-center my-5"><h1>How The Adoption Process Works</h1></div>
<div class="col-md-2"></div>
<div class="col-md-8 mx-auto">
<ol>
<li>
<strong>Fill out an Application:</strong> If you find a pet you're interested in, fill out an adoption application. This application helps the organization assess whether you're a suitable match for the pet's needs.<br><br>
</li>
<li>
<strong>Interview: </strong> Some organizations may conduct an interview to understand your living situation, lifestyle, experience with pets, and why you want to adopt.<br>
<strong>Screening: </strong> Organizations may perform background checks, contact references, and verify information to ensure responsible pet ownership.<br><br>
</li>
<li>
<strong>Home Visit: </strong>Some organizations may conduct a home visit to ensure that your living environment is suitable and safe for the pet.<br><br>
</li>
<li>
<strong>Approval: </strong>Once your application is approved, you'll receive confirmation that you can adopt the pet. This may include details about the adoption fee, if applicable.<br><br>
</li>
</ol>
</div>
<div class="col-md-2"></div>
</div>
</div>
<div class="container my-5">
<div class="row">
<div class="col-md-2"></div>
<div class="col-md-8 text-center">
<div class="form-section formbox">
<form id="myForm">
<h1>Adopt An Animal</h1>
<div class="row mb-3 my-5">
<div class="col-md-6">
<label for="input-name" class="form-label">Full Name</label>
</div>
<div class="col-md-6">
<input type="text" class="form-control" id="input-name">
</div>
</div>
<div class="row mb-3">
<div class="col-md-6">
<label for="input-email" class="form-label">Email Address</label>
</div>
<div class="col-md-6">
<input type="text" class="form-control" id="input-email">
</div>
</div>
<div class="row mb-3">
<div class="col-md-6">
<label for="input-number" class="form-label">Phone Number</label>
</div>
<div class="col-md-6">
<input type="text" class="form-control" id="input-number">
</div>
</div>
<div class="row mb-3">
<div class="col-md-6">
<label for="input-address" class="form-label">Address</label>
</div>
<div class="col-md-6">
<textarea class="form-control" id="input-address" rows="2"></textarea>
</div>
</div>
<div class="row mb-3">
<div class="col-md-6">
<label for="input_select" class="form-label">Family Income</label>
</div>
<div class="col-md-6">
<select class="form-select" id="input_select">
<option value="1">below 1 Lakh</option>
<option value="2">1 Lakh - 3 Lakh</option>
<option value="3">3 lakh - 5 Lakh</option>
<option value="4"> above 5 Lakh</option>
</select>
</div>
</div>
<div class="row mb-3">
<div class="col-md-6">
<label class="form-label">Owned Pets Before?</label>
</div>
<div class="col-md-6">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="yes/no1" id="ans-yes1" value="Yes">
<label class="form-check-label" for="ans-yes1">Yes</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="yes/no1" id="ans-no1" value="No">
<label class="form-check-label" for="ans-no1">No</label>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col-md-6">
<label class="form-label">Currently Own Any Pets?</label>
</div>
<div class="col-md-6">
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="yes/no2" id="ans-yes2" value="Yes">
<label class="form-check-label" for="ans-yes2">Yes</label>
</div>
<div class="form-check form-check-inline">
<input class="form-check-input" type="radio" name="yes/no2" id="ans-no2" value="No">
<label class="form-check-label" for="ans-no2">No</label>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col-md-6"></div>
<div class="col-md-6 my-5">
<input class="btn btn-primary" type="submit" value="Submit"></div>
</div>
</div>
</form>
</div>
<div class="col-md-2"></div>
</div>
</div>
<footer class="text-center text-lg-start text-white" style="background-color:#F0544F";>
<div class="my-5">
<section class="">
<div class="container text-center text-md-start mt-5">
<div class="row mt-3">
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4 ">
<h1 class="my-5"></h1>
<h6 class="text-uppercase fw-bold mb-4">
<i class="fas fa-gem me-3 text-secondary"></i>RESOURCE
</h6>
<p>
Here you can use rows and columns to organize your footer content. Lorem ipsum
dolor sit amet, consectetur adipisicing elit.
</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<h1 class="my-5"></h1>
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p><i class="fas fa-home me-3 text-secondary"></i> New York, NY 10012, US</p>
<p>
<i class="fas fa-envelope me-3 text-secondary"></i>
info@example.com
</p>
<p><i class="fas fa-phone me-3 text-secondary"></i> + 01 234 567 88</p>
<p><i class="fas fa-print me-3 text-secondary"></i> + 01 234 567 89</p>
</div>
</div>
</div>
</section>
</div>
<div class="text-center p-4" style="background-color: rgba(0, 0, 0, 0.025);">
© 2023 The Pawse Foundation
</div>
</footer>
<script src="adopt-form.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<script src="rehme.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
</body>
</html>