-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from AleksandrsKondratjevs/SWPWA-1583
SWPWA-1583 - Updated footer content
- Loading branch information
Showing
1 changed file
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,46 @@ | ||
<div> | ||
<a class="Footer-Link" href="/privacy-policy-cookie-restriction-mode">Privacy policy</a> | ||
<a class="Footer-Link" href="/terms-and-conditions">Shopping terms and conditions</a> | ||
<div class="Footer-Content"> | ||
<div class="ContentWrapper Footer-Columns"> | ||
<div class="Footer-Column"> | ||
<h3 class="Footer-ColumnTitle">About</h3> | ||
<div class="Footer-ColumnContent"> | ||
<a class=" Footer-ColumnItem" href="/about-us">About Us</a> | ||
</div> | ||
</div> | ||
<div class="Footer-Column"> | ||
<h3 class="Footer-ColumnTitle">Additional info</h3> | ||
<div class="Footer-ColumnContent"> | ||
<a class=" Footer-ColumnItem" href="/privacy-policy-cookie-restriction-mode">Privacy Policy</a> | ||
<a class=" Footer-ColumnItem" href="/terms-and-conditions">Terms of use</a> | ||
<a class=" Footer-ColumnItem" href="/privacy-policy-cookie-restriction-mode">Use of Cookies</a> | ||
</div> | ||
</div> | ||
<div class="Footer-Column"> | ||
<h3 class="Footer-ColumnTitle">Popular categories</h3> | ||
<div class="Footer-ColumnContent"> | ||
<a class=" Footer-ColumnItem" href="/women">Women</a> | ||
<a class=" Footer-ColumnItem" href="/men">Men</a> | ||
<a class=" Footer-ColumnItem" href="/accessories">Accessories</a> | ||
</div> | ||
</div> | ||
<div class="Footer-Column"> | ||
<h3 class="Footer-ColumnTitle">Follow</h3> | ||
<div class="Footer-ColumnContent Footer-ColumnContent_direction_horizontal"> | ||
<a href="https://www.linkedin.com/company/scandipwa" class=" Footer-ColumnItem Footer-ColumnItem_type_image"> | ||
<div class="Image Image_ratio_square Image_imageStatus_1 Image_hasSrc Footer-ColumnItemImage"> | ||
<img src="http://scandipwa.local/assets/images/linkedin.png" alt="" loading="lazy" class="Image-Image" style="width: 100%; height: 100%;"> | ||
</div> | ||
</a> | ||
<a href="https://www.facebook.com/ScandiPWA/" class=" Footer-ColumnItem Footer-ColumnItem_type_image"> | ||
<div class="Image Image_ratio_square Image_imageStatus_1 Image_hasSrc Footer-ColumnItemImage "> | ||
<img src="http://scandipwa.local/assets/images/facebook.png" alt="" loading="lazy" class="Image-Image" style="width: 100%; height: 100%;"> | ||
</div> | ||
</a> | ||
<a href="https://twitter.com/scandipwa" class=" Footer-ColumnItem Footer-ColumnItem_type_image"> | ||
<div class="Image Image_ratio_square Image_imageStatus_1 Image_hasSrc Footer-ColumnItemImage "> | ||
<img src="http://scandipwa.local/assets/images/twitter.png" alt="" loading="lazy" class="Image-Image" style="width: 100%; height: 100%;"> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |