From 69deeefae835fa48b677297217bb622e0460401c Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Tue, 14 Feb 2023 07:04:29 +0300 Subject: Split Index into partials --- Views/Home/Index.cshtml | 177 ++---------------------------------------------- 1 file changed, 7 insertions(+), 170 deletions(-) (limited to 'Views/Home/Index.cshtml') diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 64fecfa..7c575c3 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -1,175 +1,12 @@ -@model IQueryable; @addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -@using System.Globalization; @{ Layout = "_Layout"; } - - -
-
-
-
- -

Нижнее бельё ручной работы по индивидуальным меркам

- Узнать больше -
-
-
-
- -
-
-
-
-

Built with Bootstrap 5

-

- Grayscale is a free Bootstrap theme created by Start Bootstrap. It can be yours right now, - simply download the template on - the preview page. - The theme is open source, and you can use it for any purpose, personal or commercial. -

-
-
- ... -
-
- -
-
-
- @foreach (var bundle in @Model) - { -
-
- @bundle.Name - @for (int i = 1; i < @bundle.Figures.Count(); i++) - { - - } -
-
-
@bundle.Name
- @String.Format(new CultureInfo("ru-RU"), "{0:C0}", @bundle.Price) -
-
-
-
- } -
-
-
- - - -
-
-
-
-
-
- -

Address

-
-
4923 Market Street, Orlando FL
-
-
-
-
-
-
- -

Email

-
- -
-
-
-
-
-
- -

Phone

-
-
+1 (555) 902-8832
-
-
-
-
- -
-
\ No newline at end of file + + + + + + + \ No newline at end of file -- cgit v1.2.3