Skip to content

Commit

Permalink
feat: homepage video
Browse files Browse the repository at this point in the history
  • Loading branch information
inkjesse committed Nov 1, 2024
1 parent c128d7c commit d42273f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Binary file added public/images/ink-banner.mp4
Binary file not shown.
4 changes: 3 additions & 1 deletion src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { URLS } from "@/utils/urls";

# Welcome to the Ink Docs

![Ink Banner](../images/ink-banner.png)
<video autoPlay loop muted playsInline className="w-full rounded-6xl">
<source src="../images/ink-banner.mp4" type="video/mp4" />
</video>

Welcome to the documentation for Ink, Kraken's dedicated DeFi chain.

Expand Down
5 changes: 5 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ module.exports = {
],
theme: {
extend: {
borderRadius: {
'4xl': '2rem',
'5xl': '2.5rem',
'6xl': '3rem', // This is a very large radius
},
colors: {
magic: {
purple: "#7132F5",
Expand Down
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const config: DocsThemeConfig = {
link: URLS.githubOrgUrl,
},
chat: {
link: URLS.discordUrl,
link: "https://discord.gg/inkonchain",
},
docsRepositoryBase: URLS.repositoryUrl,
head: Head,
Expand Down

0 comments on commit d42273f

Please sign in to comment.