Skip to content

Commit

Permalink
schedule updated for jason + alison talk on day1 (#255)
Browse files Browse the repository at this point in the history
* added program guide

* jason & alison talk on conf day1

---------

Co-authored-by: tanu <[email protected]>
  • Loading branch information
priyanshu-247 and tanu authored Sep 30, 2023
1 parent eed3e20 commit c1bcb5f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
2 changes: 1 addition & 1 deletion components/HeroBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const HeroBanner = () => {
</div>
<div className="col-md-6 col-8 pt-3">
<Button
buttonHyperLink="https://drive.google.com/file/d/1Fb0UO-kDEzstHdNrPgmsl76TWwEhkDOC/view?usp=sharing"
buttonHyperLink="https://drive.google.com/file/d/1v2D2epgFrvH4E_Kr7qbFxNdSctAnjATQ/view?usp=sharing"
openInNewTab={true}
anchorClassName="text-decoration-none text-light"
buttonClassName="custom-button green-btn"
Expand Down
2 changes: 1 addition & 1 deletion components/schedule.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const ConferenceSchedule = () => {
</div>
<div className="col py-2">
<Button
buttonHyperLink="https://drive.google.com/file/d/1Fb0UO-kDEzstHdNrPgmsl76TWwEhkDOC/view?usp=sharing"
buttonHyperLink="https://drive.google.com/file/d/1v2D2epgFrvH4E_Kr7qbFxNdSctAnjATQ/view?usp=sharing"
openInNewTab={true}
anchorClassName="text-decoration-none text-light"
buttonClassName="custom-button green-btn"
Expand Down
33 changes: 16 additions & 17 deletions data/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -548,15 +548,18 @@
link: https://twitter.com/marcelotryle
- time: "03:40 PM - 04:10 PM"
talks:
- image: "/2023/images/icons/tab12.png"
title: "Beyond Code: Enterprise Grade Software Engineering"
duration: 30
- image: "/2023/images/icons/tab8.png"
title: "Architecting Python Apps in real-time "
duration: 15
proposalLink:
track: 1
speakers:
- id: FS-104
fullName: Pradeek
profilePicture: /2023/images/speakers/featured/pradeek.jpg

- id: FS-101
fullName: Jason Koo
profilePicture: /2023/images/speakers/featured/jason.jpg
- id: FS-102
fullName: Alison Cossette
profilePicture: /2023/images/speakers/featured/alison_cossette.jpg
- image: "/2023/images/icons/tab12.png"
title: Data Encoding Formats - A Comparison of Text-Based and Binary Encoding
proposalLink: https://in.pycon.org/cfp/pycon-india-2023/proposals/data-encoding-formats-a-comparison-of-text-based-and-binary-encoding~bopXd/
Expand Down Expand Up @@ -1241,18 +1244,14 @@
track: 6
- time: "03:40 PM - 04:10 PM"
talks:
- image: "/2023/images/icons/tab8.png"
title: "Architecting Python Apps in real-time "
duration: 15
proposalLink:
- image: "/2023/images/icons/tab12.png"
title: "Beyond Code: Enterprise Grade Software Engineering"
duration: 30
track: 1
speakers:
- id: FS-101
fullName: Jason Koo
profilePicture: /2023/images/speakers/featured/jason.jpg
- id: FS-102
fullName: Alison Cossette
profilePicture: /2023/images/speakers/featured/alison_cossette.jpg
- id: FS-104
fullName: Pradeek
profilePicture: /2023/images/speakers/featured/pradeek.jpg
- image: "/2023/images/icons/tab11.png"
title: The programmers guide to timestamps and timezones
proposalLink: https://in.pycon.org/cfp/pycon-india-2023/proposals/the-programmers-guide-to-timestamps-and-timezones~bmZZG/
Expand Down
2 changes: 1 addition & 1 deletion pages/pycon-landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default function PyConIndiaWeb() {
</div>
<div className="col-md-6 register-btn col-sm-12 pt-2">
<Button
buttonHyperLink="https://drive.google.com/file/d/1Fb0UO-kDEzstHdNrPgmsl76TWwEhkDOC/view?usp=sharing"
buttonHyperLink="https://drive.google.com/file/d/1v2D2epgFrvH4E_Kr7qbFxNdSctAnjATQ/view?usp=sharing"
openInNewTab={true}
anchorClassName="text-decoration-none text-light"
buttonClassName="custom-button green-btn"
Expand Down

0 comments on commit c1bcb5f

Please sign in to comment.