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

Added social media icons and corrections #55

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/garimasingh128/profext)

Gitter Channel: https://gitter.im/NWoC2020/Profext

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
Expand Down
20 changes: 14 additions & 6 deletions edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ <h1>Edit Profile Information</h1>
<label for="website">Website:</label>
<input class="form-control" id="website" type="text">
</div>
<div class="preference">
<label for="gmail">Gmail:</label>
<input class="form-control" id="website" type="text">
</div>
<div class="preference">
<label for="linkedin">Linkedin:</label>
<input class="form-control" id="linkedin" type="text">
Expand All @@ -144,22 +148,22 @@ <h1>Edit Profile Information</h1>
<label for="text">Twitter:</label>
<input class="form-control" id="twitter" type="text" >
</div>
<div class="preference">
<label for="github">Github:</label>
<input class="form-control" id="github" type="text">
</div>
<div class="preference">
<label for="gitlab">Gitlab:</label>
<input class="form-control" id="gitlab" type="text" >
</div>
<div class="preference">
<label for="quora">Quora:</label>
<input class="form-control" id="quora" type="text">
<label for="github">Github:</label>
<input class="form-control" id="github" type="text">
</div>
<div class="preference">
<label for="stackoverflow">Stackoverflow:</label>
<input class="form-control" id="stackoverflow" type="text">
</div>
<div class="preference">
<label for="quora">Quora:</label>
<input class="form-control" id="quora" type="text">
</div>
<div class="preference">
<label for="facebook">Facebook:</label>
<input class="form-control" id="facebook" type="text">
Expand All @@ -168,6 +172,10 @@ <h1>Edit Profile Information</h1>
<label for="instagram">Instagram:</label>
<input class="form-control" id="instagram" type="text">
</div>
<div class="preference">
<label for="bitbucket">Bitbucket:</label>
<input class="form-control" id="instagram" type="text">
</div>
<br>
<button class="save-btn" id="save">Save</button>
&nbsp;&nbsp;<a class="back-btn" role="button" href="popup.html">Back</a>
Expand Down
37 changes: 23 additions & 14 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
margin: 0;
min-height: 180px;
padding: 0;
width: 550px;
width: 620px;
}

h1 {
Expand Down Expand Up @@ -63,7 +63,7 @@
.flex-container {
display: flex;
justify-content: space-between;
padding: 10px;
padding: 10px 0px;
}

.flex {
Expand Down Expand Up @@ -131,10 +131,15 @@ <h1 class="logo">
<a id="website_link" href="#!" target="_blank">
<i class="fa fa-globe" style="color:darksalmon "></i>
</a>
</div>
<div class="flex">
<a id="gmail_link" href="#!" target="_blank">
<i class="fa fa-envelope-o" style="color:#8b001b"></i>
</a>
</div>
<div class="flex">
<a id="linkedin_link" href="#!" target="_blank">
<i class="fa fa-linkedin" style="color:rgb(52, 92, 177) "></i>
<i class="fa fa-linkedin" style="color:#006192 "></i>
</a>
</div>
<div class="flex">
Expand All @@ -144,38 +149,42 @@ <h1 class="logo">
</div>
<div class="flex">
<a id="twitter_link" href="#!" target="_blank">
<i class="fa fa-twitter" style="color:blue "></i>
<i class="fa fa-twitter" style="color:#1DA1F2 "></i>
</a>
</div>
<div class="flex">
<a id="gitlab_link" href="#!" target="_blank">
<i class="fa fa-gitlab" style="color:#e2432a "></i>
</a>
</div>
<div class="flex">
<a id="github_link" href="#!" target="_blank">
<i class="fa fa-github" style="color: rgb(46, 180, 28) "></i>
<i class="fa fa-github" style="color: #211F1F "></i>
</a>
</div>
<div class="flex">
<a id="stackoverflow_link" href="#!" target="_blank">
<i class="fa fa-stack-overflow" style="color:palevioletred "></i>
<i class="fa fa-stack-overflow" style="color:#f48024 "></i>
</a>
</div>
<div class="flex">
<a id="quora_link" href="#!" target="_blank">
<i class="fa fa-quora" style="color:red "></i>
<i class="fa fa-quora" style="color:#b92b27 "></i>
</a>
</div>
<div class="flex">
<a id="gitlab_link" href="#!" target="_blank">
<i class="fa fa-gitlab" style="color:#3c797b "></i>

<a id="facebook_link" href="#!" target="_blank">
<i class="fa fa-facebook" style="color: #3b5998"></i>
</a>
</div>
<div class="flex">
<a id="facebook_link" href="#!" target="_blank">
<i class="fa fa-facebook" style="color: darkblue"></i>
<a id="instagram_link" href="#!" target="_blank">
<i class="fa fa-instagram" style="border-radius:5px;padding:0.5px 3px;color:#fff;background:linear-gradient(#515bd4,#8134af,#dd2a7b,#feda77,#f58529);"></i>
</a>
</div>
<div class="flex">
<a id="instagram_link" href="#!" target="_blank">
<i class="fa fa-instagram" style="color:violet "></i>
<a id="bitbucket_link" href="#!" target="_blank">
<i class="fa fa-bitbucket" style="color:#1A74ED"></i>
</a>
</div>
</div>
Expand Down