Skip to content

Commit

Permalink
Merge pull request #1 from GaloyMoney/icons-only
Browse files Browse the repository at this point in the history
docs: add new icons to website landing page
  • Loading branch information
designsats authored Sep 25, 2024
2 parents b84041a + fec2233 commit 9990c0e
Show file tree
Hide file tree
Showing 11 changed files with 66 additions and 10 deletions.
2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const config: Config = {
// social card
image: 'img/galoy.png',
navbar: {
title: 'Cala',
title: '',
logo: {
alt: 'Cala Logo',
src: 'img/logo.svg',
Expand Down
12 changes: 6 additions & 6 deletions website/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type FeatureItem = {
const FeatureList: FeatureItem[] = [
{
title: "GraphQL API",
image: require("@site/static/img/graphql-api-logo.png").default,
image: require("@site/static/img/icon-graphql.png").default,
description: (
<>
Develop applications efficiently with Cala's GraphQL playground,
Expand All @@ -24,7 +24,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Double-Entry Accounting",
image: require("@site/static/img/double-entry-accounting-logo.png").default,
image: require("@site/static/img/icon-double-entry.png").default,
description: (
<>
Every transaction is recorded accurately on both sides of the ledger
Expand All @@ -35,7 +35,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Transaction Templates",
image: require("@site/static/img/transaction-templates-logo.png").default,
image: require("@site/static/img/icon-templates.png").default,
description: (
<>
Create custom transaction templates for your specific use cases. Tailor
Expand All @@ -47,7 +47,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Embeddable",
image: require("@site/static/img/embeddable-logo.png").default,
image: require("@site/static/img/icon-embeds.png").default,
description: (
<>
Cala is fully embeddable, capable of being used as a library not
Expand All @@ -58,7 +58,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Run Anywhere",
image: require("@site/static/img/run-anywhere-logo.png").default,
image: require("@site/static/img/icon-cloud-or-own.png").default,
description: (
<>
Can serve as a standalone application in the cloud, on your own server,
Expand All @@ -69,7 +69,7 @@ const FeatureList: FeatureItem[] = [
},
{
title: "Open Source Core in Rust",
image: require("@site/static/img/rust-logo.png").default,
image: require("@site/static/img/icon-rust-foss.png").default,
description: (
<>
Join our community to contribute and innovate with transparency and
Expand Down
5 changes: 3 additions & 2 deletions website/src/components/HomepageFeatures/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
}

.featureSvg {
height: 200px;
width: 200px;
height: 100px;
width: 100px;
margin: 20px 0;
}
Binary file added website/static/img/icon-cloud-or-own.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 website/static/img/icon-double-entry.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 website/static/img/icon-embeds.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 website/static/img/icon-graphql.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 website/static/img/icon-rust-foss.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 website/static/img/icon-templates.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions website/static/img/logo-galoy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 55 additions & 1 deletion website/static/img/logo.svg
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 9990c0e

Please sign in to comment.