Skip to content

Commit ffe3885

Browse files
Merge pull request #239 from scottdraves/master
add BeakerX tables to widget demos
2 parents a53718c + cea725b commit ffe3885

11 files changed

+16124
-60951
lines changed

_includes/footer.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<p>Copyright © {{site.time | date: '%Y' }} Project Jupyter - Last updated {{site.time | date: "%a, %b %d, %Y" }}</p>
2121
</div>
2222
<div class="follow">
23-
<a class="github-button" href="https://github.com/jupyter" aria-label="Follow @jupyter on GitHub">Follow @jupyter</a>
23+
<a href="https://github.com/jupyter" class="button github-button" aria-label="Follow @jupyter on GitHub"><svg version="1.1" width="14" height="14" viewBox="0 0 16 16" class="octicon octicon-mark-github" aria-hidden="true"><path fill-rule="evenodd" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path></svg> <span>Follow @jupyter</span></a>
2424
<br><a href="https://twitter.com/ProjectJupyter" class="twitter-follow-button" data-show-count="false">Follow @ProjectJupyter</a>
2525
</div>
2626
</div>
@@ -32,8 +32,6 @@
3232

3333
<!-- Bootstrap Core JavaScript -->
3434
<script src="{{site.baseurl}}/js/bootstrap.min.js"></script>
35-
<!-- Place this tag right after the last button or just before your close body tag. -->
36-
<script async defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
3735
<script src="{{site.baseurl}}/js/architecture.js"></script>
3836
<script src="{{site.baseurl}}/js/simon.js"></script>
3937
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>

_includes/head.html

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" | prepend: site.baseurl }}">
1616
<link rel="stylesheet" href="{{ "/css/logo-nav.css" | prepend: site.baseurl }}">
1717
<link rel="stylesheet" href="{{ "/css/documentation.css" | prepend: site.baseurl }}">
18+
<link rel="stylesheet" href="{{ "/css/github-buttons.css" | prepend: site.baseurl }}">
1819
<link rel="icon" type="image/png" href="favicon.ico" />
1920
<link href="{{site.baseurl}}/assets/apple-touch-icon.png" rel="apple-touch-icon" />
2021
<link href="{{site.baseurl}}/assets/apple-touch-icon-76x76.png" rel="apple-touch-icon" sizes="76x76" />

0 commit comments

Comments
 (0)