Skip to content

Commit

Permalink
Add Cropwizard to featured courses on homepage (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
KastanDay authored Dec 12, 2023
1 parent a1815cd commit 27fec82
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 12 additions & 5 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,8 @@ const useStyles = createStyles((theme) => ({
},

card: {
border: `${rem(1)} solid ${
theme.colorScheme === 'dark' ? theme.colors.dark[5] : theme.colors.gray[1]
}`,
border: `${rem(1)} solid ${theme.colorScheme === 'dark' ? theme.colors.dark[5] : theme.colors.gray[1]
}`,
},

cardTitle: {
Expand Down Expand Up @@ -269,17 +268,25 @@ function CourseCard() {
description:
"Using all of Clowder's documentation, this bot will answer questions and point you to the right docs and YouTube videos about Clowder.",
},
{
course_slug: 'cropwizard',
imageSrc: '/media/hero_courses_banners/aifarms_wide_logo.png',
title: 'Crop Wizard',
badge: 'AIFARMS',
description:
'Using documents collected from the <a href="https://www.nifa.usda.gov/about-nifa/how-we-work/extension" target="_blank" rel="noopener noreferrer">Farm Extension division</a> at all the US\'s public land-grant universities, this bot acts as a crop advisor. Useful to both farmers and professional farm advisors. Make sure to use image uploads with GPT4-Vision whenever possible!',
},
{
course_slug: 'langchain-docs',
// imageSrc: "https://images.unsplash.com/photo-1527004013197-933c4bb611b3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&fit=contain",
// imageSrc: "",
title: 'Langchain',
badge: 'Coding',
description:
"Using all of Langchain's documentation, this bot will write excellent LangChain code. Just ask it to program whatever you'd like.",
},
{
course_slug: 'ansible',
// imageSrc: "https://images.unsplash.com/photo-1527004013197-933c4bb611b3?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&fit=contain",
// imageSrc: "",
title: 'Ansible',
badge: 'Coding',
description:
Expand Down

0 comments on commit 27fec82

Please sign in to comment.