diff --git a/images/IBMlogo.png b/images/IBMlogo.png index 7cf7dd3..3b94599 100644 Binary files a/images/IBMlogo.png and b/images/IBMlogo.png differ diff --git a/index.qmd b/index.qmd index a766fb2..7a88369 100644 --- a/index.qmd +++ b/index.qmd @@ -4,7 +4,13 @@ title: "Project Name" subtitle: "Subtitle" format: html --- - +```{=html} +SL  Samuel Lee  +``` +```{=html} +BK  Bo Kulbacki  +``` +
--- Description: "Project Name" --- diff --git a/src/custom.scss b/src/custom.scss index bb9996e..c66220e 100644 --- a/src/custom.scss +++ b/src/custom.scss @@ -24,7 +24,7 @@ /* Navbar Logo Size */ .navbar-logo { max-height: 75px; /* Restrict the height of the logo */ - margin-left: -20px; + margin-left: 0px; } /* Navbar Margin Sizing Target */ @@ -198,8 +198,33 @@ nav .nav-link i, nav .dropdown-item i { align-items: center; /* Align arrow with text */ text-decoration: none; width: 100%; /* Take full width of container */ + justify-content: inherit; } +/* Style the navigation next button - right align */ +.nav-page-next{ + justify-content: end; /* Justifies the navigation links to the end */ +} + +/* Style the navigation previous button - left align */ +.nav-page-previous { + justify-content: start; /* Justifies the navigation links to the start */ +} + +/* Style the dot for the authors section */ +.dot { + height: 25px; + width: 25px; + background-color: #bbb; + border-radius: 50%; + display: inline-block; + text-align: center; + color: white; + background-color: #0072C3; + font-size: 12pt +} + + /* Only apply hover effect to nav items with content */ .nav-page:has(a):hover { background-color: #E8E8E8; @@ -241,7 +266,6 @@ nav .nav-link i, nav .dropdown-item i { } - /* Footer Styling */ .footer { font-size: 1rem; /* Base font size */ @@ -275,7 +299,7 @@ nav .nav-link i, nav .dropdown-item i { .nav-footer-left img { text-align: left; vertical-align: top; /* Aligns image to the top */ - margin-left: -10px; /* Aligns image to the IBM logo in the header */ + margin-left: -20px; /* Aligns image to the IBM logo in the header */ } /* Footer Center Section */