chore: Added partners
a886677c
3 file(s) · +25 −2
| 3 | 3 | --- |
|
| 4 | 4 | ||
| 5 | 5 | import { Landing } from "../components/Landing" |
|
| 6 | - | import { HomePage } from 'vocs/components' |
|
| 6 | + | import { HomePage, Sponsors } from 'vocs/components' |
|
| 7 | 7 | ||
| 8 | 8 | <HomePage.Root> |
|
| 9 | 9 | <HomePage.Logo /> |
|
| 13 | 13 | <HomePage.Button href="https://github.com/stevedylandev/bhvr">GitHub</HomePage.Button> |
|
| 14 | 14 | </HomePage.Buttons> |
|
| 15 | 15 | </HomePage.Root> |
|
| 16 | + | ||
| 17 | + | <Sponsors /> |
|
| 1 | 1 | @import "tailwindcss"; |
|
| 2 | 2 | ||
| 3 | 3 | .vocs_HomePage_logo { |
|
| 4 | - | height: 150px !important; |
|
| 4 | + | height: 150px !important; |
|
| 5 | + | } |
|
| 6 | + | ||
| 7 | + | .vocs_Sponsors { |
|
| 8 | + | max-width: 400px !important; |
|
| 9 | + | margin: 4rem auto !important; |
|
| 10 | + | height: auto !important; |
|
| 5 | 11 | } |
| 58 | 58 | ], |
|
| 59 | 59 | }, |
|
| 60 | 60 | ], |
|
| 61 | + | sponsors: [ |
|
| 62 | + | { |
|
| 63 | + | name: "Partners", |
|
| 64 | + | height: 80, |
|
| 65 | + | items: [ |
|
| 66 | + | [ |
|
| 67 | + | { |
|
| 68 | + | name: "Orbiter", |
|
| 69 | + | link: "https://orbiter.host", |
|
| 70 | + | image: "https://cdn.bhvr.dev/orbiter-logo-3.png", |
|
| 71 | + | }, |
|
| 72 | + | ], |
|
| 73 | + | ], |
|
| 74 | + | }, |
|
| 75 | + | ], |
|
| 61 | 76 | sidebar: [ |
|
| 62 | 77 | { |
|
| 63 | 78 | text: "Getting Started", |