-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
242 lines (195 loc) · 8.17 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Seach Home
| waterpower</title>
<meta name="author" content="John Gage"/>
<!-- Bootstrap -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css"/>
<link rel="stylesheet" href="./theme/css/jquery.mglass.css"/>
<link rel="stylesheet" href="./theme/css/pygment-solarized-dark.css"/>
<link rel="stylesheet" href="./theme/css/style.css"/>
<!-- Fonts -->
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'/>
<link href='https://fonts.googleapis.com/css?family=Istok+Web' rel='stylesheet' type='text/css'/>
<link href='https://fonts.googleapis.com/css?family=Droid+Sans+Mono' rel='stylesheet' type='text/css'/>
<link href='https://fonts.googleapis.com/css?family=Expletus+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.css"/>
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<!-- Feeds -->
</head>
<body>
<div class="container">
<div class="page-header">
<a href="." class="avatar-container pull-left">
<div class="avatar animate ">
<div class="side"><img src="https://johngage.github.io/waterpowerdata/images/bluecircle.png" class="img-responsive"/></div>
<div class="side back"><p class="text-center">Water in Kibera</p></div>
</div>
</a>
<h1><a href=".">waterpower</a> <small>Water data and Jupyter notebooks</small></h1>
</div>
<nav class="navbar navbar-default">
<!-- Hamburger menu for mobile -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#plumage-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="." title="Water data and Jupyter notebooks">waterpower</a>
</div>
<!-- Menus and search forms -->
<div class="collapse navbar-collapse" id="plumage-navbar-collapse-1">
<ul class="nav navbar-nav">
<li >
<a href="sitemap.xml">Index</a>
</li>
<li >
<a href="/">Home</a>
</li>
<li >
<a href="category/misc.html">Notebooks</a>
</li>
<li >
<a href="./pages/about.html">About</a>
</li>
<li >
<a href="./pages/book.html">Book</a>
</li>
<li >
<a href="./category/posts.html">posts</a>
</li>
<li >
<a href="./category/report.html">Report</a>
</li>
</ul>
<form class="navbar-form navbar-right" role="search" action="./search.html" onsubmit="return validateForm(this.elements['q'].value);">
<div class="form-group">
<div class="input-group">
<input type="text" name="q" id="tipue_search_input" class="form-control search-query" placeholder="Search" required />
<span class="input-group-btn">
<button class="btn btn-default" type="submit"><i class="fa
fa-search fa-fw"></i></button>
</span>
</div>
</div>
</form>
</div>
</nav>
</div>
<div class="container main">
<div class="row">
<div class=" col-md-9 col-md-offset-3 ">
<h1>
Search Results
</h1>
</div>
</div>
<div class="row">
<div class="col-md-3">
<!--<div data-spy="affix" data-offset-top="0">-->
<!--</div>-->
</div>
<div class=" col-md-9 " id="content" role="main">
<div>
<div id="tipue_search_content"></div>
</div>
</div>
</div>
</div>
<!-- TODO: make footer sticky -->
<footer class="container-fluid">
<div class="container">
<div class="row">
<div class="col-md-2">
<h5>Contact</h5>
<ul class="list-unstyled">
<li> <a href="mailto:john.gage@berkeley.edu`">
<i class="fa fa-envelope"></i>
John Gage
</a></li>
<li> <a href="https://github.com/johngage">
<i class="fa fa-github"></i>
Github
</a></li>
<li> <a href="https://www.facebook.com/johnbgage/">
<i class="fa fa-external-link"></i>
Facebook
</a></li>
<li> <a href="https://twitter.com/johnbgage">
<i class="fa fa-twitter"></i>
Twitter
</a></li>
</ul>
</div>
<div class="col-md-2">
<h5>Resources</h5>
<ul class="list-unstyled">
<li> <a href="https://github.com/johngage">
<i class="fa fa-github"></i>
Repository
</a></li>
<li> <a href="https://docs.wradlib.org">
<i class="fa fa-external-link"></i>
Documentation
</a></li>
<li> <a href="https://groups.google.com/forum/?fromgroups=#!forum/wradlib-users">
<i class="fa fa-external-link"></i>
Data for Water
</a></li>
</ul>
</div>
<div class="col-md-2">
<h5>Browse content by</h5>
<ul class="list-unstyled">
</ul>
</div>
<div class="col-md-2 text-muted">
<h5>Copyright notice</h5>
<p>© Copyright 2017-2018 John Gage.</p>
</div>
<div class="col-md-2 text-muted">
<h5>Disclaimer</h5>
<p>All opinions expressed in this site are own personal opinions of the respective wradlib developers and are not endorsed by, nor do they represent the opinions of their previous, current and future employers or any of its affiliates, partners or customers.</p>
</div>
<div class="col-md-2">
</div>
</div>
</div>
<h5 class="text-right"><a href="#"><i class="fa fa-arrow-up"></i> Back to top</a></h5>
<div class="container">
<div class="row col-md-12 text-muted text-center">
Site generated by <a href="https://getpelican.com"> Pelican</a>.<br/>
<a href="https://github.com/kdeldycke/plumage"> Plumage</a> theme by <a href="https://kevin.deldycke.com">Kevin Deldycke</a>.
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fitvids/1.1.0/jquery.fitvids.min.js"></script>
<script src="./theme/js/jquery.mglass.js"></script>
<script src="./theme/js/application.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch_content.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch_set.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.min.js"></script>
<script>
$(document).ready(function() {
$('#tipue_search_input').tipuesearch({
'mode' : 'json',
'show': 10,
'newWindow': false,
'contentLocation': './tipuesearch_content.json'
});
});
</script>
</body>
</html>