-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
166 lines (150 loc) · 6.6 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
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<script src="https://unpkg.com/[email protected]/dist/boxicons.js"></script>
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="css/utilities.css">
<link rel="stylesheet" href="css/style.css">
<title>Adopt Friend</title>
<script src="app.js" type="module"></script>
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<div class="container flex">
<div class="logo-div">
<h1 class="logo-title">Adopt</h1>
<img class="logo-small" src="images/pet-logo.svg" alt="logo">
<h1 class="logo-title">Friend</h1>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Services</a></li>
<li><a href="docs.html">Contact</a></li>
</ul>
</nav>
</div>
</div>
<!-- Showcase -->
<section class="showcase">
<div class="container grid hero">
<div class="showcase-text">
<h1>Adopt true love from shelters, rescues, & private owners</h1>
<p>Pet adoption is quickly becoming the preferred way to find a new dog, puppy, cat or kitten. Best of all, there are so many benefits when you adopt a dog or adopt a cat over buying.</p>
<a href="features.html" class="btn btn-outline">Read More</a>
</div>
<div class="showcase-form card">
<h2>Adopt the Perfect Pet</h2>
<p>from more than 100 animal shelters & rescues</p>
<form name="contact" netlify-honeypot="bot-field" method="POST" data-netlify="true">
<input type="hidden" name="form-name" value="contact">
<p class="hidden">
<label>Don’t fill this out if you're human: <input name="bot-field" /></label>
</p>
<div class="form-control">
<input type="text" name="location" placeholder="Location" required>
</div>
<div class="form-control">
<input type="text" name="age" placeholder="Age" required>
</div>
<div class="form-control">
<input type="email" name="breed" placeholder="Breed" required>
</div>
<input type="submit" value="Search" class="btn btn-primary">
</form>
</div>
</section>
<!-- Stats -->
<section class="stats">
<div class="container">
<h1 class="stats-heading text-center my-1">
10 years of people and pets bringing out the best in each other.
</h1>
<div class="grid grid-3 text-center my-4">
<div>
<i class="fas fa-dog dog-icon"></i>
<h1 class="text-secondary">Adoption</h1>
<p class="description">There’s a special pet out there waiting for you. We’re experts at helping make the right match for a lifetime of friendship.</p>
</div>
<div>
<i class="fas fa-medkit medkit-icon"></i>
<h1 class="text-secondary">Wellness</h1>
<p>Healthy pets make for happy families. We offer ongoing wellness and prevention services, including needs-based financial assistance.</p>
</div>
<div>
<i class="fas fa-book education-icon"></i>
<h1 class="text-secondary">Education</h1>
<p>Anyone can learn new tricks. Our education programs were designed to help pets and their humans grow and thrive at any age.</p>
</div>
</div>
</div>
</section>
<!-- Cloud -->
<section class="cloud my-2 py-2 walk">
<div class="container grid">
<div class="text-center">
<h2 class="lg">
Join the Walk of the Century
</h2>
<p class="lead my-1">We’re looking for 1,000 people to walk 100 miles each this year—all to benefit the ADOPT FRIEND CENTER. Raise money, win swag and help bring pets and people together. It’s an awesome way to get involved and celebrate with us!</p>
<a href="features.html" class="btn btn-dark">Read More</a>
</div>
<div class="clouds">
<img class="logo-big" src="images/petsWalking.png" alt="">
</div>
</div>
</section>
<!-- Languages -->
<section class="languages">
<h2 class="md text-center my-2">
Our Progress
</h2>
<div class="container flex">
<a href="">
<div class="card green-1">
<h4>Coming Soon</h4>
<i class='bx bx-vector bx-md'></i>
</div>
</a>
<a href="">
<div class="card purple">
<h4>Coming Soon</h4>
<i class='bx bx-vector bx-md'></i>
</div>
</a>
<a href="">
<div class="card green-2">
<h4>Coming Soon</h4>
<i class='bx bx-vector bx-md'></i>
</div>
</a>
</div>
</section>
<!-- Footer -->
<footer class="footer bg-dark py-5">
<div class="container grid grid-3">
<div>
<h1>Adopt Friend</h1>
<p>Copyright © 2022</p>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="docs.html">Docs</a></li>
</ul>
</nav>
<div class="social">
<a href="#"><i class="fab fa-github fa-2x"></i></a>
<a href="#"><i class="fab fa-linkedin fa-2x"></i></a>
<a href="#"><i class="fab fa-behance fa-2x"></i></a>
</div>
</div>
</footer>
<script src="/counterup.min.js"></script>
</body>
</html>