Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 31189dc

Browse files
authored
Update to new logo and background for EP2021 (#1350)
* Update to new conference colors for EP2021 * Update to new logo and background for EP2021
1 parent ab96052 commit 31189dc

File tree

7 files changed

+7
-3
lines changed

7 files changed

+7
-3
lines changed

assets/css/europython-customizations.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
background-size: cover;
4646
color: white;
4747
min-height: 90px;
48-
padding-bottom: 4em;
48+
/* padding-bottom: 4em; */
4949
}
50-
.jumbotron { background: transparent; color: white; padding: 4em 0 13em 0;}
50+
.jumbotron { background: transparent; color: white; }
5151
.text-underline { text-decoration: underline; }
5252

5353
.page { min-height: 500px; padding-bottom: 10em; padding-top: 4em}
12.7 MB
Loading

assets/img/ep2021-favicon.png

724 Bytes
Loading

assets/img/ep2021-icon-logo-small.png

724 Bytes
Loading

assets/img/ep2021-online-logo.png

137 KB
Loading

templates/conference/footer/footer.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@
3131
<div class='row' style='margin-top: 3em;'>
3232
<div class='col-md-12'>
3333
Previous editions:
34+
<a href='https://ep2020.europython.eu'>2020</a>
3435
<a href='https://ep2019.europython.eu'>2019</a>
3536
<a href='https://ep2018.europython.eu'>2018</a>
3637
<a href='https://ep2017.europython.eu'>2017</a>
3738
<a href='https://ep2016.europython.eu'>2016</a>
3839
<a href='https://ep2015.europython.eu'>2015</a>
40+
<a href='https://ep2015.europython.eu'>2014</a>
3941
<a href='https://www.europython-society.org/europython'>more...</a>
4042
</div>
4143
</div>

templates/conference/homepage/_schedule_overview.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ <h5 class="card-title">Trainings &amp;
1414
Workshops</h5>
1515
<p class="card-text">Two days of
1616
trainings. Multiple 3 hour long sessions with
17-
experts. <a href="{% page_url 'tickets'%}">Training tickets</a>
17+
experts. <br/>
18+
<br/>
19+
<a href="{% page_url 'tickets'%}">Training tickets</a>
1820
are sold separately.</p>
1921
</div>
2022
</div>

0 commit comments

Comments
 (0)