From feda2803c25a61acd34d2b2fb8a547287ed4eb89 Mon Sep 17 00:00:00 2001 From: thecyclingblonde <73692772+thecyclingblonde@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:45:23 +0100 Subject: [PATCH 1/2] Update organizing-committee.html --- organizing-committee.html | 95 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 95 insertions(+) diff --git a/organizing-committee.html b/organizing-committee.html index 8b13789..da2d0b6 100644 --- a/organizing-committee.html +++ b/organizing-committee.html @@ -1 +1,96 @@ + + + + Organizing Committee - Economic Foundations for Energy and Climate Policies Summer School + + + + + + + + +
+ + +
+
+

Organizing Committee

+ +

Main Organizers

+ +
+ +
+

Estelle Cantillon

+

Université Libre de Bruxelles

+
+
+ +
+ +
+

Antonia Kurz

+

DIW Berlin

+
+
+ +
+ +
+

Karsten Neuhoff

+

DIW Berlin and Technical University Berlin

+
+
+ +

Organizing Institutions

+ +
+ + + + + + + +
+ +
    +
  • DIW Berlin
  • +
  • Technical University Berlin
  • +
  • Université Libre de Bruxelles
  • +
  • EUI-Florence School of Regulation
  • +
  • University College London
  • +
  • Universidad Carlos III de Madrid
  • +
  • Universidad Autonoma Madrid
  • +
+ + +
+
+ +
+ + + + + + + + + + + + + + + From 60091d7bc2d3e54ac7bdb6653dd16c3fc237d286 Mon Sep 17 00:00:00 2001 From: thecyclingblonde <73692772+thecyclingblonde@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:46:38 +0100 Subject: [PATCH 2/2] Update main.css --- assets/css/main.css | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index b093c0e..40a80a4 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3887,6 +3887,7 @@ body.is-preload { flex: 1; } + /* Previous Schools */ .school { @@ -3913,6 +3914,35 @@ body.is-preload { } +/* ORGANIZERS */ + +.organizer { + display: flex; + align-items: center; + margin-bottom: 2em; +} + +.org-logo { + width: 100px; + height: auto; + margin-right: 1em; +} + +.organizer-info { + flex: 1; +} + +.org-logos { + display: flex; + flex-wrap: wrap; + justify-content: space-around; + margin-bottom: 2em; +} + +.org-logos .org-logo { + margin: 1em; +} + /* Intro */