Skip to content

Commit

Permalink
Merge pull request #31 from Abdulwahid7027/master
Browse files Browse the repository at this point in the history
Added new profile
  • Loading branch information
aialok authored Oct 14, 2023
2 parents b4749c2 + 7d6fe7e commit 2c0631b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
Binary file added src/assets/images/Abdulwahid7027.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 16 additions & 1 deletion src/pages/third-year.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,22 @@


<div class="max-w-xl rounded overflow-hidden shadow-2xl mx-auto my-8 transform hover:scale-105 transition-transform duration-300">
<!-- Add Your Card Here -->
<div class="flex w-full">
<div class="w-1/2">
<div class="h-56 bg-gray-300">
<img src="../assets/images/Abdulwahid7027.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 ">Shaik Abdul Wahid</div>
<p class="text-gray-700 text-base">Branch: CSE</p>
<p class="text-gray-700 text-base">Hobby: Coding</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/abdul-wahid-shaik-611893259/" target="_blank" class="font-medium"
>Portfolio</a
></button>
</div>
</div>
</div>
</body>
</html>

0 comments on commit 2c0631b

Please sign in to comment.