From 2c35bf7d33acd7b1b385ec6d2a35536651ff5b96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20P=C4=B1=C3=A7akc=C4=B1?= Date: Mon, 24 Apr 2023 11:22:50 +0300 Subject: [PATCH] bootstrap-taghelpers.abp.io: homepage design edited --- .../Pages/Index.cshtml | 242 ++++++++++++++++-- .../Pages/Index.css | 4 + 2 files changed, 218 insertions(+), 28 deletions(-) create mode 100644 modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.css diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.cshtml b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.cshtml index 83c3847adb..8fef06bba3 100644 --- a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.cshtml +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.cshtml @@ -4,32 +4,218 @@ ViewData["Title"] = "Index"; } -

Components

- - +@section styles { + +} +
+
+
+ + + + Alerts + + + +
+
+ + + + Badges + + + +
+
+ + + + Borders + + + +
+
+ + + + Breadcrumbs + + + +
+
+ + + + Buttons + + + +
+
+ + + + Button Groups + + + +
+
+ + + + Cards + + + +
+
+ + + + Carousel + + + +
+
+ + + + Collapse + + + +
+ +
+ + + + Dropdowns + + + +
+
+ + + + Dynamic Forms + + + +
+
+ + + + Form Elements + + + +
+
+ + + + Grids + + + +
+
+ + + + List Groups + + + +
+
+ + + + Modals + + + +
+
+ + + + Navs + + + +
+
+ + + + Paginator + + + +
+
+ + + + Popovers + + + +
+
+ + + + Progress Bars + + + +
+
+ + + + Tables + + + +
+
+ + + + Tabs + + + +
+
+ + + + Tooltips + + + +
+
+
\ No newline at end of file diff --git a/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.css b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.css new file mode 100644 index 0000000000..83f07b09ee --- /dev/null +++ b/modules/basic-theme/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo/Pages/Index.css @@ -0,0 +1,4 @@ +a{ + color:black; + text-decoration: none; +} \ No newline at end of file