Skip to content

Remove JuptyerCon Banner #729

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

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,37 +23,6 @@
@import "components/widgets";
@import "components/hr";


/* Convention banner */

.con-jumbotron {
margin: 0 !important;
padding: 0 !important;
}

.con-container {
background: rgba(0, 0, 0, 0.5) url("../jupytercon-paris.jpg");
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: darken;
text-align: center;
}

.con-content {
max-width: 1200px;
margin: 0 auto;
float: none !important;
padding: 40px;
}

.con-title {
margin-left: auto;
margin-right: auto;
clear:both;
width: 100%;
max-width: 500px;
}

.dropshadow {
/* Make the foreground stand out from the background slightly */
filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.3));
Expand Down
Binary file removed assets/jupytercon-logo-darkbg.png
Binary file not shown.
Binary file removed assets/jupytercon-logo.png
Binary file not shown.
Binary file removed assets/jupytercon-paris.jpg
Binary file not shown.
Binary file removed assets/jupytercon-planet.jpg
Binary file not shown.
15 changes: 0 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,21 +246,6 @@
---

<header>
<div class="jumbotron con-jumbotron">
<div class="row">
<div class="col-md-12" style='padding:0'>
<div class="con-container img-responsive">
<div class="col-lg-8 con-content md-offset-2">
<a href="https://jupytercon.com"><img class="con-title img-responsive" src="assets/jupytercon-logo-darkbg.png" alt="The JupyterCon Logo" /></a>
<div class="con-date">May 10–12, 2023</div>
<div class="con-program">
<p>Cité des Sciences, Paris</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="jumbotron">
<div class="col-md-12">
{% for img in page.jumbotron.images %}
Expand Down