Skip to content

Commit

Permalink
Merge pull request #5 from ArionDas/ArionDas
Browse files Browse the repository at this point in the history
Arion Das Card
  • Loading branch information
aialok authored Oct 1, 2023
2 parents d2ca02d + 2898302 commit 42adf2e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
Binary file added src/assets/images/me_in_school.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 21 additions & 1 deletion src/pages/sophomore.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</div>
</div>


<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 All @@ -70,6 +70,26 @@
</div>

</div>

<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/me_in_school.jpg" 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 ">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>
<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>
</div>

</body>
Expand Down

0 comments on commit 42adf2e

Please sign in to comment.