Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Neeraj Rekwar <[email protected]>
  • Loading branch information
neerajrekwar authored Mar 20, 2024
1 parent 742067b commit d6db57a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ <h6 class="mb-4 text-lg font-semibold">nee</h6>
<p class="mb-14">aliquam itaque obcaecati commodi aliquid mollitia atque sunt sit rem quod aperiam!</p>
<ul>
<li class="m-2 flex items-center text-sm">
<svg class="mr-4 w-4 text-yellow-600 md:w-6" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
<svg class="mr-2 w-4 text-yellow-600 md:w-6" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round"
stroke-linejoin="round" class="icon icon-tabler icons-tabler-outline icon-tabler-map-pin">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
Expand All @@ -494,15 +494,15 @@ <h6 class="mb-4 text-lg font-semibold">nee</h6>
Dwarka Sec 7 Delhi, India
</li>
<li class="m-2 flex items-center text-sm">
<svg class="mr-4 w-4 text-yellow-600 md:w-6" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
<svg class="mr-2 w-4 text-yellow-600 md:w-6" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="currentColor" class="icon icon-tabler icons-tabler-filled icon-tabler-phone">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path
d="M9 3a1 1 0 0 1 .877 .519l.051 .11l2 5a1 1 0 0 1 -.313 1.16l-.1 .068l-1.674 1.004l.063 .103a10 10 0 0 0 3.132 3.132l.102 .062l1.005 -1.672a1 1 0 0 1 1.113 -.453l.115 .039l5 2a1 1 0 0 1 .622 .807l.007 .121v4c0 1.657 -1.343 3 -3.06 2.998c-8.579 -.521 -15.418 -7.36 -15.94 -15.998a3 3 0 0 1 2.824 -2.995l.176 -.005h4z" />
</svg><a href="tel:+917042149836 ">+91 7042-49836 </a>
</li>
<li class="m-2 flex items-center text-sm">
<svg class="mr-4 w-4 text-yellow-600 md:w-6" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
<svg class="mr-2 w-4 text-yellow-600 md:w-6" xmlns="http://www.w3.org/2000/svg" width="24" height="24"
viewBox="0 0 24 24" fill="currentColor" class="icon icon-tabler icons-tabler-filled icon-tabler-mail">
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
<path
Expand Down Expand Up @@ -549,13 +549,10 @@ <h6 class="mb-4 text-lg font-semibold text-yellow-500">Instagram</h6>
<div class="h-12 border-b-[1px] opacity-20"></div>
<div class="flex-1 text-end text-xs opacity-40 sm:flex sm:justify-between">
<p class="text-xs">Copyright &#169;2024 all rights reserved.</p>
<p class="text-xs">thanks for visiting here &#9829; <a class="text-yellow-200" href="">hello I'm here</a></p>
<p class="text-xs">thanks for visiting here &#9829; <a class="text-yellow-200 text-xs" href="">hello I'm here</a></p>
</div>
</div>
</footer>


<script type="module" src="./assets/js/script.js"></script>
</body>

</html>

0 comments on commit d6db57a

Please sign in to comment.