Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MEM4GH committed May 22, 2024
2 parents d3df2ff + 66c3efa commit 0e027df
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,38 +5,41 @@ import Link from '@docusaurus/Link';

const FeatureTitle = 'Categories';
const FeatureList = [
{
title: `What's new`,
href: '/docs/whats-new/',
},
{
title: 'Get started',
description: 'See what AI Unlimited includes, prerequisites you need, and installation how-tos',
href: '/docs/install-ai-unlimited/',
},
{
title: `What's new`,
description: 'Watch for new features and updates--and see what’s coming',
href: '/docs/whats-new/',
},
{
title: 'Explore and analyze data',
description: 'Learn about AI Unlimited projects and create your first one',
href: '/docs/explore-and-analyze-data/',
},
{
title: 'Manage projects',
description: 'Learn how to manage projects or change AI Unlimited settings',
href: '/docs/manage-ai-unlimited/',
},
{
title: 'Other resources',
description: 'Find additional installation resources, and more',
href: '/docs/resources/',
},
{
title: 'FAQ',
description: 'Get answers to your questions',
href: '/docs/faq/',
},
{
title: 'Glossary',
description: 'Look up AI Unlimited terminology',
href: '/docs/glossary/',
},
{
title: 'Release notes',
href: '/docs/release-notes/',
},
];

function Feature({ title, description, href }) {
Expand Down
11 changes: 11 additions & 0 deletions src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ a.col {
background: #FFF;
margin-bottom: 1rem;
padding: 1.5rem;
overflow: hidden;
}

.card h3 {
Expand All @@ -49,6 +50,16 @@ a.col {
margin-bottom: 0;
}

.card p {
color: var(--Gray-700, #333A3E);
/* Desktop/Body 3 - Regular */
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}

.featureSvg {
height: 200px;
width: 200px;
Expand Down

0 comments on commit 0e027df

Please sign in to comment.