commit ce4a0a3b53bc5d13a906010977773923fd56aa67 parent 1e2287b73ef550492cc13876935bcf6a9999fde0 Author: Nirmal Kumar R <tildezero@gmail.com> Date: Tue, 23 Jul 2024 19:34:18 +0530 Use imagekit and remove local images Diffstat:
D | img/ashram.jpg | | | 0 | |
D | img/name.png | | | 0 | |
M | index.html | | | 4 | ++-- |
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/img/ashram.jpg b/img/ashram.jpg Binary files differ. diff --git a/img/name.png b/img/name.png Binary files differ. diff --git a/index.html b/index.html @@ -85,7 +85,7 @@ <body> <header> <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> </header> @@ -98,7 +98,7 @@ </nav> <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 class="content-wrapper">