Skip to content

Commit

Permalink
fixed and added my card
Browse files Browse the repository at this point in the history
  • Loading branch information
suhas3145 committed Oct 14, 2023
1 parent 2c0631b commit 4fc525e
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
Binary file added src/assets/images/Me.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions src/pages/nav/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
.dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
background-color: #f9f9f8;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
Expand All @@ -64,11 +64,12 @@
.dropdown:hover .dropdown-content {
display: block;
}

@media screen and (max-width : 660px) {
#mobile_ui{
display: none;
}
#dropdown{
display: inline-block;
}
#mobile_ui{
display: none;
}
#dropdown{
display: inline-block;
}
}
28 changes: 28 additions & 0 deletions src/pages/third-year.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,34 @@
></button>
</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/Me.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 ">V Suhas</div>
<p class="text-gray-700 text-base">Branch : Electronics and Communication Engineering</p>
<p class="text-gray-700 text-base">Hobby: Open source , Reading Books</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/vsuhas314/" target="_blank" class="font-medium"
>Portfolio</a
></button>
</div>
</div>

</div>





</div>

</body>
</html>

0 comments on commit 4fc525e

Please sign in to comment.