-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (51 loc) · 2.16 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
<!DOCTYPE html>
<html>
<head>
<title>Product landing page</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<header id="header">
<nav id="nav-bar">
<a href="involved" class="nav-link">Get invoveld</a>
<a href="about" class="nav-link">About us</a>
<a href="adopt" class="nav-link">Adopt</a>
<a href="contact" class="nav-link">Contact</a>
</nav>
<h1 id="title"><i class="fas fa-paw"></i> Loving Paws </h1>
<div class="container">
<div clas="header-left">
<h2>Get involved</h2>
<p id="description">We're working hard toward our goal of helping more dogs, and you are big part of the succes.</p>
<p>We have save some dogs from people who didn't care about them, collected enought food cor our dogs waiting to find their forever home and improbed our facilities.</p>
</div>
<div class="header-rigth">
<img alt="paw-heart" class="header-img" src="http://raceromanian.org/wp-content/uploads/2019/03/LOGO.png" />
</div>
</div>
<section id="video">
<h2>Video</h2>
<div class="container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/7Zxm2wcgeYI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</section>
</header>
<section id="features">
<h2>Features</h2>
<div class="feature">
<i class="fas fa-paw"></i>
<h2>Succesful stories</h2>
<p>"I was afraid it will be hard to find the rigth dog for aour family or it will last forever, but after the procces it was great."</p>
<i class="fas fa-scroll"></i>
<h2>Adoption requisites</h2>
<p>Fill the formulary, wait for your match and pay $30 adoption fee, go home.</p>
<i class="fas fa-hand-holding-heart"></i>
<h2>Adopt me</h2>
<p>Here is Max, he's good with other dogs and also with kids; he loves to play and go for walks.</p>
</div>
</section>
</body>
</html>
<!--
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
--/