Skip to content

Commit f66bc75

Browse files
committed
announce jupytercon 2023
1 parent 6d3920c commit f66bc75

File tree

4 files changed

+160
-0
lines changed

4 files changed

+160
-0
lines changed

assets/css/main.scss

Lines changed: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,146 @@
2222
@import "components/about-box";
2323
@import "components/widgets";
2424
@import "components/hr";
25+
26+
27+
/* Convention banner */
28+
29+
.con-jumbotron {
30+
margin: 0 !important;
31+
padding: 0 !important;
32+
}
33+
34+
.con-container {
35+
background-image: url('../assets/jupytercon-planet.jpg');
36+
background-size: 100%;
37+
background-repeat: no-repeat;
38+
min-height: 350px;
39+
text-align: right;
40+
}
41+
42+
.con-content {
43+
max-width: 1200px;
44+
margin: 0 auto;
45+
float: none !important;
46+
}
47+
48+
.con-title {
49+
float: right;
50+
clear:both;
51+
max-width: 500px;
52+
}
53+
54+
.dropshadow {
55+
/* Make the foreground stand out from the background slightly */
56+
filter: drop-shadow(0px 0px 8px rgba(0,0,0,0.3));
57+
}
58+
59+
60+
.con-subtitle {
61+
float: right;
62+
clear: both;
63+
margin: 0;
64+
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
65+
font-weight: 300;
66+
}
67+
68+
.con-program {
69+
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
70+
line-height: 34px;
71+
color: #FFFFFF;
72+
float: right;
73+
clear: both;
74+
margin-right: 10px;
75+
margin-bottom: -10px;
76+
77+
}
78+
79+
.con-program p {
80+
font-weight: normal;
81+
margin-bottom: 0;
82+
}
83+
84+
.con-date {
85+
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
86+
font-size: 30px;
87+
line-height: 34px;
88+
color: #FFFFFF;
89+
float: right;
90+
margin-right: 10px;
91+
margin-top: 36px;
92+
margin-bottom: -10px
93+
}
94+
95+
.con-copy {
96+
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
97+
font-size: 18px;
98+
line-height: 21px;
99+
font-weight: 200;
100+
color: black;
101+
text-align: right;
102+
float: right;
103+
width: 460px;
104+
height: 44px;
105+
clear: both;
106+
margin-bottom: 8px;
107+
}
108+
109+
.con-big-copy {
110+
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
111+
font-size: 28px;
112+
line-height: 33px;
113+
font-weight: 200;
114+
color: black;
115+
text-align: right;
116+
float: right;
117+
width: 460px;
118+
height: 34px;
119+
clear: both;
120+
margin-bottom: 27px;
121+
}
122+
123+
.con-button {
124+
float: right;
125+
clear: both;
126+
margin-right: 28px !important;
127+
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
128+
}
129+
130+
131+
132+
.jupytercon-section {
133+
background: url('../jupytercon-planet.jpg');
134+
background-size: 100%;
135+
color: white;
136+
border-bottom-color: #e0e0e0;
137+
border-left-style: none;
138+
border-style: solid;
139+
border-top-color: #e0e0e0;
140+
border-width: thin;
141+
border-right: 0px;
142+
padding: 24px 0 42px 0;
143+
text-align: center;
144+
min-height: 300px;
145+
padding-top: 55px;
146+
}
147+
148+
.jupytercon-section p{
149+
margin-bottom: 40px;
150+
151+
}
152+
.jupytercon-section p a{
153+
color: white;
154+
text-decoration: underline;
155+
}
156+
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+
}
164+
.con-subtitle {
165+
color: black;
166+
font-weight: 400;
167+
}

assets/jupytercon-logo.png

16.1 KB
Loading

assets/jupytercon-planet.jpg

113 KB
Loading

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,22 @@
249249
---
250250

251251
<header>
252+
<div class="jumbotron con-jumbotron">
253+
<div class="row">
254+
<div class="col-md-12" style='padding:0'>
255+
<div class="con-container img-responsive">
256+
<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" />
259+
<div class="con-program">
260+
<p class="dropshadow">Cité des Science, Paris, France</p>
261+
<p class="dropshadow">CFP open Oct 31st</p>
262+
</div>
263+
</div>
264+
</div>
265+
</div>
266+
</div>
267+
</div>
252268
<div class="jumbotron">
253269
<div class="col-md-12">
254270
{% for img in page.jumbotron.images %}
@@ -369,3 +385,4 @@ <h3>{{ feat.headline }}</h3>
369385
</div>
370386
</section>
371387
</article>
388+

0 commit comments

Comments
 (0)