Skip to content

Commit 2c0631b

Browse files
authored
Merge pull request #31 from Abdulwahid7027/master
Added new profile
2 parents b4749c2 + 7d6fe7e commit 2c0631b

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

src/assets/images/Abdulwahid7027.jpg

95.6 KB
Loading

src/pages/third-year.html

+16-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,22 @@
5555

5656

5757
<div class="max-w-xl rounded overflow-hidden shadow-2xl mx-auto my-8 transform hover:scale-105 transition-transform duration-300">
58-
<!-- Add Your Card Here -->
58+
<div class="flex w-full">
59+
<div class="w-1/2">
60+
<div class="h-56 bg-gray-300">
61+
<img src="../assets/images/Abdulwahid7027.jpg" class="h-full w-full object-cover">
62+
</div>
63+
</div>
64+
65+
<div class="w-3/5 p-4 my-auto">
66+
<div class="font-bold text-xl mb-2 ">Shaik Abdul Wahid</div>
67+
<p class="text-gray-700 text-base">Branch: CSE</p>
68+
<p class="text-gray-700 text-base">Hobby: Coding</p>
69+
<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"
70+
>Portfolio</a
71+
></button>
72+
</div>
73+
</div>
5974
</div>
6075
</body>
6176
</html>

0 commit comments

Comments
 (0)