Skip to content

Commit

Permalink
Update team.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhijeetbyte authored Nov 28, 2023
1 parent 00bdcf4 commit 401670e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
content="Navmarg, Arsenic Filter, Kilkari Filter, Research, Water Treatment, Research Startup" />

<title> Team </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 @@ -368,7 +368,7 @@ <h3 class="text-gray-500 mb-3">Researcher</h3>
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 401670e

Please sign in to comment.