Skip to content

Commit

Permalink
project-button-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-Sai-padavala committed Oct 14, 2023
1 parent 7009c35 commit df559aa
Showing 1 changed file with 3 additions and 34 deletions.
37 changes: 3 additions & 34 deletions project.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

<h1>Dev Projects</h1>

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

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

<div class="search">
Expand All @@ -32,37 +32,6 @@ <h1>Dev Projects</h1>
<!--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>
Expand Down

0 comments on commit df559aa

Please sign in to comment.