-
Notifications
You must be signed in to change notification settings - Fork 2
/
search.html
201 lines (193 loc) · 10.2 KB
/
search.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Monoton&family=Quicksand:wght@300;400;500;515;600;700&family=Yellowtail&display=swap"
rel="stylesheet">
<!-- Local Style Sheet -->
<link rel="local stylesheet" href="./assets/style.css">
<!-- page name-->
<title>Adults Only Pet Search</title>
</head>
<body class="search">
<!-- Navbar left side logo
side side link to search, research, petfinder
drop down menu of links in mobile-->
<nav>
<div class="nav-wrapper search-nav">
<a href="./index.html" class="brand-logo">Adults Only Petfinder</a>
<a href="#" data-target="mobile-links" class="sidenav-trigger">
<i class="material-icons">menu</i>
</a>
<ul class="right hide-on-med-and-down">
<li><a href="./search.html">Search</a></li>
<li><a href="./under18.html">Education</a></li>
<li><a href="https://www.petfinder.com/">Petfinder</a></li>
</ul>
<ul class="sidenav" id="mobile-links">
<li><a href="./search.html">Search</a></li>
<li><a href="./under18.html">Education</a></li>
<li><a href="https://www.petfinder.com/">Petfinder</a></li>
</ul>
</div>
</nav>
<!-- search container -->
<div class="content">
<div class="container" id="searchcontainer">
<div class="row">
<div class="col s12 m8 offset-m2">
<div class="card hoverable">
<div class="card-content">
<!--Neon Title -->
<div class="container container-title">
<div class="title">
<p class="welcome"><a href="#">
Find your new furry friend!
</a></p>
</div>
</div>
<form>
<!-- users mood -->
<div class="row">
<div class="input-field col s12 white-text">What is Your Mood?
<!-- determines comedic characteristics -->
<select id="mood">
<option value="" disabled selected>Select Mood</option>
<option value="1">Lonely</option>
<option value="2">Excited</option>
<option value="3">Frisky</option>
<option value="3">Risky</option>
</select>
<!-- end mood input -->
</div>
<!-- end mood row -->
</div>
<!-- Users Sexual preference -->
<div class="row">
<div class="input-field col s12 white-text">Sex?
<!-- determines male or female pet -->
<select id="sex">
<option value="" disabled selected>Preference</option>
<option value="male">Male</option>
<option value="female">Female</option>
<option value="non-binary">Non-binary/genderfluid</option>
<option value="surprise">Surprise</option>
</select>
<!-- end sex input -->
</div>
<!-- end sex row -->
</div>
<!-- Users preference if pet is house trained-->
<div class="row">
<div class="input-field col s12 white-text">Do you like it wet?
<!-- determines if pet needs to be house trained -->
<select id="houseTrained">
<option value="" disabled selected>Preference</option>
<option value="yes">Yes</option>
<option value="no">No</option>
<option value="surprise">Surprise</option>
</select>
<!-- end house trained input -->
</div>
<!-- end house trained row -->
</div>
<!-- Users preference on breed of pet-->
<div class="row">
<div class="input-field col s12 white-text">How much can you handle?
<!-- determines if pet needs to be house trained -->
<select id="breed">
<option value="" disabled selected>Preference</option>
<!-- cat -->
<option value="cat">Small</option>
<!-- fox -->
<option value="fox">Medium</option>
<!-- dog -->
<option value="dog">Large</option>
<!-- goat: according to google Adult Goat Height: 16 – 23 in. (Adult, At Shoulder)-->
<option value="goat">16 – 23 in.</option>
<!-- end pet size input -->
</select>
</div>
<!-- end breed row -->
</div>
<!-- search submit button -->
<div class="row center">
<button class="btn searchBtn" type="button" name="action">Search
</button>
</div>
<!-- end search input form -->
</form>
<!-- end search card content -->
</div>
<!-- end search card -->
</div>
<!-- end search container col -->
</div>
<!-- end search container row -->
</div>
<!-- end search container -->
</div>
<!-- Results -->
<div class="container" id="result">
<div class="row">
<div class="col s12 m7 l10 offset-l1 offset-m2">
<!-- <div class="card horizontal"> -->
<div class="card hoverable">
<h3 id="name-text" class="header">Meet Name, sex</h3>
<div class="card-image">
<img id="pet-image" src="">
</div>
<div class="card-stacked">
<div class="card-content">
<span class="resultDisplay">Breed: </span>
<p id="breed-text"></p>
<span class="resultDisplay">House Trained: </span>
<p id="house-trained-text"></p>
<!-- comedic likes based on users mood-->
<span class="resultDisplay">Likes: </span>
<p id="mood-text"></p>
</div>
<!-- link to petfinder -->
<div class="card-action">
<a id="petfinder-link" href="https://www.petfinder.com/">Meet Me!</a>
</div>
<!-- end result card stacked -->
</div>
<!-- end result card horizontal -->
</div>
<!-- end result col -->
</div>
<!-- end result row -->
</div>
<!-- end result card panel hoverable -->
</div>
<!-- end result container -->
</div>
<!-- footer -->
<footer class="page-footer grey darken-3">
<div class="footer-copyright">
<div class="container center">
© 2020 Copyright
</div>
</div>
</footer>
<!--JavaScript at end of body for optimized loading-->
<!-- import jquery before Materialize.js -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<!-- Materialize.js -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!-- Scroll Reveal -->
<script src="https://unpkg.com/scrollreveal"></script>
<!-- script js document -->
<script type="text/javascript" src="./assets/script.js"></script>
</body>
</html>