diff --git a/data/schedule.json b/data/schedule.json index 671aa64d..fa97ac8b 100644 --- a/data/schedule.json +++ b/data/schedule.json @@ -40,9 +40,10 @@ { "startTime": "14:00", "endTime": "15:00", - "activityType": "TBA", - "summary": "", - "author": "", + "activityType": "Talk", + "summary": "READY! SET! CLOUD!", + "description": "Generic to advanced discussion on multiple topics (automation & security) by considering multiple cloud providers.\nApplication of DevOps in our modern world, pros and cons.", + "author": "Hurmat Zeeshan, João Travanca", "location": "" }, { diff --git a/data/speakers.json b/data/speakers.json index 31f2c44c..8e591955 100644 --- a/data/speakers.json +++ b/data/speakers.json @@ -1,7 +1,32 @@ [ { "date": "2024/2/6", - "speakers": [] + "speakers": [ + { + "id": "hurmatzeeshan", + "name": "Hurmat Zeeshan", + "role": "DevOps Specialist", + "company": "Accenture", + "talk": "READY! SET! CLOUD! 14h", + "linkedin": "", + "github": "", + "twitter": "", + "href": "", + "description": " I'm an Advanced App Engineering Specialist from Accenture’s Braga Office. I like to work in SysOps, DevSecOps and DevOps areas. Relevant experience on AWS, GCP, Azure, Oracle Cloud and Digital Ocean." + }, + { + "id": "joaotravanca", + "name": "João Travanca", + "role": "DevOps Engineer", + "company": "Accenture", + "talk": "READY! SET! CLOUD! 14h", + "linkedin": "joão-travanca-254906a5", + "github": "", + "twitter": "", + "href": "", + "description": "I'm an Custom Software Engineering Analyst from Accenture’s Braga Office. I like to work in DevOps. Mainly experienced on GCP and Terraform." + } + ] }, { "date": "2024/2/7", diff --git a/public/images/speakers/hurmatzeeshan.png b/public/images/speakers/hurmatzeeshan.png new file mode 100644 index 00000000..476e7600 Binary files /dev/null and b/public/images/speakers/hurmatzeeshan.png differ diff --git a/public/images/speakers/joaotravanca.png b/public/images/speakers/joaotravanca.png new file mode 100644 index 00000000..2d73427b Binary files /dev/null and b/public/images/speakers/joaotravanca.png differ