|
5 | 5 | <meta charset="UTF-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <title>Home</title> |
8 | | - <link rel="stylesheet" href="../css/swiper-bundle.min.css" /> |
9 | | - <link rel="stylesheet" href="../css/normalize.css"> |
10 | | - <link rel="stylesheet" href="../css/main.css"> |
| 8 | + <link rel="stylesheet" href="./css/swiper-bundle.min.css" /> |
| 9 | + <link rel="stylesheet" href="./css/normalize.css"> |
| 10 | + <link rel="stylesheet" href="./css/main.css"> |
11 | 11 | <!-- bootstrap link --> |
12 | 12 | <link href=" https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel=" stylesheet" |
13 | 13 | integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> |
|
52 | 52 | <a class="nav-link active" aria-current="page" href="./index.html">Home</a> |
53 | 53 | </li> |
54 | 54 | <li class="nav-item"> |
55 | | - <a class="nav-link" href="../contact_ page/contact.html">Contact</a> |
| 55 | + <a class="nav-link" href="./contact_ page/contact.html">Contact</a> |
56 | 56 | </li> |
57 | 57 | <li class="nav-item"> |
58 | | - <a class="nav-link" href="../about/about.html">About</a> |
| 58 | + <a class="nav-link" href="./about/about.html">About</a> |
59 | 59 | </li> |
60 | 60 | <li class="nav-item"> |
61 | | - <a class="nav-link" href="../create acount/create.htm">Sign up</a> |
| 61 | + <a class="nav-link" href="./create acount/create.htm">Sign up</a> |
62 | 62 | </li> |
63 | 63 | </ul> |
64 | 64 | <form class="d-flex" role="search"> |
65 | 65 | <input class="form-control me-2" type="search" placeholder="Search" aria-label="Search" |
66 | 66 | id="searchInput" onkeyup="searchProducts()"> |
67 | 67 | <i class="fa-solid fa-magnifying-glass"></i> |
68 | 68 | <div class="ico"> |
69 | | - <a href="../Cart/cart.html"><i class="fa-solid fa-cart-shopping"></i></a> |
| 69 | + <a href="./Cart/cart.html"><i class="fa-solid fa-cart-shopping"></i></a> |
70 | 70 | </div> |
71 | 71 |
|
72 | 72 | <div class="person"> |
73 | | - <a href="../editProfilePage/EditProfilePage.html"><img src="../image/MR.png"></a> |
| 73 | + <a href="./editProfilePage/EditProfilePage.html"><img src="./image/MR.png"></a> |
74 | 74 | <p id="login-message"></p> |
75 | 75 | </div> |
76 | 76 | </form> |
@@ -121,16 +121,16 @@ <h2>Our Story</h2> |
121 | 121 | </div> |
122 | 122 | <div class="carousel-inner" style="height: 100%;"> |
123 | 123 | <div class="carousel-item active" style="position: relative; object-fit: cover;"> |
124 | | - <img src="../image/artbreeder-image-2025-04-12T14_38_56.077Z.jpeg" class="d-block w-100" alt="..." style="object-fit: cover; height: 100%; width: 100%;"> |
| 124 | + <img src="./image/artbreeder-image-2025-04-12T14_38_56.077Z.jpeg" class="d-block w-md-100 w-sm-75" alt="..." style="object-fit: cover; height: 100%; width: 100%;"> |
125 | 125 | </div> |
126 | 126 | <div class="carousel-item" style="position: relative;"> |
127 | | - <img src="../image/artbreeder-image-2025-04-12T14_46_45.276Z.jpeg" class="d-block w-100" alt="..." style="object-fit: cover; height: 100%; width: 100%;"> |
| 127 | + <img src="./image/artbreeder-image-2025-04-12T14_46_45.276Z.jpeg" class="d-block w-md-100 w-sm-75" alt="..." style="object-fit: cover; height: 100%; width: 100%;"> |
128 | 128 | </div> |
129 | 129 | <div class="carousel-item" style="position: relative;"> |
130 | | - <img src="../image/artbreeder-image-2025-04-12T14_47_44.347Z.jpeg" class="d-block w-100" alt="..." style="object-fit: cover; height: 100%; width: 100%;"> |
| 130 | + <img src="./image/artbreeder-image-2025-04-12T14_47_44.347Z.jpeg" class="d-block w-md-100 w-sm-75" alt="..." style="object-fit: cover; height: 100%; width: 100%;"> |
131 | 131 | </div> |
132 | 132 | <div class="carousel-item" style="position: relative;"> |
133 | | - <img src="../image/artbreeder-image-2025-04-12T14_48_21.651Z.jpeg" class="d-block w-100" alt="..." style="object-fit: cover; height: 100%; width: 100%;"> |
| 133 | + <img src="./image/artbreeder-image-2025-04-12T14_48_21.651Z.jpeg" class="d-block w-md-100 w-sm-75" alt="..." style="object-fit: cover; height: 100%; width: 100%;"> |
134 | 134 | </div> |
135 | 135 | </div> |
136 | 136 | <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleIndicators" data-bs-slide="prev"> |
|
0 commit comments