Skip to content

Add Page for BPD Summit #359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
6 tasks
kjaymiller opened this issue Jul 24, 2024 · 0 comments · Fixed by #360
Closed
6 tasks

Add Page for BPD Summit #359

kjaymiller opened this issue Jul 24, 2024 · 0 comments · Fixed by #360

Comments

@kjaymiller
Copy link
Contributor

kjaymiller commented Jul 24, 2024

Create page for BPD Summit with the following:

  • Description
  • Use Image from pdf
  • Include Schedule - Don't include speakers
  • Include link to sponsorship prospectus (and email to [email protected])
  • include tito registration link (for community tickets)
  • include donation embed from commit change

Schedule

8:00 - 9:00 am: Registration, Breakfast, and Mingling
9:00 - 9:10 am: Welcome and Opening Remarks
9:10-9:15: Gold Sponsor Lightning Talk
9:20 - 10:05: Chop it Up Session with BPD Leaders
10:05 - 10:15: Break
10:15 - 11:00: Sponsor Talk
11:00 - 1:00 pm: Lunch / Snack Break (BYOL)
1:15 - 2:00 am: Keynote Address
2:05 - 2:55: Interactive Session
3:00 - 3:45 pm: Panel Discussion
3:50 - 4:00 Breakout Session Prep
4:00 - 5:00 pm: Breakout Sessions
5:15 - 5:45 Breakout Session Recap
5:45 - 6:00: Closing Remarks
6:00 - 7:30 Rooftop Happy Hour

Widget for Tito

   <script src="https://js.tito.io/v2" async></script>
  </head>
  <body>
    <tito-button
      event="black-python-devs/leadership-summit"
    ></tito-button>

Widget for CommitChange

<script>
(function() {
if(document.getElementById('commitchange-script')) return;
var npo = 6464;
var script = document.createElement('script');
var first = document.getElementsByTagName('script')[0];
script.setAttribute('data-npo-id', npo);
script.id = 'commitchange-script';
script.src = 'https://us.commitchange.com/js/donate-button.v2.js';
first.parentNode.insertBefore(script, first);
})();
</script>

link

<a data-amounts='25,50,100,250,500,1000' class='commitchange-donate' data-embedded='' data-campaign-id="5515" data-designation='Black Python Dev Leadership Summit'></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant