-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
68 lines (58 loc) · 3.58 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About The Cat Room</title>
<link rel = "icon" type = "image/x-icon" href = "media/Orange-tabby favicon.png">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/aboutstyle.css">
<link rel="stylesheet" href="css/lightbox.css">
</head>
<body>
<div class="bg">
<header class="nav-header-main">
<div class="header-main-logo">
<img src="media/logo02.jpg" alt="logo">
<nav class="header-main-nav"> <!-- put <nav></nav> outside header-main-logo to center -->
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="foster.html">Fosters</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
</div>
<div class="header-main-sm">
<a href="https://www.facebook.com/AACAnimalCareControl "><div class="header-main-sm-fb"></div></a>
<div class="header-main-sm-in"></div>
<div class="header-main-sm-tw"></div>
</div>
</header>
<div class="title">
<h1>About</h1>
</div>
</div>
<script src="./js/app.js"></script>
<br>
<div>
<h3><center> <a href="https://www.aacounty.org/animal-control">
Come Visit the Adoptable Cats at Anne Arundel County Animal Care & Control</a> </center> </h3>
<br>
<h3><center>411 Maxwell Frye Road, Millersville, MD 21108 </center></h3>
<br>
<h3><center> <script> document.write(new Date().toLocaleDateString())</script></center></h3>
<div>
<p style="padding: 10px 50px 10px"> The objective of "The Cat Room" is to present Cats at Animal Care & Control in a slightly different way. We hope to give potental adoptors and those looking for lost animals quick access to pictures and data. </a></p>
<p style="padding: 10px 50px 10px"> For more photos and information about fosters, <a href="foster.html">click here and go to bottom of the Foster page</a>!</p>
<p style="padding: 10px 50px 10px"> The Cat Room follows the terms and conditions of Anne Arundel County Animal Care & Control (AACACC). All the photos and data come from the primary AACACC webpages. With just one click, The Cat Room is accessible and quick to reach; it is especially helpful for those looking for a lost cat as it combines information (age, length of stay, sex, etc.) with a photo. In the future look for links to "The Cat Room" in social media. Expect changes and an occasional oops. We hope it is useful and results in more adoptions and redemptions.<p>
<p style="padding: 10px 50px 20px"> The Cat Room will also be a place with feline behavior references as well as historical day to day statistics for the cats in the shelter's care.
</div>
<h3 style="padding: 10px 50px 10px"> Feline Socialization Links</h3>
<h3><center> <a href="https://americanpetsalive.org/uploads/resources/Austin-Pets-Alive-Guide-to-Socializing-Cats-52F6.pdf"> American Pets Alive Guide to Socializing Adult Cats</a></center></h3>
<br>
<h3><center><a href="https://americanpetsalive.org/uploads/resources/BFAS-Socializing-Cats-that-are-nonsocial-to-humans52F6.pdf"> Socializing cats that are nonsociable to humans</a></center></h3>
<br>
<h3><center><a href="https://www.alleycat.org/resources/cat-socialization-continuum-guide/">A Guide to Interactions Between Cats and Humans</a></center></h3>
<br>
</body>
</html>