Skip to content

Commit

Permalink
week-04
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzzzo-quintana authored and Lorenzzzo-quintana committed Feb 25, 2025
1 parent a7d86f4 commit 947e0c1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion week-04/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ textarea {

body {
background-color: #353535; /* Light grey background color */
background-image: url('/DMD-3470/week-04/assets/background.png'); /* Update the path to your image */
background-image: url('../assets/background.png'); /* Update the path to your image */
background-size: cover;
background-position: center;
background-repeat: no-repeat;
Expand Down
22 changes: 11 additions & 11 deletions week-04/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<header class="container-fluid py-3 border border-dark header-custom">
<div class="container d-flex justify-content-between align-items-center">
<div class="p-3 d-flex align-items-center">
<img src="assets/Logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
</div>
<nav class="d-flex gap-3 custom-nav-color">
<div class="p-2">Features</div>
Expand Down Expand Up @@ -95,11 +95,11 @@

<!-- Right section with 70% width -->
<div class="col-md-8 d-flex align-items-center">
<img src="assets/Logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/Logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/Logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/Logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/Logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
</div>
</div>
</div>
Expand All @@ -110,11 +110,11 @@
<!-- Footer -->
<footer class="container-fluid py-3 border border-dark text-center footer-custom">
<div class="container p-3">
<img src="assets/Logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/Logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/Logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/Logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/Logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
<img src="assets/logo.png" alt="AXIT Logo" class="img-fluid" style="max-height: 50px;">
</div>
</footer>

Expand Down

0 comments on commit 947e0c1

Please sign in to comment.