Skip to content

Commit

Permalink
Merge pull request #3637 from Winter262005/main
Browse files Browse the repository at this point in the history
Removed Unclickable Folder
  • Loading branch information
kunjgit committed May 23, 2024
2 parents dae3855 + a76e356 commit f79cf2c
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 21 deletions.
1 change: 0 additions & 1 deletion Games/Adventure_Game/Pokemon_Stats_Card
Submodule Pokemon_Stats_Card deleted from 6b48dc
85 changes: 81 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2817,10 +2817,87 @@ h7 {
padding-top: 0px;
}

ul.socials {
margin-bottom: 0.5px;
line-height: 5px;
padding-bottom: 30px;
ul {
list-style: none;
}

.example-2 {
display: flex;
justify-content: center;
align-items: center;
}
.example-2 .icon-content {
margin: 0 10px;
position: relative;
}
.example-2 .icon-content .tooltip {
position: absolute;
top: -30px;
left: 50%;
transform: translateX(-50%);
color: #fff;
padding: 6px 10px;
border-radius: 5px;
opacity: 0;
visibility: hidden;
font-size: 14px;
transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
opacity: 1;
visibility: visible;
top: -50px;
}
.example-2 .icon-content a {
position: relative;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
border-radius: 50%;
color: #4d4d4d;
background-color: #fff;
transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
position: relative;
z-index: 1;
width: 30px;
height: 30px;
}
.example-2 .icon-content a:hover {
color: white;
}
.example-2 .icon-content a .filled {
position: absolute;
top: auto;
bottom: 0;
left: 0;
width: 100%;
height: 0;
background-color: #000;
transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
height: 100%;
}

.example-2 .icon-content a[data-social="linkedin"] .filled,
.example-2 .icon-content a[data-social="linkedin"] ~ .tooltip {
background-color: #0274b3;
}
.example-2 .icon-content a[data-social="twitter"] .filled,
.example-2 .icon-content a[data-social="twitter"] ~ .tooltip {
background-color: #121212;
}
.example-2 .icon-content a[data-social="github"] .filled,
.example-2 .icon-content a[data-social="github"] ~ .tooltip {
background-color: #303a50;
}

.project-img {
Expand Down
89 changes: 73 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ <h1 style="font-family: 'Agency FB', Times, serif;">Our Valuable Contributors</h
<div class="socials-text" classstyle="text-align: center; margin-bottom:50px">
<h7>Developed with 💗 by Kunj</h7>
<br>
<br>
<p style="font-size: 20px; font-style:cursive;cursor: pointer;color: rgb(215, 213, 85);font-family: 'Agency FB', Times, serif;">Make sure you
checkout
my
Expand All @@ -215,21 +214,79 @@ <h1 style="font-family: 'Agency FB', Times, serif;">Our Valuable Contributors</h
github</p>

</div>
<ul class="socials">

<li><a href="https://github.com/kunjgit" aria-label="Follow me on Github" title="Github (External Link)"
rel="noopener noreferrer" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a></li>

<li><a href="https://twitter.com/kunj_199" aria-label="Follow me on Twitter" title="Twitter (External Link)"
rel="noopener noreferrer" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" aria-hidden="true" focusable="false" class="icon icon-twitter" viewBox="0 0 512 512">
<style>svg{fill:#ffffff}</style><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z"/></svg></a></li>

<li><a href="https://www.linkedin.com/in/kunj199/" aria-label="Follow me on Linkedin"
title="Linkedin (External Link)" rel="noopener noreferrer" target="_blank"><i
class="fa fa-linkedin-square" aria-hidden="true"></i></a></li>

</ul>

<div>
<ul class="example-2">
<li class="icon-content">
<a
href="https://www.linkedin.com/in/kunj199/"
aria-label="LinkedIn"
data-social="linkedin"
>
<div class="filled"></div>
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
xml:space="preserve"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"
fill="currentColor"
></path>
</svg>
</a>
</li>
<li class="icon-content">
<a
href="https://x.com/kunj_199"
aria-label="LinkedIn"
data-social="twitter"
>
<div class="filled"></div>
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
xml:space="preserve"
>
<path
d="M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z"
fill="currentColor"
></path>
</svg>
</a>
</li>
<li class="icon-content">
<a
href="https://github.com/kunjgit"
aria-label="LinkedIn"
data-social="github"
>
<div class="filled"></div>
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
xml:space="preserve"
>
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"
fill="currentColor"
></path>
</svg>
</a>
</li>
</ul>
</div>
<!-- Copyright -->

<p id="copyright">&copy; 2024 GameZone. All Rights Reserved.</p>
Expand Down

0 comments on commit f79cf2c

Please sign in to comment.