Skip to content

Commit aa72c0c

Browse files
committed
updet
1 parent a16e5e0 commit aa72c0c

File tree

12 files changed

+57
-21
lines changed

12 files changed

+57
-21
lines changed

Home/Home.Css

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,4 +341,40 @@
341341
.navegation ul {
342342
width: 90%;
343343
}
344-
}
344+
}
345+
346+
.servces {
347+
padding: 60px 0;
348+
/* background-color: #eee; */
349+
}
350+
.servces .rows {
351+
display: flex;
352+
align-items: center;
353+
justify-content: space-evenly;
354+
flex-wrap: wrap;
355+
}
356+
@media (max-width: 767px) {
357+
.servces .rows {
358+
flex-direction: column;
359+
}
360+
}
361+
.servces div {
362+
text-align: center;
363+
margin-bottom: 17px;
364+
margin-top: 5px;
365+
}
366+
.servces .icon {
367+
padding: 14px;
368+
width: fit-content;
369+
/* text-align: center; */
370+
margin: auto;
371+
color: white;
372+
background-color: black;
373+
border-radius: 50%;
374+
font-size: 20px;
375+
margin-bottom: 25px;
376+
}
377+
.servces .text h4 {
378+
font-size: 18px;
379+
font-weight: bold;
380+
}

Home/ProductDetails.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<div class="containers">
3838
<nav class="navbar navbar-expand-lg">
3939
<div class="container-fluid">
40-
<a class="navbar-brand" href="./Home.html">Exclusive</a>
40+
<a class="navbar-brand" href="../index.html">Exclusive</a>
4141
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
4242
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
4343
aria-expanded="false" aria-label="Toggle navigation">

Home/categoryProduct.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<div class="containers">
4040
<nav class="navbar navbar-expand-lg">
4141
<div class="container-fluid">
42-
<a class="navbar-brand" href="./Home.html">Exclusive</a>
42+
<a class="navbar-brand" href="../index.html">Exclusive</a>
4343
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
4444
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
4545
aria-expanded="false" aria-label="Toggle navigation">
@@ -78,9 +78,9 @@
7878
<div class="aboutus">
7979
<div class="containers">
8080
<div class="head">
81-
<a href="./Home.html">Home</a>
81+
<a href="../index.html">Home</a>
8282
/
83-
<a href="categoryProduct.html" class="actives">categories</a>
83+
<a href="../Home/categoryProduct.html" class="actives">categories</a>
8484
</div>
8585
</div>
8686
<div class="containers">

Home/getAllProducts.Js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function displayProducts(productsToDisplay) {
6666
<div class="card-body">
6767
<h5 class="card-title">${element.brand}</h5>
6868
<p class="card-text">${element.description}</p>
69-
<a href="./ProductDetails.html?id=${element.id}" class="btn" target="_blank">Show Details</a>
69+
<a href="../Home/ProductDetails.html?id=${element.id}" class="btn" target="_blank">Show Details</a>
7070
</div>
7171
</div>
7272
</div>

about/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="containers">
2929
<nav class="navbar navbar-expand-lg">
3030
<div class="container-fluid">
31-
<a class="navbar-brand" href="../Home/Home.html">Exclusive</a>
31+
<a class="navbar-brand" href="../index.html">Exclusive</a>
3232
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
3333
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
3434
aria-expanded="false" aria-label="Toggle navigation">

contact_ page/contact.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="containers">
3030
<nav class="navbar navbar-expand-lg">
3131
<div class="container-fluid">
32-
<a class="navbar-brand" href="../Home/Home.html">Exclusive</a>
32+
<a class="navbar-brand" href="../index.html">Exclusive</a>
3333
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
3434
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
3535
aria-expanded="false" aria-label="Toggle navigation">

create acount/create.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div class="containers">
3131
<nav class="navbar navbar-expand-lg">
3232
<div class="container-fluid">
33-
<a class="navbar-brand" href="../Home/Home.html">Exclusive</a>
33+
<a class="navbar-brand" href="../index.html">Exclusive</a>
3434
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
3535
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
3636
aria-expanded="false" aria-label="Toggle navigation">

css/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
}
7979
}
8080
/* End navbar */
81+
8182
/* Start footer */
8283
.footer {
8384
background-color: black;

editProfilePage/EditProfilePage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<div class="containers">
3030
<nav class="navbar navbar-expand-lg">
3131
<div class="container-fluid">
32-
<a class="navbar-brand" href="#">Exclusive</a>
32+
<a class="navbar-brand" href="../index.html">Exclusive</a>
3333
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
3434
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
3535
aria-expanded="false" aria-label="Toggle navigation">

error_page/not_found.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div class="containers">
3131
<nav class="navbar navbar-expand-lg">
3232
<div class="container-fluid">
33-
<a class="navbar-brand" href="../Home/Home.html">Exclusive</a>
33+
<a class="navbar-brand" href="../index.html">Exclusive</a>
3434
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
3535
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
3636
aria-expanded="false" aria-label="Toggle navigation">

0 commit comments

Comments
 (0)