Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathauthors.html
More file actions
Latest commit
64 lines (54 loc) · 2.25 KB
/
Copy pathauthors.html
File metadata and controls
64 lines (54 loc) · 2.25 KB
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
<!doctype html>
<htmllang="en">
<head>
<metacharset="utf-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<metaname="description" content="Kochi Python, ">
<title>Kochi Python - Authors</title>
<linkrel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/pure/0.3.0/pure-min.css">
<linkrel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.1.0/css/font-awesome.min.css">
<linkrel="stylesheet" href="./theme/css/pure.css">
<scriptsrc="//cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
</head>
<body>
<h1>Authors on Kochi Python</h1>
<ul><li><ahref="./author/dheeraj.html">Dheeraj</a> (1)</li>
<li><ahref="./author/jasim-muhammed.html">Jasim Muhammed</a> (2)</li>
<li><ahref="./author/joju-rajan.html">Joju Rajan</a> (2)</li>
<li><ahref="./author/renju.html">Renju</a> (1)</li>
<li><ahref="./author/sreekanth.html">Sreekanth</a> (3)</li>
<li><ahref="./author/varghese-chacko.html">Varghese Chacko</a> (1)</li>
</ul>
<script>
var$top=$('.go-top');
// Show or hide the sticky footer button
$(window).scroll(function(){
if($(this).scrollTop()>200){
$top.fadeIn(200);
}else{
$top.fadeOut(200);
}
});
// Animate the scroll to top
$top.click(function(event){
event.preventDefault();
$('html, body').animate({scrollTop: 0},300);
})
// Makes sure that the href="#" attached to the <a> elements
// don't scroll you back up the page.
$('body').on('click','a[href="#"]',function(event){
event.preventDefault();
});
</script>
<scripttype="text/javascript">
vargaJsHost=(("https:"==document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='"+gaJsHost+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<scripttype="text/javascript">
try{
varpageTracker=_gat._getTracker("UA-56551965-1");
pageTracker._trackPageview();
}catch(err){}
</script>
</body>
</html>