Commit: Editorial and design.

This commit is contained in:
clive
2024-12-07 18:31:40 +11:00
parent 49e27cdf0b
commit 6175e972f3
11 changed files with 155 additions and 144 deletions

View File

@@ -17,7 +17,7 @@
</head>
<body>
<header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-dark bg-navy border-bottom box-shadow fixed-top mb-3">
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-navy border-bottom box-shadow fixed-top mb-3">
<div class="container">
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">CLIVE LANCASTER</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
@@ -39,7 +39,7 @@
<a class="nav-link" asp-area="" asp-controller="Home" asp-action="Clients"><i class="bi bi-people-fill"></i> Clients</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://blog.clivelancaster.com" style="color:#ffffff8c;" onmouseover="this.style.color='#ffffffbf'" onmouseout="this.style.color='#ffffff8c'"><i class="bi bi-substack"></i> Blog</a>
<a class="nav-link" href="https://blog.clivelancaster.com" style="color:#595959;" onmouseover="this.style.color='#333333'" onmouseout="this.style.color='#595959'"><i class="bi bi-substack"></i> Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" asp-area="" asp-controller="Contact" asp-action="Index"><i class="bi bi-envelope-fill"></i> Contact</a>