+
+ Operations
+
+
+ {teamOperations.map((member) => (
))}
@@ -182,11 +204,11 @@ export default function Team() {
Join the team
- Want to contribute to the Treasure ecosystem and have a ton of
- fun while doing it? We'd love to chat!
+ Want to contribute to Treasure and have a ton of fun while
+ doing it? We'd love to chat!
-
+
See open roles
diff --git a/app/styles/tailwind.css b/app/styles/tailwind.css
index d7dd961f..e7fd8bc1 100644
--- a/app/styles/tailwind.css
+++ b/app/styles/tailwind.css
@@ -6,6 +6,10 @@
@apply mx-auto max-w-9xl px-4 sm:px-6 lg:px-12;
}
+.wrapper {
+ @apply relative mx-auto max-w-8xl px-4 sm:px-5 md:px-8;
+}
+
.latestPost {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
@@ -83,10 +87,37 @@
font-weight: 500;
font-display: swap;
font-style: italic;
- font-named-instance: "Italic";
+ font-named-instance: "italic";
src: url("/fonts/ABCWhyte-RegularItalic.otf") format("opentype");
}
+@font-face {
+ font-family: "Millik";
+ font-weight: 500;
+ font-display: swap;
+ font-style: normal;
+ font-named-instance: "Regular";
+ src: url("/fonts/Millik.otf") format("opentype");
+}
+
+@font-face {
+ font-family: "Satoshi";
+ font-weight: 300;
+ font-display: swap;
+ font-style: normal;
+ font-named-instance: "Regular";
+ src: url("/fonts/Satoshi-Light.otf") format("opentype");
+}
+
+@font-face {
+ font-family: "Satoshi";
+ font-weight: 400;
+ font-display: swap;
+ font-style: normal;
+ font-named-instance: "Regular";
+ src: url("/fonts/Satoshi-Regular.otf") format("opentype");
+}
+
@layer utilities {
.pause {
animation-play-state: paused;
diff --git a/public/fonts/Millik.otf b/public/fonts/Millik.otf
new file mode 100644
index 00000000..5c363066
Binary files /dev/null and b/public/fonts/Millik.otf differ
diff --git a/public/fonts/Satoshi-Light.otf b/public/fonts/Satoshi-Light.otf
new file mode 100644
index 00000000..22cb8bc3
Binary files /dev/null and b/public/fonts/Satoshi-Light.otf differ
diff --git a/public/fonts/Satoshi-Regular.otf b/public/fonts/Satoshi-Regular.otf
new file mode 100644
index 00000000..ddaadc05
Binary files /dev/null and b/public/fonts/Satoshi-Regular.otf differ
diff --git a/public/img/TC_INTRO.mp4 b/public/img/TC_INTRO.mp4
new file mode 100644
index 00000000..f4256363
Binary files /dev/null and b/public/img/TC_INTRO.mp4 differ
diff --git a/public/img/icons/partner_badge.png b/public/img/icons/partner_badge.png
new file mode 100644
index 00000000..1bbb1546
Binary files /dev/null and b/public/img/icons/partner_badge.png differ
diff --git a/public/img/illustrations/community_illustration.png b/public/img/illustrations/community_illustration.png
new file mode 100644
index 00000000..c14d69d8
Binary files /dev/null and b/public/img/illustrations/community_illustration.png differ
diff --git a/public/img/illustrations/game_tiles.png b/public/img/illustrations/game_tiles.png
new file mode 100644
index 00000000..2f57cf6f
Binary files /dev/null and b/public/img/illustrations/game_tiles.png differ
diff --git a/public/img/illustrations/game_tiles_mobile.png b/public/img/illustrations/game_tiles_mobile.png
new file mode 100644
index 00000000..52ec0acc
Binary files /dev/null and b/public/img/illustrations/game_tiles_mobile.png differ
diff --git a/public/img/illustrations/platform_illustration.png b/public/img/illustrations/platform_illustration.png
new file mode 100644
index 00000000..23064320
Binary files /dev/null and b/public/img/illustrations/platform_illustration.png differ
diff --git a/public/img/illustrations/reward_illustration.png b/public/img/illustrations/reward_illustration.png
new file mode 100644
index 00000000..7bc50a31
Binary files /dev/null and b/public/img/illustrations/reward_illustration.png differ
diff --git a/public/img/illustrations/texture_background.png b/public/img/illustrations/texture_background.png
new file mode 100644
index 00000000..95553643
Binary files /dev/null and b/public/img/illustrations/texture_background.png differ
diff --git a/public/img/partner-components/A_01.png b/public/img/partner-components/A_01.png
new file mode 100644
index 00000000..2ccd2465
Binary files /dev/null and b/public/img/partner-components/A_01.png differ
diff --git a/public/img/partner-components/A_02.png b/public/img/partner-components/A_02.png
new file mode 100644
index 00000000..3defed27
Binary files /dev/null and b/public/img/partner-components/A_02.png differ
diff --git a/public/img/partner-components/B_01.png b/public/img/partner-components/B_01.png
new file mode 100644
index 00000000..6b75bacf
Binary files /dev/null and b/public/img/partner-components/B_01.png differ
diff --git a/public/img/partner-components/B_02.png b/public/img/partner-components/B_02.png
new file mode 100644
index 00000000..3cd54f89
Binary files /dev/null and b/public/img/partner-components/B_02.png differ
diff --git a/public/img/partner-components/C_01.png b/public/img/partner-components/C_01.png
new file mode 100644
index 00000000..af68fe06
Binary files /dev/null and b/public/img/partner-components/C_01.png differ
diff --git a/public/img/partner-components/C_02.png b/public/img/partner-components/C_02.png
new file mode 100644
index 00000000..fb55f4b2
Binary files /dev/null and b/public/img/partner-components/C_02.png differ
diff --git a/public/img/partner-components/C_03.png b/public/img/partner-components/C_03.png
new file mode 100644
index 00000000..77429da1
Binary files /dev/null and b/public/img/partner-components/C_03.png differ
diff --git a/public/img/partner-components/red_diamond.gif b/public/img/partner-components/red_diamond.gif
new file mode 100644
index 00000000..01a2aecd
Binary files /dev/null and b/public/img/partner-components/red_diamond.gif differ
diff --git a/public/img/partner-components/red_diamond.png b/public/img/partner-components/red_diamond.png
new file mode 100644
index 00000000..d461aa24
Binary files /dev/null and b/public/img/partner-components/red_diamond.png differ
diff --git a/public/img/pfps/Duke.png b/public/img/pfps/Duke.png
deleted file mode 100644
index 8681b917..00000000
Binary files a/public/img/pfps/Duke.png and /dev/null differ
diff --git a/public/img/pfps/Gaarp.png b/public/img/pfps/Gaarp.png
deleted file mode 100644
index 6c819cf7..00000000
Binary files a/public/img/pfps/Gaarp.png and /dev/null differ
diff --git a/public/img/pfps/Gearhart.png b/public/img/pfps/Gearhart.png
deleted file mode 100644
index a4a4df60..00000000
Binary files a/public/img/pfps/Gearhart.png and /dev/null differ
diff --git a/public/img/pfps/Gina.png b/public/img/pfps/Gina.png
new file mode 100644
index 00000000..eab00574
Binary files /dev/null and b/public/img/pfps/Gina.png differ
diff --git a/public/img/pfps/Insprac.png b/public/img/pfps/Insprac.png
deleted file mode 100644
index 4d989e74..00000000
Binary files a/public/img/pfps/Insprac.png and /dev/null differ
diff --git a/public/img/pfps/Jake.png b/public/img/pfps/Jake.png
index 3b608687..a8f180b8 100644
Binary files a/public/img/pfps/Jake.png and b/public/img/pfps/Jake.png differ
diff --git a/public/img/pfps/Jen.png b/public/img/pfps/Jen.png
new file mode 100644
index 00000000..aad548a5
Binary files /dev/null and b/public/img/pfps/Jen.png differ
diff --git a/public/img/pfps/Josh.png b/public/img/pfps/Josh.png
new file mode 100644
index 00000000..510ad99d
Binary files /dev/null and b/public/img/pfps/Josh.png differ
diff --git a/public/img/pfps/Maximee.png b/public/img/pfps/Maximee.png
deleted file mode 100644
index c0af1e27..00000000
Binary files a/public/img/pfps/Maximee.png and /dev/null differ
diff --git a/public/img/pfps/Mulf.png b/public/img/pfps/Mulf.png
new file mode 100644
index 00000000..e355473b
Binary files /dev/null and b/public/img/pfps/Mulf.png differ
diff --git a/public/img/pfps/Rappzula.png b/public/img/pfps/Rappzula.png
index 07fa7834..27977758 100644
Binary files a/public/img/pfps/Rappzula.png and b/public/img/pfps/Rappzula.png differ
diff --git a/public/img/pfps/Rayhaan.png b/public/img/pfps/Rayhaan.png
new file mode 100644
index 00000000..9ba191bb
Binary files /dev/null and b/public/img/pfps/Rayhaan.png differ
diff --git a/public/img/pfps/Santi.png b/public/img/pfps/Santi.png
deleted file mode 100644
index 809cc1cc..00000000
Binary files a/public/img/pfps/Santi.png and /dev/null differ
diff --git a/public/img/pfps/Shimsho.png b/public/img/pfps/Shimsho.png
deleted file mode 100644
index 372aeea5..00000000
Binary files a/public/img/pfps/Shimsho.png and /dev/null differ
diff --git a/public/img/pfps/Timo.png b/public/img/pfps/Timo.png
deleted file mode 100644
index fb692fdb..00000000
Binary files a/public/img/pfps/Timo.png and /dev/null differ
diff --git a/public/img/pfps/Trav.png b/public/img/pfps/Trav.png
deleted file mode 100644
index 160f3374..00000000
Binary files a/public/img/pfps/Trav.png and /dev/null differ
diff --git a/public/img/pfps/Wagingbull.png b/public/img/pfps/Wagingbull.png
new file mode 100644
index 00000000..89335386
Binary files /dev/null and b/public/img/pfps/Wagingbull.png differ
diff --git a/public/img/pfps/Yuri.png b/public/img/pfps/Yuri.png
new file mode 100644
index 00000000..fcfc0398
Binary files /dev/null and b/public/img/pfps/Yuri.png differ
diff --git a/public/img/testimonial-images/Attis.png b/public/img/testimonial-images/Attis.png
new file mode 100644
index 00000000..54be6940
Binary files /dev/null and b/public/img/testimonial-images/Attis.png differ
diff --git a/public/img/testimonial-images/HdOlivares.png b/public/img/testimonial-images/HdOlivares.png
new file mode 100644
index 00000000..6a45eb76
Binary files /dev/null and b/public/img/testimonial-images/HdOlivares.png differ
diff --git a/public/img/testimonial-images/Sanjay.png b/public/img/testimonial-images/Sanjay.png
new file mode 100644
index 00000000..f1e359c1
Binary files /dev/null and b/public/img/testimonial-images/Sanjay.png differ
diff --git a/public/locales/en/index.json b/public/locales/en/index.json
index 9a1e390b..8cce3301 100644
--- a/public/locales/en/index.json
+++ b/public/locales/en/index.json
@@ -1,7 +1,7 @@
{
"common": {
"Learn": "Learn",
- "Discover": "Discover",
+ "Play": "Play",
"Build": "Build",
"Build with Treasure": "Build with Treasure",
"Contribute": "Contribute",
@@ -19,7 +19,7 @@
"What is MAGIC?": "What is MAGIC?",
"About Treasure": "About Treasure",
"Blog": "Blog",
- "Ecosystem Careers": "Ecosystem Careers",
+ "Careers": "Careers",
"Snapshot": "Snapshot",
"Open Source": "Open Source",
"About": "About",
@@ -32,7 +32,7 @@
"Community": "Community",
"Infrastructure": "Infrastructure",
"Why Treasure": "Why Treasure",
- "Apply for Partnership": "Apply for Partnership",
+ "Apply to Partner": "Apply to Partner",
"Brand Assets": "Brand Assets",
"Governance Forum": "Governance Forum",
"Vote on Snapshot": "Vote on Snapshot",
@@ -40,7 +40,7 @@
"Guilds": "Guilds",
"Community Initiatives": "Community Initiatives",
"Talent": "Talent",
- "MagicSwap": "MagicSwap",
+ "Magicswap": "Magicswap",
"MAGIC-ETH LP": "MAGIC-ETH LP",
"Balancer Crystals": "Balancer Crystals",
"Platform": "Platform"
diff --git a/public/locales/ja-JP/index.json b/public/locales/ja-JP/index.json
index 3a197e9e..f4ada1ad 100644
--- a/public/locales/ja-JP/index.json
+++ b/public/locales/ja-JP/index.json
@@ -1,7 +1,7 @@
{
"common": {
"Learn": "学ぶ",
- "Discover": "見つける",
+ "Play": "遊ぶ",
"Build": "作る",
"Contribute": "貢献する",
"LP": "LP",
@@ -18,7 +18,7 @@
"What is MAGIC?": "MAGICとは",
"About Treasure": "Treasureについて",
"Blog": "ブログ",
- "Ecosystem Careers": "エコシステムキャリア",
+ "Careers": "エコシステムキャリア",
"Snapshot": "スナップショット",
"Open Source": "オープンソース",
"About": "Treasureについて",
@@ -31,7 +31,7 @@
"Community": "コミュニティ",
"Infrastructure": "インフラストラクチャー",
"Why Treasure": "なぜ Treasure?",
- "Apply for Partnership": "パートナーシップを申し込む",
+ "Apply to Partner": "パートナーシップを申し込む",
"Brand Assets": "ブランドアセット",
"Governance Forum": "ガバナンスフォーラム",
"Vote on Snapshot": "スナップショットに投票",
@@ -39,7 +39,7 @@
"Guilds": "ギルド",
"Community Initiatives": "コミュニティイニシエーション",
"Talent": "タレント",
- "MagicSwap": "MagicSwap",
+ "Magicswap": "Magicswap",
"MAGIC-ETH LP": "MAGIC-ETH LP",
"Balancer Crystals": "Balancer Crystals",
"Platform": "Platform"
diff --git a/public/locales/zh-CN/index.json b/public/locales/zh-CN/index.json
index 6f287e1a..f03b5d88 100644
--- a/public/locales/zh-CN/index.json
+++ b/public/locales/zh-CN/index.json
@@ -1,7 +1,7 @@
{
"common": {
"Learn": "学习",
- "Discover": "发现",
+ "Play": "玩",
"Build": "构建",
"Build with Treasure": "使用Treasure构建",
"Contribute": "贡献",
@@ -19,7 +19,7 @@
"What is MAGIC?": "什么是MAGIC?",
"About Treasure": "关于Treasure",
"Blog": "博客",
- "Ecosystem Careers": "生态职业",
+ "Careers": "生态职业",
"Snapshot": "快照",
"Open Source": "开源",
"About": "关于",
@@ -32,7 +32,7 @@
"Community": "社区",
"Infrastructure": "基础设施",
"Why Treasure": "为什么选择Treasure",
- "Apply for Partnership": "申请合作",
+ "Apply to Partner": "申请合作",
"Brand Assets": "品牌资产",
"Governance Forum": "治理论坛",
"Vote on Snapshot": "在快照上投票",
@@ -40,7 +40,7 @@
"Guilds": "公会",
"Community Initiatives": "社区计划",
"Talent": "人才",
- "MagicSwap": "MagicSwap",
+ "Magicswap": "Magicswap",
"MAGIC-ETH LP": "MAGIC-ETH LP",
"Balancer Crystals": "Balancer水晶",
"Platform": "Platform"
diff --git a/tailwind.config.js b/tailwind.config.js
index b5f569d7..84d7b1db 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -8,7 +8,14 @@ module.exports = {
extend: {
colors: {
"tr-green": "#4FC74F",
- "tr-blue":"#28A0F0"
+ "tr-blue": "#28A0F0",
+ partner: {
+ background: "#020228"
+ },
+ },
+ backgroundImage: {
+ "gradient-partner-hero": "linear-gradient(104deg, #020228 55.79%, #396AF3 115.73%)",
+ "gradient-partner-placeholder": "linear-gradient(156deg, #001348 74.03%, #396AF3 167.04%)"
},
animation: {
marquee: "marquee 80s linear infinite",
@@ -17,7 +24,10 @@ module.exports = {
"marquee-left2": "marquee-left2 80s linear infinite",
marquee3: 'marquee3 var(--marquee-duration) linear infinite',
'fade-in': 'fade-in 0.5s linear forwards',
-
+ "move-up-down": "move-up-down 4s ease-in-out infinite",
+ "move-up-down2": "move-up-down2 5s ease-in-out .5s infinite",
+ stretch: "stretch-animation 3s linear infinite",
+ pulse2: "pulse2 1s none infinite",
},
keyframes: {
marquee: {
@@ -49,6 +59,26 @@ module.exports = {
opacity: 1,
},
},
+ "move-up-down": {
+ "0%": { transform: "translateY(0)" },
+ "50%": { transform: "translateY(-32px)" },
+ "100%": { transform: "translateY(0)" },
+ },
+ "move-up-down2": {
+ "0%": { transform: "translateY(0)" },
+ "50%": { transform: "translateY(-16px)" },
+ "100%": { transform: "translateY(0)" },
+ },
+ "stretch-animation": {
+ "0%": { width: "100%" },
+ "50%": { width: "1000%" },
+ "100%": { width: "100%" },
+ },
+ pulse2: {
+ "0%": { opacity: 0 },
+ "50%": { opacity: 1 },
+ "100%": { opacity: 0 },
+ }
},
typography: ({ theme }) => ({
night: {
@@ -96,4 +126,4 @@ module.exports = {
require('@tailwindcss/typography'),
require('tailwind-scrollbar')
],
-};
+};
\ No newline at end of file