Skip to content

Commit d176d39

Browse files
committed
Update JupyterCon logo in banner
1 parent 7f92868 commit d176d39

File tree

5 files changed

+22
-27
lines changed

5 files changed

+22
-27
lines changed

assets/css/main.scss

Lines changed: 18 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -32,22 +32,25 @@
3232
}
3333

3434
.con-container {
35-
background-image: url('../assets/jupytercon-planet.jpg');
36-
background-size: 100%;
35+
background: rgba(0, 0, 0, 0.5) url("../jupytercon-paris.jpg");
36+
background-size: cover;
3737
background-repeat: no-repeat;
38-
min-height: 350px;
39-
text-align: right;
38+
background-blend-mode: darken;
39+
text-align: center;
4040
}
4141

4242
.con-content {
4343
max-width: 1200px;
4444
margin: 0 auto;
4545
float: none !important;
46+
padding: 40px;
4647
}
4748

4849
.con-title {
49-
float: right;
50+
margin-left: auto;
51+
margin-right: auto;
5052
clear:both;
53+
width: 100%;
5154
max-width: 500px;
5255
}
5356

@@ -56,7 +59,6 @@
5659
filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.3));
5760
}
5861

59-
6062
.con-subtitle {
6163
float: right;
6264
clear: both;
@@ -69,11 +71,11 @@
6971
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
7072
line-height: 34px;
7173
color: #FFFFFF;
72-
float: right;
7374
clear: both;
74-
margin-right: 10px;
75-
margin-bottom: -10px;
76-
75+
margin-right: auto;
76+
margin-left: auto;
77+
margin-top: 10px;
78+
margin-bottom: 10px;
7779
}
7880

7981
.con-program p {
@@ -86,10 +88,10 @@
8688
font-size: 30px;
8789
line-height: 34px;
8890
color: #FFFFFF;
89-
float: right;
90-
margin-right: 10px;
91-
margin-top: 36px;
92-
margin-bottom: -10px
91+
margin-left: auto;
92+
margin-right: auto;
93+
margin-top: 10px;
94+
margin-bottom: 10px
9395
}
9496

9597
.con-copy {
@@ -98,7 +100,7 @@
98100
line-height: 21px;
99101
font-weight: 200;
100102
color: black;
101-
text-align: right;
103+
text-align: center;
102104
float: right;
103105
width: 460px;
104106
height: 44px;
@@ -112,7 +114,7 @@
112114
line-height: 33px;
113115
font-weight: 200;
114116
color: black;
115-
text-align: right;
117+
text-align: center;
116118
float: right;
117119
width: 460px;
118120
height: 34px;
@@ -154,13 +156,6 @@
154156
text-decoration: underline;
155157
}
156158

157-
158-
.con-container {
159-
background-image: url('../jupytercon-planet.jpg');
160-
background-repeat: no-repeat;
161-
background-size: cover;
162-
text-align: right;
163-
}
164159
.con-subtitle {
165160
color: black;
166161
font-weight: 400;

assets/jupytercon-logo-darkbg.png

18.4 KB
Loading

assets/jupytercon-logo.png

20.6 KB
Loading

assets/jupytercon-paris.jpg

120 KB
Loading

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,11 @@
254254
<div class="col-md-12" style='padding:0'>
255255
<div class="con-container img-responsive">
256256
<div class="col-lg-8 con-content md-offset-2">
257-
<div class="con-date dropshadow">May 10–12, 2023</div>
258-
<img class="con-title dropshadow img-responsive" src="assets/jupytercon-logo.png" alt="The JupyterCon Logo" />
257+
<img class="con-title img-responsive" src="assets/jupytercon-logo-darkbg.png" alt="The JupyterCon Logo" />
258+
<div class="con-date">May 10–12, 2023</div>
259259
<div class="con-program">
260-
<p class="dropshadow">Cité des sciences, Paris</p>
261-
<p class="dropshadow"><abbr title="Call for proposals">CFP</abbr> opens October 31</p>
260+
<p>Cité des Sciences, Paris</p>
261+
<p><abbr title="Call for proposals">CFP</abbr> opens November 3rd 2022</p>
262262
</div>
263263
</div>
264264
</div>

0 commit comments

Comments
 (0)