diff --git a/public/images/bmccn/1.jpg b/public/images/bmccn/1.jpg new file mode 100644 index 0000000..0ec81e0 Binary files /dev/null and b/public/images/bmccn/1.jpg differ diff --git a/public/images/bmccn/2.jpg b/public/images/bmccn/2.jpg new file mode 100644 index 0000000..29bc782 Binary files /dev/null and b/public/images/bmccn/2.jpg differ diff --git a/public/images/bmccn/3.jpg b/public/images/bmccn/3.jpg new file mode 100644 index 0000000..cbb1924 Binary files /dev/null and b/public/images/bmccn/3.jpg differ diff --git a/public/images/bmccn/4.jpg b/public/images/bmccn/4.jpg new file mode 100644 index 0000000..c882fc1 Binary files /dev/null and b/public/images/bmccn/4.jpg differ diff --git a/public/images/bmccn/5.jpg b/public/images/bmccn/5.jpg new file mode 100644 index 0000000..20a74b3 Binary files /dev/null and b/public/images/bmccn/5.jpg differ diff --git a/public/images/bmccn/6.jpg b/public/images/bmccn/6.jpg new file mode 100644 index 0000000..4987c33 Binary files /dev/null and b/public/images/bmccn/6.jpg differ diff --git a/public/images/bmccn/7.jpg b/public/images/bmccn/7.jpg new file mode 100644 index 0000000..0e219a4 Binary files /dev/null and b/public/images/bmccn/7.jpg differ diff --git a/public/images/bmccn/8.jpg b/public/images/bmccn/8.jpg new file mode 100644 index 0000000..31a3d86 Binary files /dev/null and b/public/images/bmccn/8.jpg differ diff --git a/resources/views/components/art-card.blade.php b/resources/views/components/art-card.blade.php index 44c9f99..6c53f10 100644 --- a/resources/views/components/art-card.blade.php +++ b/resources/views/components/art-card.blade.php @@ -1,16 +1,4 @@
- {{--
- image -
-
- image -
-
- image -
--}}
diff --git a/resources/views/components/art-project-gallery.blade.php b/resources/views/components/art-project-gallery.blade.php new file mode 100644 index 0000000..657eefb --- /dev/null +++ b/resources/views/components/art-project-gallery.blade.php @@ -0,0 +1,97 @@ +
+ + +
+
+ +
+
+ + +
+
+ + + + +
+
+ + +
+
+ + Zoomed Image +
+
+
+ + diff --git a/resources/views/front/art-projects.blade.php b/resources/views/front/art-projects.blade.php index a269a29..a75e2db 100644 --- a/resources/views/front/art-projects.blade.php +++ b/resources/views/front/art-projects.blade.php @@ -10,11 +10,31 @@
-
-
-
- +
+
+
+ +
+ +@push('styles') + + +@endpush + diff --git a/resources/views/layouts/front.blade.php b/resources/views/layouts/front.blade.php index 8563a8e..d689115 100644 --- a/resources/views/layouts/front.blade.php +++ b/resources/views/layouts/front.blade.php @@ -39,6 +39,9 @@ + + + @stack('styles') @livewireStyles @@ -108,7 +111,8 @@ @livewireScripts - + +