Skip to content

Commit

Permalink
Recolored icons (#271)
Browse files Browse the repository at this point in the history
* Your commit message

* added icons and graphic to home screen

* Icons recolored
  • Loading branch information
designsats authored Jan 15, 2025
1 parent feec442 commit 30f9a10
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 7 deletions.
10 changes: 10 additions & 0 deletions node_modules/.yarn-integrity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const config: Config = {
title: '',
logo: {
alt: 'Cala Logo',
src: 'img/logo.svg',
src: 'img/galoy.png',
},
items: [
{
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/frontpage-icon-graphql-api.png").default,
image: require("@site/static/img/Cala-icons_graphsql.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/frontpage-icon-double-entry-accounting.png").default,
image: require("@site/static/img/Cala-icons_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/frontpage-icon-transaction-templates.png").default,
image: require("@site/static/img/Cala-icons_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/frontpage-icon-embeddable.png").default,
image: require("@site/static/img/Cala-icons_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/frontpage-icon-run-anywhere.png").default,
image: require("@site/static/img/Cala-icons_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/frontpage-icon-rust.png").default,
image: require("@site/static/img/Cala-icons_rust-foss.png").default,
description: (
<>
Join our community to contribute and innovate with transparency and
Expand Down
15 changes: 15 additions & 0 deletions website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,21 @@ export default function Home(): JSX.Element {
<HomepageHeader />
<main>
<HomepageFeatures />

<div class="container padding-horiz--md">
<div class="row vert-p">
<div class="col col--4 padding-horiz--md vert-p">
<h2>
The open source core banking ledger
</h2>
<p>Cala is an extensible accounting ledger designed for building modern banking applications at enterprise scale.</p>
</div>
<div class="col col--8">
<img src="img/cala.webp" />
</div>
</div>

</div>
</main>
</Layout>
);
Expand Down
Binary file added website/static/img/Cala-icons_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/Cala-icons_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/Cala-icons_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/Cala-icons_graphsql.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/Cala-icons_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/Cala-icons_templates.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/cala.webp
Binary file not shown.
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.
4 changes: 4 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


0 comments on commit 30f9a10

Please sign in to comment.