Skip to content

Commit

Permalink
Merge pull request #48 from Shiva-Sai-ssb/shivasai
Browse files Browse the repository at this point in the history
Project card Updated.
  • Loading branch information
priyankarpal authored Mar 5, 2023
2 parents da21979 + f6f21d3 commit b527e4b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 17 deletions.
34 changes: 18 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ <h2 class="mt-4 text-xl font-bold text-white">Razorpay Clone</h2>
<h4 class="pt-2 text-primary">Tailwind CSS, HTML and JavaScript</h4>
</div>

<!-- Project 9 -->

<div class="block rounded-xl border border-gray-800 p-8 shadow-xl transition-all duration-200 hover:border-white hover:scale-105 hover:shadow-[0_7px_15px_RGB(209,211,224)] cursor-pointer">
<img src="https://avatars.githubusercontent.com/u/94985341?v=4" class="h-10 w-10 rounded-full" alt="" >
Expand All @@ -278,26 +279,27 @@ <h4 class="pt-2 text-primary">HTML, CSS and JavaScript</h4>
</div>


<!-- Add new projects below this -->
<!-- Project - 10 |GitHub username : Shiva-Sai-ssb -->

<!-- GitHub username : Shiva-Sai-ssb -->

<div class="block rounded-xl border border-gray-800 p-8 shadow-xl transition hover:border-white">
<img src="https://github.com/Shiva-Sai-ssb.png" class="h-10 w-10 rounded-full" alt="" >
<a href="https://github.com/Shiva-Sai-ssb/QR-Code-Generator" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"
class="ml-1.5 h-4 w-4 float-right relative bottom-10">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
<div class="block rounded-xl border border-gray-800 p-8 shadow-xl transition hover:border-white hover:scale-105 hover:shadow-[0_7px_15px_RGB(209,211,224)] cursor-pointer">
<img src="https://github.com/Shiva-Sai-ssb.png" class="h-10 w-10 rounded-full" alt="Github Profile Image">
<a href="https://github.com/Shiva-Sai-ssb/QR-Code-Generator" target="_blank">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"
class="ml-1.5 h-4 w-4 float-right relative bottom-10">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14"></path>
</svg>
</a>
<h2 class="mt-4 text-xl font-bold text-white">QR Code Generator</h2>
<p class="mt-1 text-sm text-gray-300">
Simple app to generate and download a QR code that can be used to share a link.
</p>
<h4 class="pt-2 text-primary"> HTML, JavaScript and Tailwind CSS</h4>
</svg>
</a>
<h2 class="mt-4 text-xl font-bold text-white">QR Code Generator</h2>
<p class="mt-1 text-sm text-gray-300">
Simple app to generate and download a QR code that can be used to share a link.
</p>
<h4 class="pt-2 text-primary">Tailwind CSS, HTML and JavaScript</h4>
</div>

<!-- Add new projects below this -->


</div>
</section>

Expand Down
14 changes: 14 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6",
"vite": "^4.1.1"
},
"dependencies": {
"ci": "^2.2.0"
}

}

1 comment on commit b527e4b

@vercel
Copy link

@vercel vercel bot commented on b527e4b Mar 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

projectshut – ./

projectshut-priyankarpal.vercel.app
projectshut.vercel.app
projectshut-git-main-priyankarpal.vercel.app

Please sign in to comment.