Skip to content

Commit

Permalink
Merge pull request #46 from adityaIIITR2062/master
Browse files Browse the repository at this point in the history
Aditya Profile
  • Loading branch information
aialok authored Oct 31, 2023
2 parents d346e6a + 3ba7099 commit 1b1d6bf
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
Binary file added src/assets/images/Aditya Singh.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/Mayank.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions src/pages/sophomore.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,48 @@
</div>
</div>

<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">
<div class="w-1/2">
<div class="h-56 bg-gray-300">
<img src="../assets/images/Aditya Singh.jpg" 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 ">Aditya Singh</div>
<p class="text-gray-700 text-base">Branch: ECE</p>
<p class="text-gray-700 text-base">Hobbies: Graphic Designing, Web3 development, 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/aditya-singh-1b71b1254/" 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 ">


<div class="flex w-full">
<div class="w-1/2">
<div class="h-56 bg-gray-300">
<img src="../assets/images/Mayank.jpeg" 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 ">Mayank Doholiya</div>
<p class="text-gray-700 text-base">Branch: ECE</p>
<p class="text-gray-700 text-base">Hobbies: Web development, Cricket</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/mayank-doholiya-b81535264/" target="_blank" class="font-medium">Portfolio</a>
</button>
</div>
</div>
</div>

</div>
</body>

Expand Down

0 comments on commit 1b1d6bf

Please sign in to comment.