-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
197 lines (166 loc) · 4.7 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tutorify</title>
<link rel="stylesheet" href="css/foundation.css" />
<script src="js/vendor/modernizr.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/foundation.min.css" />
<script src="js/vendor/modernizr.js"></script>
<link href="css/style.css" rel="stylesheet" />
<link href="css/flaticon.css" rel="stylesheet" />
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<style>
.result{
width: 95%;
height: 200px;
background-color: #f5f5f5;
margin: 0 auto;
}
.result-image{
margin-left: 25px;
margin-top: 25px;
width: 150px;
height: 150px;
float: left;
}
.result-info{
/*background-color: blue;*/
height: 90%;
width: 75%;
/*float: right;*/
margin: 0 auto;
text-align: center;
/*color: yellow;*/
}
.learn-more{
height: 50px;
width: 50px;
float: right;
background-color: blue;
}
</style>
</head>
<body>
<nav class="top-bar" data-topbar role="navigation">
<ul class="title-area">
<li class="name">
<h1><a href="index.html">Tutorify</a></h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
</ul>
<section class="top-bar-section">
<!-- Right Nav Section -->
<ul class="right">
<li> <a href="index.html">Home</a></li>
<li class="has-dropdown">
<a href="#">Right Button Dropdown</a>
<ul class="dropdown">
<li><a href="#">First link in dropdown</a></li>
<li><a href="#">Second link in dropdown</a></li>
</ul>
</li>
<ul class="right">
<li><a href="signup.html">Sign Up</a></li>
<li><a href="#" data-reveal-id="myModal" >Log In</a></li>
</ul>
</ul>
</section>
</nav>
<section class="search">
<div class="row">
<div class="small-12 large-10 columns small-centered">
<h3>Search for a High School Tutor Now!</h3>
<form class="custom">
<div class="row">
<div class="large-3 small-12 columns">
<label>
Subject:
</label>
<select>
<option value="All">All</option>
<option value="Math">Math</option>
<option value="Literture/ Writing">Lit</option>
<option value="Studies">Studies</option>
<option value="Science">Science</option>
</select>
</div>
<div class="large-3 small-6 columns">
<label>
Price/ Hour:
</label>
<select>
<option value="0-5">$15-$20</option>
<option value="5-10">$20-$25</option>
<option value="15-20">$15-$20</option>
<option value="25-30">$25-$30</option>
<option value="more">more than $30</option>
</select>
</div>
<div class="large-3 small-6 columns">
<label>
Location:
</label>
<select>
<option value="mile"> Near Me</option>
<option value="2-mile">2 miles</option>
<option value="5-mile">5 miles</option>
<option value="25-mile">25 miles</option>
<option value="more-mile">Live Online</option>
</select>
</div>
<div class="large-3 small-12 columns">
<a href="#" class="button">Search</a>
</div>
</div>
</form>
</div>
</div>
</section>
<div class="results">
<div class="result">
<img src="http://vignette4.wikia.nocookie.net/uncyclopedia/images/0/0e/Funny_alien.jpg/revision/latest" class="result-image">
<div class="result-info">
<h2>John Doe</h2>
<h5>Age: 13</h5>
<p>Available on Mondays, Thursdays, and Fridays</p>
<a href="profile.html" class="button">Learn More</a>
</div>
</div>
<div class="result">
<img src="http://vignette4.wikia.nocookie.net/uncyclopedia/images/0/0e/Funny_alien.jpg/revision/latest" class="result-image">
<div class="result-info">
<h2>John Doe</h2>
<h5>Age: 13</h5>
<p>Available on Mondays, Thursdays, and Fridays</p>
<a href="profile.html" class="button">Learn More</a>
</div>
</div>
</div>
</div>
<a class="close-reveal-modal">×</a>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
<footer class="footer">
<div class="row">
<div class="small-12 columns">
<p class="slogan">Learning and Earning at the Tap of a Button</p>
<p class="links">
<a href="#">Home</a>
<a href="#features">Features</a>
<a href="about.html">About</a>
<a href="contact.html">Contact</a>
</p>
<p class="copywrite">Copywrite © 2015 Tutorify</p>
</div>
</div>
</footer>
</html>