csinn / CSInn

C# Inn community website.
MIT License
26 stars 9 forks source link

Home page #7

Open Almantask opened 5 years ago

andrijajocic commented 4 years ago

Please give more description on this. I'd love to help out and do the front-end (HTML).

Almantask commented 4 years ago

image

Maybe something like this?

andrijajocic commented 4 years ago

I could make that work...

Almantask commented 4 years ago

Moved the page to blazor. Blazor has a shared folder for layout pages, where it is shared all across the website. It would be nice if the current layout would be shared across the website and not just within home page.

andrijajocic commented 4 years ago

See that fucks it up for me since I have no idea how to make Blazor pages :\

Almantask commented 4 years ago
<div class="@NavMenuCssClass" @onclick="ToggleNavMenu">
    <ul class="nav flex-column">
        <li class="nav-item px-3">
            <NavLink class="nav-link" href="" Match="NavLinkMatch.All">
                <span class="oi oi-home" aria-hidden="true"></span> Home
            </NavLink>
        </li>
    </ul>
</div>

Pretty similar. I will rework your pages when you commit.

Developeneur commented 4 years ago

@andrijajocic Are you still working on this? Please Complete the following

If you're no longer working this item:

Thanks!