Skip to content

Commit ab7e968

Browse files
committed
edit img src
1 parent 7e223a9 commit ab7e968

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
99
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
10-
10+
1111
<!-- stylesheet -->
1212
<link rel="stylesheet" href="style.css">
1313

@@ -19,7 +19,7 @@
1919
<section id="venrif">
2020
<nav class="navbar navbar-expand-md bg-body-tertiary">
2121
<div class="container-fluid">
22-
<a class="navbar-brand" href="#venrif"><img src="/images/titlecard.png" alt=""></a>
22+
<a class="navbar-brand" href="#venrif"><img src="images/titlecard.png" alt=""></a>
2323
<!-- button for hamburger icon -->
2424
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
2525
<span class="navbar-toggler-icon"></span>
@@ -111,7 +111,7 @@ <h1 class="p-5">ABOUT US</h1>
111111

112112
<section id="footer">
113113
<footer class="p-3">
114-
<img src="/images/vilein-logo.png" alt="" class="py-3">
114+
<img src="images/vilein-logo.png" alt="" class="py-3">
115115
<p >&copy; 2024 Vilein.</p>
116116
</footer>
117117
</section>

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
}
7474

7575
#about-us {
76-
background-image: url(/images/background.jpg);
76+
background-image: url(./images/background.jpg);
7777
}
7878

7979
#footer {

0 commit comments

Comments
 (0)