Compare commits

..

1 Commits
master ... bnew

Author SHA1 Message Date
Suvodip f68579d3b4 chnage lap 2024-12-03 19:21:28 +05:30
13 changed files with 16 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 2.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

After

Width:  |  Height:  |  Size: 1.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 378 KiB

After

Width:  |  Height:  |  Size: 999 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 15 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 364 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 163 KiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 KiB

After

Width:  |  Height:  |  Size: 1.0 MiB

8
public/stackedit.min.js vendored Normal file

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"
/>