[guadec-web: 1/2] Add separate page with updated photo policy



commit d1f9f6a8d9bc7f083499ea4dde8c3ea94dfa6031
Author: Federico Mena Quintero <federico gnome org>
Date:   Wed Jul 4 10:39:58 2018 -0500

    Add separate page with updated photo policy
    
    We have badge colors now.

 content/pages/photo-policy.md | 50 +++++++++++++++++++++++++++++++++++++++++++
 pelicanconf.py                |  5 ++++-
 2 files changed, 54 insertions(+), 1 deletion(-)
---
diff --git a/content/pages/photo-policy.md b/content/pages/photo-policy.md
new file mode 100644
index 0000000..6b27872
--- /dev/null
+++ b/content/pages/photo-policy.md
@@ -0,0 +1,50 @@
+Title: Photo Policy
+Date: 20180704
+
+Photography is a common part of GNOME events. These events are an
+important opportunity for GNOME to get images for marketing and
+fundraising purposes, and people therefore may be taking photographs
+at our request or encouragement. There may also be press photographers
+present.
+
+**We recognize that some attendees might not want to have their
+picture taken**, or that it might make them feel uncomfortable. If
+this applies to you, the GUADEC organisers will do their best to
+ensure that your wishes are complied with.
+
+### Guidelines for attendees
+
+#### Badges
+
+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
+
+Please choose the badge color that respects your wishes.  We expect
+photographers to be observant and respect this.
+
+#### At conference sessions
+
+At the rooms for conference sessions, there will be a designated
+sitting area for people who do not want their picture taken as part of
+group photos within the room; you are free to sit there if you don't
+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.
+
+Thank you!
diff --git a/pelicanconf.py b/pelicanconf.py
index add936c..8923837 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -58,7 +58,10 @@ MENU = {
         'Other accommodation options': '/pages/other-accommodation-alternatives.html',
         'Visa': '/pages/getting-an-spanish-visa.html',
     },
-    'Code of Conduct': '/pages/code-of-conduct.html',
+    'Code of Conduct': {
+        'Code of Conduct': '/pages/code-of-conduct.html',
+        'Photo Policy': '/pages/photo-policy.html',
+    },
     'Sponsors': '/pages/sponsors.html',
 #    'Materials': '/pages/materials.html',
     'Materials': '/pages/materials.html',


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