-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (79 loc) · 4.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>puppr</title>
<!-- <link rel="icon" href="" type="image/x-icon"> -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, intial-scale=1">
<link href="styles.css" type="text/css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<!-- font family -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Open+Sans:wght@300&family=PT+Serif:ital@0;1&display=swap" rel="stylesheet">
</head>
<body class="fade-in">
<div>
<div class="navbar navbar-inverse fixed-top navbar-light bg-faded">
<div class="logo-img">
<img src="images/paw.png" width="140px;">
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<h1> Log In </h1>
</button>
</div>
<div id="slide-bg" class="phototext">
<h1>Match. Adopt. Love.</h1>
<h2>Welcome to puppr, a platform to connect you with dogs in need. Register today to meet amazing dogs near you!</h2>
<button class="button raise" onclick="document.getElementById('rule-overlay').style.display='block'" style="width: auto;">SIGN UP</button>
</div>
</div>
<div id="rule-overlay" class="rule-overlay fade-in-fast">
<span onclick="document.getElementById('rule-overlay').style.display = 'none'" class="close"></span>
<div class="rule-overlay-content">
<img src="images/logo.png" width="40px;" style="margin-bottom: 1em;">
<h1>Welcome to puppr!</h1>
<h1>Please follow these house rules</h1>
<br/>
<h2> 1. You must be <u>18</u> years of age or older to adopt an animal </h2>
<h2> 2. All dogs are sprayed/neutered before they are sent home with the owner </h2>
<h2> 3. Please refer to your local shelter for more on the adoption process</h2>
<a class="continue-btn raise" href="contact.html">GOT IT</a>
</div>
</div>
<div class="bottom-half-main">
<h1> We're here to find your life long friend</h1>
<div class="imgstories">
<img src="images/story-1.jpg" width="85%;">
</div>
<div class="stories">
<h1> Danny & Jackson </h1>
<p> I went onto puppr with a friend to help her pick out a dog. She didn’t get one but I did. The shelter named him Jackson and he fit all my preferences I put on my account. They said he was a runner and picked up by a dog catcher. I took him
home and two years later and I am as happy as ever with him by my side!</p>
<div class="learn-more">
Learn More
</div>
</div>
<div class="imgstories2">
<img src="images/story-2.png" width="85%;">
</div>
<div class="stories2">
<h1> Sandra & Mellow </h1>
<p> I was looking for a dog to fill the empty space of my new apartment. Using puppr, I filled in my specifications and it led me to Mellow! She was about 5 months when I adopted her. She was overly mischievous so I trained her, and that's when
my adventures with Mellow started. I love her and I appreciate the puppr platform for helping me in the process!</p>
<div class="learn-more">
Learn More
</div>
</div>
<div class="ending">
<h1> Adopt a doggo today! </h1>
<button class="button raise" onclick="document.getElementById('rule-overlay').style.display='block'" style="width: auto;">SIGN UP</button>
<img src="images/paw-dark.png" width="200px;" style="margin-top: 4em;">
<h2> FAQ | Events | Contact Us | Guidelines | Terms & Conditions | Privacy Policy </h2>
<h3> © 2020 puppr | All Rights Reserved </h3>
</div>
</div>
</body>
</html>