Skip to content

Commit

Permalink
feat: adding new retina logos (#817)
Browse files Browse the repository at this point in the history
# Description

Updating new Logos of retina. 

## Related Issue

If this pull request is related to any issue, please mention it here.
Additionally, make sure that the issue is assigned to you before
submitting this pull request.

## Checklist

- [x] I have read the [contributing
documentation](https://retina.sh/docs/contributing).
- [x] I signed and signed-off the commits (`git commit -S -s ...`). See
[this
documentation](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification)
on signing commits.
- [x] I have correctly attributed the author(s) of the code.
- [x] I have tested the changes locally.
- [x] I have followed the project's style guidelines.
- [x] I have updated the documentation, if necessary.
- [x] I have added tests, if applicable.

## Screenshots (if applicable) or Testing Completed

Please add any relevant screenshots or GIFs to showcase the changes
made.

## Additional Notes

Add any additional notes or context about the pull request here.

---

Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) file for more
information on how to contribute to this project.

Signed-off-by: vakr <[email protected]>
  • Loading branch information
vakalapa authored Oct 9, 2024
1 parent 3983a57 commit 4fe6489
Show file tree
Hide file tree
Showing 16 changed files with 1,147 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ clean-certs:
.PHONY: docs
docs:
echo $(PWD)
docker run -it -p 3000:3000 -v $(PWD):/retina -w /retina/ node:20-alpine ./site/start-dev.sh
docker run -it -p 3000:3000 -v $(PWD):/retina -w /retina/ node:20-alpine sh ./site/start-dev.sh

.PHONY: docs-pod
docs-prod:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 align="center">
<picture>
<source media="(prefers-color-scheme: light)" srcset="site/static/img/retina-logo.svg">
<img src="site/static/img/retina-logo.svg" alt="Retina Logo" width="30%">
<source media="(prefers-color-scheme: light)" srcset="site/static/img/Retina-logo-horizontal-white.png">
<img src="site/static/img/Retina-logo-horizontal-white.png" alt="Retina Logo" width="30%">
</picture>
</h1>

Expand Down
18 changes: 9 additions & 9 deletions site/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { githubA11yLight } from "./src/prismColorTheme";
const config = {
title: 'Retina',
tagline: 'kubernetes network observability platform',
favicon: 'img/favicon.svg',
favicon: 'img/Retina-logo-white.png',
url: 'https://retina.sh',
baseUrl: '/',
organizationName: 'Azure',
Expand Down Expand Up @@ -92,7 +92,7 @@ const config = {
],

themeConfig: {
image: "img/retina-social-card.png",
image: "img/Retina-logo-horizontal-white.png",
metadata: [
{ name: "og:url", content: "/" },
{ name: "og:site_name", content: "Retina" },
Expand All @@ -102,10 +102,10 @@ const config = {
navbar: {
logo: {
alt: 'Retina Logo',
src: 'img/retina-logo.svg',
srcDark: "img/retina-logo-dark.svg",
src: 'img/Retina-logo-horizontal.svg',
srcDark: "img/Retina-logo-horizontal-white.svg",
width: "103",
height: "32",
height: "68",
},
items: [
{
Expand All @@ -131,10 +131,10 @@ const config = {
style: "light",
logo: {
alt: "Retina logo",
src: "img/retina-logo.svg",
srcDark: "img/retina-logo-dark.svg",
width: "155",
height: "32",
src: 'img/Retina-logo-horizontal.svg',
srcDark: "img/Retina-logo-horizontal-white.svg",
width: "250",
height: "150",
},
links: [
{
Expand Down
Binary file added site/static/img/Retina-logo-horizontal-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
172 changes: 172 additions & 0 deletions site/static/img/Retina-logo-horizontal-white.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 site/static/img/Retina-logo-horizontal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
172 changes: 172 additions & 0 deletions site/static/img/Retina-logo-horizontal.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 site/static/img/Retina-logo-vertical-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
172 changes: 172 additions & 0 deletions site/static/img/Retina-logo-vertical-white.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 site/static/img/Retina-logo-vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
172 changes: 172 additions & 0 deletions site/static/img/Retina-logo-vertical.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 site/static/img/Retina-logo-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
162 changes: 162 additions & 0 deletions site/static/img/Retina-logo-white.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 site/static/img/Retina-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
285 changes: 285 additions & 0 deletions site/static/img/Retina-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes

0 comments on commit 4fe6489

Please sign in to comment.