Skip to content

Commit

Permalink
Change logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Veld committed May 2, 2023
1 parent cab4047 commit c488af6
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 12 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
33 changes: 24 additions & 9 deletions src/components/Logo.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,29 @@
export function Logo(props) {
return (
<svg viewBox="0 0 99 24" aria-hidden="true" {...props}>
<path
className="fill-emerald-400"
d="M16 8a5 5 0 0 0-5-5H5a5 5 0 0 0-5 5v13.927a1 1 0 0 0 1.623.782l3.684-2.93a4 4 0 0 1 2.49-.87H11a5 5 0 0 0 5-5V8Z"
/>
<path
className="fill-zinc-900 dark:fill-white"
d="M26.538 18h2.654v-3.999h2.576c2.672 0 4.456-1.723 4.456-4.333V9.65c0-2.61-1.784-4.333-4.456-4.333h-5.23V18Zm4.58-10.582c1.52 0 2.416.8 2.416 2.241v.018c0 1.441-.896 2.25-2.417 2.25h-1.925V7.418h1.925ZM38.051 18h2.566v-5.414c0-1.371.923-2.206 2.382-2.206.396 0 .791.061 1.178.15V8.287a3.843 3.843 0 0 0-.958-.123c-1.257 0-2.136.615-2.443 1.661h-.159V8.323h-2.566V18Zm11.55.202c2.979 0 4.772-1.88 4.772-5.036v-.018c0-3.128-1.82-5.036-4.773-5.036-2.953 0-4.772 1.916-4.772 5.036v.018c0 3.146 1.793 5.036 4.772 5.036Zm0-2.013c-1.372 0-2.145-1.116-2.145-3.023v-.018c0-1.89.782-3.023 2.144-3.023 1.354 0 2.145 1.134 2.145 3.023v.018c0 1.907-.782 3.023-2.145 3.023Zm10.52 1.846c.492 0 .967-.053 1.283-.114v-1.907a6.057 6.057 0 0 1-.755.044c-.87 0-1.24-.387-1.24-1.257v-4.544h1.995V8.323H59.41V6.012h-2.592v2.311h-1.495v1.934h1.495v5.133c0 1.88.949 2.645 3.304 2.645Zm7.287.167c2.98 0 4.772-1.88 4.772-5.036v-.018c0-3.128-1.82-5.036-4.772-5.036-2.954 0-4.773 1.916-4.773 5.036v.018c0 3.146 1.793 5.036 4.773 5.036Zm0-2.013c-1.372 0-2.145-1.116-2.145-3.023v-.018c0-1.89.782-3.023 2.145-3.023 1.353 0 2.144 1.134 2.144 3.023v.018c0 1.907-.782 3.023-2.144 3.023Zm10.767 2.013c2.522 0 4.034-1.353 4.297-3.463l.01-.053h-2.374l-.017.036c-.229.966-.853 1.467-1.908 1.467-1.37 0-2.135-1.08-2.135-3.04v-.018c0-1.934.755-3.006 2.135-3.006 1.099 0 1.74.615 1.908 1.556l.008.017h2.391v-.026c-.228-2.162-1.749-3.56-4.315-3.56-3.033 0-4.738 1.837-4.738 5.019v.017c0 3.217 1.714 5.054 4.738 5.054Zm10.257 0c2.98 0 4.772-1.88 4.772-5.036v-.018c0-3.128-1.82-5.036-4.772-5.036-2.953 0-4.773 1.916-4.773 5.036v.018c0 3.146 1.793 5.036 4.773 5.036Zm0-2.013c-1.371 0-2.145-1.116-2.145-3.023v-.018c0-1.89.782-3.023 2.145-3.023 1.353 0 2.144 1.134 2.144 3.023v.018c0 1.907-.782 3.023-2.144 3.023ZM95.025 18h2.566V4.623h-2.566V18Z"
/>
// <svg viewBox="0 0 99 24" aria-hidden="true" {...props}>
// <path
// className="fill-emerald-400"
// d="M16 8a5 5 0 0 0-5-5H5a5 5 0 0 0-5 5v13.927a1 1 0 0 0 1.623.782l3.684-2.93a4 4 0 0 1 2.49-.87H11a5 5 0 0 0 5-5V8Z"
// />
// <path
// className="fill-zinc-900 dark:fill-white"
// d="M26.538 18h2.654v-3.999h2.576c2.672 0 4.456-1.723 4.456-4.333V9.65c0-2.61-1.784-4.333-4.456-4.333h-5.23V18Zm4.58-10.582c1.52 0 2.416.8 2.416 2.241v.018c0 1.441-.896 2.25-2.417 2.25h-1.925V7.418h1.925ZM38.051 18h2.566v-5.414c0-1.371.923-2.206 2.382-2.206.396 0 .791.061 1.178.15V8.287a3.843 3.843 0 0 0-.958-.123c-1.257 0-2.136.615-2.443 1.661h-.159V8.323h-2.566V18Zm11.55.202c2.979 0 4.772-1.88 4.772-5.036v-.018c0-3.128-1.82-5.036-4.773-5.036-2.953 0-4.772 1.916-4.772 5.036v.018c0 3.146 1.793 5.036 4.772 5.036Zm0-2.013c-1.372 0-2.145-1.116-2.145-3.023v-.018c0-1.89.782-3.023 2.144-3.023 1.354 0 2.145 1.134 2.145 3.023v.018c0 1.907-.782 3.023-2.145 3.023Zm10.52 1.846c.492 0 .967-.053 1.283-.114v-1.907a6.057 6.057 0 0 1-.755.044c-.87 0-1.24-.387-1.24-1.257v-4.544h1.995V8.323H59.41V6.012h-2.592v2.311h-1.495v1.934h1.495v5.133c0 1.88.949 2.645 3.304 2.645Zm7.287.167c2.98 0 4.772-1.88 4.772-5.036v-.018c0-3.128-1.82-5.036-4.772-5.036-2.954 0-4.773 1.916-4.773 5.036v.018c0 3.146 1.793 5.036 4.773 5.036Zm0-2.013c-1.372 0-2.145-1.116-2.145-3.023v-.018c0-1.89.782-3.023 2.145-3.023 1.353 0 2.144 1.134 2.144 3.023v.018c0 1.907-.782 3.023-2.144 3.023Zm10.767 2.013c2.522 0 4.034-1.353 4.297-3.463l.01-.053h-2.374l-.017.036c-.229.966-.853 1.467-1.908 1.467-1.37 0-2.135-1.08-2.135-3.04v-.018c0-1.934.755-3.006 2.135-3.006 1.099 0 1.74.615 1.908 1.556l.008.017h2.391v-.026c-.228-2.162-1.749-3.56-4.315-3.56-3.033 0-4.738 1.837-4.738 5.019v.017c0 3.217 1.714 5.054 4.738 5.054Zm10.257 0c2.98 0 4.772-1.88 4.772-5.036v-.018c0-3.128-1.82-5.036-4.772-5.036-2.953 0-4.773 1.916-4.773 5.036v.018c0 3.146 1.793 5.036 4.773 5.036Zm0-2.013c-1.371 0-2.145-1.116-2.145-3.023v-.018c0-1.89.782-3.023 2.145-3.023 1.353 0 2.144 1.134 2.144 3.023v.018c0 1.907-.782 3.023-2.144 3.023ZM95.025 18h2.566V4.623h-2.566V18Z"
// />
// </svg>
<svg aria-hidden="true" {...props} viewBox="0 0 99 15.23" width="99" height="16">
<g data-name="logo">
<g className="fill-emerald-400" data-name="chevrons">
<path d="m79.07,7.31c-.45-.43-.92-.41-.92-.41,0,0-.47-.02-.92.41-.45.43-4.78,4.81-5.61,5.61s-.05,1.7-.05,1.7c0,0,.92.67,1.56.05.64-.63,5.01-5.01,5.01-5.01,0,0,4.37,4.38,5.01,5.01.64.63,1.56-.05,1.56-.05,0,0,.78-.9-.05-1.7s-5.16-5.18-5.61-5.61Zm-5.93.46c.64-.63,5.01-5.01,5.01-5.01,0,0,4.37,4.38,5.01,5.01.64.63,1.56-.05,1.56-.05,0,0,.78-.9-.05-1.7s-5.16-5.18-5.61-5.61C78.62-.02,78.15,0,78.15,0c0,0-.47-.02-.92.41-.45.43-4.78,4.81-5.61,5.61s-.05,1.7-.05,1.7c0,0,.92.67,1.56.05Z"/>
</g>
<g className="fill-white" data-name="text">
<path d="m0,12.57l2.25-1.68c.54,1.01,1.29,1.47,2.04,1.47,1.19,0,1.83-.61,1.83-2.56V.29h3.32v9.78c0,2.82-1.46,5.15-4.7,5.15-2.24,0-3.72-.88-4.73-2.65Z"/>
<path d="m12.74,8.16V.29h3.32v8.21c0,2.87.9,3.86,2.55,3.86s2.6-.99,2.6-3.86V.29h3.2v7.87c0,4.92-2,7.06-5.79,7.06s-5.86-2.14-5.86-7.06Z"/>
<path d="m27.78.29h3.62l2.38,6.51c.29.87.55,1.8.84,2.71h.09c.29-.9.54-1.84.84-2.71l2.3-6.51h3.62v14.66h-3.02v-5.38c0-1.43.27-3.56.42-4.98h-.09l-1.2,3.47-2.07,5.62h-1.84l-2.08-5.62-1.17-3.47h-.09c.16,1.42.42,3.55.42,4.98v5.38h-2.97V.29Z"/>
<path d="m44.93.29h5.04c3.23,0,5.83,1.15,5.83,4.72s-2.63,4.97-5.74,4.97h-1.81v4.98h-3.32V.29Zm4.93,7.06c1.82,0,2.69-.81,2.69-2.34s-.98-2.08-2.78-2.08h-1.53v4.42h1.62Z"/>
<path d="m58.33.29h5.04c3.23,0,5.83,1.15,5.83,4.72s-2.63,4.97-5.74,4.97h-1.81v4.98h-3.32V.29Zm4.93,7.06c1.82,0,2.69-.81,2.69-2.34s-.98-2.08-2.78-2.08h-1.53v4.42h1.62Z"/>
<path d="m87.49.29h4.15c4.48,0,7.36,2.23,7.36,7.27s-2.89,7.39-7.18,7.39h-4.33V.29Zm3.94,11.99c2.49,0,4.17-1.22,4.17-4.73s-1.68-4.6-4.17-4.6h-.63v9.32h.63Z"/>
</g>
</g>
</svg>
)
}
4 changes: 2 additions & 2 deletions src/pages/_app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ export default function App({ Component, pageProps }) {
<>
<Head>
{router.pathname === '/' ? (
<title>Jumppad Documentation</title>
<title>Jumppad</title>
) : (
<title>{`${pageProps.title} - Jumppad Documentation`}</title>
<title>{`${pageProps.title} - Jumppad`}</title>
)}
<meta name="description" content={pageProps.description} />
</Head>
Expand Down
3 changes: 2 additions & 1 deletion src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
Try the Jumppad Vault and Kubernetes environment:

```shell
curl https://shipyard.run/blueprint | bash -s github.com/shipyard-run/blueprints//vault-k8s
curl https://jumppad.dev/install | bash
jumppad up github.com/shipyard-run/blueprints//vault-k8s
```

For questions and help, join our [Discord community](https://discord.gg/ZuEFPJU69D).

0 comments on commit c488af6

Please sign in to comment.