Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions _includes/nav.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<nav class="navbar navbar-expand-lg bg-body-tertiary bg-light sticky-top cOcNav">
<div class="container-fluid">
<a class="navbar-brand" href="/" ><img style="height: 50px;" alt="OpenChoreo" src="/img/openchoreo_logo.png"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
<a class="navbar-brand" href="/" >
<img style="height: 40px;" alt="OpenChoreo" class="cBlackLogo" src="/img/b-oplogo-Recovered-b.webp">
<img style="height: 40px;" alt="OpenChoreo" class="cWhiteLogo" src="/img/w-oplogo-Recovered-w.webp">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
52 changes: 0 additions & 52 deletions _layouts/homepage.html

This file was deleted.

26 changes: 23 additions & 3 deletions css/openchoreo.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ background-color: #fff;
margin-bottom: 15px;
background-position: 2px 5px;
}
.cCard.cFilledCard.cDocs li {
background-image: url(../img/docs.svg) !important;
background-position: 0px 1px;
}
.cSidePanel {
border-bottom: 1px solid #353535;
padding: 15px 0;
Expand Down Expand Up @@ -302,17 +306,26 @@ background-color: #fff;
margin-bottom: 10px;

}

.cCard.cFilledCard.cDocs {
background-image: none !important;
}

.cFilledCard.cDocs li a {
/* background-color: rebeccapurple !important; */
text-decoration: none;
color: #000;
}

.cFilledCard.cDocs li::before {
.cFilledCard.cDocs li {

}

/* .cFilledCard.cDocs li::before {
content: '➔';
color: #36A1FF;
margin-right: 10px;
}
} */

.cLogos {
width: 150px;
Expand Down Expand Up @@ -524,7 +537,7 @@ body.cDarkMode h2 {
color: #fff;
}
body.cDarkMode h3 {
color: #fff;
/* color: #fff; */
}
body.cDarkMode h4 {
color: #fff;
Expand Down Expand Up @@ -606,3 +619,10 @@ body.cDarkMode .cFooterLinks ul li ,body.cDarkMode .cFooterLinks ul li a {
color: #B7B7B7;
}

body.cDarkMode .navbar {
background-color: #000 !important;
}

body.cDarkMode a.nav-link {
color: #B7B7B7 !important;
}
1 change: 1 addition & 0 deletions img/docs.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading