Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
fazleyrabby committed Jan 14, 2024
1 parent fe2f12f commit e0f63bc
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- Navbar -->
<section class="container">
<header id="navbar_top" class="d-flex flex-wrap justify-content-between align-items-center py-3 mb-4">
<a href="/" class="d-flex align-items-center col-md-3 text-dark text-decoration-none">
<a href="/bs5-ecommerce/index.html" class="d-flex align-items-center col-md-3 text-dark text-decoration-none">
<!-- RH-Ecommerce -->
<img class="d-block" src="./images/logo/logo.svg" alt="logoipsum">
</a>
Expand Down
2 changes: 1 addition & 1 deletion checkout.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="container">
<main>
<div class="py-5 text-center">
<a href="/">
<a href="/bs5-ecommerce/index.html">
<img class="mb-4" src="./images/logo/logo.svg" alt="">
</a>
<!-- <h2>Checkout form</h2>
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;400;600;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Figtree:wght@200;400;600;800&display=swap" rel="stylesheet">
<link href="./plugins/owl-carousel/owl.carousel.css" rel="stylesheet">
<link href="./styles/style.css" rel="stylesheet">

Expand Down Expand Up @@ -39,7 +39,7 @@
<!-- Navbar -->
<section class="container">
<header id="navbar_top" class="d-flex flex-wrap justify-content-between align-items-center py-3 mb-4">
<a href="/" class="d-flex align-items-center col-md-3 text-dark text-decoration-none">
<a href="/bs5-ecommerce/index.html" class="d-flex align-items-center col-md-3 text-dark text-decoration-none">
<!-- RH-Ecommerce -->
<img class="d-block" src="./images/logo/logo.svg" alt="logoipsum">
</a>
Expand Down
2 changes: 1 addition & 1 deletion product.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- Navbar -->
<section class="container">
<header id="navbar_top" class="d-flex flex-wrap justify-content-between align-items-center py-3 mb-4">
<a href="/" class="d-flex align-items-center col-md-3 text-dark text-decoration-none">
<a href="/bs5-ecommerce/index.html" class="d-flex align-items-center col-md-3 text-dark text-decoration-none">
<!-- RH-Ecommerce -->
<img class="d-block" src="./images/logo/logo.svg" alt="logoipsum">
</a>
Expand Down
2 changes: 1 addition & 1 deletion products.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- Navbar -->
<section class="container">
<header id="navbar_top" class="d-flex flex-wrap justify-content-between align-items-center py-3 mb-4">
<a href="/" class="d-flex align-items-center col-md-3 text-dark text-decoration-none">
<a href="/bs5-ecommerce/index.html" class="d-flex align-items-center col-md-3 text-dark text-decoration-none">
<!-- RH-Ecommerce -->
<img class="d-block" src="./images/logo/logo.svg" alt="logoipsum">
</a>
Expand Down
2 changes: 1 addition & 1 deletion register.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

<main class="form-signin w-100 m-auto">
<form>
<a href="/">
<a href="/bs5-ecommerce/index.html">
<img class="mb-4" src="./images/logo/logo.svg" alt="">
</a>
<h1 class="h3 mb-3 fw-normal">Register</h1>
Expand Down
2 changes: 1 addition & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
}

body {
font-family: 'Inter', sans-serif;
font-family: 'Figtree', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* custom utility classes */
Expand Down
2 changes: 1 addition & 1 deletion wishlist.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- Navbar -->
<section class="container">
<header id="navbar_top" class="d-flex flex-wrap justify-content-between align-items-center py-3 mb-4">
<a href="/" class="d-flex align-items-center col-md-3 text-dark text-decoration-none">
<a href="/bs5-ecommerce/index.html" class="d-flex align-items-center col-md-3 text-dark text-decoration-none">
<!-- RH-Ecommerce -->
<img class="d-block" src="./images/logo/logo.svg" alt="logoipsum">
</a>
Expand Down

0 comments on commit e0f63bc

Please sign in to comment.