Skip to content

Commit

Permalink
Merge pull request #39 from Agnish1611/master
Browse files Browse the repository at this point in the history
Edit the img src
  • Loading branch information
aialok authored Oct 19, 2023
2 parents ab29158 + 1cc402a commit bd9484d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file added src/assets/images/IMG_20230131_170435_508.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/pages/freshers.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@
<div class="flex w-full">
<div class="w-1/2">
<div class="h-56 bg-gray-300">
<img src="C:\Users\sukla\Downloads\IMG-20221221-WA0017.jpg" class="h-full w-full object-cover">
<img src="../assets/images/IMG_20230131_170435_508.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 ">Agnish Bhattacharya</div>
<p class="text-gray-700 text-base">ECE</p>
<p class="text-gray-700 text-base">Coding and sketching</p>
<p class="text-gray-700 text-base">Branch: ECE</p>
<p class="text-gray-700 text-base">Hobbies: Coding and sketching</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/agnish-bhattacharyya-324031286/" target="_blank" class="font-medium"
>Portfolio</a
></button>
Expand Down

0 comments on commit bd9484d

Please sign in to comment.