Skip to content

Commit

Permalink
New Project Added
Browse files Browse the repository at this point in the history
  • Loading branch information
SagrSuri committed May 1, 2024
1 parent 9bee34c commit 0bdbca3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 0 deletions.
Binary file added Assets/HTML/assetProject/react-portfolio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/HTML/assetProject/themeGlint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/HTML/assetProject/youtube-react.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions Assets/HTML/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,33 @@ <h1 class=" bg-red-700 dark:bg-blue-700 pl-1 pr-1 rounded-[0.2rem] ">Portfolio</
</div>
<p><span>HTML</span><span>CSS</span><span>JavaScript</span></p>
</div>
<div class="project-flex dark:bg-white">
<h1 class=" bg-red-700 dark:bg-blue-700 pl-1 pr-1 rounded-[0.2rem] ">ReactVite-Portfolio</h1>
<img class="dark:border border-black" src="./assetProject/react-portfolio.png" alt="">
<div class="anchor">
<a href="https://sagrsuri.github.io/ReactVite-Portfolio/" target="_blank"><i class="fa-solid fa-paperclip"></i></a>
<a href="https://github.com/SagrSuri/ReactVite-Portfolio" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
<p><span>React Vite</span><span>HTML</span><span>CSS</span><span>JavaScript</span></p>
</div>
<div class="project-flex dark:bg-white">
<h1 class=" bg-red-700 dark:bg-blue-700 pl-1 pr-1 rounded-[0.2rem] ">youtubeClone-React</h1>
<img class="dark:border border-black" src="./assetProject/youtube-react.png" alt="">
<div class="anchor">
<a href="https://sagrsuri.github.io/youtube-Clone-React-vite/" target="_blank"><i class="fa-solid fa-paperclip"></i></a>
<a href="https://github.com/SagrSuri/youtube-Clone-React-vite" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
<p><span>React Vite</span><span>HTML</span><span>CSS</span><span>JavaScript</span></p>
</div>
<div class="project-flex dark:bg-white">
<h1 class=" bg-red-700 dark:bg-blue-700 pl-1 pr-1 rounded-[0.2rem] ">themeGlint</h1>
<img class="dark:border border-black" src="./assetProject/themeGlint.png" alt="">
<div class="anchor">
<a href="https://sagarsuri.netlify.app/" target="_blank"><i class="fa-solid fa-paperclip"></i></a>
<a href="https://github.com/SagrSuri/themeGlint" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
<p><span>HTML</span><span>CSS</span><span>JavaScript</span></p>
</div>
</div>
</section>

Expand Down

0 comments on commit 0bdbca3

Please sign in to comment.