-
Notifications
You must be signed in to change notification settings - Fork 1
/
lostfound.html
250 lines (221 loc) · 10.3 KB
/
lostfound.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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
<!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">
<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&family=Quicksand:wght@300;600&display=swap" rel="stylesheet">
<!-- FONT AWESOME -->
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="css/styles.css">
<title>Lost & Found</title>
</head>
<body class="lost">
<!-- BEGIN LOST PET MODAL -->
<div class="modal fade " id="lostPetModal" tabindex="-1" aria-labelledby="modalForLostPets" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title text-light" id="lostPetModalLabel">Lost Pet Form</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<form class="modal-body">
<div class="row">
<!-- pet name -->
<div class="col-sm-6 mb-3">
<label for="petName" class="form-label">Pet Name</label>
<input type="text" class="form-control" id="petName">
</div>
<!-- pet location -->
<div class="col-sm-6 mb-3">
<label for="petLocation" class="form-label">Pet Location</label>
<input type="text" class="form-control" id="petLocation">
</div>
</div>
<!-- owner name -->
<div class="row">
<div class="col-sm-6 mb-3">
<label for="ownerName" class="form-label">Owner's Name</label>
<input type="text" class="form-control" id="ownerName">
</div>
<!-- owner number -->
<div class="col-sm-6 mb-3">
<label for="ownerNumber" class="form-label">Owner Number</label>
<input type="tel" class="form-control" id="ownerNumber">
</div>
</div>
<!-- owner email -->
<div class="mb-3">
<label for="ownerEmail" class="form-label">Owner Email</label>
<input type="email" class="form-control" id="petName">
</div>
<!-- owner email -->
<div class="mb-3">
<label for="ownerEmail" class="form-label">Owner Email</label>
<input type="email" class="form-control" id="petName">
</div>
<!-- description -->
<div class="mb-3">
<label for="petDesc" class="form-label">Pet Description</label>
<textarea class="form-control" id="petDesc"></textarea>
</div>
</form>
<div class="modal-footer">
<button type="button" class="btn text-light" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn text-light">Submit Form</button>
</div>
</div>
</div>
</div>
<!-- END LOST PET MODAL -->
<!-- BEGIN CLAIM PET MODAL -->
<div class="modal fade " id="claimPetModal" tabindex="-1" aria-labelledby="modalClaimLostPets" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title text-light" id="claimPetModalLabel">Claim Pet Form</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<form class="modal-body">
<div class="row">
<!-- pet name -->
<div class="col-sm-6 mb-3">
<label for="ownerName" class="form-label">Owner Name</label>
<input type="text" class="form-control" id="ownerName">
</div>
<!-- pet location -->
<div class="col-sm-6 mb-3">
<label for="ownerEmail" class="form-label">Email</label>
<input type="email" class="form-control" id="ownerEmail">
</div>
</div>
<!-- owner name -->
<div class="row">
<div class="col-sm-6 mb-3">
<label for="ownerPhone" class="form-label">Phone Number</label>
<input type="tel" class="form-control" id="ownerPhone">
</div>
<!-- owner number -->
<div class="col-sm-6 mb-3">
<label for="petID" class="form-label">Pet ID</label>
<input type="text" class="form-control" id="ownerNumber">
</div>
</div>
</form>
<div class="modal-footer">
<button type="button" class="btn text-light" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn text-light">Submit Form</button>
</div>
</div>
</div>
</div>
<!-- END CLAIM PET MODAL -->
<!-- BEGIN HEADER -->
<header>
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container-fluid">
<img src="/assets/logo-transparent.png" class="float-left" alt="TransparentLogo" width = 60px>
<a class="navbar-brand" href="index.html"><h1>Porto Animal Shelter</h1></a>
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
<a class="nav-link" href="adoption.html">Adoption</a>
<a class="nav-link" href="resources.html">Resources & Services</a>
<a class="nav-link active" href="lostfound.html">Lost & Found</a>
</div>
</div>
</div>
</nav>
</header>
<!-- END HEADER -->
<!-- BEGIN L&F HERO -->
<div class="container-fluid lost-hero p-5 mb-5"> <!-- add background image to fluid container of dog -->
<div class="row text-center mb-4">
<div class="col text-center">
<img class="logo-lg" src="assets/logo-transparent.png" alt="logo">
</div>
<h1 class="text-light display-3 fw-bold">Lost and Found <i class="fa fa-bandcamp" aria-hidden="true"></i>
</h1>
</div>
<div class="row text-center text-light mb-4">
<p class="fs-5">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Totam, molestias?</p>
</div>
<div class="row text-center">
<div class="div">
<button type="button" class="btn text-light fs-5" data-bs-toggle="modal" data-bs-target="#lostPetModal">Lost Pet</button>
</div>
</div>
</div>
<!-- END L&F HERO -->
<!-- BEGIN PET CARD CONTAINER -->
<div class="container lost-pets-container mb-5">
<div class="row mb-5">
<div class="col-3 mx-auto">
<select class="form-select" id="pet-type">
<option value="all">All</option>
<option value="dog">Dog</option>
<option value="cat">Cat</option>
<option value="other">Other</option>
</select>
</div>
</div>
<div class="all-pets container">
<div class="all-pets-row row g-4">
<!-- PET CARDS GO HERE -->
</div>
</div>
</div>
<!-- END PET CARD CONTAINER -->
<!-- BEGIN FOOTER -->
<footer>
<!--MAP & CONTACT-->
<div class="container-fluid p-3 mt-5 m-0">
<div class="row">
<div class="col col-sm-4">
<img class="w-100 p-3" src="assets/map.PNG" alt="location map">
</div>
<div class="col pt-2">
<h2>Porto Animal Shelter</h2>
<address>
123 Main St <br>
Anywhere, USA 12345 <br>
<a href="" type="email">porto@email.com</a><br>
<a href="" type="tel">1-234-5678</a>
</address>
</div>
</div>
</div>
<!--SOCIAL NAV-->
<div id="social-nav" class="container-fluid m-0">
<div class="d-flex flex-wrap justify-content-between align-items-center px-0 py-3 mb-0 my-4">
<div class="col-md-4 d-flex align-items-center">
<a href="/" class="mb-3 me-2 mb-md-0 text-white lh-1">
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"/></svg>
</a>
<span class="text-white">© 2022 Company, Inc</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3"><a class="text-muted" href="https://twitter.com/" target="_blank"><i class="fa fa-twitter-square" aria-hidden="true"></i></a></li>
<li class="ms-3"><a class="text-muted" href="https://www.instagram.com/" target="_blank"><i class="fa fa-instagram" aria-hidden="true"></i></a></li>
<li class="ms-3"><a class="text-muted" href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook-official" aria-hidden="true"></i></a></li>
</ul>
</div>
</div>
</footer>
<!-- END FOOTER -->
<!-- TODO::
1. Modals claim pet
2. Filter animals with drop down
-->
<!-- SCRIPTS -->
<script src="node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="scripts/lostPets.js"></script>
<script src="scripts/script.js"></script>
</body>
</html>