Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created Blog page #582

Closed
Closed
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
105 changes: 41 additions & 64 deletions Html-files/Electronic.html
Original file line number Diff line number Diff line change
Expand Up @@ -717,70 +717,47 @@
<div id="loader"></div>
</div>

<div
class="head_container_service"
style="color: black; font-family: var(--ff-philosopher)"
>
<header style="font-family: var(--ff-philosopher)">
<nav class="navbar navbar-expand-lg fixed-top" id="top">
<div class="container-fluid">
<a
class="navbar-brand"
href="../index.html"
style="font-family: var(--ff-philosopher); color: black"
>
<b>Retro</b>
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="../index.html" style="color: black"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html" style="color: black"
>About Us</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="menu.html" style="color: black"
>Collections</a
>
</li>

<li class="nav-item">
<a class="nav-link" href="services.html" style="color: black"
>Services</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html" style="color: black"
>Contact us</a
>
</li>
<li class="nav-item" style="list-style-type: none">
<a class="nav-link" href="cart.html" style="color: black">
<i class="fa-solid fa-cart-shopping"></i
><span class="badge-count" id="badgeCount"></span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="head_container_service" style="color: black;font-family: var(--ff-philosopher);">
<header style="font-family: var(--ff-philosopher);">
<nav class="navbar navbar-expand-lg fixed-top" id="top">
<div class="container-fluid">
<a class="navbar-brand" href="../index.html" style="font-family: var(--ff-philosopher); color: black;">
<b>Retro</b>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="../index.html" style="color: black;">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html" style="color: black;">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="menu.html" style="color: black;">Collections</a>
<li class="nav-item">
<a class="nav-link" href="services.html" style="color: black;">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html" style="color: black;">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html" style="color: black;">Blog</a>
</li>
<li class="nav-item" style="list-style-type: none;">
<a class="nav-link" href="cart.html" style="color: black;">
<i class="fa-solid fa-cart-shopping"></i><span class="badge-count" id="badgeCount"></span>
</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
</div>

<div class="wrapper">
Expand Down
3 changes: 3 additions & 0 deletions Html-files/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,6 +617,9 @@
<li class="nav-item">
<a class="nav-link" href="contact.html" style="color: black;">Contact us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html" style="color: black;">Blog</a>
</li>
<li class="nav-item" style="list-style-type: none;">
<a class="nav-link" href="cart.html" style="color: black;">
<i class="fa-solid fa-cart-shopping"></i>Cart<span class="badge-count" id="badgeCount"></span>
Expand Down
Loading