-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add carousel card for 2024-10-30 webinar (#141)
- Loading branch information
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...ents/Home/components/Section/components/SectionHero/components/Carousel/content/index.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; |
10 changes: 10 additions & 0 deletions
10
.../Section/components/SectionHero/components/Carousel/content/webinar20241030.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |