Skip to content

Commit

Permalink
Merge pull request #6 from Prakharpandey007/master
Browse files Browse the repository at this point in the history
Added my card - prakhar Pandey
  • Loading branch information
aialok authored Oct 1, 2023
2 parents 03ac4ed + c75e5ea commit 7d31440
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 28 additions & 2 deletions src/pages/sophomore.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</navbar>
<div class="w-full bg-orange-500 h-4 "></div>

<div class="cards flex flex-wrap mx-10">
<div class="cards flex flex-wrap mx-10">
<div class="max-w-xl rounded overflow-hidden shadow-2xl mx-auto my-8 transform hover:scale-105 transition-transform duration-300 ">

<div class="flex w-full">
Expand Down Expand Up @@ -83,13 +83,39 @@
<div class="w-3/5 p-4 my-auto">
<div class="font-bold text-xl mb-2 ">Arion Das</div>
<p class="text-gray-700 text-base">Branch: CSE</p>
<p class="text-gray-700 text-base">Hobby: Detective Novels, Football</p>
<p class="text-gray-700 text-base">Hobby: Detective Novels, <br> Football</p>
<button class="bg-orange-500 text-black hover:ring-2 hover:ring-orange-500 py-2 px-4 rounded-full mt-6"> <a href="https://www.linkedin.com/in/arion-das/" target="_blank" class="font-medium"
>Portfolio</a
></button>
</div>
</div>
</div>

<!-- prakhar code -->
<div class="max-w-xl rounded overflow-hidden shadow-2xl mx-auto my-8 transform hover:scale-105 transition-transform duration-300 ">

<div class="flex w-full">

<div class="object-fill w-1/2 ">
<img src="../assets/images/WhatsApp Image 2023-10-02 at 12.48.33 AM.jpeg" alt="Image" class="h-56 object-cover">
</div>


<div class="w-3/5 p-4 my-auto">
<div class="font-bold text-xl mb-2 ">Prakhar Pandey</div>
<p class="text-gray-700 text-base">Branch: CSE</p>
<p class="text-gray-700 text-base">Hobby:Coding,Volleyball</p>
<button class="bg-orange-500 text-black hover:ring-2 hover:ring-orange-500 py-2 px-4 rounded-full mt-6"> <a href="https://www.linkedin.com/in/prakhar-pandey-623036255/" target="_blank" class="font-medium"
>Portfolio</a
></button>
</div>
</div>
</div>





</div>

</body>
Expand Down

0 comments on commit 7d31440

Please sign in to comment.