-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Gyanthakur <[email protected]>
- Loading branch information
1 parent
8a4a36a
commit 1db0421
Showing
5 changed files
with
338 additions
and
5 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -0,0 +1,104 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Projects</title> | ||
<link rel="shortcut icon" href="https://oyepriyansh.pages.dev/i/favicon.ico" type="image/x-icon"> | ||
<link rel="stylesheet" href="style.css"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" | ||
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" | ||
crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GTFGBS8HG8"></script> | ||
<script type="text/javascript" src="https://oyepriyansh.pages.dev/cdnjs/analytics/devprofiles.js"></script> | ||
</head> | ||
<body> | ||
|
||
<h1>Dev Projects</h1> | ||
|
||
<a href="index.html"><button class="add">Go To Profile Section <i class="fa-solid fa-user"></i> </button></a> | ||
|
||
<button class="add" | ||
onclick='window.open("https://github.com/Gyanthakur/DevProfile","_blank")'">Add your Profile <i class=" | ||
fa-sharp fa-solid fa-user-plus"></i> </button> | ||
|
||
<div class="line"><br></div> | ||
|
||
<div class="search"> | ||
<input type="text" id="searchInput" placeholder="Search by name or skill..."> | ||
</div> | ||
|
||
<div class="container"> | ||
<!--Projects--> | ||
|
||
|
||
<div class="profile"> | ||
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/98226958?v=4" alt="User Image"></div> | ||
<h3 class="name">Gyan Pratap Singh</h3> | ||
<div class="project"> | ||
<a href="https://github.com/Gyanthakur" target="_blank"><i class="fa-brands fa-github"></i></a> | ||
<a href="https://github.com/Gyanthakur/TextUtils" target="_blank"><i class="fa-solid fa-money-bill-transfer"></i></a> | ||
<a href="https://gyanthakur.github.io/TextUtils/" target="_blank"><i class="fa-brands fa-octopus-deploy"></i></a> | ||
</div> | ||
<div class="projectNam"> | ||
<span >Text_UTILS</span> | ||
<span >Repo Url</span> | ||
<span >Deploy Link</span> | ||
</div> | ||
<div class="skills"> | ||
<span class="skill">Javascript</span> | ||
<span class="skill">ReactJs</span> | ||
<span class="skill">C++</span> | ||
<span class="skill">Nodejs</span> | ||
|
||
</div> | ||
<div class="social"> | ||
<a href="https://github.com/Gyanthakur" target="_blank"><i class="fa-brands fa-github"></i></a> | ||
<a href="https://twitter.com/gps_96169" target="_blank"><i class="fa-brands fa-x-twitter"></i></a> | ||
<a href="https://www.linkedin.com/in/gyan-pratap-singh-275785236/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a> | ||
<a href="https://m.facebook.com/profile.php?eav=AfaqcHZxqYa9JW_KiMc12-UaK795uvnKLpf6fkHA6L4JkUTH-M30JYLTQ5nSffYiVJI&paipv=0" target="_blank"><i class="fa-brands fa-facebook"></i></a> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<div class="profile"> | ||
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/98226958?v=4" alt="User Image"></div> | ||
<h3 class="name">Gyan Pratap Singh</h3> | ||
<div class="project"> | ||
<a href="https://github.com/Gyanthakur" target="_blank"><i class="fa-brands fa-github"></i></a> | ||
<a href="https://github.com/Gyanthakur/TextUtils" target="_blank"><i class="fa-solid fa-money-bill-transfer"></i></a> | ||
<a href="https://gyanthakur.github.io/TextUtils/" target="_blank"><i class="fa-brands fa-octopus-deploy"></i></a> | ||
</div> | ||
<div class="projectNam"> | ||
<span >Text_UTILS</span> | ||
<span >Repo Url</span> | ||
<span >Deploy Link</span> | ||
</div> | ||
<div class="skills"> | ||
<span class="skill">Javascript</span> | ||
<span class="skill">ReactJs</span> | ||
<span class="skill">C++</span> | ||
<span class="skill">Nodejs</span> | ||
|
||
</div> | ||
<div class="social"> | ||
<a href="https://github.com/Gyanthakur" target="_blank"><i class="fa-brands fa-github"></i></a> | ||
<a href="https://twitter.com/gps_96169" target="_blank"><i class="fa-brands fa-x-twitter"></i></a> | ||
<a href="https://www.linkedin.com/in/gyan-pratap-singh-275785236/" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a> | ||
<a href="https://m.facebook.com/profile.php?eav=AfaqcHZxqYa9JW_KiMc12-UaK795uvnKLpf6fkHA6L4JkUTH-M30JYLTQ5nSffYiVJI&paipv=0" target="_blank"><i class="fa-brands fa-facebook"></i></a> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
|
||
<!-- project --> | ||
</div> | ||
|
||
|
||
|
||
|
||
</body> | ||
</html> |
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 |
---|---|---|
@@ -0,0 +1,68 @@ | ||
# DevProfiles | ||
A place to list and shocase your developer skills and profile | ||
|
||
|
||
## Contribute | ||
1. Give Star on the repo | ||
|
||
|
||
2. Follow the Account | ||
2. Follow Account | ||
|
||
|
||
3. Fork this Repository | ||
|
||
4. add following code to HTML `project.html` just before Last `div` `<!--Project-->` comment | ||
|
||
# 5.and keep in mind don't add in top and bottom your Project, add in between or last | ||
|
||
```html | ||
<div class="profile"> | ||
<div class="pfp"><img src="https://avatars.githubusercontent.com/u/98226958?v=4" alt="User Image"></div> | ||
<h3 class="name">Gyan Pratap Singh</h3> | ||
<div class="project"> | ||
<a href="[Your Github URL]" target="_blank"><i class="fa-brands fa-github"></i></a> | ||
<a href="[Your Github Repository URL]" target="_blank"><i class="fa-solid fa-money-bill-transfer"></i></a> | ||
<a href="[Project Deploy URL(If applicable)]" target="_blank"><i class="fa-brands fa-octopus-deploy"></i></a> | ||
</div> | ||
<div class="projectNam"> | ||
<span >Your Project Title</span> | ||
<!-- Do not change Repo URl and Dploy Link given under two line --> | ||
<span >Repo Url</span> | ||
<span >Deploy Link</span> | ||
</div> | ||
<div class="skills"> | ||
<span class="skill">Skill-1</span> | ||
<span class="skill">Skill-2</span> | ||
<span class="skill">Skill-3</span> | ||
<span class="skill">Skill-4</span> | ||
|
||
</div> | ||
<div class="social"> | ||
<a href="[YOUR GITHUB URL]" target="_blank"><i class="fa-brands fa-github"></i></a> | ||
<a href="[YOUR X/TWITTER URL]" target="_blank"><i class="fa-brands fa-x-twitter"></i></a> | ||
<a href="[YOUR LINKEDIN URL]" target="_blank"><i class="fa-brands fa-linkedin-in"></i></a> | ||
<a href="[YOUR FACEBOOK URL]" target="_blank"><i class="fa-brands fa-facebook"></i></a> | ||
</div> | ||
</div> | ||
``` | ||
|
||
|
||
> Note: Do not add your profile and project in top. | ||
3. Change/Replace the placeholders with your image and profiles urls | ||
- [IMAGE-URL] with your image URL | ||
- [YOUR_NAME] with your name | ||
- [SKILL-1], [SKILL-2], [SKILL-3] with your skills | ||
- [YOUR GITHUB URL], [YOUR X/TWITTER URL] & [YOUR LINKEDIN URL] with your Github, X/Twitter & LinkedIn profile URL repectively. | ||
|
||
4. Commit your changes. | ||
|
||
5. Create a Pull Request | ||
|
||
6. Wait for Merge | ||
|
||
|
||
|
||
## Thank You | ||
Thank you to every contributor of this repository <br> | ||
Show some love by giving a ⭐ to this repository! |
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