-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (79 loc) · 3.12 KB
/
index.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
<!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 rel="stylesheet" href="./style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<title>Puppy Rescue Foundation</title>
</head>
<body>
<div class="header">
<img src="logo.png" alt="logo">
<div class="headertext">
PRF
</div>
<div class="list">
<ul>
<li> <a href="https://www.google.com"> Puppies</a></li>
<li> <a href="https://google.com"> Merchandise</a></li>
<li> <a href="https://google.com"> About Us</a></li>
</ul>
</div>
</div>
<div class="hero">
<div class="text-below">
<p>Puppy Rescue Foundation</p>
<p1>During Covid-19 a lot of puppies have been bought who are now being abandoned. Here at the Puppy
Rescue Foundation we are determined to saving them and finding them a new home. We make sure the
puppies are vaccinated and healthy. Click below to receive the newsletter.
</p1>
<button class="button1">Sign up</button>
</div>
<img src="./dogrun.jpg" alt="Dog running">
</div>
<h1>View some of our puppies</h1>
<div class="content">
<div class="dog1">
<img src="./dog1.jpg" alt="Dog">
<p>This puppy is playful and family friendly</p>
</div>
<div class="dog2">
<img src="./dog2.jpg" alt="Dog">
<p>A Husky puppy who loves to run and can't wait to find a new home</p>
</div>
<div class="dog3">
<img src="./dog3.jpg" alt="Dog">
<p>Who doesn't love this puppy</p>
</div>
<div class="dog4">
<img src="./dog4.jpg" alt="Dog">
<p>A Teckle might look small and cute but can be very fierce and playful</p>
</div>
</div>
<div class="testimonial">
<div class="testitext">
<p class="text">I've heard about the PRF on the news. I was instantly interested in what they do and what they stand
for. What I've learned is that they are a great foundation who truly care about dogs. I've since
adopted a little husky and he has been a joy. </p>
<p class="name">Susan Truefield, 16/03/2022</p2>
</div>
</div>
<div class="banner1">
<div class="banner2">
<div class="signupt">
<p class="title2">Get your puppy!</p>
<p class="text">Sign up for more information right here!</p>
</div>
<button class="action">Get info!</button>
</div>
</div>
<div class="footer">
Copyright © Floris 2022
</div>
</div>
</body>
</html>