Skip to content

Commit

Permalink
Edizione 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgio Fochesato committed Aug 22, 2023
1 parent bd1d394 commit 125fbc1
Show file tree
Hide file tree
Showing 16 changed files with 89 additions and 84 deletions.
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ theme: "grusp_conf"
# Site / OG
type: website
slug: cssday
edition: 2023
title: "cssday 2023"
description: "cssday 2023, la conferenza GrUSP dedicata ai CSS"
edition: 2024
title: "cssday 2024"
description: "cssday 2024, la conferenza GrUSP dedicata ai CSS"
# separate keywords by comma, no spaces
keywords: conference,software conference,css,ux,design,webdev,tech conference
author: GrUSP
Expand All @@ -36,7 +36,7 @@ breadcrumb:
# URL
## If your site is put in a subdirectory, set url as 'yoursite.com/child' and root as '/child/'
# TODO actual URL (per site)
url: https://2023.cssday.it/
url: https://2024.cssday.it/
root: /
permalink: :year/:month/:day/:title/
permalink_defaults:
Expand Down
25 changes: 13 additions & 12 deletions source/_data/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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>"
Expand All @@ -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!"

Expand Down Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -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 "
Expand Down
57 changes: 31 additions & 26 deletions source/_data/page_about.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,38 +24,43 @@ team:
intro: ""
members:
member_1:
name: "Giovanna Ferrari"
role: "sponsor management"
pic_filename: "giovanna.jpg"
name: "Matteo Beccati"
role: "GrUSP Board<br>Member"
pic_filename: "matteo_yellow.jpg"
member_2:
name: "Giorgio Fochesato"
role: "community manager"
pic_filename: "giorgio.jpg"
name: "Cesare D'Amico"
role: "GrUSP Board<br>Member"
pic_filename: "cesare_yellow.jpg"
member_3:
name: "Giovanna Ferrari"
role: "Sponsor<br>Manager"
pic_filename: "giovanna_yellow.jpg"
member_5:
name: "Giorgio Fochesato"
role: "Community<br>Manager"
pic_filename: "giorgio_yellow.jpg"
member_6:
name: "Francesco Fullone"
role: "troublemaker"
pic_filename: "fullo.jpg"
member_4:
role: "Trouble<br>Maker"
pic_filename: "fullo_yellow.jpg"
member_7:
name: "Matteo Guidotto"
role: "comitato tecnico"
pic_filename: "matteo-guidotto.jpg"
member_5:
name: "Lara Lombardi"
role: "marketing manager"
pic_filename: "lara.jpg"
member_6:
name: "Giulia Tosato"
role: "event manager"
pic_filename: "giulia.jpg"
member_7:
name: "Matteo Beccati"
role: "GrUSP Board Member"
pic_filename: "matteo.jpg"
member_8:
name: "Cesare D'Amico"
role: "GrUSP Board Member"
pic_filename: "cesare.jpg"
name: "Lara Lombardi"
role: "Marketing<br>Manager"
pic_filename: "lara_yellow.jpg"
member_9:
name: "Daniel Londero"
role: "GrUSP Board Member"
pic_filename: "daniel.jpg"
role: "GrUSP Board<br>Member"
pic_filename: "daniel_yellow.jpg"
member_10:
name: "Francesco Mancini"
role: "Regia e Videor"
pic_filename: "francesco_yellow.jpg"
member_11:
name: "Giulia Tosato"
role: "Boss in Charge"
pic_filename: "giulia_yellow.jpg"

27 changes: 13 additions & 14 deletions source/_data/page_scholarships.yml
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: ""
2 changes: 1 addition & 1 deletion source/_data/page_where.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intro:
city_info:
title: "Come funziona"
subtitle_1: "La venue fisica"
description_1: "L'accesso all'evento fisico sarà subordinato alle norme vigenti (uso di mascherine, distanziamenti) e in particolare sarà necessario esibire il Green Pass rafforzato."
description_1: "L'accesso all'evento fisico sarà subordinato alle norme vigenti."
subtitle_2: "La venue virtuale"
description_2: "Sarà anche possibile partecipare solo da remoto, acquistando il relativo biglietto. L'evento online si svolge su una piattaforma che permette di interagire con speaker e pubblico, e visitare gli stand degli sponsor."
map:
Expand Down
46 changes: 23 additions & 23 deletions source/_data/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@ sponsors_block_title: "Grazie ai nostri sponsor!"
# name: ""
# logo_filename: ""
# site_url: ""
gold:
sponsor1:
name: "workwave"
logo_filename: "workwave.svg"
site_url: "https://www.workwave.com/"
silver:
sponsor0:
name: "Daruma"
logo_filename: "daruma.svg"
site_url: "http://www.darumahq.com/"
sponsor4:
name: "Madisoft"
logo_filename: "madisoft.svg"
site_url: "https://labs.madisoft.it"
sponsor6:
name: "SiteGround"
logo_filename: "siteground.png"
site_url: "https://www.siteground.com/"
bronze:
sponsor2:
name: "stickermule"
logo_filename: "stickermule.svg"
site_url: "https://mule.to/p2gc"
# gold:
# sponsor1:
# name: "workwave"
# logo_filename: "workwave.svg"
# site_url: "https://www.workwave.com/"
# silver:
# sponsor0:
# name: "Daruma"
# logo_filename: "daruma.svg"
# site_url: "http://www.darumahq.com/"
# sponsor4:
# name: "Madisoft"
# logo_filename: "madisoft.svg"
# site_url: "https://labs.madisoft.it"
# sponsor6:
# name: "SiteGround"
# logo_filename: "siteground.png"
# site_url: "https://www.siteground.com/"
# bronze:
# sponsor2:
# name: "stickermule"
# logo_filename: "stickermule.svg"
# site_url: "https://mule.to/p2gc"
# diversity:
# sponsor1:
# name: "S"
Expand Down
Binary file added source/img/team/cesare_yellow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/team/daniel_yellow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/team/francesco_yellow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/team/fullo_yellow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/team/giorgio_yellow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/team/giovanna_yellow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/team/giulia_yellow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/team/lara_yellow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/img/team/matteo_yellow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions themes/grusp_conf/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ language: "it"
# main menu navigation
menu:
welcome: welcome
talks_speakers: talk e speaker
# talks_speakers: talk e speaker
# scommentare per generare pagina
schedule: programma
# schedule: programma
# menu item for workshop
workshop: workshop
# workshop: workshop
sponsor: sponsor

# workshops submenu (comment out if only one workshop: add items for multiple workshops)
Expand All @@ -26,7 +26,7 @@ welcome_submenu:
where: dove e come
# where: where
# delete this row to take out of the menu
cfp: call for papers
# cfp: call for papers

# stylesheets loaded in the <head>
stylesheets:
Expand Down

0 comments on commit 125fbc1

Please sign in to comment.