-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Giorgio Fochesato
committed
Aug 22, 2023
1 parent
bd1d394
commit 125fbc1
Showing
16 changed files
with
89 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ conference: | |
|
||
# menu and general params | ||
menu_buy_tickets_label: "Partecipa" | ||
buy_tickets_url: "http://cssday-2023.eventbrite.it/" | ||
buy_tickets_url: "http://cssday-2024.eventbrite.it/" | ||
# additional info for microdata / schema.org | ||
#md_city: "Faenza" | ||
#md_province: "RA" | ||
|
@@ -24,17 +24,17 @@ conference: | |
contact_email: "[email protected]" | ||
# these are for the hero section | ||
title_pre: "" | ||
title: "cssday 2023" | ||
title: "cssday 2024" | ||
city: "Faenza" | ||
date: 2023-03-31T09:30+02:00 | ||
date: 2024-04-05T09:30+02:00 | ||
# Use the next field to override the date in the hero | ||
hero_date_text: | ||
countdown_visible: false | ||
countdown_visible: true | ||
countdown_days: "giorni" | ||
countdown_hours: "ore" | ||
countdown_minutes: "minuti" | ||
countdown_seconds: "secondi" | ||
ticket_button_visible: true | ||
ticket_button_visible: false | ||
hero_buy_tickets_label: "Assicurati un posto" | ||
# image credits (l'esempio è per la hero del CSS Day!) | ||
# hero_img_credits: "Image by Gianni Careddu - Own work, <a href='https://commons.wikimedia.org/w/index.php?curid=74821344 target='_blank' rel='noopener noreferrer'>CC BY-SA 4.0</a>" | ||
|
@@ -57,9 +57,9 @@ conference: | |
# "general information" ("what is it?") component | ||
geninfo_visible: true | ||
geninfo_title: "Che cos'è?" | ||
geninfo_description: "cssday 2023 è la 9° edizione della conferenza italiana dedicata ai CSS, uno degli strumenti più potenti, ed allo stesso tempo sottovalutati, del nuovo rinascimento del web. | ||
geninfo_description: "cssday 2024 è la 10° edizione della conferenza italiana dedicata ai CSS, uno degli strumenti più potenti, ed allo stesso tempo sottovalutati, del nuovo rinascimento del web. | ||
</br> <br />Nata come track del <a href='https://www.jsday.it/'>jsday</a> e dallo stesso team di Kerning, cssday vuole dare una dignità alla tecnologia che rende tutti i siti più leggibili, interattivi ed anche belli da vedere. | ||
</br> <br />cssday 2023 si svolge Venerdì 31 Marzo in modalità <b>ibrida</b>: di persona a Faenza e online." | ||
</br> <br />cssday 2024 si svolge Venerdì 5 Aprile in modalità <b>ibrida</b>: di persona a Faenza e online." | ||
# </br> <br />Oltre alla conferenza, quest'anno c'è un <a href='https://2022.cssday.it/workshop/tipografia_css.html'>workshop</a> dedicato alla Tipografia con i CSS, che si svolgerà <b>online</b> nei giorni 11, 12 e 13 Aprile 2022. | ||
# </br> <br />E se ti interessano in particolare le tematiche relative alla User Experience, c'è una nuova conferenza per te: <a href='https://www.uxday.it/'>uxday</a> il 10 Giugno 2022 a Faenza!" | ||
|
||
|
@@ -93,7 +93,7 @@ conference: | |
newsletter_legal_url: "https://mailchimp.com/legal/" | ||
newsletter_legal_label: "Informazioni riguardo la privacy policy di Mailchimp" | ||
# "speakers" component. set the first parameter to true to make it appear in home page, false means hidden | ||
speakers_visible: true | ||
speakers_visible: false | ||
speakers_title: "Speaker" | ||
mcs_title: "MC" | ||
speaker_count_text: Saliranno sul palco di cssday | ||
|
@@ -110,21 +110,21 @@ conference: | |
- "Metodologie" | ||
topics_payoff: "...e molto altro!" | ||
# "workshop" component. set the first parameter to true to make it appear in home page, false means hidden | ||
workshop_visible: true | ||
workshop_visible: false | ||
workshops_title: "workshop" | ||
workshops_tickets_label: "Acquista i biglietti" | ||
workshops_readmore_label: "Continua a leggere" | ||
workshops_register_label: "Registrati" | ||
# Media section in home page. set the first parameter to true to make it appear in home page, false means hidden | ||
media_visible: true | ||
media_visible: false | ||
media_pic_1: "cssday2022_1.jpeg" | ||
media_pic_2: "cssday2022_2.jpg" | ||
media_pic_3: "cssday2022_3.jpg" | ||
media_pic_4: "cssday2022_5.jpg" | ||
# playlist: if true, the iframe will be created. if false, it will not | ||
media_video_playlist: true | ||
media_video_playlist: false | ||
# if `media_video_is_youtube` is `true`, the relevant playlist will be embedded via "media_video_playlist". If it is `false`, the relevant Vimeo channel will be embedded via "media_vimeo_channel" | ||
media_video_is_youtube: true | ||
media_video_is_youtube: false | ||
youtube_base_url: "https://www.youtube.com/embed/videoseries?list=" | ||
# vimeo_base_url: "https://vimeo.com/channels/" | ||
# vimeo_url_suffix: "/embed" | ||
|
@@ -171,6 +171,7 @@ conference: | |
2020: "2020" | ||
2021: "2021" | ||
2022: "2022" | ||
2023: "2023" | ||
past_editions_videos_pre: "Tutti i video delle passate edizioni sono disponibili su " | ||
past_editions_videos_vimeo_label: "Vimeo" | ||
past_editions_videos_mid: " e " | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,25 @@ | ||
intro: | ||
main_title: "Scholarships" | ||
content_1: "Diversity and inclusivity matter" | ||
content_2: "Apply for a Scholarship" | ||
content_3: "Our purpose is to create an <strong>accessible</strong> and <strong>welcoming</strong> conference, where people from various backgrounds could meet, feel safe and free to express theirselves. We want to enable all the people to attend our conferences, and <strong>promote an inclusive community</strong>." | ||
main_title: "Scholarship / Borse di studio" | ||
content_1: "La diversità e l'inclusività sono importanti" | ||
content_2: "Di cosa si tratta" | ||
content_3: "Il nostro scopo è quello di creare una conferenza accessibile e accogliente, dove persone di diversa provenienza possano incontrarsi, sentirsi sicure e libere di esprimersi. Vogliamo permettere a tutte le persone di partecipare alle nostre conferenze e promuovere una <b>comunità inclusiva</b>." | ||
short_version: | ||
title: | ||
content_1: "We are involved in many ways in order to build a better environment in tech for everyone. In 2016 we became <strong>Diversity Sponsor</strong> of <a target='_blank' href='https://www.kickstarter.com/projects/1817732114/the-phpdiversity-rainbow-elephpant'>The PHPDiversity Rainbow Elephpant campaign</a> on Kickstarter when the project was seemingly about to end without making it. We are very proud that many others followed us and that the project reached its goal. | ||
We have sponsored and organised several free coding workshops for women like <a target='_blank' href='http://railsgirls.com/verona2019.html'>RailsGirls</a>, and <a target='_blank' href='https://2022.angularday.it/workshop/ngGirls.html'>ngGirls</a>." | ||
content_2: "We know very well that for some people attending a conference could be difficult, because of personal or financial circumstances. That's why we offer discounted or free tickets especially to those who are underrepresented and marginalised in tech (women, members of the LGBTQIA+ community, people with disabilities, minorities, or other under-represented groups) and anybody who would otherwise be unable to attend without financial assistance." | ||
content_1: "Siamo coinvolti in molti modi per costruire un ambiente migliore nel settore tecnologico, per tutti. Nel 2016 siamo diventati <strong>Diversity Sponsor</strong> della campagna <a target='_blank' href='https://www.kickstarter.com/projects/1817732114/the-phpdiversity-rainbow-elephpant'>The PHPDiversity Rainbow Elephpant campaign</a> su Kickstarter quando il progetto sembrava sul punto di concludersi senza successo. Siamo molto orgogliosi che molti altri ci abbiano seguito e che il progetto abbia raggiunto il suo obiettivo. Nel 2019 abbiamo sponsorizzato e organizzato per la prima volta <a target='_blank' href='http://railsgirls.com/verona2019.html'>RailsGirls Verona</a>, un workshop gratuito di coding per donne." | ||
content_2: "Sappiamo bene che per alcune persone partecipare a una conferenza potrebbe essere difficile, a causa di circostanze personali o finanziarie. Per questo motivo offriamo biglietti scontati o gratuiti soprattutto a coloro che sono sottorappresentati ed emarginati nel settore tecnologico (donne, membri della comunità LGBTQIA+, persone con disabilità, minoranze o altri gruppi sottorappresentati) e a tutti coloro che altrimenti non sarebbero in grado di partecipare senza assistenza finanziaria." | ||
content_3: | ||
content_4: | ||
content_5: | ||
content_6: | ||
long_version: | ||
title: | ||
content_1: "Application" | ||
content_2_beginning: "You are " | ||
content_2_link_label: "invited to apply for a single conference ticket for the conference" | ||
content_1: "Richiedi la tua borsa di studio" | ||
content_2_beginning: "Chiunque può richiedere la borsa di studio " | ||
content_2_link_label: "per un biglietto singolo per partecipare a cssday" | ||
content_2_link_url: "https://forms.gle/K7b38LbqVuAJ61MK9" | ||
content_2_ending: " . We will notify all applicants regarding the outcome of their application. We don’t cover travel/accommodation expenses." | ||
content_2_ending: " . Comunicheremo a tutti i candidati l'esito della loro domanda. Non copriamo le spese di viaggio ne le spese per l'alloggio." | ||
content_3: "Sponsor" | ||
content_4: "We are looking for “diversity sponsor” to fund this program and enable GrUSP to offer more scholarships! If you are representing an amazing tech company that is looking to give back to the developer community, get in touch!" | ||
content_5: "Contact" | ||
content_6: "May you have any questions please don’t hesitate to contact us at " | ||
content_4: "Stiamo cercando 'diversity sponsor' per finanziare questo programma e consentire a GrUSP di offrire più borse di studio possibili! Se rappresenti un'azienda tecnologica che vuole dare un contributo alla comunità degli sviluppatori, contattaci!" | ||
content_5: "Contatto" | ||
content_6: "Se hai domande o dubbi non esitare a contattarci scrivendo a " | ||
diversity_sponsors_title: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters