[guadec-web/oscp-2019] Add CoC and photo policy pages



commit f0cd00f2049d2f4390f74399ca9b46b717e64141
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Thu Mar 28 00:27:35 2019 +0200

    Add CoC and photo policy pages

 content/pages/code-of-conduct.md |  6 ++++--
 content/pages/photo-policy.md    | 22 +++++++---------------
 pelicanconf.py                   | 10 +++++-----
 3 files changed, 16 insertions(+), 22 deletions(-)
---
diff --git a/content/pages/code-of-conduct.md b/content/pages/code-of-conduct.md
index ab9e091..b7a3a11 100644
--- a/content/pages/code-of-conduct.md
+++ b/content/pages/code-of-conduct.md
@@ -1,5 +1,5 @@
 Title: Code of conduct
-Date: 20180219
+Date: 20190327
 
 This text documents what you can expect from the GNOME community when you attend GUADEC and, in turn, what 
we expect from you.
 
@@ -50,7 +50,7 @@ a report. This includes, but is not limited to:
 
 #### Contacts:
 
-* GUADEC Help Telephone: +34 695 754 017
+* GUADEC Help Telephone: <span class="badge badge-info">TBC</span>
 * Email: code-of-conduct gnome org
 
 
@@ -58,6 +58,8 @@ a report. This includes, but is not limited to:
 
 * Emergency number for police, fire department, or ambulance: 112
 
+For other national emergency numbers see: 
[https://ec.europa.eu/digital-single-market/en/112-greece](https://ec.europa.eu/digital-single-market/en/112-greece)
+
 ## Incident response guidelines
 
 Should you observe or experience behaviour that is disrupting to the friendly
diff --git a/content/pages/photo-policy.md b/content/pages/photo-policy.md
index 6b27872..3935ab1 100644
--- a/content/pages/photo-policy.md
+++ b/content/pages/photo-policy.md
@@ -1,5 +1,5 @@
 Title: Photo Policy
-Date: 20180704
+Date: 20190327
 
 Photography is a common part of GNOME events. These events are an
 important opportunity for GNOME to get images for marketing and
@@ -19,8 +19,8 @@ ensure that your wishes are complied with.
 At the registration booth there will be badges available in two
 colors:
 
-* BLUE - you are okay with your photo being taken
-* ORANGE - you are **NOT** okay with your photo being taken
+* <span class="badge badge-primary">BLUE</span> - you are okay with your photo being taken
+* <span class="badge badge-warning">ORANGE</span> - you are **NOT** okay with your photo being taken
 
 Please choose the badge color that respects your wishes.  We expect
 photographers to be observant and respect this.
@@ -34,17 +34,9 @@ want to be photographed.
 
 ### Guidelines for photographers
 
-Don't take pictures of people who are wearing the ORANGE photo-free
-badge color.
-
-Don't take pictures that include the photo-free area of conference
-rooms.
-
-Please request permission from parents or guardians before taking
-pictures of minors. 
-
-If someone asks you not to take their picture, don't. If someone asks
-you to delete or un-publish a picture you have taken of them, politely
-comply.
+* Don't take pictures of people who are wearing the ORANGE photo-free badge color.
+* Don't take pictures that include the photo-free area of conference rooms.
+* Please request permission from parents or guardians before taking pictures of minors. 
+* If someone asks you not to take their picture, don't. If someone asks you to delete or un-publish a 
picture you have taken of them, politely comply.
 
 Thank you!
diff --git a/pelicanconf.py b/pelicanconf.py
index ec15589..5d9717c 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -59,10 +59,6 @@ MENU = {
 #        'Main accommodation': '/pages/guadec-main-accommodation.html',
 #        'Other accommodation options': '/pages/other-accommodation-alternatives.html',
 #        'Visa': '/pages/getting-an-spanish-visa.html',
-#    },
-#    'Code of Conduct': {
-#        'Code of Conduct': '/pages/code-of-conduct.html',
-#        'Photo Policy': '/pages/photo-policy.html',
 #    },
     'Sponsors': '/pages/sponsors.html',
 #    'Media': {
@@ -73,6 +69,10 @@ MENU = {
 #    },
     'Materials': '/pages/materials.html',
     'Contact': '/pages/contact.html',
+    'Code of Conduct': {
+        'Code of Conduct': '/pages/code-of-conduct.html',
+        'Photo Policy': '/pages/photo-policy.html',
+    },
 }
 
 LINKS = (
@@ -94,7 +94,7 @@ GUADEC_LINKS = [
     #('Accommodation', '/pages/accommodation.html'),
     ('Venue', '/pages/venue.html'),
     # ('Location', '/pages/travel.html#location'),
-    #('Code of conduct', '/pages/code-of-conduct.html'),
+    ('Code of conduct', '/pages/code-of-conduct.html'),
     ('Sponsors', '/pages/sponsors.html'),
 ]
 


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