Skip to content

Commit

Permalink
Merge pull request #300 from tagion/a_branch
Browse files Browse the repository at this point in the history
Changes to images
  • Loading branch information
Kristian-Tagion authored Dec 4, 2024
2 parents 823a371 + 54e28be commit f2084ba
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 15 deletions.
Binary file added src/assets/images/collaborators.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 src/assets/images/distributed_data.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 src/assets/images/node.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 src/assets/images/partners.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 modified src/assets/images/rings.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 src/assets/images/rings_no_frame.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 src/assets/images/roadmap.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 modified src/assets/images/signed_paper.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 src/assets/images/speed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
top: -40px;
width: 231px;
height: 237px;
transform: matrix(-0.9, -0.44, -0.44, 0.9, 0, 0);
transform: matrix(0.9, 0, 0, 0.9, -65, -130);
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions src/content/build-for-the-real-world-with-confidence.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { BreakpointsStyleObjectType } from "../common/types/breakpoints-style-object-type";

import tokenPng from "../assets/images/token_high_resolution.png";
import explorePng from "../assets/images/explore.png";
import ideaPng from "../assets/images/idea.png";
import growthInclinDeclinePng from "../assets/images/growth_incline_decline.png";
import distributedDataPng from "../assets/images/distributed_data.png";
import roadMapPng from "../assets/images/roadmap.png";
import trustPng from "../assets/images/trust.png";
import nodePng from "../assets/images/node.png";

export const buildForTheRealWorldData: Array<{
title: string | React.ReactElement;
Expand All @@ -15,25 +15,25 @@ export const buildForTheRealWorldData: Array<{
title: "DART",
description:
"Our innovative database is built from the bottom up to prevent bottlenecks that have previously hampered the adoption of distributed networks.",
img: tokenPng,
img: distributedDataPng,
},
{
title: "Wavefront",
description:
"The patented communication protocol enables fast consensus across our distributed database.",
img: explorePng,
img: roadMapPng,
},
{
title: "Ordering and deterministic consensus",
description:
"Our consensus is deterministic and reliable, not probabilistic and potentially changeable as in most blockchain implementations. New transactions are submitted in strict order, to prevent fraud and manipulation.",
img: ideaPng,
img: trustPng,
},
{
title:
"Node swapping",
description:
"Tagion remains open and secure by combining meritocratic and random elements in determining which nodes participate in the consensus mechanism.",
img: growthInclinDeclinePng,
img: nodePng,
},
];
12 changes: 6 additions & 6 deletions src/content/next-gen-financial-infrastrucure.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import React from "react";

import { BreakpointsStyleObjectType } from "../common/types/breakpoints-style-object-type";

import ideaPng from "../assets/images/idea.png";
import growthPng from "../assets/images/growth_incline_decline.png";
import workinprogressPng from "../assets/images/work_in_progress.png";
import partnersPng from "../assets/images/partners.png";
import speedPng from "../assets/images/speed.png";
import collaboratorsPng from "../assets/images/collaborators.png";
import highrestokenPng from "../assets/images/token_high_resolution_cutted.png";

export const nextGennFinancialInfrastrucureData: Array<{
Expand All @@ -26,13 +26,13 @@ export const nextGennFinancialInfrastrucureData: Array<{
title: "You own it, together. Nobody exploits it.",
description:
"Electronic payments and financial tools are a necessity of modern life. The underlying infrastructure should be a public good, universally accessible and not operated for private profits. That is how Tagion is designed. It belongs to all who contribute and rely on it.",
img: ideaPng,
img: partnersPng,
},
{
title: "Decentralised mainnet - federated sub-systems",
description:
"Thanks to sub-systems that can synchronize but remain independent from the mainnet, you can customise your network to work according to your rules. Create incentives and governance rules that suit your context.",
img: workinprogressPng,
img: collaboratorsPng,
style: {
title: { desktop_large: { width: "400px" } },
description: { tablet: { width: "460px" } },
Expand All @@ -42,6 +42,6 @@ export const nextGennFinancialInfrastrucureData: Array<{
title: "At scale and speed",
description:
"Read, write, update and delete data seamlessly. Make transactions at the speed of conventional payment systems, but with the benefits of distributed networks. All with minimal energy consumption.",
img: growthPng,
img: speedPng,
},
];

0 comments on commit f2084ba

Please sign in to comment.