-
Notifications
You must be signed in to change notification settings - Fork 0
/
search.html
136 lines (93 loc) · 3.72 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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>#idcon - Identity Conference</title>
<meta name="author" content="idcon.org">
<meta name="description" content="Search Results $('#search_results').tapir({ 'token': '5157d4e53f61b05ba9000287', 'complete' : function() { document.getElementById('search_loading'). …">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link href="/atom.xml" rel="alternate" title="#idcon" type="application/atom+xml">
<link rel="canonical" href="">
<link href="/favicon.ico" rel="shortcut icon">
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Slackey' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Amethysta' rel='stylesheet' type='text/css'>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<script type="text/javascript" src="/javascripts/jquery-tapir.js"></script>
<!-- remove or comment it to disable ajaxification -->
<script src="/javascripts/ajaxify.js"></script>
</head>
<body>
<div id="wrapper">
<header id="header" class="inner"><!-- for more effects see _animate.scss -->
<h1 class="animated bounceInDown">
<div id="headerbg">
<a href="/">#idcon</a>
</div>
</h1>
<br>
<ul id="social-links" style="text-align:center">
<!-- Facebook -->
<li>
<a href="https://www.facebook.com/idcon.org" class="facebook" title="Facebook"></a>
</li>
<!-- Twitter -->
<li>
<a href="https://www.twitter.com/search?q=%23idcon" class="twitter" title="Twitter"></a>
</li>
<!-- Twitter -->
<li>
<a href="https://www.youtube.com/channel/UCO4UxfD_-1hUh6b_Wo2J9HQ" class="youtube" title="YouTube Channel"></a>
</li>
<!-- GitHub -->
<li>
<a href="https://github.com/nov/octopress-idcon" class="github" title="Github"></a>
</li>
</ul>
</header>
<div id="toload">
<!-- begin toload -->
<div id="content" class="inner">
<h1 class="entry-title"><center>Search Results</center></h1>
<div id="search_loading" style="margin: 40px 0">
<center><img src="/images/loading.gif"></center>
</div>
<script type="text/javascript" src="/javascripts/jquery-tapir.js"></script>
<div id="search_results" style="display:none">
<br>
</div>
<script>
$('#search_results').tapir({
'token': '5157d4e53f61b05ba9000287',
'complete' : function() { document.getElementById('search_loading').style.display="none"; }
});
</script>
</div>
<footer id="footer">
<div style="display:inline">
Copyright © 2019
idcon.org
. Powered by <a href="http://octopress.org">Octopress</a> |
Theme <a href="http://github.com/panks/fabric">fabric</a> by <a href="http://panks.me">Pankaj Kumar</a>
</div>
</footer>
<script src="/javascripts/fabric.js"></script>
<script src="/javascripts/jquery.fancybox.pack.js"></script>
<script type="text/javascript">
(function($){
$('.fancybox').fancybox();
})(jQuery);
</script> <!-- Delete or comment this line to disable Fancybox -->
<!-- end toload -->
</div>
</div>
<script src="/javascripts/jquery.ui.totop.js" type="text/javascript"></script>
<script type="text/javascript">
/*<![CDATA[*/
;(function($){$().UItoTop({easingType:'easeOutCirc'});})(jQuery);
/*]]>*/
</script><!-- remove it to remove the scroll to top button -->
</body>
</html>