forked from samarahu/TechTogether-Boston-2020
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlanding.html
251 lines (214 loc) · 9.74 KB
/
landing.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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Mark Otto, Jacob Thornton, and Bootstrap contributors">
<meta name="generator" content="Jekyll v3.8.6">
<title>PetMatch</title>
<link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/jumbotron/">
<!-- Bootstrap core CSS -->
<link href="/docs/4.4/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!-- Favicons -->
<link rel="apple-touch-icon" href="/docs/4.4/assets/img/favicons/apple-touch-icon.png" sizes="180x180">
<link rel="icon" href="/docs/4.4/assets/img/favicons/favicon-32x32.png" sizes="32x32" type="image/png">
<link rel="icon" href="/docs/4.4/assets/img/favicons/favicon-16x16.png" sizes="16x16" type="image/png">
<link rel="manifest" href="/docs/4.4/assets/img/favicons/manifest.json">
<link rel="mask-icon" href="/docs/4.4/assets/img/favicons/safari-pinned-tab.svg" color="#563d7c">
<link rel="icon" href="/docs/4.4/assets/img/favicons/favicon.ico">
<meta name="msapplication-config" content="/docs/4.4/assets/img/favicons/browserconfig.xml">
<meta name="theme-color" content="#563d7c">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
}
/* * {
box-sizing: border-box;
}*/
.pinkColor {
background-color: #f2c3c6;
padding: 100px;
}
.whiteColor {
background-color: #F7E7E6;
padding: 100px;
}
.description {
font-size: 20px;
}
.btn-outline-info {
background-color: #1b525e;
border-color: #1b525e;
color: white;
}
.btn-outline-success {
color: #28a745;
border-color: #28a745
}
.btn-primary {
color: #fff;
background-color: #1b525e;
border-color: #1b525e;
}
.btn-secondary {
color: #fff;
background-color: #1b525e;
border-color: #1b525e;
}
.btn-variant{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.btn-variant,
.btn-variant:hover,
.btn-variant:active,
.btn-variant:visited,
.btn-variant:focus
{
background-color: #1B525E;
border-color: #1B525E;
}
/*.img-container {
float: left;
width: 33.33%;
padding: 5px;
}
*/
.flex-container>div {
width: 220px;
margin: 65px;
text-align: center;
line-height: 60px;
font-size: 40px;
}
.flex-container {
display: flex;
justify-content: center;
flex-direction: row;
align-items: center;
align-content: space-between;
height: 100px;
}
/* .clearfix::after {
content: "";
clear: both;
display: table;*/
img {
width: 100%;
padding-top: 20px;
margin-top: 70px;
margin-right: 70px;
}
.catPic {
float: left;
}
.dogPic {
float: center;
}
.secondCat {
float: right;
}
</style>
<!-- Custom styles for this template -->
<link href="jumbotron.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#">PetMatch</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="/landing.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="/About.html">About <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Pet Pairing</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="/map.html">Map Search</a>
<a class="dropdown-item" href="/matchForm.html">Quiz Search</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/LostPet.html">Lost or Found</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<button class="btn-variant btn-outline-info text-light my-2 my-sm-0" type="submit">Sign Up/Login</button>
</form>
</div>
</nav>
<main role="main">
<div class="pinkColor">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="container">
<h1 class="display-3">What is PetMatch?</h1>
<br>
<div class="description">
<p>PetMatch is an app designed to help potential pet owners find their perfect pet </p>
<p>Using personal preference, location, and facial recognition, we find your animal companion with accuracy and ease</p>
</div>
<br>
<p><a class="btn btn-outline-info my-2 my-sm-0" href="#" role="button">Learn more »</a></p>
</div>
<br>
<br>
<div class="whiteColor">
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
<h2>Picky Pet Owner?</h2>
<p>PetMatch is perfect for you. With personal preferences, you pick the animal that's perfect for you!</p>
<p><a class="btn btn-outline-info my-2 my-sm-0" href="#" role="button">Log in »</a></p>
</div>
<div class="col-md-4">
<h2>Location</h2>
<p>Use our handy little map to find pets around you and see what pets are available in your area</p>
<p><a class="btn btn-outline-info my-2 my-sm-0" href="#" role="button">View map »</a></p>
</div>
<div class="col-md-4">
<h2>Upload a picture</h2>
<p>Find a cat that needs a home? Easy Peasy. Just upload a picture and the basic details of the animal and we'll take care of the rest</p>
<p><a class="btn btn-outline-info my-2 my-sm-0" href="#" role="button">Upload here »</a></p>
</div>
</div>
</div>
<hr> </hr>
<!-- /container -->
<div class="flex-container">
<!--<div class="clearfix"></div>-->
<!--<div class="img-container">-->
<div class="catPic"><img src="https://images.unsplash.com/photo-1514888286974-6c03e2ca1dba?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1627&q=80" alt="cat"></div>
<div class="dogPic"><img src="https://images.unsplash.com/photo-1544568100-847a948585b9?ixlibrb-1.2.1&ixideyJhcHBfaWQiOjEyMDd9&autoformat&fitcrop&w1567&q80" alt="dog"></div>
<div class="secondCat"><img src="https://images.unsplash.com/photo-1518791841217-8f162f1e1131?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1650&q=80" alt="new cat"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer class="container">
<p>© Company 2017-2019</p>
</footer>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script>
window.jQuery || document.write('<script src="/docs/4.4/assets/js/vendor/jquery.slim.min.js"><\/script>')
</script>
<script src="/docs/4.4/dist/js/bootstrap.bundle.min.js" integrity="sha384-6khuMg9gaYr5AxOqhkVIODVIvm9ynTT5J4V1cfthmT+emCG6yVmEZsRHdxlotUnm" crossorigin="anonymous"></script>
</body>
</html>