Skip to content

Commit

Permalink
Update contact.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijeetbyte authored Nov 28, 2023
1 parent 401670e commit 8426eef
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

<meta property="og:image" content="Logo.jpg" />
<meta property="og:image" content="page-1/img/logo0.png" />
<meta property="og:title" content="Navmarg Research and Innovation Pvt. Ltd." />
<meta name="description" content="Research-based startup working on transforming water challenges
with advanced technology, addressing contamination, and pioneering innovations for societal and
Expand All @@ -17,7 +17,7 @@
content="Navmarg, Arsenic Filter, Kilkari Filter, Research, Water Treatment, Research Startup" />

<title> Contact </title>
<link rel="icon" href="Icon.png" type="image/icon">
<link rel="icon" href="page-1/img/logo0.png" type="image/icon">
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp"></script>
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">

Expand All @@ -36,37 +36,37 @@

<div class="container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center">
<a href="index.html" class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
<img alt="logo1"
<img alt="logo0"
class="w-20 h-20 object-cover object-center rounded-full inline-block items-center justify-center bg-white"
src="Icon.png">
src="page-1/img/logo0.png">
<h1 class="ml-3 sm:text-3xl text-2xl font-medium title-font font-sans mb-4 text-blue-900">Navmarg
Research and
Innovation</h1>
</a>

<div class="hidden lg:block md:ml-auto ml-3 flex-wrap items-center text-base justify-center ">

<a><img alt="logo2" class="w-20 h-20 mb-8 object-cover object-center rounded-full inline-block bg-white"
src="Shodh-01.png"></a>
<a><img alt="logo1" class="w-20 h-20 mb-8 object-cover object-center rounded-full inline-block bg-white"
src="page-1/img/logo1.png"></a>

<a href="http://www.kilkaribihar.in/" target="_blank">
<img alt="logo3"
<img alt="logo2"
class="w-20 h-20 mb-8 object-cover object-center rounded-full inline-block bg-white"
src="kilkari.png"></a>
src="page-1/img/logo2.png"></a>

<a href="https://state.bihar.gov.in/phed/CitizenHome.html" target="_blank">
<img alt="logo4"
<img alt="logo3"
class="w-20 h-20 mb-8 object-cover object-center rounded-full inline-block bg-white"
src="bihar-govt.png"></a>
src="page-1/img/logo3.png"></a>

<a href="https://ejalshakti.gov.in/JJM/Login.aspx?Ty=se" target="_blank">
<img alt="logo5"
<img alt="logo4"
class="w-20 h-20 mb-8 object-cover object-center rounded-full inline-block bg-white"
src="jjm.png"></a>
src="page-1/img/logo4.png"></a>

</a> <img alt="logo6"
</a> <img alt="logo5"
class="w-20 h-20 mb-8 object-cover object-center rounded-full inline-block bg-white"
src="azadi-logo.jpeg"></a>
src="page-1/img/logo5.jpeg"></a>
</div>

</div>
Expand Down Expand Up @@ -240,7 +240,7 @@ <h3 class="text-xl font-medium title-font text-teal-900 text-center px-5 py-8">L
class="flex-shrink-0 w-20 h-20 bg-white text-indigo-500 rounded-full inline-flex items-center justify-center">
<a href="index.html"
class="flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0">
<img src="Icon.png" alt="Logo">
<img src="page-1/img/logo0.png" alt="logo0">
</a>
</div>
<span class="ml-3 text-xl"><br />Navmarg Research and Innovation</span>
Expand Down

0 comments on commit 8426eef

Please sign in to comment.