Skip to content

Commit e5f67f9

Browse files
committed
1 parent 7b21ef4 commit e5f67f9

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

people.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
2828
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
2929
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">
30-
30+
3131
<div class="navbar navbar-inverse navbar-fixed-top">
3232
<div class="navbar-inner" id="head-nav">
3333
</div>
@@ -43,7 +43,7 @@
4343
})
4444
</script>
4545
</head>
46-
46+
4747
<body>
4848
<div id="pjax-content">
4949
<!-- END REPEAT-->
@@ -66,7 +66,7 @@
6666
data3 ["rows"] = rows;
6767
return data3;
6868
}
69-
69+
7070
function loadContributors() {
7171
//Grab the inline template
7272
var template = document.getElementById('template').innerHTML;
@@ -161,7 +161,7 @@
161161
}, {
162162
name: "Dan Kruchinin",
163163
url: "https://github.com/dkruchinin"
164-
}, {
164+
}, {
165165
//Dan Steinbrook for best practices badge
166166
name: "Dan Steinbrook",
167167
url: "https://github.com/dsteinbrook"
@@ -336,6 +336,9 @@
336336
},{
337337
name: "Siddharth Yadav",
338338
url: "https://github.com/geekSiddharth"
339+
}, {
340+
name: "Steph Prince",
341+
url: "https://github.com/stephprince"
339342
}, {
340343
name: "Steven Cook",
341344
url: "http://www.linkedin.com/pub/steven-j-cook/5b/436/b23"
@@ -594,7 +597,7 @@ <h2>Ari Krakowski</h2>
594597
<!--OpenWorm fellow section section ends here -->
595598

596599
<hr class="soften">
597-
600+
598601
<!--OpenWorm operations team section starts here -->
599602
<div id="openworm-operations">
600603
<h1>Operations Team</h1>
@@ -924,8 +927,8 @@ <h2>Ryan Merkley
924927
</div>
925928

926929
</div>
927-
928-
<!-- FOOT: DUPLICATE THE FOLLOWING IN ALL PAGES -->
930+
931+
<!-- FOOT: DUPLICATE THE FOLLOWING IN ALL PAGES -->
929932
</div><!-- end pjax content -->
930933

931934

0 commit comments

Comments
 (0)