Skip to content

Commit

Permalink
add speaker + publish ws
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliatosato committed Jan 20, 2025
1 parent 6014344 commit 5e5eae1
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/_data/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ conference:
- "Tipografia accessibile"
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: false
workshop_visible: true
workshops_title: "workshop"
workshops_tickets_label: "Acquista i biglietti"
workshops_readmore_label: "Continua a leggere"
Expand Down
34 changes: 30 additions & 4 deletions source/_data/talks_speakers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,20 @@ speaker_5: &massimoartizzu
speaker_mastodon_url: ""
is_mc: false

speaker_6: &davidedipumpo
speaker_6: &enricogiacomazzi
speaker_in_speaker_lists: true
speaker_name: Enrico Giacomazzi
speaker_pic_filename: enrico-giacomazzi.png
speaker_role: "Freelance fullstack developer"
speaker_bio: "Consulente full stack freelance, formatore aziendale, docente ITS, golfista e sommozzatore"
speaker_github_url: "https://github.com/enricogiacomazzi"
speaker_twitter_url: ""
speaker_instagram_url: ""
speaker_linkedin_url: "https://www.linkedin.com/in/giacomazzienrico"
speaker_mastodon_url: ""
is_mc: false

speaker_7: &davidedipumpo
speaker_in_speaker_lists: true
speaker_name: Davide Di Pumpo
speaker_pic_filename: davide-dipumpo.png
Expand Down Expand Up @@ -102,9 +115,10 @@ speakers:
speaker_1: *massimoartizzu
speaker_2: *dianabernabei
speaker_3: *claudiocaciagli
speaker_4: *giulialaco
speaker_5: *stefanominoia
speaker_6: *davidedipumpo
speaker_4: *enricogiacomazzi
speaker_5: *giulialaco
speaker_6: *stefanominoia
speaker_7: *davidedipumpo

tracks:
track_1: &track_1
Expand Down Expand Up @@ -196,6 +210,18 @@ days:
speakers:
speaker_1: *claudiocaciagli

il-mondo-non-e-bianco-e-nero-ma-RGB:
item_type: "talk"
track: *track_1
# start_datetime: 2022-05-19T09:30+02:00
# end_datetime: 2022-05-19T10:25+02:00
talk_title: "Il Mondo non è bianco e nero, ma RGB"
talk_description: "Abbiamo l'abitudine di trattare i colori nei nostri siti e applicativi, ma perchè li definiamo tramite una terna di valori rosso-verde-blu? Cosa sono HSL e HSV? Perchè dovremmo usarli? E tutto questo come influenza l'accessibilità di un sito web ad esempio? In questo talk cercherò di dare una definizione (più o meno) formale alla teoria del colore ed alla sua applicazione per rendere al meglio la fruibilità dei nostri siti/app."
talk_video_url:
speakers:
speaker_1: *enricogiacomazzi


tra-accessibilità-e-stile-semantica-e-architettura-CSS:
item_type: "talk"
track: *track_1
Expand Down
4 changes: 2 additions & 2 deletions themes/grusp_conf/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ menu:
# scommentare per generare pagina
# 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)
workshop_submenu:
font_variabili: Tipografia web e font variabili
design-system: "The science of a button: Introduzione ai design system"
# workshop_2: sample second workshop

# welcome submenu
Expand Down

0 comments on commit 5e5eae1

Please sign in to comment.