Use imagekit and remove local images

This commit is contained in:
2024-07-23 19:34:18 +05:30
parent 1e2287b73e
commit ce4a0a3b53
3 changed files with 2 additions and 2 deletions
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 395 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

+2 -2
View File
@@ -85,7 +85,7 @@
<body> <body>
<header> <header>
<div> <div>
<img src="img/name.png" alt="My Full Name - Nirmal Kumar R" width="479px"> <img src="https://ik.imagekit.io/mysticmode/tr:w-479/home/name.png" alt="My Full Name - Nirmal Kumar R" loading="lazy">
</div> </div>
</header> </header>
@@ -98,7 +98,7 @@
</nav> </nav>
<section class="home"> <section class="home">
<img src="img/ashram.jpg" alt="A picture of an ashram garden" width="479px"> <img src="https://ik.imagekit.io/mysticmode/tr:w-479/home/ashram.jpg" alt="A picture of an ashram garden" width="479px" loading="lazy">
</section> </section>
<section class="content-wrapper"> <section class="content-wrapper">