Skip to content

Commit fd2a8c0

Browse files
authored
Merge pull request #19 from stefmolin/change-badge
Swap Binder badge for codespaces in slide template.
2 parents a61ea90 + 410bbbe commit fd2a8c0

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

slides/html/workshop.slides.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15199,8 +15199,12 @@
1519915199
<div class="footer" style="padding: 4px; font-size: 22px;">
1520015200
Introduction to Data Analysis Using Pandas &ndash; Stefanie Molin
1520115201
<div style="float: right; margin-top: -18px;">
15202-
<a href="https://mybinder.org/v2/gh/stefmolin/pandas-workshop/main?urlpath=lab/tree/notebooks" style="z-index: 1;" target="_blank" rel="noopener noreferrer">
15203-
<img src="https://camo.githubusercontent.com/581c077bdbc6ca6899c86d0acc6145ae85e9d80e6f805a1071793dbe48917982/68747470733a2f2f6d7962696e6465722e6f72672f62616467655f6c6f676f2e737667" alt="Binder" data-canonical-src="https://mybinder.org/badge_logo.svg" style="max-width: 100%; margin: 20px 0 0 0;">
15202+
<a href="https://codespaces.new/stefmolin/pandas-workshop"
15203+
style="z-index: 1;" target="_blank" rel="noopener noreferrer"
15204+
>
15205+
<img src="https://img.shields.io/badge/open-codespace-black?logo=github"
15206+
alt="Open in GitHub Codespaces"
15207+
style="max-width: 100%; margin: 20px 0 0 0;">
1520415208
</a>
1520515209
<a href="https://github.com/stefmolin/pandas-workshop" style="z-index: 1;" target="_blank" rel="noopener noreferrer">
1520615210
<img alt="View repo on GitHub" src="https://img.shields.io/badge/view-repo-orange?logo=github" style="max-width: 100%; margin: 20px 0 0 0;">

slides/templates/regular/index.html.j2

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,12 @@ a.anchor-link {
148148
<div class="footer" style="padding: 4px; font-size: 22px;">
149149
{{title}} &ndash; Stefanie Molin
150150
<div style="float: right; margin-top: -18px;">
151-
<a href="https://mybinder.org/v2/gh/stefmolin/{{repo_name}}/main?urlpath=lab/tree/notebooks" style="z-index: 1;" target="_blank" rel="noopener noreferrer">
152-
<img src="https://camo.githubusercontent.com/581c077bdbc6ca6899c86d0acc6145ae85e9d80e6f805a1071793dbe48917982/68747470733a2f2f6d7962696e6465722e6f72672f62616467655f6c6f676f2e737667" alt="Binder" data-canonical-src="https://mybinder.org/badge_logo.svg" style="max-width: 100%; margin: 20px 0 0 0;">
151+
<a href="https://codespaces.new/stefmolin/{{repo_name}}"
152+
style="z-index: 1;" target="_blank" rel="noopener noreferrer"
153+
>
154+
<img src="https://img.shields.io/badge/open-codespace-black?logo=github"
155+
alt="Open in GitHub Codespaces"
156+
style="max-width: 100%; margin: 20px 0 0 0;">
153157
</a>
154158
<a href="https://github.com/stefmolin/{{repo_name}}" style="z-index: 1;" target="_blank" rel="noopener noreferrer">
155159
<img alt="View repo on GitHub" src="https://img.shields.io/badge/view-repo-orange?logo=github" style="max-width: 100%; margin: 20px 0 0 0;">

0 commit comments

Comments
 (0)