-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
122 lines (112 loc) · 5.49 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Path of Learning - 書路</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://pathoflearning.com/theme/css/lazystrap.css" rel="stylesheet">
<link href="http://pathoflearning.com/theme/css/pygments.css" rel="stylesheet">
<link href="http://pathoflearning.com/theme/css/lightbox.css" rel="stylesheet">
<link rel="shortcut icon" href="http://pathoflearning.com/theme/favicon.png" type="image/x-icon" />
<link rel="icon" href="http://pathoflearning.com/theme/favicon.png" type="image/x-icon" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<meta name="description" content="discrete, continuous, meta, force, motion" />
<link rel="stylesheet" type="text/css" href="theme/css/tipuesearch.css">
<meta name="keywords" content="" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-69748436-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69748436-1');
ga('send', 'pageview');
</script>
</head>
<body onload="set_years(2015)">
<a href="https://github.com/pittmiqi" target="blank"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<div class="page">
<div class="header">
<a href="http://pathoflearning.com" style="text-decoration: none" target="_self" id="protected">
<font size="7" color="white" face="verdana">
<!-- <img src="http://pathoflearning.com/theme/img/logo.png" alt="Path of Learning - 書路" /> -->
Path of Learning - 書路
</font>
</a>
<div class="navbar-desc">
discrete, continuous, meta, force, motion
</div>
</div>
<div class="container">
<h2 class="post-header">Search</h2>
<div class="post-content">
<div class="search-box">
<form class="form-inline" action="http://pathoflearning.com/search.html" onsubmit="return validateForm(this.elements['q'].value);">
<input type="text" class="search-query form-control" id="tipue_search_input" placeholder="Search..." name="q" autofocus>
<button type="submit" class="btn btn-default" id="tipue_search_button"></button>
</form>
</div> <div id="tipue_search_content"></div>
</div>
</div>
</div>
<footer class="footer-wrapper">
<div class="container">
<div class="footer">
<a href="http://pathoflearning.com/archives">Archives</a>
<a href="http://pathoflearning.com/">RSS</a>
<a href="http://twitter.com/pittmiqi">twitter</a>
<a href="http://github.com/pittmiqi">github</a>
</div>
<div class="footer">
<span id="years">2015-2015</span> © Qi Mi | Powered by <a href="http://getpelican.com">Pelican</a>| <a href="http://creativecommons.org/licenses/by/4.0/">CC BY</a>
</div>
</div>
</footer>
<script type="text/javascript">
// create the back to top button
$('body').prepend('<a href="#" class="back-to-top">Back to Top</a>');
var amountScrolled = 300;
$(window).scroll(function() {
if ($(window).scrollTop() > amountScrolled) {
$('a.back-to-top').fadeIn('slow');
} else {
$('a.back-to-top').fadeOut('slow');
}
});
$('a.back-to-top, a.simple-back-to-top').click(function() {
$('body').animate({
scrollTop: 0
}, 'fast');
return false;
});
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="http://pathoflearning.com/theme/js/lightbox-2.6.min.js"></script>
<script src="http://pathoflearning.com/theme/js/lazystrap.js"></script>
<script type="text/javascript" src="theme/js/tipuesearch_set.js"></script>
<script type="text/javascript" src="theme/js/tipuesearch.min.js"></script>
<script>
$(document).ready(function() {
$('#tipue_search_input').tipuesearch({
'show': 10,
'mode': 'json',
'contentLocation': 'tipuesearch_content.json'
});
});
</script>
</body>
</html>