forked from HimanshuSingh02/Page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
85 lines (81 loc) · 4.73 KB
/
index.html
File metadata and controls
85 lines (81 loc) · 4.73 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
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>Dogs Palace</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<div id="container">
<div id="logo"> <a href="#"><img src="images/logo.jpg" alt="" border="0" /></a> </div>
<div id="header">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">News & Updates</a></li>
<li><a href="#">Place and Order</a></li>
<li><a href="#" class="lastchild">Contact</a></li>
</ul>
</div>
<div id="content">
<h1>Dog Names and Breeds <form>
<script src="https://checkout.razorpay.com/v1/payment-button.js" data-payment_button_id="pl_KQpQKVU0ZYcM26"
async> </script>
</form>
</h1>
<div id="left">
<div class="text">
<h2>General Information about Hunting Dogs</h2>
<p>The Welfare of Stray Dogs is a Kaliyaganj-based organization working to eradicate rabies and control the
street-dog population in a humane, scientific way.</p>
<p>We have recently launched our Senior Care Program which is very close to our hearts. Since the start of our
recovery centre we have seen many senior dogs come through our doors. Most of these dogs are unable to
survive on the streets due to their age and health issues that come along with it.</p>
<h2>REHOMING PROGRAM</h2>
<p>
Our charity since inception has focused on rehoming street puppies, kittens and abandoned animals. Most of
the puppies and kittens born on the streets learn from their mother at a young age how to survive on the
streets. But ever so often there are those that get separated from the mother and even some who get injured
and are unable to survive on the streets without our help. There are also animals that of no fault of their
own are abandoned on the streets by their families and left to fend for themselves. Our team take in these
animals and help them become healthy physically, emotionally and fit for rehoming. We then work with
behaviourist and help match the personalities of each animal and place in them forever loving homes.
</p>
</div>
<div class="photos"> <img src="images/dog1.jpg" alt="bog 1" border="0" /> <img src="images/dog2.jpg" alt="bog 2"
border="0" /> <img src="images/dog3.jpg" alt="bog 3" border="0" /> <img src="images/dog4.jpg" alt="bog 4"
border="0" /> <img src="images/dog5.jpg" alt="bog 5" border="0" /> </div>
<div class="clear"></div>
</div>
<div id="right">
<h2>News & Views</h2>
ADOPT ME
<p>Thunder is 1.5 year old girl who has been waiting for a home since she was a young puppy. She is an active
girl who is looking for a family to match her energy. She's friendly with humans, is playful and a quick
learner and gets along with other dogs as well. She is healthy, sterilised and vaccinated.</p>
ANIMAL BIRTH CONTROL
<p>We have been a pioneer in animal birth control surgeries since 1965. We call it the ABC program to convey how
simple it is to manage the street dog population in a humane way.</p>
<span>More</span>
</div>
<div class="clear"></div>
</div>
<div id="footer">� Dogs Palace Copyright All Rights Reserve. | Designed by Ritam Kumar Kundu</div>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.7/dist/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
</body>
</html>