Skip to content

Commit

Permalink
NOISSUE - Add white logo and fix logo position (#32)
Browse files Browse the repository at this point in the history
* Add white logo; fix logo position

Signed-off-by: JeffMboya <[email protected]>

* Add favicon, theme, and keywords

Signed-off-by: JeffMboya <[email protected]>

* Update ui config

Signed-off-by: JeffMboya <[email protected]>

* Change font

Signed-off-by: JeffMboya <[email protected]>

* Rename logo and favicon

Signed-off-by: JeffMboya <[email protected]>

* change fonr to roboto

Signed-off-by: JeffMboya <[email protected]>

* Revert to MG themes

Signed-off-by: JeffMboya <[email protected]>

* Revert to MG themes

Signed-off-by: JeffMboya <[email protected]>

* Change logo text

Signed-off-by: JeffMboya <[email protected]>

* Increase image size

Signed-off-by: JeffMboya <[email protected]>

* Resize default favicon

Signed-off-by: JeffMboya <[email protected]>

* Change alt favicon colour

Signed-off-by: JeffMboya <[email protected]>

* Resize alt favicon

Signed-off-by: JeffMboya <[email protected]>

* Fix CI

Signed-off-by: JeffMboya <[email protected]>

* Revert changes to ollama compose

Signed-off-by: JeffMboya <[email protected]>

* Add empty line

Signed-off-by: JeffMboya <[email protected]>

* Fix font and theme

Signed-off-by: JeffMboya <[email protected]>

---------

Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Nov 8, 2024
1 parent be51be3 commit 486f65d
Show file tree
Hide file tree
Showing 7 changed files with 233 additions and 22 deletions.
26 changes: 26 additions & 0 deletions ui/altFavicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions ui/altLogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 15 additions & 4 deletions ui/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,30 @@
"font": "roboto",
"logo": {
"src": {
"defaultLogo": "/logo.svg",
"altLogo": "/logo.svg"
"defaultLogo": "/defaultLogo.svg",
"altLogo": "/altLogo.svg"
},
"alt": "Cube AI Logo",
"height": 64,
"width": 250,
"width": 400,
"mobileWidth": 50,
"mobileHeight": 64,
"homeTopbarWidth": 40,
"homeTopbarHeight": 64,
"navbarWidth": 60,
"navbarHeight": 64,
"link": "https://github.com/ultravioletrs/cube"
}
},
"allowMultipleThemes":false,
"themes": {
"availableTheme": "default",
"defaultTheme": "default"
},
"favicon": {
"defaultFavicon": "/defaultFavicon.svg",
"altFavicon": "/altFavicon.svg"
},
"uiKeywords": "Artificial Intelligence, Confidential Computing, Large Language Models",
"uiDescription": "Cube AI ."
}
}
Loading

0 comments on commit 486f65d

Please sign in to comment.