-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
76d03b0
commit c8490ad
Showing
89 changed files
with
5,117 additions
and
4,588 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,6 @@ | |
"author": "", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"husky": "^8.0.1" | ||
"husky": "^8.0.3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,11 @@ | ||
--- | ||
title: {{name}} | ||
--- | ||
{{>common}} | ||
|
||
{{#each items}} | ||
{{#hsection}} | ||
{{>item}} | ||
{{/hsection}} | ||
|
||
{{/each}} | ||
{{/each}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
{{>item}} | ||
{{/hsection}} | ||
|
||
{{/each}} | ||
{{/each}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,2 @@ | ||
# Dependencies | ||
/node_modules | ||
|
||
# Production | ||
/build | ||
|
||
# Generated files | ||
.docusaurus | ||
.cache-loader | ||
|
||
# Misc | ||
.DS_Store | ||
.env.local | ||
.env.development.local | ||
.env.test.local | ||
.env.production.local | ||
|
||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
.next | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 3 additions & 5 deletions
8
...s/website/src/components/JoinUs/index.tsx → ...ages/website/components/CareerSection.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
export default function Footer() { | ||
return ( | ||
<footer className="bg-neutral-100 dark:bg-neutral-900"> | ||
<div className="grid grid-cols-2 gap-8 px-6 py-8 md:grid-cols-3 md:px-44"> | ||
<div> | ||
<h2 className="mb-6 text-sm font-semibold text-neutral-500 uppercase dark:text-neutral-300"> | ||
About | ||
</h2> | ||
<ul className="text-neutral-500 dark:text-neutral-400"> | ||
<li className="mb-4"> | ||
<a | ||
href="https://www.notion.so/taikoxyz/Taiko-Jobs-828fd7232d2c4150a11e10c8baa910a2" | ||
className="hover:underline" | ||
target={"_blank"} | ||
> | ||
Careers | ||
</a> | ||
</li> | ||
<li className="mb-4"> | ||
<a | ||
href="https://github.com/taikoxyz/taiko-mono/tree/main/packages/branding/" | ||
className="hover:underline" | ||
target={"_blank"} | ||
> | ||
Media kit | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div> | ||
<h2 className="mb-6 text-sm font-semibold text-neutral-500 uppercase dark:text-neutral-300"> | ||
Developers | ||
</h2> | ||
<ul className="text-neutral-500 dark:text-neutral-400"> | ||
<li className="mb-4"> | ||
<a href="/docs/learn/what-is-taiko" className="hover:underline"> | ||
Get started | ||
</a> | ||
</li> | ||
<li className="mb-4"> | ||
<a | ||
href="https://github.com/taikoxyz" | ||
className="hover:underline" | ||
target={"_blank"} | ||
> | ||
GitHub | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<div> | ||
<h2 className="mb-6 text-sm font-semibold text-neutral-500 uppercase dark:text-neutral-300"> | ||
Follow us | ||
</h2> | ||
<ul className="text-neutral-500 dark:text-neutral-400"> | ||
<li className="mb-4"> | ||
<a | ||
href="https://discord.gg/taikoxyz" | ||
className="hover:underline" | ||
target={"_blank"} | ||
> | ||
Discord | ||
</a> | ||
</li> | ||
<li className="mb-4"> | ||
<a | ||
href="https://www.reddit.com/r/taiko_xyz/" | ||
className="hover:underline" | ||
target={"_blank"} | ||
> | ||
</a> | ||
</li> | ||
<li className="mb-4"> | ||
<a | ||
href="https://twitter.com/taikoxyz" | ||
className="hover:underline" | ||
target={"_blank"} | ||
> | ||
</a> | ||
</li> | ||
<li className="mb-4"> | ||
<a | ||
href="https://www.youtube.com/@taikoxyz" | ||
className="hover:underline" | ||
target={"_blank"} | ||
> | ||
YouTube | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div className="text-md text-center text-neutral-500 dark:text-neutral-300 bg-neutral-100 dark:bg-neutral-900 px-4 py-6"> | ||
© {new Date().getFullYear()} Taiko Labs | ||
</div> | ||
</footer> | ||
); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.