Ignore:
Timestamp:
09/01/26 07:17:16 (4 weeks ago)
Author:
mmilevski <markomilevski3@…>
Branches:
main
Children:
595d2e5
Parents:
d2eccb3
Message:

Added few implementaions, minor UI changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • KernelRecordsMVC.Web/Views/Shared/_Layout.cshtml

    rd2eccb3 rd89d25b  
    3131        <!-- LOGO -->
    3232
    33         <a class="brand"
    34            asp-controller="Home"
    35            asp-action="Index">
    36 
    37             <span class="brand-main">
    38                 KERNEL
    39             </span>
    40 
    41             <span class="brand-sub">
    42                 RECORDS
    43             </span>
     33        <a asp-controller="Home"
     34           asp-action="Index"
     35           class="navbar-brand logo-brand">
     36
     37            <img src="~/images/logo.png"
     38                 asp-append-version="true"
     39                 alt="Kernel Records"
     40                 class="site-logo" />
    4441
    4542        </a>
Note: See TracChangeset for help on using the changeset viewer.