-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
134 lines (127 loc) · 4.79 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Kitties to go!</title>
<link rel="normalize" href="css/normalize.css" />
<link rel="stylesheet" href="css/stylesheet.css" />
</head>
<body>
<header>
<h1><a href="index.html">Kitties to go!</a></h1>
<h2>
Seattle's premier drive-thru
</h2>
<h2>cat rentals</h2>
</header>
<nav>
<p class="nav">
<a href="index.html">Home</a> / <a href="#">Rates</a> /
<a href="#">Liability Release</a> / <a href="#">Kitty Profiles</a> /
<a href="#">Book a Cat</a>
</p>
</nav>
<aside>
<h3>Everyone Deserves Friends.</h3>
<p>
Morbi aliquet, nunc at rutrum placerat, nisl ligula accumsan enim, eget
tempor tellus tortor bibendum leo. Nam iaculis finibus porta. Donec
sodales augue diam, eu.
</p>
<video
controls
autoplay
loop
src="videos/cats-are-friends.mp4"
class="Kitten"
>
your browser dosen't support video elements
</video>
<p>
Chew iPad power cord why must they do that, grab pompom in mouth and put
in water dish.
</p>
<h3>Happy Kitten!</h3>
<video controls autoplay loop src="videos/cat-video.mp4" class="Kitten">
your browser dosen't support video elements
</video>
</aside>
<article>
<h3 class="h3">
About Kitties to go!
</h3>
<p class="lead">
We're Pet Lovers Trying to Make a Difference!
</p>
<p>Welcome to Kitties to go!</p>
<p>
We use the power of the Internet to connect pet lovers with shelter pets
and help pets go from alone to new home. We're working to help the good
people at shelters and rescue groups find tempotaty homes for their
pets. But we don't stop there. We also provide useful and informative
information on the human/companion animal relationship to help keep pets
healthy and permanently in their loving temporary or permanent homes.
Our blog has articles, and
<a href="https://www.youtube.com/watch?v=Uu-hRtkaVLc" target="_blank"
>YouTube
</a>
channel has useful pet training links as well as entertaining videos,
all produced by professionals in animal training and behavior, as well
as human psychology.
</p>
<h3>We're all about getting homeless pets into homes.</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Facere, optio
velit. Sunt, dolores exercitationem. Ad reiciendis quod similique
corrupti obcaecati voluptates eveniet distinctio odit fugit. Nobis
praesentium provident quidem saepe accusantium hic, magnam commodi
dolorum placeat doloremque, obcaecati vero sint deleniti harum sapiente
dignissimos aperiam. Ab eveniet eius magnam possimus? At error iste nemo
ad dolore, obcaecati, molestias maiores vero dolores necessitatibus
doloribus. Voluptatibus accusamus beatae culpa commodi quisquam totam
pariatur dolorem inventore adipisci distinctio! Impedit dolore quas
consequatur numquam?
</p>
</article>
<article>
<h3 class="lead">How to guid..</h3>
<h3>
How to Take Care of a New Kitten
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Omnis deleniti
harum esse sequi, odio similique quos obcaecati doloribus molestias hic,
eum repellat rem suscipit numquam repellendus, fugit consectetur. Quidem
distinctio eos assumenda illum repellat corporis, nam optio amet laborum
odit aperiam impedit veritatis a, tempora vitae atque quisquam quo
magni! Maiores sed, accusamus amet voluptatibus velit officia odit et
aliquam aut totam ratione similique, blanditiis sit molestias! Quidem
tenetur magnam, voluptates minus totam pariatur libero, est, autem
beatae repellendus quisquam.<a
href="https://www.pawlicy.com/blog/how-to-take-care-of-a-kitten/"
target="_blank"
>Find out more from third party link >></a
>
</p>
</article>
<footer>
<img
src="images/lesson04-mock5-cat-logo.png"
alt="kitties-to-go logo"
class="center-logo"
/>
<p class="footer">
Aborpos nisto inci tet aut que volupti beruptiberro to ex
</p>
<p class="footer">
esseque invenienihil imaximu scideru ptistiusam consequunt
</p>
<p class="footer">
<a href="#">Footer link 1</a> / <a href="#">Footer link 2</a> /
<a href="#">Footer link 3</a> /
<a href="#">Footer link 4</a>
</p>
<p class="footer">© 2018 Kitties To Go!, LLC | Seattle, WA</p>
</footer>
</body>
</html>