Added logo and using Bootstrap Sass to customize theme colors.

This commit is contained in:
Bob Vandevliet 2024-06-21 12:47:47 +02:00
parent e2595ebfd8
commit f640f6aa59
9 changed files with 1661 additions and 121 deletions

View file

@ -5,7 +5,7 @@
<div class="col-6 col-lg-3">
<div class="card h-100">
<div class="card-body">
<h2 class="card-title" id="section-contact">Contact</h4>
<h5 class="card-title" id="section-contact">Contact</h5>
<h4>Bob Vandevliet</h4>
<p>Gecertificeerd FPV-dronepiloot voor open categorie A1, A2 en A3.</p>
<h5>Email</h5>

View file

@ -4,7 +4,6 @@
<title><!--# echo var="title" default="Title" --></title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5/dist/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="assets/css/styles.css">
<script src="https://kit.fontawesome.com/7e7cf109ad.js" crossorigin="anonymous"></script>

View file

@ -1,6 +1,8 @@
<nav class="navbar navbar-expand-lg fixed-top">
<div class="container-xxl justify-content-center">
<a class="navbar-brand" href="#"><!--# echo var="site" default="Website Title" --></a>
<a class="navbar-brand" href="#">
<img src="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>
</button>