Skip to content

Commit 32f4ad3

Browse files
committed
Again upadated logo in the homepage,aboutpage and resumepage
1 parent eeedad5 commit 32f4ad3

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

about.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,17 @@
192192
align-items: center;
193193
}
194194

195+
.navbar img{
196+
width: 100px;
197+
padding: 0px 6px;
198+
margin-right: -64px;
199+
}
200+
195201
.navbar h1 {
196202
color: var(--off-white); /* Changed to use off-white for better contrast */
197203
margin: 0;
198204
font-size: 2rem;
199-
margin-left: 15px; /* Adjust this value to move the logo right */
205+
margin-left: -38rem; /* Adjust this value to move the logo right */
200206
transition: color 0.3s ease; /* Smooth transition for color change */
201207
}
202208

@@ -257,6 +263,7 @@
257263

258264
<!-- Navbar -->
259265
<nav class="navbar">
266+
<img src="images/logo.png" alt="logo">
260267
<h1>Resum Resume</h1>
261268
<ul>
262269
<li><a href="index.html">Home</a></li>

images/logo.png

76.5 KB
Loading

images/logo.png.jpeg

16.9 KB
Loading

index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,7 @@
618618
<label for="toggler" class="fas fa-bars"></label>
619619

620620
<a href="#" class="logo" id=""><span id="newlogo"></span></a>
621-
<a href="#" class="logo">Resum Resume</a>
622-
621+
<a href="#" class="logo"><img src="images/logo.png" alt="logo">Resum Resume</a>
623622
<nav class="navbar">
624623
<a href="#home">Home</a>
625624
<a href="about.html">About</a>

resume.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,15 @@
126126
align-items: center;
127127
}
128128

129+
.navbar img{
130+
width: 100px;
131+
padding: 0px 6px;
132+
margin-right: -64px;
133+
}
134+
129135
.navbar h1 {
130136
color: white;
131-
margin-left: 15px;
137+
margin-left: -38rem;
132138
font-size: 2rem;
133139
transition: color 0.3s ease;
134140
}
@@ -210,6 +216,7 @@
210216

211217
<!-- Navbar -->
212218
<nav class="navbar">
219+
<img src="images/logo.png" alt="logo">
213220
<h1>Resum Resume</h1>
214221
<ul>
215222
<li><a href="index.html">Home</a></li>

style.css

+6
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ header .logo {
9595
font-weight: bolder;
9696
}
9797

98+
.logo img{
99+
width: 100px;
100+
padding: 0px 6px;
101+
margin-right: -14px;
102+
}
103+
98104
header .logo:hover {
99105
font-size: 3rem;
100106
color: var(--soft-gold); /* Soft Gold on hover for logo */

0 commit comments

Comments
 (0)