Skip to content

Commit

Permalink
Fix border-style none issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Jul 13, 2023
1 parent e42edad commit 5afaa00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ But let's go!
# Find and embrace developer communities

<div style="display: flex; justify-content:center;">
<a href="https://scikit-hep.org/">
<a href="https://scikit-hep.org/" style="border-style: none;">
<img src="/figures/shells-hep.svg" style="width: 60%; margin: 0 auto;">
</a>
</div>
Expand All @@ -154,7 +154,7 @@ But let's go!
# Find and embrace developer communities

<div style="display: flex; justify-content:center;">
<a href="https://scikit-hep.org/">
<a href="https://scikit-hep.org/" style="border-style: none;">
<img src="/figures/scientific-python.png" style="width: 80%; margin: 0 auto;">
</a>
</div>
Expand All @@ -171,7 +171,7 @@ But let's go!
# Engage and uplift the RSE Community

<div style="display: flex; justify-content:center;">
<a href="https://us-rse.org/">
<a href="https://us-rse.org/" style="border-style: none;">
<img src="/figures/us-rse-page.png" style="width: 80%; margin: 0 auto;">
</a>
</div>
Expand All @@ -195,19 +195,19 @@ Don't listen to me, go to the talks and Birds of a Feather sessions this week!
</div>

<div style="display: flex; justify-content:center;">
<a href="https://cfp.scipy.org/2023/talk/UT3CUZ/">
<a href="https://cfp.scipy.org/2023/talk/UT3CUZ/" style="border-style: none;">
<img src="/figures/talk-metpy.png" style="width: 50%; margin: 0 auto;">
</a>
</div>

<div style="display: flex; justify-content:center;">
<a href="https://cfp.scipy.org/2023/talk/EDZ9YB/">
<a href="https://cfp.scipy.org/2023/talk/EDZ9YB/" style="border-style: none;">
<img src="/figures/talk-pythia-community.png" style="width: 50%; margin: 0 auto;">
</a>
</div>

<div style="display: flex; justify-content:center;">
<a href="https://cfp.scipy.org/2023/talk/9JTLCF/">
<a href="https://cfp.scipy.org/2023/talk/9JTLCF/" style="border-style: none;">
<img src="/figures/talk-nabari.png" style="width: 50%; margin: 0 auto;">
</a>

Expand Down

0 comments on commit 5afaa00

Please sign in to comment.