Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative code for a logo in the corner #3

Open
pietroppeter opened this issue Oct 4, 2024 · 0 comments
Open

Alternative code for a logo in the corner #3

pietroppeter opened this issue Oct 4, 2024 · 0 comments

Comments

@pietroppeter
Copy link
Member

  nb.partials["logo"] = """
<div id="agileLabLogo" style="background: url(my-logo.png);
background-repeat: no-repeat;
position: absolute;
bottom: 0px;
left: 10px;
width: 250px;
height: 70px;"></div>
""" # adjust the px as needed
  nb.partials["document"] = """
<!DOCTYPE html>
<html>
  {{> head}}
  <body>
  {{> main}}
  {{> logo}}
  </body>
</html>
"""
@HugoGranstrom HugoGranstrom mentioned this issue Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant