From 81c1fc0c14253457c3c4fc24735e787ace1db70b Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Tue, 30 May 2023 07:18:47 +0300 Subject: Add index razor page --- Views/Home/Index.cshtml | 11 ----------- Views/Home/_About.cshtml | 20 -------------------- Views/Home/_Masthead.cshtml | 11 ----------- Views/Home/_Projects.cshtml | 31 ------------------------------- Views/Home/_SignUp.cshtml | 17 ----------------- 5 files changed, 90 deletions(-) delete mode 100644 Views/Home/Index.cshtml delete mode 100644 Views/Home/_About.cshtml delete mode 100644 Views/Home/_Masthead.cshtml delete mode 100644 Views/Home/_Projects.cshtml delete mode 100644 Views/Home/_SignUp.cshtml (limited to 'Views/Home') diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml deleted file mode 100644 index 54ff64d..0000000 --- a/Views/Home/Index.cshtml +++ /dev/null @@ -1,11 +0,0 @@ -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers - -@{ - Layout = "_Layout"; -} - - - - - - \ No newline at end of file diff --git a/Views/Home/_About.cshtml b/Views/Home/_About.cshtml deleted file mode 100644 index e7bffcb..0000000 --- a/Views/Home/_About.cshtml +++ /dev/null @@ -1,20 +0,0 @@ -
-
-
-
-
Шьем с 2017 года.
-

За 6 лет сшили более трех тысяч изделий и осчастливили более тысячи заказчиц. Станьте следующей обладательницей идеального нижнего белья.

-
Что вы получаете, заказывая нижнее белье у нас?
-
    -
  • Ручная работа. Высокое качество.
  • -
  • Составьте свой комплект лифа, трусиков и аксессуаров из нашего каталога.
  • -
  • Сошьем комплект по вашим меркам. Идеальная посадка.
  • -
  • Сделаем трусики и пояса любого размера. Лифы от 70В/75А до 90В.
  • -
-
-
- -
-
\ No newline at end of file diff --git a/Views/Home/_Masthead.cshtml b/Views/Home/_Masthead.cshtml deleted file mode 100644 index 531a9a1..0000000 --- a/Views/Home/_Masthead.cshtml +++ /dev/null @@ -1,11 +0,0 @@ -
-
-
-
- -

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

- Узнать больше -
-
-
-
\ No newline at end of file diff --git a/Views/Home/_Projects.cshtml b/Views/Home/_Projects.cshtml deleted file mode 100644 index 1eb67bc..0000000 --- a/Views/Home/_Projects.cshtml +++ /dev/null @@ -1,31 +0,0 @@ -@model IQueryable; -@using System.Globalization; - -
-
-
- @foreach (var bundle in @Model.Where(b => b.Price != 0 && b.Figures.Count > 0) - .OrderByDescending(b => b.Id)) - { -
-
- @bundle.Name - @for (int i = 1; i < @bundle.Figures.Count(); i++) - { - - } -
-
-
@bundle.Name
- @String.Format(new CultureInfo("ru-RU"), "{0:C0}", @bundle.Price) -
-
-
-
- } -
-
-
\ No newline at end of file diff --git a/Views/Home/_SignUp.cshtml b/Views/Home/_SignUp.cshtml deleted file mode 100644 index 02584f6..0000000 --- a/Views/Home/_SignUp.cshtml +++ /dev/null @@ -1,17 +0,0 @@ - \ No newline at end of file -- cgit v1.2.3