From dcb35cf96d0bf50448fe647158a7aaf4aee4edfd Mon Sep 17 00:00:00 2001 From: Nick Eyre Date: Sun, 24 Aug 2014 14:05:48 -0700 Subject: [PATCH] Add Sponsor Carousel --- static/css/audience_display.css | 14 +++- static/img/sponsors/morganstanley.svg | 87 +++++++++++++++++++ static/img/sponsors/suitable.svg | 115 ++++++++++++++++++++++++++ static/img/sponsors/vex.svg | 40 +++++++++ templates/audience_display.html | 47 ++++++++++- 5 files changed, 298 insertions(+), 5 deletions(-) create mode 100644 static/img/sponsors/morganstanley.svg create mode 100644 static/img/sponsors/suitable.svg create mode 100644 static/img/sponsors/vex.svg diff --git a/static/css/audience_display.css b/static/css/audience_display.css index c5bf3f3..5a9c386 100644 --- a/static/css/audience_display.css +++ b/static/css/audience_display.css @@ -291,22 +291,32 @@ html { background-color: #fff; text-align: center; } -#sponsor h1 { +#sponsor .carousel-inner, #sponsor .item { + height: 100%; +} +#sponsor h1, #sponsor h2 { font-family: "FuturaLTBold"; + margin: 0; +} +#sponsor h1 { font-size: 60px; background-color: #444; color: #fff; - margin: 0; padding: 0.25em; position: absolute; left: 0; bottom: 0; right: 0; } +#sponsor h2 { + font-size: 7em; + padding-top: 150px; +} #sponsor img { max-width: 800px; height: 400px; margin-top: 50px; + display: inline-block; } #allianceSelectionCentering { position: absolute; diff --git a/static/img/sponsors/morganstanley.svg b/static/img/sponsors/morganstanley.svg new file mode 100644 index 0000000..fa75cb7 --- /dev/null +++ b/static/img/sponsors/morganstanley.svg @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + diff --git a/static/img/sponsors/suitable.svg b/static/img/sponsors/suitable.svg new file mode 100644 index 0000000..91609a9 --- /dev/null +++ b/static/img/sponsors/suitable.svg @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/static/img/sponsors/vex.svg b/static/img/sponsors/vex.svg new file mode 100644 index 0000000..a935da8 --- /dev/null +++ b/static/img/sponsors/vex.svg @@ -0,0 +1,40 @@ + + + + + + + + + diff --git a/templates/audience_display.html b/templates/audience_display.html index 07e9501..b4922c7 100644 --- a/templates/audience_display.html +++ b/templates/audience_display.html @@ -97,9 +97,49 @@ -