Skip to content

Commit

Permalink
Link QE logo to the QE website
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Dec 17, 2024
1 parent 760e802 commit 71475ad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion start.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
def get_start_widget(appbase, jupbase, notebase): # noqa: ARG001
return ipw.HTML(f"""
<div class="app-container">
<img src="https://gitlab.com/QEF/q-e/raw/develop/logo.jpg" height="180px" width=323px">
<a href="https://www.quantum-espresso.org/" target="_blank">
<img
src="https://gitlab.com/QEF/q-e/raw/develop/logo.jpg"
height="180px"
width=323px">
</a>
<div class="features">
<a
class="feature"
Expand Down

0 comments on commit 71475ad

Please sign in to comment.