Skip to content

Commit

Permalink
I added favicon and increase text size in footer
Browse files Browse the repository at this point in the history
The nav icon in register & login page  and in compare page was not visible so i added link so they can be visible and font size in footer was small which i adjusted for readability.
  • Loading branch information
Raj-banerjee25 committed Oct 27, 2024
1 parent 9a2c5dd commit dc7e226
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Register & Login</title>
<!-- Link to add favicon -->
<link rel="shortcut icon" href="assets/recode-hive.png" type="image/x-icon">
<link rel="stylesheet" href="login.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" />

Expand Down
5 changes: 4 additions & 1 deletion pages/compare.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Awesome GitHub Profile READMEs</title>
<link rel="shortcut icon" href="assets/recode-hive.png" type="image/x-icon">
<!-- <link rel="shortcut icon" href="assets/recode-hive.png" type="image/x-icon">
due to "assets" favicon isn't visible -->
<!-- Link to add favicon -->
<link rel="shortcut icon" href="recode-hive.png" type="image/x-icon">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap"
Expand Down
7 changes: 4 additions & 3 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ body.dark-mode .navbar-link:hover {
.footer-link {
display: block;
color: #000;
font-size: 0.875rem;
font-size: 0.900rem;
text-decoration: none;
margin-bottom: 0.5rem;
}
Expand All @@ -699,7 +699,8 @@ body.dark-mode .navbar-link:hover {
}

.footer-description h5 {
font-size: 1rem;
font-size: 1.1rem;
word-spacing: 0.5px;
font-weight: normal;
margin-bottom: 1rem;
}
Expand All @@ -708,7 +709,7 @@ body.dark-mode .navbar-link:hover {
background-color: #000;
color: #fff;
padding: 0.5rem 1rem;
border-radius: 0.25rem;
border-radius: 0.40rem;
text-decoration: none;
transition: background-color 0.3s ease;
}
Expand Down

0 comments on commit dc7e226

Please sign in to comment.