Skip to content

Commit

Permalink
Merge pull request #22 from titanslayer2746/master
Browse files Browse the repository at this point in the history
Added Yatin's Card
  • Loading branch information
aialok authored Oct 6, 2023
2 parents 8b4468b + 3282b71 commit 00f7033
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
Binary file added src/assets/images/Yatin.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 35 additions & 0 deletions src/pages/sophomore.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,41 @@
</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-64 bg-gray-300">
<img
src="../assets/images/Yatin.jpeg"
alt="Image"
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">Yatin Kumar</div>
<p class="text-gray-700 text-base">Branch: CSE</p>
<p class="text-gray-700 text-base">
Hobby: Coding, web 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/yatin-kumar-9a551b256/"
target="_blank"
class="font-medium"
>Portfolio</a
>
</button>
</div>
</div>
</div>

</div>
</body>
</html>

0 comments on commit 00f7033

Please sign in to comment.