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: 1 addition & 6 deletions helpers/BootstrapCustom.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
(function BootstrapCustom() {
/*!
* Start Bootstrap - Grayscale v7.0.5 (https://startbootstrap.com/theme/grayscale)
* Copyright 2013-2022 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-grayscale/blob/master/LICENSE)
*/
window.addEventListener('DOMContentLoaded', () => {

// Navbar shrink function
Expand Down Expand Up @@ -31,7 +26,7 @@
if (mainNav) {
new bootstrap.ScrollSpy(document.body, {
target: '#mainNav',
offset: 74,
offset: 90,
});
}

Expand Down
8 changes: 4 additions & 4 deletions pages/home/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,11 +222,11 @@ async function Home () {
<div class="container px-4 px-lg-5">
<div class="row justify-content-center">
<div class="col">
<img width="8%" src="assets/img/home/logo-solid.png" alt="Js.Land solid logo" class="img-fluid pb-3" />
<img width="6%" src="assets/img/home/logo-solid.png" alt="Js.Land solid logo" class="img-fluid pb-3" />
is powered by:
<a class="image-link" target="_blank" href="https://getbootstrap.com/" alt="bootstrap homepage link"><img width="14%" src="assets/img/home/bootstrap-logo.png" alt="bootstrap logo" class="img-fluid" />
<a class="image-link" target="_blank" href="https://deno.land/" alt="deno homepage link"><img width="8%" src="assets/img/home/deno-logo-inverted.png" alt="deno logo" class="img-fluid" />
<a class="image-link" target="_blank" href="https://www.monolisa.dev/" alt="monoLisa homepage link"><img width="18%" src="assets/img/home/monolisa-logo.png" alt="monoLisa font logo" class="img-fluid" /></a>
<a class="image-link" target="_blank" href="https://getbootstrap.com/" alt="bootstrap homepage link"><img width="10%" src="assets/img/home/bootstrap-logo.png" alt="bootstrap logo" class="img-fluid" />
<a class="image-link" target="_blank" href="https://deno.land/" alt="deno homepage link"><img width="6%" src="assets/img/home/deno-logo-inverted.png" alt="deno logo" class="img-fluid" />
<a class="image-link" target="_blank" href="https://www.monolisa.dev/" alt="monoLisa homepage link"><img width="14%" src="assets/img/home/monolisa-logo.png" alt="monoLisa font logo" class="img-fluid" /></a>
</div>
</div>
</div>
Expand Down
Binary file modified public/assets/img/home/monolisa-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.