Skip to content

Commit

Permalink
Merge pull request #61 from GDG-Nantes/image-rights
Browse files Browse the repository at this point in the history
🔧 add image rights
  • Loading branch information
pguyard authored and jefBinomed committed May 30, 2017
2 parents 84ea385 + 6ae6b57 commit 4807298
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions data/en/resources.json
Expand Up @@ -32,7 +32,7 @@
"media-kit": "Media Kit",
"contact-us": "Contact us",
"tickets-title": "Tickets",
"tickets-details": "Tickets grant access during 2 days to all conference sections, coffee breaks, lunch and party.",
"tickets-details": "Tickets grant access during 2 days to all conference sections, coffee breaks, lunch and party. Inquire about rights to the image directly on the <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"/faq#faq-question9\">FAQ</a> page.",
"run-out-tickets": "We have run out all our tickets",
"close": "Close",
"sold-out-tickets": "Sold Out",
Expand Down Expand Up @@ -133,7 +133,7 @@
"faq-question8": "What are the topics?",
"faq-answer8": "The topics will be based on four themes:<ul><li><strong>IoT & Mobile</strong>: Topics on the connected objects and mobility</li><li><strong>Web</strong>: Topics on javascript frameworks or new HTML5</li><li><strong>Cloud & Big Data</strong>: Topics on cloud infrastructures such AppEngine, ComputeEngine and elastic backend technologies</li><li><strong>Discovery</strong>: Topics relating to new uses of IT, new technologies, and even on the UX</li></ul>",
"faq-question9": "How to register and how much does it cost?",
"faq-answer9": "Registration for DevFest Nantes can be done directly from this site by clicking the link on the home page. Admission is € 70 for the 2-day pass until June 30th 2017 then € 90 past this date, and € 20 for the discounted rate.",
"faq-answer9": "Registration for DevFest Nantes can be done directly from this site by clicking the link on the home page. Admission is € 70 for the 2-day pass until June 30th 2017 then € 90 past this date, and € 20 for the discounted rate.<br>When participating in DevFest Nantes as a speaker or attendee, you agree to be filmed and photographed.<br>As an attendee, you may be taken in a group or crowd photo. However, french law provides that beyond a certain number of people in a photo, your right to the image can not be invoked.<br>As a speaker, you agree that your presentation be filmed and recorded. You agree to use only royalty-free content or for which you have purchased the necessary licenses (images, music). You agree that your presentation may be freely broadcast on Youtube.",
"faq-question10": "If I register and am not able to attend, can I get a refund?",
"faq-answer10": "Our entire ticketing is handled by a service provider, so you can cancel your tickets under the conditions defined by this one. After the date of the event, no refund will be made.",
"faq-question11": "I have registered but am unable to attend, can I give it to a friend?",
Expand Down
4 changes: 2 additions & 2 deletions data/fr/resources.json
Expand Up @@ -32,7 +32,7 @@
"media-kit": "Kit Media",
"contact-us": "Contactez nous",
"tickets-title": "Tickets",
"tickets-details": "Ces tickets donnent accès durant les 2 jours à toutes les conférences, au petit déjeuner, au repas du midi et à l'after party.",
"tickets-details": "Ces tickets donnent accès durant les 2 jours à toutes les conférences, au petit déjeuner, au repas du midi et à l'after party. Renseignez-vous sur les droits à l'image directement dans la page <a target=\"_blank\" rel=\"noopener noreferrer\" href=\"/faq#faq-question9\">FAQ</a>.",
"run-out-tickets": "Toutes nos places sont épuisées",
"close": "Fermé",
"sold-out-tickets": "Sold Out",
Expand Down Expand Up @@ -133,7 +133,7 @@
"faq-question8": "Quels sont les sujets abordés ? ",
"faq-answer8": "Vous trouverez cette année des sujets autour du : Web, Mobile, IoT, Backend, Cloud, Big Data, Machine Learning, DevOps, Découverte ...",
"faq-question9": "Comment s'inscrire et combien cela coûte-t-il ?",
"faq-answer9": "L'inscription au DevFest Nantes peut se faire directement depuis le site actuel en cliquant sur le lien disponible sur la page d'accueil. L'entrée coûte 70€ pour le pass 2 jours jusqu'au 30 Juin 2017 puis 90€ passé cette date, et 20€ pour le tarif réduit.",
"faq-answer9": "L'inscription au DevFest Nantes peut se faire directement depuis le site actuel en cliquant sur le lien disponible sur la page d'accueil. L'entrée coûte 70€ pour le pass 2 jours jusqu'au 30 Juin 2017 puis 90€ passé cette date, et 20€ pour le tarif réduit.<br>Lors de votre participation au DevFest Nantes comme orateur ou participant, vous acceptez d'être filmé et photographié.<br>En tant que participant, il est possible que vous soyez pris en photo de groupe ou de foule. Or le droit français prévoit qu'au delà d'un certain nombre de personnes sur une photo, votre droit à l'image ne peut être invoqué.<br>En tant qu'orateur, vous acceptez que votre présentation soit filmée et enregistrée. Vous vous engagez à n'utiliser que du contenu libre de droits ou pour lesquels vous aurez fait les achats de licences nécessaires (images, musiques). Vous acceptez que votre présentation soit diffusée gratuitement sur Youtube.",
"faq-question10": "Je n'ai pas pu venir, puis-je me faire rembourser ?",
"faq-answer10": "Nous déléguons toute notre billetterie au prestataire, vous pourrez donc annuler vos billets dans les conditions définies par celui-ci. Passé la date de l'événement, aucun remboursement ne sera fait.",
"faq-question11": "Je ne pourrais pas venir. Puis-je céder ma place à un ami ?",
Expand Down
13 changes: 11 additions & 2 deletions src/elements/tickets-block.html
Expand Up @@ -36,10 +36,17 @@
font-size: 0.9em;
}

.details {
.details .markdown-html {
margin: 10px auto 0;
font-size: 14px;
font-weight: 400;
max-width: 600px;
color: var(--text-primary-color);
}

.details .markdown-html a {
color: var(--text-primary-color);
text-decoration: underline;
}

.buy-button {
Expand Down Expand Up @@ -82,7 +89,9 @@ <h4 class="heading">{$ ticketsTitle $}</h4>
</ticket-element>
</template>
</div>
<div class="details">[[localize('tickets-details')]]</div>
<marked-element class="details" markdown="[[localize('tickets-details')]]">
<div class="markdown-html"></div>
</marked-element>
</div>

</template>
Expand Down

0 comments on commit 4807298

Please sign in to comment.