Compare commits

..

6 Commits
bnew ... master

Author SHA1 Message Date
Subhodip Ghosh f7eaa9199b Merge pull request 'bnew' (#7) from bnew into master
Reviewed-on: #7
2024-10-28 13:25:20 +00:00
Subhodip Ghosh 2627d4109f Merge pull request 'bnew' (#6) from bnew into master
Reviewed-on: #6
2024-09-20 12:16:18 +00:00
Subhodip Ghosh 719dad3a70 Merge pull request 'img' (#5) from b1 into master
Reviewed-on: #5
2024-09-04 15:13:59 +00:00
Kar 9c13441ca3 img 2024-09-04 20:42:56 +05:30
Subhodip Ghosh 9fe4f37f5e Merge pull request 'optimize' (#4) from b1 into master
Reviewed-on: #4
2024-09-04 15:01:28 +00:00
Kar e288484cff optimize 2024-09-04 19:34:50 +05:30
13 changed files with 8 additions and 16 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 MiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 999 KiB

After

Width:  |  Height:  |  Size: 378 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 MiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 364 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 163 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

After

Width:  |  Height:  |  Size: 196 KiB

File diff suppressed because one or more lines are too long

View File

@ -526,7 +526,7 @@ import ContactForm from "../components/ContactForm.vue";
>
<div class="group cursor-pointer relative">
<img
src="img/g.jpg"
src="/img/g.jpg"
alt="Image 1"
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
/>
@ -538,7 +538,7 @@ import ContactForm from "../components/ContactForm.vue";
<div class="group cursor-pointer relative">
<img
src="img/g2.jpg"
src="/img/g2.jpg"
alt="Image 2"
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
/>
@ -550,7 +550,7 @@ import ContactForm from "../components/ContactForm.vue";
<div class="group cursor-pointer relative">
<img
src="img/g3.jpg"
src="/img/g3.jpg"
alt="Image 3"
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
/>
@ -562,7 +562,7 @@ import ContactForm from "../components/ContactForm.vue";
<div class="group cursor-pointer relative">
<img
src="img/g4.jpg"
src="/img/g4.jpg"
alt="Image 4"
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
/>
@ -574,7 +574,7 @@ import ContactForm from "../components/ContactForm.vue";
<div class="group cursor-pointer relative">
<img
src="img/g5.jpg"
src="/img/g5.jpg"
alt="Image 5"
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
/>
@ -586,7 +586,7 @@ import ContactForm from "../components/ContactForm.vue";
<div class="group cursor-pointer relative">
<img
src="img/g6.jpg"
src="/img/g6.jpg"
alt="Image 6"
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
/>
@ -598,7 +598,7 @@ import ContactForm from "../components/ContactForm.vue";
<div class="group cursor-pointer relative">
<img
src="img/g7.jpg"
src="/img/g7.jpg"
alt="Image 7"
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
/>
@ -610,7 +610,7 @@ import ContactForm from "../components/ContactForm.vue";
<div class="group cursor-pointer relative">
<img
src="img/g8.jpg"
src="/img/g8.jpg"
alt="Image 8"
class="w-full h-48 object-cover rounded-lg transition-transform transform scale-100 group-hover:scale-105"
/>