Updated logo, and merged root static folder with static folder under assets.
This commit is contained in:
parent
8b1eebdd12
commit
ed306a26d2
4 changed files with 2 additions and 2 deletions
BIN
public/assets/static/logo-aerialshots-v1-w.png
Normal file
BIN
public/assets/static/logo-aerialshots-v1-w.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
|
|
@ -1,7 +1,7 @@
|
|||
<nav class="navbar navbar-expand-lg fixed-top">
|
||||
<div class="container-xxl justify-content-center">
|
||||
<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>
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<div class="hero position-relative overflow-hidden">
|
||||
<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>
|
||||
</div>
|
||||
</header>
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 7.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue