diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml index ef09f7c..2dd47ce 100644 --- a/Views/Home/Index.cshtml +++ b/Views/Home/Index.cshtml @@ -9,16 +9,29 @@ @section Scripts { } +
+ +
-
+
+
- +
- -

@@ -44,7 +57,6 @@
-
@@ -52,11 +64,11 @@ \ No newline at end of file diff --git a/Views/Vehicle/Index.cshtml b/Views/Vehicle/Index.cshtml index a71598c..784da81 100644 --- a/Views/Vehicle/Index.cshtml +++ b/Views/Vehicle/Index.cshtml @@ -13,16 +13,53 @@ } +
+ +
- +

@($"{Model.Year} {Model.Make} {Model.Model}")@($"(#{Model.LicensePlate})")

- + +
+ +

-