Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitatjosh authored Sep 21, 2024
1 parent 518bb61 commit a7303aa
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Innovation Cell README</title>
<title> Josh Innovation Lab</title>
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-100">
<div class="container mx-auto px-4 py-8">
<h1 class="text-4xl font-bold text-center mb-8">Innovation Cell README</h1>
<h1 class="text-4xl font-bold text-center mb-8">Josh Innovation Lab</h1>

<div class="mb-8">
<div class="flex space-x-4 mb-4">
Expand All @@ -21,9 +21,14 @@ <h1 class="text-4xl font-bold text-center mb-8">Innovation Cell README</h1>
<h2 class="text-2xl font-semibold mb-4">Ongoing Projects</h2>
<div class="space-y-4">
<div class="bg-white p-4 rounded shadow">
<h3 class="text-xl font-semibold">Project A</h3>
<p class="mb-2">Brief description of Project A.</p>
<p class="mb-2">Team: John Doe, Jane Smith</p>
<h3 class="text-xl font-semibold">Call Summarization</h3>
<p class="mb-2">Description: This project focuses on converting voice input data in Indian languages into text. The text data will then be analyzed to generate a summary.</p>
<h5 class="mb-2">Team:</h5>
<p class="mb-2">
<a href="https://github.com/kumarpanzade" class="text-blue-500 text-sm">Prajjwalkumar Panzade</a>
<a href="https://github.com/SharyuMarwadi" class="text-blue-500 text-sm">Sharyu Marwadi</a>
<a href="https://github.com/sourabh-josh" class="text-blue-500 text-sm">Sourabh Bharale</a>
</p>
<div class="w-full bg-gray-200 rounded-full h-2.5 dark:bg-gray-700 mb-2">
<div class="bg-blue-600 h-2.5 rounded-full" style="width: 45%"></div>
</div>
Expand Down

0 comments on commit a7303aa

Please sign in to comment.