From 39efd55d47f1fe81dd60a5f949fe1fb12b259d40 Mon Sep 17 00:00:00 2001
From: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com>
Date: Mon, 5 Jun 2023 00:11:14 +0200
Subject: [PATCH] feat(website): update branding, update blog posts, add vercel
web analytics (#13871)
---
packages/website/components/BlogSection.tsx | 52 +-
packages/website/components/CareerSection.tsx | 4 +-
.../website/components/FeaturesSection.tsx | 4 +-
packages/website/components/Footer.tsx | 8 +-
packages/website/components/Hero.tsx | 10 +-
.../website/fonts/ClashGrotesk-Medium.woff2 | Bin 0 -> 19468 bytes
.../website/fonts/ClashGrotesk-Semibold.woff2 | Bin 0 -> 19652 bytes
packages/website/package.json | 17 +-
packages/website/pages/_app.tsx | 19 +-
packages/website/pages/_meta.json | 8 +-
.../images/Taiko_GEOM_1_Fluo_Sliced.svg | 2 +-
.../website/public/images/ecosystem/taiko.svg | 3 +
packages/website/public/images/favicon.png | Bin 7618 -> 0 bytes
packages/website/public/images/favicon.svg | 3 +
.../website/public/images/logotype-black.png | Bin 27423 -> 6520 bytes
.../website/public/images/logotype-white.png | Bin 26177 -> 6371 bytes
packages/website/tailwind.config.js | 3 +-
packages/website/theme.config.tsx | 4 +-
pnpm-lock.yaml | 4313 ++++++++---------
19 files changed, 2127 insertions(+), 2323 deletions(-)
create mode 100644 packages/website/fonts/ClashGrotesk-Medium.woff2
create mode 100644 packages/website/fonts/ClashGrotesk-Semibold.woff2
create mode 100644 packages/website/public/images/ecosystem/taiko.svg
delete mode 100755 packages/website/public/images/favicon.png
create mode 100644 packages/website/public/images/favicon.svg
mode change 100755 => 100644 packages/website/public/images/logotype-black.png
mode change 100755 => 100644 packages/website/public/images/logotype-white.png
diff --git a/packages/website/components/BlogSection.tsx b/packages/website/components/BlogSection.tsx
index 3b28dfccde6..4a61e9d77a6 100644
--- a/packages/website/components/BlogSection.tsx
+++ b/packages/website/components/BlogSection.tsx
@@ -1,47 +1,47 @@
const posts = [
{
- title: "Taiko Community Update — Q1/2023",
- href: "https://taiko.mirror.xyz/IoEGEzlf0aJAtF31YgHHLOa5dSoetLfpIfb7lRaRiCE",
+ title: "Community invite: help craft the ZK-research digest",
+ href: "https://taiko.mirror.xyz/lezTMMMoog57VnYwiUWiw4Ng_mX19WCMOpPW-W-xcM0",
description:
- "Below is a summary of Taiko’s Q1 2023. Consider this Q1.5 as we’ll include updates that happened post-Q1 but before this update.",
- date: "May 19, 2023",
- datetime: "2023-05-19",
+ "We are starting an open research community to collaborate on the creation of the ZK research digest and share rare discoveries and valuable content to learn, grow and build together.",
+ date: "May 29, 2023",
+ datetime: "2023-05-29",
imageUrl:
- "https://mirror-media.imgix.net/publication-images/TOXeVr7_rtitwDoja4vFR.png?height=512&width=1024&h=512&w=1024&auto=compress",
- readingTime: "6 min",
+ "https://mirror-media.imgix.net/publication-images/8RANXhY7FVaW8C9acbamg.png?height=512&width=1024&h=512&w=1024&auto=compress",
+ readingTime: "3 min",
author: {
- name: "finestone",
- imageUrl: "https://avatars.githubusercontent.com/u/36642873?v=4",
+ name: "Lisa A.",
+ imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4",
},
},
{
- title: "ZK-Roller-Coaster #4",
- href: "https://taiko.mirror.xyz/OCkE3gMDKixWYC-mlX7wAqDNJaUEpm3yeDAYJygyxkg",
+ title: "ZK-Roller-Coaster #5",
+ href: "https://taiko.mirror.xyz/D9hurhYWGpVbFosu8KYsr0FeYcbi4wB0rt67hbXD_zk",
description:
- "This is the 4th edition of ZK-Roller-Coaster where we track and investigate the most exciting, meaningful, and crazy ZK-stuff of the prior two weeks.",
- date: "May 06, 2023",
- datetime: "2023-05-06",
+ "This is the 5th edition of ZK-Roller-Coaster where we track and investigate the most exciting, meaningful, and crazy ZK-stuff of the prior two weeks.",
+ date: "May 22, 2023",
+ datetime: "2023-05-22",
imageUrl:
- "https://mirror-media.imgix.net/publication-images/Myf4VHMd1ACmqL0jmYHWe.png?height=512&width=1024&h=512&w=1024&auto=compress",
- readingTime: "4 min",
+ "https://mirror-media.imgix.net/publication-images/aqZ6LByfP5NL675mThlf-.png?height=512&width=1024&h=512&w=1024&auto=compress",
+ readingTime: "3 min",
author: {
name: "Lisa A.",
imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4",
},
},
{
- title: "Taiko Protocol Overview",
- href: "https://taiko.mirror.xyz/y_47kIOL5kavvBmG0zVujD2TRztMZt-xgM5d4oqp4_Y",
+ title: "Taiko Community Update — Q1/2023",
+ href: "https://taiko.mirror.xyz/IoEGEzlf0aJAtF31YgHHLOa5dSoetLfpIfb7lRaRiCE",
description:
- "Taiko follows the “decentralized from day 1” approach. Below is the protocol description. Taiko protocol consists of three stages: block proposal, validation, and proving.",
- date: "May 02, 2023",
- datetime: "2023-05-02",
+ "Below is a summary of Taiko’s Q1 2023. Consider this Q1.5 as we’ll include updates that happened post-Q1 but before this update.",
+ date: "May 19, 2023",
+ datetime: "2023-05-19",
imageUrl:
- "https://mirror-media.imgix.net/publication-images/o_qvD7XIAPSjiqlvvodoj.png?height=512&width=1024&h=512&w=1024&auto=compress",
+ "https://mirror-media.imgix.net/publication-images/TOXeVr7_rtitwDoja4vFR.png?height=512&width=1024&h=512&w=1024&auto=compress",
readingTime: "6 min",
author: {
- name: "Lisa A.",
- imageUrl: "https://avatars.githubusercontent.com/u/106527861?v=4",
+ name: "finestone",
+ imageUrl: "https://avatars.githubusercontent.com/u/36642873?v=4",
},
},
];
@@ -54,7 +54,7 @@ export default function BlogSection() {