Skip to content

Commit

Permalink
feat: add carousel card for 2024-10-30 webinar (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx committed Oct 24, 2024
1 parent 6b5dcee commit ffc053b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export const CAROUSEL_CARDS: Pick<CardProps, "text">[] = [
// {
// text: MDX.Webinars({}),
// },
{
text: MDX.Webinar20241030({}),
},
{
text: MDX.Webinar20241004({}),
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { default as LearnToAnalyzeData } from "./learnToAnalyzeData.mdx";
export { default as ShareUsageAndJoinAdvisoryPanel } from "./shareUsageAndJoinAdvisoryPanel.mdx";
export { default as Webinar20241004 } from "./webinar20241004.mdx";
export { default as Webinar20241030 } from "./webinar20241030.mdx";
export { default as Webinars } from "./webinars.mdx";
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### Q&A Webinar on Wednesday, October 30th

Please join us for another Q&A webinar on October 30th at 1 PM EDT/10 AM PDT/1700 UTC. We will focus primarily on the actual “analytics” part of the website: the Analyze buttons that will take users to workflows specific to the genome being worked on for various analysis types. Please join in and give feedback on our direction, as this is still early in development.

<CardActions>
<Link
label="Zoom Link"
url="https://psu.zoom.us/j/99331380856?pwd=ktUUark52KveSfI824OPn5Rglfb3Wi.1"
/>
</CardActions>

0 comments on commit ffc053b

Please sign in to comment.