Skip to content

Commit

Permalink
Merge pull request #15 from Gyanthakur/gps
Browse files Browse the repository at this point in the history
Gps branch update
  • Loading branch information
Gyanthakur authored Oct 13, 2023
2 parents f4a95e0 + fcc82df commit 66c8e56
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 10 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ <h1>Dev Profiles</h1>
onclick='window.open("https://github.com/Gyanthakur/DevProfile","_blank")'">Add your Profile &nbsp; <i class="
fa-sharp fa-solid fa-user-plus"></i> </button>

<div class="line"><br></div>

<a href="project.html"><button class="add">Go to Project section &nbsp; <i class="fa-solid fa-list-check"></i> </button></a>

<div class="line"><br></div>
<div class="search">
<input type="text" id="searchInput" placeholder="Search by name or skill...">
</div>




<div class="container">

<div class="profile">
Expand Down Expand Up @@ -188,7 +192,6 @@ <h3 class="name">Aditya Kumar</h3>
</div>
</div>


<!--Profiles-->
</div>
<script src="script.js"></script>
Expand Down
43 changes: 40 additions & 3 deletions project.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@

<h1>Dev Projects</h1>

<button class="add"
onclick='window.open("https://github.com/Gyanthakur/DevProfile","_blank")'">Add your Projects &nbsp; <i class="
<a href="index.html"><button class="add">Go To Profile Section &nbsp; <i class="fa-solid fa-user"></i> </button></a>

<button class="add"
onclick='window.open("https://github.com/Gyanthakur/DevProfile","_blank")'">Add your Profile &nbsp; <i class="
fa-sharp fa-solid fa-user-plus"></i> </button>

<div class="line"><br></div>
<div class="line"><br></div>

<div class="search">
<input type="text" id="searchInput" placeholder="Search by name or skill...">
Expand Down Expand Up @@ -57,6 +59,41 @@ <h3 class="name">Gyan Pratap Singh</h3>
<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>


Expand Down
10 changes: 6 additions & 4 deletions project.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ A place to list and shocase your developer skills and profile

3. Fork this Repository

4. add following code to HTML `index.html` just before `<!--Profiles-->` comment
4. add following code to HTML `project.html` just before Last `div` `<!--Profiles-->` comment

# 5.and keep in mind don't add in top and bottom your profile, add in between
# 5.and keep in mind don't add in top and bottom your Project, add in between or last

``` <div class="profile">
```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">
Expand All @@ -43,7 +44,8 @@ A place to list and shocase your developer skills and profile
<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>```
</div>
```


> Note: Do not add your profile and project in top.
Expand Down

0 comments on commit 66c8e56

Please sign in to comment.