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/Admin/Index.cshtml

    rd2eccb3 rd89d25b  
    1313        <div>
    1414
    15             <span class="admin-eyebrow">
    16                 KERNEL RECORDS
    17             </span>
     15            <img src="~/images/logo.png"
     16                 asp-append-version="true"
     17                 alt="Kernel Records"
     18                 class="admin-page-logo" />
    1819
    1920            <h1>Admin Dashboard</h1>
    … …  
    256257
    257258            </a>
     259            <a asp-action="Artists"
     260               class="admin-action-card">
     261
     262                <div class="admin-action-icon">
     263                    ♫
     264                </div>
     265
     266                <div>
     267
     268                    <h3>Manage Artists</h3>
     269
     270                    <p>
     271                        Create and edit artist profiles,
     272                        descriptions and photos.
     273                    </p>
     274
     275                </div>
     276
     277                <span class="admin-action-arrow">
     278                    →
     279                </span>
     280
     281            </a>
     282
     283
     284            <a asp-action="Releases"
     285               class="admin-action-card">
     286
     287                <div class="admin-action-icon">
     288                    ◉
     289                </div>
     290
     291                <div>
     292
     293                    <h3>Manage Releases</h3>
     294
     295                    <p>
     296                        Browse and edit albums and singles
     297                        in the catalog.
     298                    </p>
     299
     300                </div>
     301
     302                <span class="admin-action-arrow">
     303                    →
     304                </span>
     305
     306            </a>
    258307
    259308        </div>
Note: See TracChangeset for help on using the changeset viewer.