Skip to content

Commit

Permalink
Tone down the landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Apr 16, 2024
1 parent e0f46a9 commit ddfef3e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions src/components/HomepageFeatures.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
justify-content: center;
}

.featureImage > * {
.featureImage>* {
display: block;
object-fit: contain;
width: 200px;
height: 175px;
width: 100px;
}
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
title: 'For Developers',
image: '/img/unicorn.png',
image: '/img/devs.webp',
description: (
<>
This developer center is intended for all developers building and working with epilot platform. All resources
Expand All @@ -29,7 +29,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: 'API First',
image: '/img/openapi-logo.png',
image: '/img/cogwheel.webp',
description: (
<>
All our platform features are available and documented with industry standard <Link to="/api">API specs</Link>{' '}
Expand All @@ -39,7 +39,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: 'SDK',
image: '/img/npm-logo.png',
image: '/img/epilot.png',
description: (
<>
Use <Link to="/docs/architecture/sdk">our SDK</Link> for TypeScript and JavaScript to build faster. All our APIs
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function HomepageHeader() {
<div className={clsx(styles.mainLogoContainer)}>
<img src="/img/logo-white.svg" alt="epilot-log" />
</div>
<h1 className={clsx('hero__title', styles.heroBannerTitle)}>&lt;{siteConfig.title} /&gt;</h1>
<h1 className={clsx('hero__title', styles.heroBannerTitle)}>{siteConfig.title}</h1>
<p className={clsx('hero__subtitle', styles.heroBannerSubtitle)}>{siteConfig.tagline}</p>
<div className={styles.buttons}>
<Link className="button button--primary button--lg" to="/docs/intro">
Expand Down
Binary file added static/img/cogwheel.webp
Binary file not shown.
Binary file added static/img/devs.webp
Binary file not shown.
Binary file added static/img/epilot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ddfef3e

Please sign in to comment.