Skip to content

Commit 7ddf9fe

Browse files
update: content
1 parent 3695884 commit 7ddf9fe

File tree

8 files changed

+36
-44
lines changed

8 files changed

+36
-44
lines changed

src/components/Boxes.astro

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { content, subSection, children } = Astro.props;
44

55
<div class="container mx-auto p-6 text-slate-800 max-w-[800px]">
66
<div class="grid grid-cols-1 gap-6 pb-6">
7-
<div class="h-[400px] bg-white flex flex-col gap-4 items-center justify-center text-lg text-center font-light text-xl px-24 py-24 rounded-lg shadow-lg">
7+
<div class="h-[400px] bg-white flex flex-col gap-4 items-center justify-center leading-relaxed text-lg text-center font-light text-xl px-24 py-24 rounded-lg shadow-lg">
88
<content.Content />
99
</div>
1010
</div>
@@ -22,11 +22,10 @@ const { content, subSection, children } = Astro.props;
2222
<div class="bg-white flex flex-col col-span-1 h-[100px] items-center justify-center text-lg font-semibold rounded-lg shadow-lg">
2323
{content.frontmatter.link}
2424
</div>
25-
<div class="bg-white flex flex-col col-span-1 h-[100px] items-center justify-center text-lg font-semibold rounded-lg shadow-lg">
25+
<div class="bg-white flex flex-col col-span-1 h-[100px] p-4 items-center justify-center text-lg font-semibold rounded-lg shadow-lg">
2626
{content.frontmatter.metric}
2727
</div>
28-
<div class="bg-white flex flex-col col-span-2 items-center justify-center text-lg font-semibold rounded-lg shadow-lg">
29-
some image
28+
<div class="bg-white flex flex-col col-span-2 p-2 items-center justify-center text-lg font-semibold rounded-lg shadow-lg">
3029
</div>
3130
<div class="bg-white flex items-center col-span-5 justify-center text-lg font-semibold rounded-lg shadow-lg p-4">
3231
<slot name="box2" class="h-[300px]" />

src/components/LandingBoxes.astro

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import * as Intro from "../content/landing/intro.md";
88
import * as PublicGoods from "../content/landing/pg.md";
99
import * as Team from "../content/landing/team.md";
1010
11-
import * as Techstack from "../content/landing/techstack.md";
1211
import * as Web3 from "../content/landing/web3.md";
1312
1413
console.log(Intro.frontmatter);
@@ -33,10 +32,6 @@ console.log(Intro.frontmatter);
3332
</div>
3433

3534

36-
<div>
37-
<Boxes content={Techstack} />
38-
</div>
39-
4035
<div>
4136
<Boxes content={PublicGoods} />
4237
</div>

src/content/landing/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ linkHref: /blog
1111
We are a development studio where ex-founders empower business with open source AI and decentralized technologies
1212

1313

14-
We built production applications and projects with millions TVL, working with Animoca brands, Mon Studio.
14+
We have built production projects for banks and startups, with 400k+MAU & millions in TVL on cutting edge tech stacks, for clients and partners like Animoca Brands, Filecoin Foundation, Mon Studio, Spaceship and 20+ more.
1515

src/content/landing/pg.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
---
22

3-
subtitle: Passionate in latest blockchain technologies, we are active at hackathons with ETHGlobal finalist and $50k prizes.
4-
metric: $50k+ grants
5-
b2title: Project
6-
b2content: Geist
3+
metric: $50k+
4+
b2subtitle: OSS
5+
b2content: DappKit, agentkit
76

87
---
98

10-
Public goods funding is a key reason we are in the field.
9+
Exploring fair economic models for sofware and public goods funding is a key reason why we are in the field.
1110

12-
We build OSS for the ecosystems
11+
We built Open source for the ecosystems, such as Geist dappKit which raised $10k from Gitcoin.
1312

14-
We're building Geist dappKit which raised $10k from Gitcoin.
15-
16-
We also build no-code tool for public goods.
13+
To pay it forward, We are also build no-code tool for public goods communities.

src/content/landing/team-profile.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,15 @@ m2: Vincent
99
m2Title: Founding Partner
1010
m2Image: https://fractal.box/avatar_vincent.jpg
1111

12+
m3: Vincent
13+
m3Title: Founding Partner
14+
m3Image: https://fractal.box/avatar_vincent.jpg
15+
16+
m4: Vincent
17+
m4Title: Founding Partner
18+
m4Image: https://fractal.box/avatar_vincent.jpg
19+
20+
21+
1222
---
1323

src/content/landing/team.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
subtitle: Passionate in latest blockchain technologies, we are active at hackathons with ETHGlobal finalist and $50k prizes.
44
metric: $50k+ grants
5-
b2title: Project
6-
b2content: Geist
5+
b2subtitle: Techstack
6+
b2content: AI agents with RAG, Low latency trading, rule engines, Wallet management
77

88
---
99

10-
Good team
10+
With 12+ years of experience we know what it takes to be production.
11+
12+
From latest AI Agents with RAG, cross-platforms apps to workflow engines.
13+
Our craft at various techstack gives us tool to priotize best business outcome.
14+
15+
16+
As certfied K8s admins and security specialists, we keep systems alive and lead DevSecOps securing millions for exchanges and ventures. We solution architect for high performance, reliable and cost effective designs.
17+

src/content/landing/techstack.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/content/landing/web3.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22

33
subtitle: Passionate in latest blockchain technologies, we are active at hackathons
4-
metric: $50k+ prizes
5-
b2subtitle: Hackathons
6-
b2content: 3 ETHGlobal finalists
4+
metric: 3x ETHGlobal finalist
5+
b2subtitle: Blockchain techstack
6+
b2content: Decentralized Identity, Account abstraction, Agentic frameworks
77

88
---
99

10-
Working with Venture Studios we led projects of $5M+ TVL, web3 games with 400k+ MAU, LegalTech SaaS platform for DAOs and many more.
10+
Bringing our web2 experiences into Web3, we led [flagship projects](https://www.animocabrands.com/animoca-brands-raises-additional-usd10m-for-mocaverse) valued at billions, Web3 games with 400k+ MAU, bootstrapped [leading LegalTech SaaS platform for DAOs](https://www.gvrn.ai/) and many more.
1111

12-
We received 20k+ grants to build module for ecosystems.
12+
We are active contributors to the ecosystems and received grants to build development tools.
1313

14-
We love hands on prototyping with latest blockchain technologies where you find us at various hackathons
14+
We love hands on prototyping with latest technologies, where you will find us at hackathons.
1515

1616

1717

0 commit comments

Comments
 (0)