From e0085417df71c69414cf90895e106bb13c34c4db Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 6 Feb 2023 07:11:05 +0300 Subject: Init bundle controller --- Views/Home/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Views/Home/Index.cshtml') diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 8149c41..5a368de 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -72,7 +72,7 @@ {
- ... + ...
@bundle.Name
-- cgit v1.2.3 From 29478524c7aa12b0d95ebbc4b8b168119c9557c4 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 6 Feb 2023 21:32:40 +0300 Subject: Add base carousel --- Views/Home/Index.cshtml | 318 ++++++++++++++++++++++-------------------------- 1 file changed, 147 insertions(+), 171 deletions(-) (limited to 'Views/Home/Index.cshtml') diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 5a368de..5cc07f3 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -1,192 +1,168 @@ @model IQueryable; - - - - - - - - - - Grayscale - Start Bootstrap Theme - - - - - - - - + +
+
+
+
+

Grayscale

+

A free, responsive, one page Bootstrap theme created by + Start Bootstrap.

+ Get Started
- - -
-
-
-
-

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. -

-
+
+
+ +
+
+
+
+

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
- @bundle.Price.ToString("c0") -
+ ... +
+
+ +
+
+
+ @foreach (var bundle in @Model) + { +
+
+ ... +
+
+
@bundle.Name
+ @bundle.Price.ToString("c0")
- } -
+
+ }
-
- - + + - -
-
-
-
-
-
- -

Address

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

Address

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

Email

-
- -
+
+
+
+
+ +

Email

+
+
-
-
-
- -

Phone

-
-
+1 (555) 902-8832
-
+
+
+
+
+ +

Phone

+
+
+1 (555) 902-8832
-
-
- -
-
Copyright © Your Website 2022
-
- - - - - - - \ No newline at end of file + +
+
\ No newline at end of file -- cgit v1.2.3 From 189a5fa7010fce2982b7f7d8672e8d2c12ae99b8 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Tue, 7 Feb 2023 07:31:27 +0300 Subject: Add anchor tag helper --- Views/Home/Index.cshtml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Views/Home/Index.cshtml') diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index 5cc07f3..2d3a4b4 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -1,4 +1,6 @@ @model IQueryable; +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers + @{ Layout = "_Layout"; } @@ -58,7 +60,7 @@ {
- ...
-- cgit v1.2.3