Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Newone #62

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
In html: there was little change to show the text for copy popup.
In css: Added Styles for the copy confirmation popup.
In index.js : Only modifed the showCopyMessage.
  • Loading branch information
kesharibhai84 committed May 29, 2024
commit 45a5648dc001199d50b1853983d8d328eee8e12d
19 changes: 12 additions & 7 deletions src/code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

<body>
<header>
<div id="name"><a href="https://github.com/Param302/SocialRepo" target="_blank" rel="noopener noreferrer" title="SocialRepo">
<div id="name"><a href="https://github.com/Param302/SocialRepo" target="_blank" rel="noopener noreferrer"
title="SocialRepo">
<img src="../assets/logos/logo_invert.png" alt="logo">
<h1>SocialRepo</h1>
</a></div>
Expand Down Expand Up @@ -69,36 +70,40 @@ <h3>Commands</h3>
<td><span class="cmd">\linkedin</span></td>
<td>LinkedIn</td>
</tr>
</tbody>
</table>
</div>
<div id="info-footer">
<div id="credits">
<div id="images">
<a href="https://twitter.com/SocialRepo" target="_blank" rel="noopener noreferrer" title="SocialRepo">
<a href="https://twitter.com/SocialRepo" target="_blank" rel="noopener noreferrer"
title="SocialRepo">
<img src="../assets/logos/x.png" alt="Twitter logo">
</a>
<a href="https://github.com/Param302/SocialRepo" target="_blank" rel="noopener noreferrer" title="SocialRepo">
<a href="https://github.com/Param302/SocialRepo" target="_blank" rel="noopener noreferrer"
title="SocialRepo">
<img src="../assets/logos/github.png" alt="github logo">
</a>
</div>
<div id="text">
<p>
<span>Made with ❤️ by
<a href="https://github.com/Param302/SocialRepo" target="_blank" rel="noopener noreferrer" title="SocialRepo">
<a href="https://github.com/Param302/SocialRepo" target="_blank"
rel="noopener noreferrer" title="SocialRepo">
<strong>Open Source Community</strong>
</a>
</span>
</p>
<p>
<strong>Maintained by</strong>
<a href="https://twitter.com/Param3021" target="_blank" rel="noopener noreferrer" title="Parampreet Singh">
<a href="https://twitter.com/Param3021" target="_blank" rel="noopener noreferrer"
title="Parampreet Singh">
Parampreet Singh
</a>
</p>
<p>Version: 1.0</p>
</div>
</div>
</p>
</div>
</section>
<section id="edit" class="hidden">
Expand All @@ -115,4 +120,4 @@ <h3>Commands</h3>
</main>
</body>

</html>
</html>
Loading