-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (42 loc) · 1.7 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
<!DOCTYPE html>
<html>
<head>
<title>ARS-IN</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<!-- Bootstrap CSS from a CDN. This way you don't have to include the bootstrap file yourself -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!-- Your own stylesheet -->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="container d-flex align-items-center h-100">
<div class="row">
<header class="text-center col-12">
<!-- class="text-uppercase -->
<h1 class="animate__animated animate__zoomInDown animated_infinite"><strong>Animal Rescue System</strong></h1><br>
<h4>“To rescue & provide free medical care, shelter and
lifetime care for those animals that cannot be
rehabilitated.”</h4><br>
<h5> <h5><br>
<h5><strong>Saath Animal Welfare Trust</strong></h5>
</header>
<div class="buffer col-12">
</div>
<section class="text-center col-12">
<hr>
<a href="https://mailchi.mp/5aaf5b1dd671/animalrescuesystem">
<button class="btn btn-primary btn-xl">Find Out More</button>
</a>
</section>
</div>
</div>
</body>
</html>