[guadec-web/oscp-2019] Add Ubicast as media partner



commit 8286d92e974954741056847352597e7a53121b4b
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Wed Aug 21 19:11:41 2019 +0300

    Add Ubicast as media partner

 content/images/ubicast_logo.png | Bin 0 -> 19631 bytes
 pelicanconf.py                  |   3 +++
 src/haml/index.haml             |   6 ++++++
 3 files changed, 9 insertions(+)
---
diff --git a/content/images/ubicast_logo.png b/content/images/ubicast_logo.png
new file mode 100644
index 0000000..95dc6cf
Binary files /dev/null and b/content/images/ubicast_logo.png differ
diff --git a/pelicanconf.py b/pelicanconf.py
index 5d478f4..f6bc71f 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -139,6 +139,9 @@ SPONSORS = (
 COORGANIZER = (
     ('University of Macedonia', 'https://www.uom.gr/en', 'uom_logo.png'),
 )
+MEDIAPARTNERS = (
+    ('Ubicast', 'https://www.ubicast.eu/?lang=en', 'ubicast_logo.png'),
+)
 
 #------------------------------------------------------------------------------
 # Pelican settings
diff --git a/src/haml/index.haml b/src/haml/index.haml
index 93baae0..218dff1 100644
--- a/src/haml/index.haml
+++ b/src/haml/index.haml
@@ -75,6 +75,12 @@
                       - for name, url, image in COORGANIZER:
                           %a{:href => "{{ url }}", :rel => "nofollow", :target => "_blank"}
                               %img{:src => "/images/{{ image }}", :alt => "{{ name }}", :height => "150"}
+                   -if MEDIAPARTNERS
+                   .h3 Media Partners
+                    %p
+                      - for name, url, image in MEDIAPARTNERS:
+                          %a{:href => "{{ url }}", :rel => "nofollow", :target => "_blank"}
+                              %img{:src => "/images/{{ image }}", :alt => "{{ name }}", :height => "120"}
                     %p
                       .h4 Want to sponsor and support GUADEC?
                       %a{:href => "/pages/how-to-sponsor", :rel => "nofollow", :class => "btn btn-light"}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]