mirror of
https://github.com/DerTyp7/shop-ejs-expressjs.git
synced 2025-10-29 12:32:11 +01:00
new logo
This commit is contained in:
@@ -28,6 +28,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.auth-header .auth-header-image-container img{
|
.auth-header .auth-header-image-container img{
|
||||||
width: 100%;
|
width:100%
|
||||||
height: 100%;
|
|
||||||
}
|
}
|
||||||
@@ -30,6 +30,7 @@ body {
|
|||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
.headerDIVLogo > img {
|
.headerDIVLogo > img {
|
||||||
|
margin-left: 20px;
|
||||||
float: left;
|
float: left;
|
||||||
height: 80%;
|
height: 80%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
BIN
static/images/logo.png
Normal file
BIN
static/images/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 44 KiB |
@@ -1,6 +1,6 @@
|
|||||||
<div class="footerDIV">
|
<div class="footerDIV">
|
||||||
<div class="footerDIVLogo">
|
<div class="footerDIVLogo">
|
||||||
<img src="https://bock-drauf.com/wp-content/uploads/2019/09/amazon-logo-1024x576.png"/>
|
<img src="/images/logo.png"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<div class="headerDIV">
|
<div class="headerDIV">
|
||||||
<div class="headerDIVLogo">
|
<div class="headerDIVLogo">
|
||||||
<img style="cursor:pointer" onclick="window.open('/', '_self')" src="https://bock-drauf.com/wp-content/uploads/2019/09/amazon-logo-1024x576.png">
|
<img style="cursor:pointer" onclick="window.open('/', '_self')" src="/images/logo.png">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="headerDIVSearch">
|
<div class="headerDIVSearch">
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<div class="content">
|
<div class="content">
|
||||||
<section class="product-header">
|
<section class="product-header">
|
||||||
<div id="product-image">
|
<div id="product-image">
|
||||||
<img src="/images/examples.jpg" alt="">
|
<img src="/productImage/<%= product.id %>" alt="">
|
||||||
</div>
|
</div>
|
||||||
<div id="product-info">
|
<div id="product-info">
|
||||||
<h2 style="padding-left: 0px"><%= product.productName %></h2><br>
|
<h2 style="padding-left: 0px"><%= product.productName %></h2><br>
|
||||||
|
|||||||
Reference in New Issue
Block a user