Skip to content

Commit

Permalink
update socials (#243)
Browse files Browse the repository at this point in the history
* update socials

* update socials

* shedule mobile ui fixes
  • Loading branch information
bhansa authored Sep 28, 2023
1 parent 703b897 commit dfb157f
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 14 deletions.
24 changes: 14 additions & 10 deletions components/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const ConferenceSchedule = () => {
openInNewTab={true}
anchorClassName="text-decoration-none text-light"
buttonClassName="custom-button green-btn"
buttonLabel="Download Schedule"
buttonLabel="Download"
/>
</div>
</div>
Expand Down Expand Up @@ -295,18 +295,22 @@ function ScheduleAccordion({ date, currentSchedule, id, handleTabClick }) {
{scheduleItem.time}
</Card.Subtitle>
<Card.Title className="mb-2">
<Link
className="text-decoration-none"
href={talk.proposalLink || ""}
target="_blank"
rel="noopener noreferrer"
>
{talk.title}
</Link>
{talk.proposalLink ? (
<Link
className="text-decoration-none text-black"
href={talk.proposalLink}
target="_blank"
rel="noopener noreferrer"
>
{talk.title}
</Link>
) : (
<>{talk.title}</>
)}
</Card.Title>
{talk.track && (
<Stack>
<Badge bg="success" tabIndex={0}>
<Badge bg="success" tabIndex={0} style={{fontSize: "1rem"}}>
{getTrackRoom(talk.track)}
</Badge>
</Stack>
Expand Down
41 changes: 37 additions & 4 deletions data/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -598,24 +598,44 @@
title:
profilePicture: /2023/images/speakers/technical-panel/vidhi-chugh.jpg
about: Vidhi Chugh is a digital transformation leader working at the intersection of product, sciences, and engineering to build scalable machine learning systems. She is among the “World’s Top 200 Business and Technology Innovators” and recognized as an "AI Changemaker." She founded “All About Scale” to promote responsible AI development and help organizations develop the lens of AI governance.
social:
- platform: linkedin
link: https://www.linkedin.com/in/vidhi-chugh-088648a1/

- id: PS-05
fullName: V Krish Nimmagadda
title:
profilePicture: /2023/images/speakers/technical-panel/krish-nimmagadda.jpg
about: V Krish Nimmagadda, Executive Director of Engineering at Phenom. Phenom’s, Intelligent Talent Experience (SaaS), an AI-driven hyper-personalization platform. Krish builds business-driven technology platforms. He believes in frugal innovation and leads by example. He held key roles at product organizations like Microsoft, Pramati, etc. He seeks deep spirituality to work, lead, and orchestrate.

social:
- platform: twitter
link: https://twitter.com/krishnvs
- platform: linkedin
link: https://www.linkedin.com/in/ramakrishnanimmagadda/
- platform: instagram
link: https://www.instagram.com/ramakrishnanvs/

- id: PS-06
fullName: Shahul Es
fullName: Shahul ES
title:
profilePicture: /2023/images/speakers/technical-panel/shahul-es.jpg
about: Shahul Es is a Code owner at Open Assistant AI and a Data Science professional with more than half a decade of experience in AI. He is a Top Ranked Kaggle GrandMaster and ML Contributor at Open Assistant AI. Currently, he is a Co-founder at Exploding Gradients.
about: Shahul ES is a Code owner at Open Assistant AI and a Data Science professional with more than half a decade of experience in AI. He is a Top Ranked Kaggle GrandMaster and ML Contributor at Open Assistant AI. Currently, he is a Co-founder at Exploding Gradients.
social:
- platform: twitter
link: https://twitter.com/Shahules786
- platform: linkedin
link: https://www.linkedin.com/in/shahules/

- id: PS-07
fullName: Ayush Garg
title:
profilePicture: /2023/images/speakers/technical-panel/ayush-garg.jpg
about: Ayush Garg is currently building Portkey, an AI Gateway & full-stack LLMOps platform for the GenAI. He has a rich history in spearheading early-stage startups as an engineering leader, crafting and scaling marketplaces, B2B & B2C SAAS, serving 20 Million+ DAUs. His last stint includes the creation of Peppertype and Pepper CMP - cutting-edge AI-driven martech platforms that are revolutionizing the industry.
social:
- platform: linkedin
link: https://www.linkedin.com/in/ayush92garg/
- platform: twitter
link: https://twitter.com/ayushgarg_xyz


- image: "/2023/images/icons/tab12.png"
Expand Down Expand Up @@ -1163,18 +1183,31 @@
title:
profilePicture: /2023/images/speakers/technical-panel/raghavendra-satish-peri.jpg
about: Raghavendra Satish Peri empowers enterprises with digital accessibility and marketing expertise. He's the author of the influential Accessibility Blog at DigitalA11Y.com, driving change in tech communities. He founded HelloA11Y.com, uniting accessibility professionals. Passionate about diverse experiences, he shares insights on his blog at raghava.in.

social:
- platform: twitter
link: https://twitter.com/artofvision
- platform: instagram
link: https://www.instagram.com/artofraghava/
- platform: linkedin
link: https://www.linkedin.com/in/raghavasatish/
- id: PS-02
fullName: Joel Godi
title:
profilePicture: /2023/images/speakers/technical-panel/joel-s-godi.jpg
about: Joel Godi is a Social Psychologist and L&D Professional. He is an AuDHDer (Autistic & ADHD). Since founding Neurogifted in 2015, he has worked globally promoting the neurodiversity movement. He focuses on promoting neuroinclusion as not only a matter of social justice but also of economic success.
social:
- platform: linkedin
link: https://www.linkedin.com/in/joelsgodi

- id: PS-03
fullName: Anuradha Thota
title:
profilePicture: /2023/images/speakers/technical-panel/anuradha-thota.jpg
about: Anuradha Thota is the founder and CEO of Blackbuck Engineers Pvt lts. Established in 2013 Blackbucks is one of the leading edtech platforms in India. Anuradha is an ISB alumna from 2010 and has extensive experience in delivering global projects through Wipro and earlier Satyam. She is on the board of studies at 7 academic institutions. She is the president of WICCI for Telangana and AP for AI and ML.
social:
- platform: linkedin
link: https://linkedin.com/in/anuradha-thota

- id: PS-08
fullName: Vandana Sharma
title:
Expand Down

0 comments on commit dfb157f

Please sign in to comment.