Skip to content

Commit

Permalink
Merge pull request #20 from GAURANG-21/master
Browse files Browse the repository at this point in the history
Added Portfolio
  • Loading branch information
aialok authored Oct 5, 2023
2 parents df5a232 + ec10151 commit 4d6ed01
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
Binary file added src/assets/images/Gaurang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 22 additions & 1 deletion src/pages/sophomore.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,29 @@
</ul>
</navbar>
<div class="w-full bg-orange-500 h-4"></div>

<div class="cards flex justify-evenly gap-5 flex-wrap ">
<div class="max-w-xs rounded overflow-hidden shadow-2xl my-8 transform hover:scale-105 transition-transform duration-300 ">


<div class="flex w-full inline-flex">
<div class="w-1/2">
<div class="h-56 bg-gray-300">
<img src="../assets/images/Gaurang.png" class="h-full w-full object-cover">
</div>
</div>

<div class="w-3/5 p-4 my-auto">
<div class="font-bold text-xl mb-2 ">Gaurang Agarwal</div>
<p class="text-gray-700 text-base">Branch : CSE DS & AI</p>
<p class="text-gray-700 text-base">Hobbies: Coding, Badminton</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/gaurang-agarwal-519794257/" target="_blank" class="font-medium"
>Portfolio</a
></button>
</div>
</div>

</div>
<div
class="max-w-xs rounded overflow-hidden shadow-2xl my-8 transform hover:scale-105 transition-transform duration-300"
>
Expand Down

0 comments on commit 4d6ed01

Please sign in to comment.