Skip to content

Commit

Permalink
solved issue garimasingh128#18
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolkaur18 committed Jun 23, 2020
1 parent 9b4a9e8 commit 8b40acf
Showing 1 changed file with 34 additions and 14 deletions.
48 changes: 34 additions & 14 deletions HTML/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
}

.flex .fa {
font-size: 40px;
font-size: 32.3px;
color: #3c797b;
}
.edit-btn{
Expand Down Expand Up @@ -114,7 +114,7 @@
<center>
<div class="modal-header">
<h1 class="logo">
<img class="logo-icon" src="images/icons8-100.png" />Profile Launcher
<img class="logo-icon" src="images/iconGirl.png"/>Profile Launcher
<span class="version">(1.0.0)</span>
</h1>
</div>
Expand All @@ -137,37 +137,57 @@ <h1 class="logo">
<i class="fa fa-linkedin" style="color:rgb(52, 92, 177) "></i>
</a>
</div>

<div class="flex">
<a id="medium_link" href="#!" target="_blank">
<i class="fa fa-medium" style="color:darkblue "></i>
<a id="github_link" href="#!" target="_blank">
<i class="fa fa-github" style="color: rgb(0, 0, 0) "></i>
</a>
</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:rgb(0, 195, 255) "></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>
<a id="gitlab_link" href="#!" target="_blank">
<i class="fa fa-gitlab" style="color:#e7572b "></i>

</a>
</div>

<div class="flex">
<a id="stackoverflow_link" href="#!" target="_blank">
<i class="fa fa-stack-overflow" style="color:palevioletred "></i>
<a id="medium_link" href="#!" target="_blank">
<i class="fa fa-medium" style="color:black "></i>
</a>
</div>

<div class = "flex">
<a id = "bitbucket_link" href="#!" target="_blank">
<i class = "fa fa-bitbucket-square" style="color: #154399"></i>
</a>
</div>

<div class = "flex">
<a id = "blog_link" href="#!" target="_blank">
<i class="fa fa-pencil-square-o" aria-hidden="true" style="color: #69f0c3"></i>
</a>
</div>

<div class="flex">
<a id="quora_link" href="#!" target="_blank">
<i class="fa fa-quora" style="color:red "></i>
<a id="stackoverflow_link" href="#!" target="_blank">
<i class="fa fa-stack-overflow" style="color:rgb(238, 121, 53) "></i>
</a>
</div>


<div class="flex">
<a id="gitlab_link" href="#!" target="_blank">
<i class="fa fa-gitlab" style="color:#3c797b "></i>

<a id="quora_link" href="#!" target="_blank">
<i class="fa fa-quora" style="color:rgba(255, 0, 0, 0.795) "></i>
</a>
</div>

<div class="flex">
<a id="facebook_link" href="#!" target="_blank">
<i class="fa fa-facebook" style="color: darkblue"></i>
Expand Down

0 comments on commit 8b40acf

Please sign in to comment.