Skip to content

Commit 23a47ad

Browse files
committed
Remove JuptyerCon Banner
1 parent 6451033 commit 23a47ad

File tree

6 files changed

+0
-46
lines changed

6 files changed

+0
-46
lines changed

assets/css/main.scss

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -23,37 +23,6 @@
2323
@import "components/widgets";
2424
@import "components/hr";
2525

26-
27-
/* Convention banner */
28-
29-
.con-jumbotron {
30-
margin: 0 !important;
31-
padding: 0 !important;
32-
}
33-
34-
.con-container {
35-
background: rgba(0, 0, 0, 0.5) url("../jupytercon-paris.jpg");
36-
background-size: cover;
37-
background-repeat: no-repeat;
38-
background-blend-mode: darken;
39-
text-align: center;
40-
}
41-
42-
.con-content {
43-
max-width: 1200px;
44-
margin: 0 auto;
45-
float: none !important;
46-
padding: 40px;
47-
}
48-
49-
.con-title {
50-
margin-left: auto;
51-
margin-right: auto;
52-
clear:both;
53-
width: 100%;
54-
max-width: 500px;
55-
}
56-
5726
.dropshadow {
5827
/* Make the foreground stand out from the background slightly */
5928
filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.3));

assets/jupytercon-logo-darkbg.png

-18.4 KB
Binary file not shown.

assets/jupytercon-logo.png

-36.8 KB
Binary file not shown.

assets/jupytercon-paris.jpg

-120 KB
Binary file not shown.

assets/jupytercon-planet.jpg

-113 KB
Binary file not shown.

index.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -246,21 +246,6 @@
246246
---
247247

248248
<header>
249-
<div class="jumbotron con-jumbotron">
250-
<div class="row">
251-
<div class="col-md-12" style='padding:0'>
252-
<div class="con-container img-responsive">
253-
<div class="col-lg-8 con-content md-offset-2">
254-
<a href="https://jupytercon.com"><img class="con-title img-responsive" src="assets/jupytercon-logo-darkbg.png" alt="The JupyterCon Logo" /></a>
255-
<div class="con-date">May 10–12, 2023</div>
256-
<div class="con-program">
257-
<p>Cité des Sciences, Paris</p>
258-
</div>
259-
</div>
260-
</div>
261-
</div>
262-
</div>
263-
</div>
264249
<div class="jumbotron">
265250
<div class="col-md-12">
266251
{% for img in page.jumbotron.images %}

0 commit comments

Comments
 (0)