Updated logo, and merged root static folder with static folder under assets.

This commit is contained in:
Bob Vandevliet 2024-06-22 10:43:27 +02:00
parent 8b1eebdd12
commit ed306a26d2
4 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

View file

@ -1,7 +1,7 @@
<nav class="navbar navbar-expand-lg fixed-top"> <nav class="navbar navbar-expand-lg fixed-top">
<div class="container-xxl justify-content-center"> <div class="container-xxl justify-content-center">
<a class="navbar-brand" href="#"> <a class="navbar-brand" href="#">
<img src="static/logo-aerialshots-v1-w.png" alt="Logo" height="48"> <img src="assets/static/logo-aerialshots-v1-w.png" alt="Logo" height="48">
</a> </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"> <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> <span class="navbar-toggler-icon"></span>

View file

@ -12,7 +12,7 @@
<div class="hero position-relative overflow-hidden"> <div class="hero position-relative overflow-hidden">
<video class="cover parallax" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop"> <video class="cover parallax" playsinline="playsinline" autoplay="autoplay" muted="muted" loop="loop">
<source src="static/showreel.mp4" type="video/mp4"> <source src="assets/static/showreel.mp4" type="video/mp4">
</video> </video>
</div> </div>
</header> </header>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB