-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadoption.html
214 lines (175 loc) · 7.31 KB
/
adoption.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
<!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="https://fonts.googleapis.com/css2?family=Maitree:wght@300;400&family=Mate+SC&family=McLaren&family=Merriweather&family=Montserrat:wght@300&family=Pridi:wght@300&family=Ubuntu:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="CSS/main.css"/>
<!-- Bootstra CSS-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!--Bootsrap JS-->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<title>Adoption</title>
<style>
.footer1{
position: absolute;
display: flex;
width: 100%;
height: 280px;
margin-top: 14%;
margin-bottom: 0%;
background: #151E2D;
backdrop-filter: blur(50px);
}
.footer2 {
position: absolute;
width: 100%;
height: 100px;
margin-top: 32.4%;
background: rgba(27, 27, 27, 0.96);
}
</style>
</head>
<body>
<div class="navbar-j">
<div class="wrapper-j">
<nav>
<div class="logo">
<a href="index.html"><img src="Res/logodog.png" class="logo" alt="Logo"></a>
<a href="index.html"><div class="title">Happy Tails</div></a>
</div>
<div class="container-fluid">
<ul class="navitems-j">
<li>
<a href="index.html">HOME</a>
</li>
<li>
<a href="blog.html">BLOG</a>
</li>
<li>
<a href="services.html">SERVICES</a>
</li>
<li>
<a href="about.html">ABOUT US</a>
</li>
<li>
<a href="donation.html">DONATION</a>
</li>
<li>
<a href="uni.html">UNIVERSITY</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="container-sm">
<div class="AdoptionHeader2">
<h2>Adoption</h2>
<img src="Res/adoptHeader.svg">
</div>
</div>
<div class="container-sm">
<div class="ad-dg">
<div class="ad-row">
<img src="Res/d1 1.svg">
<img src="Res/d2.svg">
<img src="Res/d3.svg">
<img src="Res/d4.svg">
</div>
`
<!-- <div class="dg_names">
<ul>
<li>Rocky</li>
<li>Lassie</li>
<li>Erick</li>
</ul>
</div> -->
</div>
<h3 id="adopt-Title">Make an Adoption Request</h3>
<form id="adopt-form" onsubmit="return validateAdopt()" action="adopt.php" method="post" >
<div class="form-group">
<label for="selectdog">Select a Dog to Adopt:</label>
<select class="form-control" id="selectBox">
<option>select a dog</option>
<option>Rocky</option>
<option>Lassie</option>
<option>Erick</option>
<option>Luna</option>
</select>
</div>
<div class="form-group">
<label for="exampleInputName">Name:</label>
<input type="text" id="name" class="form-control" placeholder="Your Name">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Email address:</label>
<input type="email" class="form-control" id="email" aria-describedby="emailHelp" placeholder="Enter email">
</div>
<div class="form-group">
<label for="phone">Phone Number:</label>
<input type="text" class="form-control" id="phone" placeholder="Enter Phoone No.">
</div>
<button type="submit" id="req" class="btn btn-primary">Request</button>
</form>
</div>
<div class="footer-main">
<div class="footer1">
<ul class="list">
<li class="list-header">
QUICK LINKS
</li>
<li class="list-item">
Home
</li>
<li class="list-item">
Blog
</li>
<li class="list-item">
Services
</li>
<li class="list-item">
Donation
</li>
<li class="list-item">
About Us
</li>
<li class="list-item">
Project
</li>
</ul>
<ul class="list">
<li class="list-header">
OUR SERVICES
</li>
<li class="list-item">
Generate a name
</li>
<li class="list-item">
Find a Doctor
</li>
</ul>
<ul class="list">
<li class="list-header">
SOCIAL MEDIA
</li>
<li class="list-item">
FaceBook
</li>
<li class="list-item">
Instagram
</li>
<li class="list-item">
Project
</li>
</ul>
</div>
<div class="footer2">
<p> © COPYRIGHT 2023. ALL RIGHT RESERVED <br> Group 49 Students of <a href="https://www.nsbm.ac.lk/">NSBM</a></p>
</div>
</div>
<script src="JS/Main.js"></script>
</body>
</html>