Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
260 changes: 152 additions & 108 deletions src/code/index.html
Original file line number Diff line number Diff line change
@@ -1,119 +1,163 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<head>
<meta charset="UTF-8" />
<title>Social Repo</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style.css" />
<script src="index.js" defer></script>
</head>
</head>

<body>
<body>
<header>
<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>
<nav>
<ul>
<li><button id="info-btn"></button></li>
<li><button id="edit-btn"></button></li>
</ul>
</nav>
<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>
<nav>
<ul>
<li><button id="info-btn"></button></li>
<li><button id="edit-btn"></button></li>
</ul>
</nav>
</header>
<main>
<section id="home">
<ul id="socialLinks">
</ul>
</section>
<section id="info" class="hidden">
<div id="heading">
<img src="../assets/logos/logo_invert.png" alt="logo">
<h2>SocialRepo</h2>
</div>
<p id="tagline"><em>Your Social Handles Repository.</em></p>
<div id="about">
<h3>About</h3>
<p><strong>Social Repo</strong> is an Open Source browser extension which simplify your process of
filling out forms and applications by storing your social media profile links.</p>
</div>
<div id="commands">
<h3>Commands</h3>
<p>Using commands, you can easily enter your social media profile link.
<br>
Typing a <span class="cmd">\&lt;command&gt;</span> in input field will replace it with your relevant
social media profile link.
</p>
<button id="table-btn">Show</button>
<table class="hidden">
<thead>
<tr>
<th>Command</th>
<th>Handle</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="cmd">\twitter</span></td>
<td>Twitter</td>
</tr>
<tr>
<td><span class="cmd">\github</span></td>
<td>Github</td>
</tr>
<tr>
<td><span class="cmd">\linkedin</span></td>
<td>LinkedIn</td>
</tr>
</table>
<section id="home">
<ul id="socialLinks"></ul>
</section>
<section id="info" class="hidden">
<div id="heading">
<img src="../assets/logos/logo_invert.png" alt="logo" />
<h2>SocialRepo</h2>
</div>
<p id="tagline"><em>Your Social Handles Repository.</em></p>
<div id="about">
<h3>About</h3>
<p>
<strong>Social Repo</strong> is an Open Source browser extension
which simplify your process of filling out forms and applications by
storing your social media profile links.
</p>
</div>
<div id="commands">
<h3>Commands</h3>
<p>
Using commands, you can easily enter your social media profile link.
<br />
Typing a <span class="cmd">\&lt;command&gt;</span> in input field
will replace it with your relevant social media profile link.
</p>
<button id="table-btn">Show</button>
<table class="hidden">
<thead>
<tr>
<th>Command</th>
<th>Handle</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="cmd">\twitter</span></td>
<td>Twitter</td>
</tr>
<tr>
<td><span class="cmd">\github</span></td>
<td>Github</td>
</tr>
<tr>
<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"
>
<img src="../assets/logos/x.png" alt="Twitter logo" />
</a>
<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="info-footer">
<div id="credits">
<div id="images">
<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">
<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">
<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">
Parampreet Singh
</a>
</p>
<p>Version: 1.0</p>
</div>
</div>
</p>
<div id="text">
<p>
<span
>Made with ❤️ by
<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"
>
Parampreet Singh
</a>
</p>
<p>Version: 1.0</p>
</div>
</section>
<section id="edit" class="hidden">
<div class="search-container">
<input type="text" class="search-input" placeholder="Search Your Socials">
<button class="add-link-btn"></button>
</div>
<ul id="links-container">
</ul>
<div id="save-btn-area">
<button id="save-btn">Save</button>
</div>
</section>
</div>
</div>
</section>
<section id="edit" class="hidden">
<div class="search-container">
<button
class="add-url-btn"
id="openPopupButton"
title="Remote URL"
></button>
<input
type="text"
class="search-input input-field"
placeholder="Search Your Socials"
/>
<button class="add-link-btn"></button>
</div>
<ul id="links-container"></ul>
<div id="save-btn-area">
<button id="save-btn">Save</button>
</div>
</section>
<section id="externalUrlPopup">
<button id="closePopupButton"></button>
<div>
<input
type="url"
class="input-field"
id="remoteUrl"
placeholder="Enter Remote URL"
/>
<button id="saveURL" class="btn-save">Save</button>
</div>
</section>
</main>
</body>

</html>
</body>
</html>
Loading