Skip to content

Commit

Permalink
dots added compt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharmacs8853 committed May 7, 2022
1 parent 0510113 commit 0100bdf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Body1/index1.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
/* Slideshow container */
.slideshow-container {
max-width: 100%;
position: relative;
/* position: relative; */
margin: auto;
height: 450px;
margin-top: 250px;
margin-top: 130px;
}
#image1 {
width: 100%;
Expand Down
7 changes: 3 additions & 4 deletions components/navbar.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
let navbar = () =>{
return ` <div id="sub_logo"><a href="../index.html">SUBSCRIBE NOW</a></div>
<div id="logo"><img id="logo_img" src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/FABBAG-LOGO_96ac9306-4c81-4ab8-8d2b-4e818eed7f76_2048x.png?v=1606482289" alt=""></div>
return ` <div id="sub_logo"><a href="./products/subscribe.html">SUBSCRIBE NOW</a></div>
<div id="logo"><a href="../index.html"><img id="logo_img" src="https://cdn.shopify.com/s/files/1/0052/7551/6995/files/FABBAG-LOGO_96ac9306-4c81-4ab8-8d2b-4e818eed7f76_2048x.png?v=1606482289" alt=""></a></div>
<div id="icons">
<span><i class="fa-solid fa-magnifying-glass"></i></span>
<span><i class="fa-regular fa-heart"></i></span>
<span><i id="user" class="fa-regular fa-circle-user"></i></span>
<span><a id="sakinaka" href="../cartpage/cart.html"><i class="fa-solid fa-cart-shopping"></i></a>
<span><a id="sakinaka" href="./cartpage/cart.html"><i class="fa-solid fa-cart-shopping"></i></a>
</span>
</div>
`

};
export {navbar}
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@

</div>
</div>

<div id="lang_menu">

</div>

<div id="body-1">

Expand Down
2 changes: 2 additions & 0 deletions styles/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
#lang1{
background-color: white;
position: fixed;
margin-top: 10px;
padding: 20px;
}
#lang1 > div{
padding-top: 15px;
Expand Down

0 comments on commit 0100bdf

Please sign in to comment.