From fffc8c8544495aec6be0b71ae1456de2d3f083de Mon Sep 17 00:00:00 2001 From: Kriszti Date: Fri, 1 Mar 2024 13:54:22 +0100 Subject: [PATCH] create new pages --- .../Shared/Components/HeroComponent.razor | 4 +- .../Components/Layout/CardComponent.razor | 81 ++++ .../Components/Layout/FooterComponent.razor | 125 ++++++- .../Components/Layout/NavbarComponent.razor | 14 +- .../Components/Layout/SliderComponent.razor | 30 ++ .../Shared/Components/Pages/Contact.razor | 120 ++++++ SharedUI/Shared/Components/Pages/Home.razor | 28 ++ .../Shared/Components/Pages/OtherPages.razor | 11 + .../Shared/Components/Pages/Portfolio.razor | 197 ++++++++++ .../Shared/Components/Pages/Services.razor | 353 ++++++++++++++++++ images/images.jpg | Bin 0 -> 5585 bytes 11 files changed, 953 insertions(+), 10 deletions(-) create mode 100644 SharedUI/Shared/Components/Layout/CardComponent.razor create mode 100644 SharedUI/Shared/Components/Layout/SliderComponent.razor create mode 100644 SharedUI/Shared/Components/Pages/Contact.razor create mode 100644 SharedUI/Shared/Components/Pages/Home.razor create mode 100644 SharedUI/Shared/Components/Pages/OtherPages.razor create mode 100644 SharedUI/Shared/Components/Pages/Portfolio.razor create mode 100644 SharedUI/Shared/Components/Pages/Services.razor create mode 100644 images/images.jpg diff --git a/SharedUI/Shared/Components/HeroComponent.razor b/SharedUI/Shared/Components/HeroComponent.razor index 9910431..8cedf27 100644 --- a/SharedUI/Shared/Components/HeroComponent.razor +++ b/SharedUI/Shared/Components/HeroComponent.razor @@ -4,8 +4,8 @@

Quickly design and customize responsive mobile-first sites with Bootstrap, the world’s most popular front-end open source toolkit, featuring Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful JavaScript plugins.

- - + +
diff --git a/SharedUI/Shared/Components/Layout/CardComponent.razor b/SharedUI/Shared/Components/Layout/CardComponent.razor new file mode 100644 index 0000000..7808f94 --- /dev/null +++ b/SharedUI/Shared/Components/Layout/CardComponent.razor @@ -0,0 +1,81 @@ + +
+
+
+ + + +
+
+ +

Ready to bring your ideas to life?

+
+

We are here to help.

+
+ + +
+
+
+
+
+ +
+
+
+
+ + + +
+ Feature 1 +
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus leo nulla, suscipit non dapibus vitae, dignissim id quam. Donec eget nulla tellus. 

+
+
+ +
+
+
+
+ + + +
+ Feature 2 +
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus leo nulla, suscipit non dapibus vitae, dignissim id quam. Donec eget nulla tellus. 

+
+
+
+
+
+
+ + + +
+ Feature 3 +
+
+
+

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus leo nulla, suscipit non dapibus vitae, dignissim id quam. Donec eget nulla tellus. 

+
+
+
+
+
+ + + + +
+ + +@code { + +} diff --git a/SharedUI/Shared/Components/Layout/FooterComponent.razor b/SharedUI/Shared/Components/Layout/FooterComponent.razor index a9a4a5f..8cce9fc 100644 --- a/SharedUI/Shared/Components/Layout/FooterComponent.razor +++ b/SharedUI/Shared/Components/Layout/FooterComponent.razor @@ -1,5 +1,122 @@ - \ No newline at end of file +
+
+
+
+
+

Copyright © My Company 2020

+
+
+ +
+
+ + +
+
+
+ \ No newline at end of file diff --git a/SharedUI/Shared/Components/Layout/NavbarComponent.razor b/SharedUI/Shared/Components/Layout/NavbarComponent.razor index 6c3264a..25fec68 100644 --- a/SharedUI/Shared/Components/Layout/NavbarComponent.razor +++ b/SharedUI/Shared/Components/Layout/NavbarComponent.razor @@ -1,19 +1,25 @@