chg: usr: SWC-89 apply new web design for product list and details
This commit is contained in:
@@ -3,3 +3,12 @@
|
||||
{% block layout_footer_payment_shipping_logos %}{% endblock %}
|
||||
|
||||
{% block layout_footer_navigation %}{% endblock %}
|
||||
|
||||
{% block layout_footer_bottom %}
|
||||
<div class="container footer-shopware text-center">
|
||||
<h1>Made w/ 💓 by</h1>
|
||||
|
||||
<img src="{{ asset('/bundles/etailconferencetheme/assets/itg-logo-only.jpg') }}" alt="ITG logo | only">
|
||||
<img src="{{ asset('/bundles/etailconferencetheme/assets/shopare-logo-only.png') }}" alt="Shopware logo | only">
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
{% sw_extends "@Storefront/storefront/layout/header/header.html.twig" %}
|
||||
|
||||
{% block layout_top_bar %}{% endblock %}
|
||||
|
||||
{% block layout_header_search %}
|
||||
<div class="col"></div>
|
||||
{% endblock %}
|
||||
@@ -8,4 +10,21 @@
|
||||
|
||||
{% block layout_header_actions_account %}{% endblock %}
|
||||
|
||||
{% block layout_header_navigation %}
|
||||
{{ parent() }}
|
||||
|
||||
{% if activeRoute == 'frontend.home.page' %}
|
||||
<div class="header-shopware">
|
||||
<div class="row">
|
||||
<div class="col d-flex justify-content-center flex-column">
|
||||
<h1>Shopware ecommerce platform</h1>
|
||||
<h2>Build the exceptional</h2>
|
||||
</div>
|
||||
<div class="col text-center">
|
||||
<img src="{{ asset('bundles/etailconferencetheme/assets/shopware-phone.png') }}"
|
||||
alt="Shopware phone">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{% extends "@Storefront/storefront/layout/header/logo.html.twig" %}
|
||||
|
||||
{% block layout_header_logo_image %}
|
||||
<picture class="header-logo-picture">
|
||||
<img src="{{ asset('/bundles/etailconferencetheme/assets/shopware-logo-mod.svg') }}"
|
||||
alt="Shopware logo"
|
||||
class="img-fluid header-logo-main-img" />
|
||||
</picture>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user