From 910bb1d727b8615aba70e122b4ae6e51d015b596 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Wed, 1 Feb 2023 09:30:01 +0300 Subject: Add bundle cards --- Views/Home/Index.cshtml | 341 ++++++++++++++++++++++++------------------------ 1 file changed, 168 insertions(+), 173 deletions(-) (limited to 'Views/Home/Index.cshtml') diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index ed951ea..8149c41 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -1,197 +1,192 @@ +@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. +

- ...
-
- -
-
- -
-
...
-
- -
-
- -
-
...
-
-
-
-
-

Misty

-

An example of where you can put an image of a project, or anything else, along with a description.

-
+ ... +
+
+ +
+
+
+ @foreach (var bundle in @Model) + { +
+
+ ... +
+
+
@bundle.Name
+ @bundle.Price.ToString("c0")
-
- -
-
...
-
-
-
-
-

Mountains

-

Another example of a project with its respective description. These sections work well responsively as well, try this theme on a small screen!

-
-
-
-
-
-
+ }
-
- - + + - -
-
-
-
-
-
- -

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
- - - - - + +
+
+ +
+
Copyright © Your Website 2022
+
+ + + + + + \ No newline at end of file -- cgit v1.2.3