Skip to content

Commit

Permalink
Added some links
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaKadis committed Jul 29, 2023
1 parent 7e932f6 commit 88898c0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -637,3 +637,16 @@ footer .container + div {
display: inline-block;
padding: 1rem;
}

.copyright {
text-align: center;
margin-top: 20px;
}

.copyright a {
color: var(--primary-color);
}

.copyright a:hover {
color: #f83636;
}
1 change: 0 additions & 1 deletion css/mode.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ body:has(#mode--btn:checked) .light--mode {
--light-highlight: #c17e1f;
--light-main-color: #fff;
--light-sec-color: #7f7f90;

--dark-bg-dark: #000000;
}

Expand Down
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,10 @@ <h2>contact</h2>
</div>
</div>
</div>
<p class="copyright">
Practiced by
<a href="https://github.com/MinaKadis">Eng. Mina Kadis</a>
</p>
</footer>
</body>
</html>

0 comments on commit 88898c0

Please sign in to comment.