Skip to content

Commit

Permalink
index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Chanduporalla authored May 20, 2024
1 parent bf39e67 commit e3aadc0
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<meta name="author" content="">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/tailwind.min.css" />
<!--Replace with your tailwind.css once created-->
<link rel="stylesheet" href="home.css">
<style>
footer {
background-color: #f2f2f2;
Expand Down Expand Up @@ -127,10 +128,10 @@ <h1 class="text-3xl font-bold pt-8 lg:pt-0">Poralla Chandu</h1>
</div>
</div>
<div style="width: 100px; height: 100px;"></div>
<!-- Projects Section -->
<section class="bg-green-700 py-8">
<div class="container mx-auto px-2 pt-4 pb-12 text-white">
<h1 class="w-full my-2 text-5xl font-bold leading-tight text-center text-white">My Projects</h1>
<!-- Projects Section -->
<section class="py-8" style="background-color: #f3f4ed;">
<div class="container mx-auto px-2 pt-4 pb-12 text-gray-800">
<h1 class="w-full my-2 text-5xl font-bold leading-tight text-center">My Projects</h1>
<div class="w-full mb-4">
<div class="h-1 mx-auto gradient w-64 opacity-25 my-0 py-0 rounded-t"></div>
</div>
Expand Down Expand Up @@ -181,7 +182,7 @@ <h2 class="font-semibold text-lg text-gray-800">Project 3</h2>
<img src="resources/algo.jpeg" class="w-full rounded-t-lg">
<div class="p-6">
<h2 class="font-semibold text-lg text-gray-800">Project 4</h2>
<p class="mt-2 text-gray-600">Lorem ipsum dolor Within the ongoing development of the connecting app, my central focus remains on refining the machine learning algorithms. Through continuous experimentation and optimization, I'm committed to enhancing the app's ability to match users based on their interests and mindset. By delving deeper into data analysis and algorithmic refinement, I aim to create a more personalized and effective platform for fostering meaningful connections. As I continue to iterate and innovate, my dedication lies in ensuring that the app remains at the forefront of facilitating genuine and impactful interactions among its users..</p>
<p class="mt-2 text-gray-600">In our project, we're focused on refining machine learning algorithms to enhance the [Connecting App Name]'s ability to match users based on their interests and mindset. Through continuous experimentation and optimization, we're creating a personalized platform that fosters meaningful connections. Our goal is to ensure the app remains innovative in facilitating genuine interactions among its users.</p>
<div class="mt-4">
<a href="#" class="text-green-700 hover:underline">Read more</a>
</div>
Expand All @@ -191,6 +192,8 @@ <h2 class="font-semibold text-lg text-gray-800">Project 4</h2>
</div>
</div>
</section>


<footer>
<div class="container">
<p>&copy; 2024 Company Name. All rights reserved.</p>
Expand All @@ -201,6 +204,7 @@ <h2 class="font-semibold text-lg text-gray-800">Project 4</h2>
</ul>
</div>
</footer>
<script src="home.js"></script>

</body>

Expand Down

0 comments on commit e3aadc0

Please sign in to comment.