Skip to content

Commit

Permalink
profolio image #12
Browse files Browse the repository at this point in the history
  • Loading branch information
garimasingh22 committed Aug 10, 2020
1 parent 09fe95f commit 86aaf4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/portfolio.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<div class="card rounded-full flex items-center h-20 sm:h-20 w-full object-cover px-5 shadow-2xl">
<div class="flex-shrink-0 w-10 h-10 ">
<img class="w-full h-full " src="img/graph.jpeg " alt=" " />
<img class="w-full h-full " src="images/graph.jpeg" alt=" " />
</div>
<div class="font-bold text-2xl ml-3 ">
<p class="text-gray-900 whitespace-no-wrap ">
Expand All @@ -41,7 +41,7 @@

<div class="card rounded-full flex items-center h-20 sm:h-20 w-full object-cover px-5 shadow-2xl ">
<div class="flex-shrink-0 w-10 h-10 ">
<img class="w-full h-full " src="img/graph.jpeg " alt=" " />
<img class="w-full h-full " src="images/graph.jpeg " alt=" " />
</div>
<div class="font-bold text-2xl ml-3 ">
<p class="text-gray-900 whitespace-no-wrap ">
Expand All @@ -55,7 +55,7 @@

<div class="card rounded-full flex items-center h-20 sm:h-20 w-full object-cover px-5 shadow-2xl">
<div class="flex-shrink-0 w-10 h-10 ">
<img class="w-full h-full " src="img/graph.jpeg " alt=" " />
<img class="w-full h-full " src="images/graph.jpeg " alt=" " />
</div>
<div class="font-bold text-2xl ml-3 ">
<p class="text-gray-900 whitespace-no-wrap ">
Expand Down

0 comments on commit 86aaf4d

Please sign in to comment.