Skip to content

Commit

Permalink
feat: add banner for webinar (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Oct 3, 2024
1 parent d770769 commit 9066863
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import { CardProps } from "@databiosphere/findable-ui/lib/components/common/Card
import * as MDX from "../content";

export const CAROUSEL_CARDS: Pick<CardProps, "text">[] = [
{
text: MDX.Webinars({}),
},
{
text: MDX.ShareUsageAndJoinAdvisoryPanel({}),
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { default as LearnToAnalyzeData } from "./learnToAnalyzeData.mdx";
export { default as ShareUsageAndJoinAdvisoryPanel } from "./shareUsageAndJoinAdvisoryPanel.mdx";
export { default as Webinars } from "./webinars.mdx";
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### BRC Analytics Webinar

**Friday, Oct 4 1 PM EDT/10 AM PDT/1700 UTC**

Please join us this Friday for the first of many webinars for BRC Analytics. This will be a Q&A with Anton Nekrutenko. In this Q&A, we will present the BRC Analytics roadmap, outlining how we hope to help the parasite and vector genomics communities.

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

0 comments on commit 9066863

Please sign in to comment.