-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
132 lines (127 loc) · 8.27 KB
/
index.html
File metadata and controls
132 lines (127 loc) · 8.27 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>pandanistas</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" />
<!-- twitter card metadata -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="/images/site-cover.jpg">
<meta name="twitter:creator" content="">
<meta name="twitter:site" content="">
<meta name="twitter:title" content="pandanistas">
<meta name="twitter:description" content="pandanistas website.">
<!-- OG Tags -->
<meta property="og:url" content=""/>
<meta property="og:title" content="pandanistas" />
<meta property="og:description" content="pandanistas website." />
<meta property="og:image" content="/images/site-cover.jpg" />
<!-- favicon -->
<!-- moment.js for date formatting -->
<script src="/theme/js/moment.js"></script>
<!-- css -->
<link rel="stylesheet" type="text/css" href="/theme/css/main.css" />
<script>
/*! grunt-grunticon Stylesheet Loader - v2.1.2 | https://github.com/filamentgroup/grunticon | (c) 2015 Scott Jehl, Filament Group, Inc. | MIT license. */
(function(e){function t(t,n,r,o){"use strict";function a(){for(var e,n=0;u.length>n;n++)u[n].href&&u[n].href.indexOf(t)>-1&&(e=!0);e?i.media=r||"all":setTimeout(a)}var i=e.document.createElement("link"),l=n||e.document.getElementsByTagName("script")[0],u=e.document.styleSheets;return i.rel="stylesheet",i.href=t,i.media="only x",i.onload=o||null,l.parentNode.insertBefore(i,l),a(),i}var n=function(r,o){"use strict";if(r&&3===r.length){var a=e.navigator,i=e.Image,l=!(!document.createElementNS||!document.createElementNS("http://www.w3.org/2000/svg","svg").createSVGRect||!document.implementation.hasFeature("http://www.w3.org/TR/SVG11/feature#Image","1.1")||e.opera&&-1===a.userAgent.indexOf("Chrome")||-1!==a.userAgent.indexOf("Series40")),u=new i;u.onerror=function(){n.method="png",n.href=r[2],t(r[2])},u.onload=function(){var e=1===u.width&&1===u.height,a=r[e&&l?0:e?1:2];n.method=e&&l?"svg":e?"datapng":"png",n.href=a,t(a,null,null,o)},u.src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==",document.documentElement.className+=" grunticon"}};n.loadCSS=t,e.grunticon=n})(this);(function(e,t){"use strict";var n=t.document,r="grunticon:",o=function(e){if(n.attachEvent?"complete"===n.readyState:"loading"!==n.readyState)e();else{var t=!1;n.addEventListener("readystatechange",function(){t||(t=!0,e())},!1)}},a=function(e){return t.document.querySelector('link[href$="'+e+'"]')},c=function(e){var t,n,o,a,c,i,u={};if(t=e.sheet,!t)return u;n=t.cssRules?t.cssRules:t.rules;for(var l=0;n.length>l;l++)o=n[l].cssText,a=r+n[l].selectorText,c=o.split(");")[0].match(/US\-ASCII\,([^"']+)/),c&&c[1]&&(i=decodeURIComponent(c[1]),u[a]=i);return u},i=function(e){var t,o,a;o="data-grunticon-embed";for(var c in e)if(a=c.slice(r.length),t=n.querySelectorAll(a+"["+o+"]"),t.length)for(var i=0;t.length>i;i++)t[i].innerHTML=e[c],t[i].style.backgroundImage="none",t[i].removeAttribute(o);return t},u=function(t){"svg"===e.method&&o(function(){i(c(a(e.href))),"function"==typeof t&&t()})};e.embedIcons=i,e.getCSS=a,e.getIcons=c,e.ready=o,e.svgLoadedCallback=u,e.embedSVG=u})(grunticon,this);
grunticon(["/theme/css/icons.data.svg.css", "/theme/css/icons.data.png.css", "/theme/css/icons.fallback.css"]);
</script>
<noscript><link href="/theme/css/icons.fallback.css" rel="stylesheet"></noscript>
<!-- menu toggle javascript -->
<script type="text/javascript">
document.addEventListener("DOMContentLoaded", initMenu);
function initMenu(){
var menu = document.getElementById("menu");
var menulink = document.getElementById("menu-link");
menulink.addEventListener("click", function toggleMenu(){
window.event.preventDefault();
menulink.classList.toggle('active');
menu.classList.toggle('active');
});
};
</script>
</head>
<body>
<div role="banner" id="masthead">
<header>
<a href="/"><img src="/images/pandanistas_logo_long.png" alt="McManus Logo"></a>
<a href="#menu" id="menu-link">more stuff</a>
<nav id="menu">
<ul>
<li><a href="/pages/about.html">about</a></li>
<li><a href="/category/blog.html">blog</a></li>
<li><a href="/category/sprints.html">sprints</a></li>
<li><a href="/pages/code-of-conduct.html">code of conduct</a></li>
<li><a href="/pages/resources.html">resources</a></li>
<li><a href="/pages/contact.html">contact</a></li>
</ul>
</nav>
</header>
</div>
<div class="page" role="main">
<div class="articles">
<ol>
<li>
<article>
<footer>
<p>
<time datetime="2020-03-07 00:00:00+01:00">
<script>document.write(moment('2020-03-07 00:00:00+01:00').format('LL'));</script>
</time>
in <a href="/category/blog.html"><span class="category-tag">blog</span></a>
</p>
</footer>
<header>
<a href="/interview-with-ong-chin-hwee.html">
<h2>Interview with Ong Chin Hwee</h2>
</a>
</header>
<div class="summary">pandanistas is running a series of interviews where we interview contributors to the pandas library. Read our first interview featuring Ong Chin Hwee, one of the contributors to pandas' 1.0 release. </div>
<div class="tags">
<ul class="tags">
<li><a href="/tag/interview.html" class="tag">interview</a></li>
</ul>
</div>
<a href="/interview-with-ong-chin-hwee.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
<li>
<article>
<footer>
<p>
<time datetime="2020-02-24 00:00:00+01:00">
<script>document.write(moment('2020-02-24 00:00:00+01:00').format('LL'));</script>
</time>
in <a href="/category/sprints.html"><span class="category-tag">sprints</span></a>
</p>
</footer>
<header>
<a href="/announcing-berlin-2020-pandas-documentation-sprint.html">
<h2>Announcing Berlin 2020 pandas documentation sprint</h2>
</a>
</header>
<div class="summary">pandanistas will be hosting a documentation sprint on the 21st of March in Berlin. Read more about it and join us! </div>
<div class="tags">
<ul class="tags">
<li><a href="/tag/documentation.html" class="tag">documentation</a></li>
<li><a href="/tag/sprint.html" class="tag">sprint</a></li>
</ul>
</div>
<a href="/announcing-berlin-2020-pandas-documentation-sprint.html">
<p class="readmore">Read more...</p>
</a>
</article>
</li>
</ol>
</div> <footer>
<div class="icons">
<a href="https://twitter.com/pandanistas" target="_blank"><div class="icon-twitter icon"></div></a>
<a href="https://github.com/pandanistas" target="_blank"><div class="icon-github icon"></div></a>
</div>
<p>© <script>document.write(moment().format('YYYY'));</script> pandanistas</p>
</footer>
</div>
</body>
</html>