-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome.html
106 lines (85 loc) · 4.66 KB
/
Home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Petsy</title>
<link rel="stylesheet" href="Question8.css">
<script src="Q7.js"></script>
</head>
<body>
<div class="wrapper">
<div class="sidebar">
<h2>Navigation</h2>
<ul>
<li><a class="navigation active"
href="Home.html">Home Page</a></li>
<li><a class="navigation"
href="Pets.html"> Browse
Available Pets</a></li>
<li><a class="navigation"
href="find.html"> Find A Dog/Cat</a></li>
<li><a class="navigation" href="DogCare.html">
Dog Care</a></li>
<li><a class="navigation" href="CatCare.html">Cat
Care</a></li>
<li><a class="navigation" href="Giveaway.html">
Have A Pet To Give
Away</a></li>
<li><a class="navigation" href="Contact.html">
Contact Us</a></li>
</ul>
</div>
<div class="main_content">
<header>
<div class="header">
<span style="font-size: small;" id="live-time"></span>
<table>
<tr>
<th style="font-size: 70px;">Petsy</th>
<th><a href="Home.html" style="padding :0px"><img class="logo" src="logo.jpg" alt="logo"> </a></th>
<th></th>
</tr>
</table>
</div>
</header>
<div>
<h1 style="padding-left:65px;padding-top:20px"> Welcome to
the HomeFinder for pets!</h1>
</div>
<div class="content">
<div id="mission" style="text-align:center;padding: 150px">
<h1 style="padding-bottom:5px">Our Mission</h1>
<p
style="padding:100px;font-size:25px;border:solid 2px;">
At PETSY, our mission is to connect loving homes with deserving pets, fostering lifelong bonds that bring joy, companionship, and positive change to both humans and animals. We are dedicated to creating a compassionate and supportive online platform that advocates for animal welfare, promotes responsible pet ownership, and strives to reduce the number of homeless pets.</p>
</div>
<!--
<div>
<a href="https://www.scotsman.com/webimg/b25lY21zOmNlNzdlMjkyLTk0YTMtNDZjMy1hNjM3LTI2NGMwMjY0NjEwMjo2ZjQwYTBhZS03MjM4LTQ2ZGQtOTZlZi02ZWI0Y2VmYjQ5NTg=.jpg">
<img class="home_dog"
src="dog.jpg" alt="dog
image"></a>
</div>
-->
</div>
<div class="content">
<a>
<img class="history_cat"
src="cat.jpg" alt="cat
image"></a>
<div class="History">
<h1 style="padding-left:25px; padding-bottom:5px;">Our
History</h1>
<p
style="padding:40px;padding-right:20px;font-size:25px;border:solid
2px;">PETSY, a company that provides pet-related services, was founded in 2015 by a group of animal lovers who were specialists in the pet care industry. The organization began as a small pet shelter but quickly expanded its products to include dog and cat care services, internet services for potential families to browse shelters, and finding a missing pet. HomeFinder is now considered as one of the leading pet care companies, with a dedicated staff of specialists devoted to the well-being of pets.</p>
</div>
</div>
<div style="position: absolute;padding-left: 50px;width: 100%;">
<footer><button class="privacy">
Privacy/Disclaimer Statement</button></footer>
</div>
</div>
</div>
</body>
</html>