Skip to content

Commit

Permalink
Merge pull request #19 from ADITYARAJPUT2505/master
Browse files Browse the repository at this point in the history
added aditya's card
  • Loading branch information
aialok authored Oct 4, 2023
2 parents 07eaedc + a8cfa83 commit df5a232
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
Binary file added src/assets/images/aditya.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 23 additions & 1 deletion src/pages/sophomore.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</navbar>
<div class="w-full bg-orange-500 h-4"></div>

<div class="cards flex justify-start gap-10 flex-wrap mx-10">
<div class="cards flex justify-evenly gap-5 flex-wrap ">
<div
class="max-w-xs rounded overflow-hidden shadow-2xl my-8 transform hover:scale-105 transition-transform duration-300"
>
Expand Down Expand Up @@ -118,6 +118,28 @@
</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/aditya.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 RAJPUT</div>
<p class="text-gray-700 text-base">Branch: CSE</p>
<p class="text-gray-700 text-base">Hobbies: GK, Movies, 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://github.com/ADITYARAJPUT2505" target="_blank" class="font-medium"
> Portfolio
</a
></button>
</div>
</div>

</div>

<!-- prakhar code -->
<div
Expand Down

0 comments on commit df5a232

Please sign in to comment.