Skip to content

Commit

Permalink
chore: design updates (#153)
Browse files Browse the repository at this point in the history
* Add files via upload

* change logo

* update logo styles

* add youtube channel and update discord link
  • Loading branch information
sr-remsha authored Aug 6, 2024
1 parent 3fb8d89 commit fb83aea
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 4 deletions.
11 changes: 8 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ const config = {
title: "", // 'EPAM DIAL',
logo: {
alt: "EPAM DIAL",
src: "img/logo_light.svg",
srcDark: "img/logo_dark.svg",
src: "img/dialx-logo.svg",
srcDark: "img/dialx-logo.svg",
},
items: [
// {
Expand All @@ -104,10 +104,15 @@ const config = {
position: "right",
},
{
href: "https://discord.gg/3TPc4zV4gS",
href: "https://discord.gg/hgqEAbEwZ9",
label: "Discord",
position: "right",
},
{
href: "https://www.youtube.com/@TeamDialX",
label: "YouTube",
position: "right",
},
],
},
footer: {
Expand Down
7 changes: 6 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,9 @@

.docusaurus-ignore {
display: none;
}
}

.navbar__logo img {
height: 70%;
margin-left: 10px;
}
34 changes: 34 additions & 0 deletions static/img/dialx-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fb83aea

Please sign in to comment.