Skip to content

Commit

Permalink
Asset and favicon updates (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
orthdron authored Aug 15, 2024
1 parent ac8b31d commit 71c2e4d
Show file tree
Hide file tree
Showing 27 changed files with 36 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
![Subatic](./public/logo.webp)
<img src="./docs/logo/combined/png/transparent.png" alt="Subatic" width="50%">

The most affordable solution for hosting your videos.
### Simple and straightforward video sharing platform.

[Read the origin story on how we reduced our streaming cost by 99.46%](https://subatic.com/story)
### [Read our origin story to see how we cut our streaming costs by 99.46%—and how you can too.](https://subatic.com/story)

![Architecture](./docs/assets/architecture.png)

Expand Down
2 changes: 1 addition & 1 deletion app/(default)/(public)/video/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default async function Page({ params }: { params: { id: string } }) {
name: "Subatic",
logo: {
"@type": "ImageObject",
url: `${protocol}://${domain}/logo.webp`
url: `${protocol}://${domain}/logo.svg`
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export default function RootLayout({ children }: { children: ReactNode }) {
<html lang="en">
<head>
<Analytics />
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicons/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicons/favicon-16x16.png" />
<link rel="manifest" href="/favicons/site.webmanifest"></link>
</head>
<body>{children}</body>
</html>
Expand Down
2 changes: 1 addition & 1 deletion components/sections/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default async function NavBar() {
return (
<div className="border-b-2 border-white flex flex-col md:flex-row items-center justify-between px-4">
<div className="flex items-center">
<a href="/"><img className="h-14 p-2" src="/logo.webp" alt="subatic logo" /></a>
<a href="/"><img className="h-14 p-2" src="/logo.svg" alt="Subatic" /></a>
</div>
<div className="flex-grow text-center my-4 md:my-0 w-11/12 lg:w-1/2">
<SearchBox />
Expand Down
Binary file added docs/logo/combined/png/black-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logo/combined/png/transparent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/logo/combined/svg/black-background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/logo/combined/svg/transparent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logo/icons/png/black-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/logo/icons/png/transparent-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/logo/icons/svg/black-background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/logo/icons/svg/transparent-background.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 71c2e4d

Please sign in to comment.