File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
< link href ="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css " rel ="stylesheet " integrity ="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN " crossorigin ="anonymous ">
9
9
< 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
+
11
11
<!-- stylesheet -->
12
12
< link rel ="stylesheet " href ="style.css ">
13
13
19
19
< section id ="venrif ">
20
20
< nav class ="navbar navbar-expand-md bg-body-tertiary ">
21
21
< 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 >
23
23
<!-- button for hamburger icon -->
24
24
< button class ="navbar-toggler " type ="button " data-bs-toggle ="collapse " data-bs-target ="#navbarNavDropdown " aria-controls ="navbarNavDropdown " aria-expanded ="false " aria-label ="Toggle navigation ">
25
25
< span class ="navbar-toggler-icon "> </ span >
@@ -111,7 +111,7 @@ <h1 class="p-5">ABOUT US</h1>
111
111
112
112
< section id ="footer ">
113
113
< 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 ">
115
115
< p > © 2024 Vilein.</ p >
116
116
</ footer >
117
117
</ section >
Original file line number Diff line number Diff line change 73
73
}
74
74
75
75
# about-us {
76
- background-image : url (/images/background.jpg);
76
+ background-image : url(. / images/background.jpg);
77
77
}
78
78
79
79
# footer {
You can’t perform that action at this time.
0 commit comments