Skip to content

Commit

Permalink
Added some links
Browse files Browse the repository at this point in the history
  • Loading branch information
eternalfrustation committed Apr 11, 2024
1 parent e7abcfd commit faaad94
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ <h3>
Experience
</h3>
<ul>
<li>  Server admin Techfest 23</li>
<li>  Backend Developer Techfest 23</li>
<li>  Server admin Techfest 24</li>
<li>  Backend Developer Techfest 24</li>
<li>  App Dev for CycleOne </li>
<li>  Electronics for CycleOne </li>
<li>  Website for CycleOne </li>
<li> <a href="https://github.com/Techfest-Sliet/bundle23"> Server admin Techfest 23</a></li>
<li> <a href="https://github.com/Techfest-Sliet/backend-tf23"> Backend Developer Techfest 23</a></li>
<li> <a href="https://github.com/Techfest-Sliet/backend-tf24"> Server admin Techfest 24</a></li>
<li> <a href="https://github.com/Techfest-Sliet/frontend-tf24"> Backend Developer Techfest 24</a></li>
<li> <a href="https://github.com/CycleOne-Sliet/App"> App Dev for CycleOne</a> </li>
<li> <a href="https://github.com/CycleOne-Sliet/Stand-v1"> Electronics for CycleOne</a> </li>
<li> <a href="https://cycleone.in"> Website for CycleOne</a> </li>

</ul>
</div>
Expand All @@ -60,7 +60,6 @@ <h3>
<ul>
<li>
Rust

</li>
<li>
Go
Expand Down
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ a {
padding: 10px;
}

a::before {
#profileInfo_links > a::before {
content: '';
background-color: var(--bg-complementary);
position: absolute;
Expand All @@ -61,7 +61,7 @@ a:hover {
color: var(--bg-square-inner-color);
}

a:hover::before {
#profileInfo_links > a:hover::before {
bottom: 0;
height: 100%;
border-radius: 10px;
Expand Down

0 comments on commit faaad94

Please sign in to comment.