Skip to content

Commit

Permalink
add: cases
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggingfuture committed Sep 25, 2024
1 parent 0b5652c commit 100ee88
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 5 deletions.
10 changes: 10 additions & 0 deletions case-study-source/gvrn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "GVRN"
heroImagePath: "/case_gvrn.png"
highlight: ""
summary: "Legaltech platform for web3 companies"
order: 4
---


Our partner Vincent Lau served as Technical Lead of the start up team and built the product and dev team from scratch for GVRN.ai, the Web3 LegalTech platform, enable early stage fundraising from top VCs
10 changes: 10 additions & 0 deletions case-study-source/mon.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Pixelpals - Web3 Gaming"
heroImagePath: "/case_mon.jpg"
highlight: ""
summary: "400k+MAU Account abstraction enabled web3 farming game"
order: 4
---


Our partner Vincent lead Technical Development of Pixelpals.ai, an account abstraction enabled web3 farming game which reached 400k+ MAU and became the most popular game on Mantle
12 changes: 12 additions & 0 deletions page-container/index-page/CaseStudies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ const articleCards = [
imgSrc: '/case_mocaverse.jpg',
content: `Animoca Brands completes @MocaverseNFT mint, an event during which Animoca Brands’ shareholders, employees, investees, partners, and supporters minted a total of 8,888 Mocaverse #NFTs, and sees 3,552 #ETH (US$5.5 million) sales volume in first 48 hours.`
},
{
link: '/case-study/mon',
title: 'Mon co',
imgSrc: '/case_mon.jpg',
content: `Our partner Vincent lead Technical Development of Pixelpals.ai, an account abstraction enabled web3 farming game which reached 400k+ MAU and became the most popular game on Mantle`
},
{
link: '/case-study/gvrn',
title: 'Gvrn',
imgSrc: '/case_gvrn.png',
content: `As Technical Lead of the start up team, Vincent built the product and dev team from scratch for GVRN.ai, the Web3 LegalTech platform, enable early stage fundraising from top VCs`
},
{
link: '/case-study/tinytap',
title: 'Publisher NFTs by TinyTap, Animoca Brands',
Expand Down
4 changes: 2 additions & 2 deletions page-container/index-page/Testimonial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ const Testimonial = ({ className }: Partial<{ className: string }>) => {
return (
<Grid component="article" container justify="space-around">
<Grid item sm={12} className={classes.title}>
<Typography variant="h2" color="primary">
<h2 className="text-2xl">
Testimonial
</Typography>
</h2>
</Grid>
{content.map((testimonial) => (
<Grid component="section" className={classes.sectionRoot} key={testimonial.name} item container alignItems="center" direction="column">
Expand Down
Binary file added public/case_gvrn.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 public/case_mon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions shared/components/ArticleCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const ArticleCard = ({
<div className="w-full" >
<img src={imgSrc} alt={title} loading="lazy" />
</div>
<div className={classes.title}>
<h3 className="text-3xl">{title}</h3>
<div>
<h3 className="text-3xl font-bold pb-4 text-gray-400">{title}</h3>
</div>
<div>
<p >
Expand Down
4 changes: 3 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ module.exports = {
{ pattern: /flex/ },
{ pattern: /bg-/ },
{ pattern: /w-/ },
{ pattern: /p-/ }
{ pattern: /p.*-/ },

{ pattern: /font.*/ }
],
plugins: [
require('daisyui')
Expand Down

0 comments on commit 100ee88

Please sign in to comment.