-
-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Snach13/Snach13
project added by Snach13
- Loading branch information
Showing
2 changed files
with
139 additions
and
68 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,163 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>ProjectsHut 👩💻 - Lots of Projects list</title> | ||
<link rel="stylesheet" href="/src/style.css"> | ||
<link rel="stylesheet" href="/src/responsive.css"> | ||
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon"> | ||
</head> | ||
<body> | ||
<link rel="stylesheet" href="/src/style.css" /> | ||
<link rel="stylesheet" href="/src/responsive.css" /> | ||
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon" /> | ||
</head> | ||
<body> | ||
<!-- 😁 Header --> | ||
<header> | ||
<nav class="nav-bar"> | ||
<h3>🥑 ProjectsHut</h3> | ||
<ul class="nav-links"> | ||
<li><a href="https://github.com/priyankarpal/ProjectsHut/blob/main/contribution.md" | ||
target="_blank">Docs</a></li> | ||
<li><a href="https://github.com/priyankarpal/ProjectsHut" target="_blank"><i | ||
class="fa-brands fa-github"></i></a></li> | ||
</ul> | ||
</nav> | ||
<nav class="nav-bar"> | ||
<h3>🥑 ProjectsHut</h3> | ||
<ul class="nav-links"> | ||
<li> | ||
<a | ||
href="https://github.com/priyankarpal/ProjectsHut/blob/main/contribution.md" | ||
target="_blank" | ||
>Docs</a | ||
> | ||
</li> | ||
<li> | ||
<a | ||
href="https://github.com/priyankarpal/ProjectsHut" | ||
target="_blank" | ||
><i class="fa-brands fa-github"></i | ||
></a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<!-- 🙂 Hero --> | ||
<section class="main"> | ||
<div class="hero-section"> | ||
<div class="banner"> | ||
<h1>Contribute. <span class="lrn">Learn.</span> Share.</h1> | ||
</div> | ||
|
||
</div> | ||
<div class="buttons"> | ||
<a href="#cards" class="btn">Browse Projects</a> | ||
<a href="https://github.com/priyankarpal/ProjectsHut/blob/main/contribution.md" target="_blank" | ||
class="btn2">Add Your Projects</a> | ||
|
||
</div> | ||
<div class="title"> | ||
<h2>List of cool 🔥 Projects</h2> | ||
<div class="hero-section"> | ||
<div class="banner"> | ||
<h1>Contribute. <span class="lrn">Learn.</span> Share.</h1> | ||
</div> | ||
|
||
</div> | ||
<div class="buttons"> | ||
<a href="#cards" class="btn">Browse Projects</a> | ||
<a | ||
href="https://github.com/priyankarpal/ProjectsHut/blob/main/contribution.md" | ||
target="_blank" | ||
class="btn2" | ||
>Add Your Projects</a | ||
> | ||
</div> | ||
<div class="title"> | ||
<h2>List of cool 🔥 Projects</h2> | ||
</div> | ||
</section> | ||
<!-- Projects section --> | ||
<section id="cards"> | ||
<!-- DO NOT DELETE THESE LINES --> | ||
<!-- project 1 | ||
<!-- DO NOT DELETE THESE LINES --> | ||
<!-- project 1 | ||
by Priyankar Pal--> | ||
<div class="prjs"> | ||
<img src="/images/theatheme.png" class="prj-img" loading="lazy" alt="Thea Theme"> | ||
<div class="prj-content"> | ||
<h3>Thea Theme </h3> | ||
<h4>Tech Stacks: <span class="tech-stacks-col">JSON, Theme Generator</span> </h4> | ||
<p>Thea theme is a visually stunning color theme for the popular code editor, Visual Studio Code.</p> | ||
<a href="https://github.com/priyankarpal/TheaTheme" class="prj-btn">View Project</a> | ||
</div> | ||
<div class="prjs"> | ||
<img | ||
src="/images/theatheme.png" | ||
class="prj-img" | ||
loading="lazy" | ||
alt="Thea Theme" | ||
/> | ||
<div class="prj-content"> | ||
<h3>Thea Theme</h3> | ||
<h4> | ||
Tech Stacks: | ||
<span class="tech-stacks-col">JSON, Theme Generator</span> | ||
</h4> | ||
<p> | ||
Thea theme is a visually stunning color theme for the popular code | ||
editor, Visual Studio Code. | ||
</p> | ||
<a href="https://github.com/priyankarpal/TheaTheme" class="prj-btn" | ||
>View Project</a | ||
> | ||
</div> | ||
<!-- Projects 2 --> | ||
<div class="prjs"> | ||
<img src="/images/quotesbuilder.png" loading="lazy" class="prj-img" alt="Quotes Builder"> | ||
<div class="prj-content"> | ||
<h3>Quotes Builder</h3> | ||
<h4>Tech Stacks: <span class="tech-stacks-col">HTML5,CSS3,JS</span> </h4> | ||
<p>It's a simplpe motivational quotes builder web app</p> | ||
<a href="https://github.com/priyankarpal/quotesbuilder" class="prj-btn">View Project</a> | ||
</div> | ||
</div> | ||
<!-- Projects 2 --> | ||
<div class="prjs"> | ||
<img | ||
src="/images/quotesbuilder.png" | ||
loading="lazy" | ||
class="prj-img" | ||
alt="Quotes Builder" | ||
/> | ||
<div class="prj-content"> | ||
<h3>Quotes Builder</h3> | ||
<h4> | ||
Tech Stacks: <span class="tech-stacks-col">HTML5,CSS3,JS</span> | ||
</h4> | ||
<p>It's a simplpe motivational quotes builder web app</p> | ||
<a | ||
href="https://github.com/priyankarpal/quotesbuilder" | ||
class="prj-btn" | ||
>View Project</a | ||
> | ||
</div> | ||
<!-- Projects 3 --> | ||
<div class="prjs"> | ||
<img src="/images/jokehub.png" loading="lazy" class="prj-img" alt="Project 1"> | ||
<div class="prj-content"> | ||
<h3>JokeHub</h3> | ||
<h4>Tech Stacks: <span class="tech-stacks-col">HTML5,CSS3,JS</span> </h4> | ||
<p>It's a simple random jokes generator website</p> | ||
<a href="https://github.com/priyankarpal/JokeHub" class="prj-btn">View Project</a> | ||
</div> | ||
</div> | ||
<!-- Projects 3 --> | ||
<div class="prjs"> | ||
<img | ||
src="/images/jokehub.png" | ||
loading="lazy" | ||
class="prj-img" | ||
alt="Project 1" | ||
/> | ||
<div class="prj-content"> | ||
<h3>JokeHub</h3> | ||
<h4> | ||
Tech Stacks: <span class="tech-stacks-col">HTML5,CSS3,JS</span> | ||
</h4> | ||
<p>It's a simple random jokes generator website</p> | ||
<a href="https://github.com/priyankarpal/JokeHub" class="prj-btn" | ||
>View Project</a | ||
> | ||
</div> | ||
<!-- DO NOT DELETE THESE LINES --> | ||
|
||
<!-- Add your Projects here --> | ||
|
||
</div> | ||
<!-- DO NOT DELETE THESE LINES --> | ||
|
||
<!-- Project 4 - Clean Architecture Note Application --> | ||
<div class="prjs"> | ||
<img | ||
src="/images/AndroidNoteApplication.png" | ||
class="prj-img" | ||
loading="lazy" | ||
alt="Note Application" | ||
/> | ||
<div class="prj-content"> | ||
<h3>Note Application</h3> | ||
<h4> | ||
Tech Stacks: | ||
<span class="tech-stacks-col" | ||
>Kotlin, Jetpack Compose, Clean Architecture based.</span | ||
> | ||
</h4> | ||
<p> | ||
Here is the android clean architecture based Note taking application | ||
take a look off it !! | ||
</p> | ||
<a | ||
href="https://github.com/Snach13/CleanArchitectureNoteApplication" | ||
class="prj-btn" | ||
>View Project</a | ||
> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
<footer> | ||
<p class="ftr-credit">Made with ❤️ in India</p> | ||
<p class="ftr-credit">Made with ❤️ in India</p> | ||
</footer> | ||
|
||
<script src="/src/index.js"></script> | ||
<script src="https://kit.fontawesome.com/9228e186f4.js" crossorigin="anonymous"></script> | ||
</body> | ||
<script | ||
src="https://kit.fontawesome.com/9228e186f4.js" | ||
crossorigin="anonymous" | ||
></script> | ||
</body> | ||
</html> |
17133ff
There was a problem hiding this comment.
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:
website – ./
projectshut.vercel.app
website-priyankarpal.vercel.app
website-git-main-priyankarpal.vercel.app