-
Notifications
You must be signed in to change notification settings - Fork 0
/
findCity.html
63 lines (53 loc) · 2.36 KB
/
findCity.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<link href='https://fonts.googleapis.com/css?family=Alef&subset=hebrew' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="wrapper">
<header>
<a href="index.html" class="miniLogo flowerLogo"></a>
<a href="#" class="logo"></a>
<div id = "clear"> </div>
</header>
<main>
<form method="get" action="/search" id="searchi">
<input name="q" type="text" size="40" placeholder="חפש צמח..." />
</form>
<section class="infoHeadFind">
<h1 class = "pageH pageHFind">מציאת חנות לרכישה מרווה</h1>
<hr class="shortLine findCity">
</section>
<a href="chooseCity.html">
<div class="row">
<div class="col-lg-6">
<div class="input-group">
<input type="text" class="form-control" aria-label="..." placeholder="בחר עיר/ישוב...">
<div class="input-group-btn">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="caret"></span></button>
</div><!-- /btn-group -->
</div><!-- /input-group -->
</div><!-- /.col-lg-6 -->
</div><!-- /.row -->
</a>
</main>
<nav >
<ul class="respNav">
<li><a href="#" id="settings"></a> הגדרות </li>
<li><a href="#" id="medicine"></a> תרופות סבתא</li>
<li><a href="#" id="flower"></a>צמחי נוי</li>
<li><a href="#" id="wiki"></a>ויקיצמח</li>
</ul>
<div id = "clear"> </div>
</nav>
</div>
</body>
</html>