Skip to content

Commit

Permalink
Merge pull request #47 from Shiva-Sai-ssb/Shiva-Sai-ssb
Browse files Browse the repository at this point in the history
New Project Added
  • Loading branch information
priyankarpal authored Mar 5, 2023
2 parents 0881116 + 80f42ca commit 5f26c05
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,24 @@ <h4 class="pt-2 text-primary">HTML, CSS and JavaScript</h4>

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

<!-- 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"
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>
</div>

</div>
</section>

Expand Down

1 comment on commit 5f26c05

@vercel
Copy link

@vercel vercel bot commented on 5f26c05 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.vercel.app
projectshut-priyankarpal.vercel.app
projectshut-git-main-priyankarpal.vercel.app

Please sign in to comment.