fix
This commit is contained in:
parent
61d7d6aa8d
commit
c6ab9a54de
@ -50,7 +50,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<img src="{% static "ad.png" %}" class="center">
|
||||
<div class="footer_copyright">
|
||||
<h5>© <script>document.write(new Date().getFullYear());</script> <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
|
||||
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>. Downloaded from <a href="https://themeslab.org/" target="_blank">Themeslab</a>
|
||||
|
70
SocialHelper/homepage/templates/footer2.html
Normal file
70
SocialHelper/homepage/templates/footer2.html
Normal file
@ -0,0 +1,70 @@
|
||||
{% load static %}
|
||||
<!--================Footer Area =================-->
|
||||
<footer class="footer_area">
|
||||
<div class="container">
|
||||
<div class="footer_widgets">
|
||||
<div class="row">
|
||||
<div class="col-lg-4 col-md-4 col-6">
|
||||
<aside class="f_widget f_about_widget">
|
||||
<img src="{% static "img/Social.png" %}" width=125>
|
||||
<p></p>
|
||||
<h6>Udostępnij:</h6>
|
||||
<ul>
|
||||
<li><a href="#"><i class="social_facebook"></i></a></li>
|
||||
<li><a href="#"><i class="social_instagram"></i></a></li>
|
||||
<li><a href="#"><i class="social_youtube"></i></a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 col-6">
|
||||
<aside class="f_widget link_widget f_info_widget">
|
||||
<div class="f_w_title">
|
||||
<h3>Informacje</h3>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="about">O nas</a></li>
|
||||
<li><a href="regulamin">Regulamin</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 col-6">
|
||||
<aside class="f_widget link_widget f_service_widget">
|
||||
<div class="f_w_title">
|
||||
<h3>Obsługa klienta</h3>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="my_offer">Moje konto</a></li>
|
||||
<li><a href="contact">kontakt</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</div>
|
||||
<div class="col-lg-2 col-md-4 col-6">
|
||||
<aside class="f_widget link_widget f_extra_widget">
|
||||
<div class="f_w_title">
|
||||
<h3>Extra</h3>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="all">Wszystkie oferty</a></li>
|
||||
</ul>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<img src="{% static "ad.png" %}" class="center">
|
||||
<div class="footer_copyright">
|
||||
<h5>© <script>document.write(new Date().getFullYear());</script> <!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
|
||||
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>. Downloaded from <a href="https://themeslab.org/" target="_blank">Themeslab</a>
|
||||
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
|
||||
</h5>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!--================End Footer Area =================-->
|
||||
<style>
|
||||
.center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 50%;
|
||||
}
|
||||
</style>
|
@ -2,7 +2,6 @@
|
||||
<html lang="en">
|
||||
|
||||
<body>
|
||||
<img src="{% static "ad.png" %}" class="center">
|
||||
<header class="shop_header_area carousel_menu_area">
|
||||
<div class="carousel_menu_inner">
|
||||
<div class="container">
|
||||
|
50
SocialHelper/homepage/templates/navbar2.html
Normal file
50
SocialHelper/homepage/templates/navbar2.html
Normal file
@ -0,0 +1,50 @@
|
||||
{% load static %}
|
||||
<html lang="en">
|
||||
|
||||
<body>
|
||||
<img src="{% static "ad.png" %}" class="center">
|
||||
<header class="shop_header_area carousel_menu_area">
|
||||
<div class="carousel_menu_inner">
|
||||
<div class="container">
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
<a class="navbar-brand" href="/homepage/"><img src="{% static "img/Social.png" %}"></a>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-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">
|
||||
<li class="nav-item"><a class="nav-link" href="/homepage/all">Wszystko</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="/homepage/product">Produkty</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="/homepage/offer">Usługi</a></li>
|
||||
<li class="nav-item"><a class="nav-link" href="/homepage/contact">Kontakt</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<ul class="navbar-nav justify-content-end">
|
||||
<li class="search_icon"><a href="#"><i class="icon-magnifier icons"></i></a></li>
|
||||
{% if user.email %}
|
||||
<li class="user_icon"><a href="/homepage/my_offer"><i class="icon-user icons"></i></a></li>
|
||||
<li ><a href="/homepage/add_offer"><img src="{% static "plus.png"%}" height="20"/></a></li>
|
||||
<li> <a href="/homepage/logout_user"><img src="{% static "logout.png"%}" height="25"/></a></li>
|
||||
{% else %}
|
||||
<li> <a href="/homepage/login"><img src="{% static "login.png"%}" height="25"/></a></li>
|
||||
{% endif %}
|
||||
<li ><a href="/homepage"><img src="{% static "PL.png"%}" height="20"/></a></li>
|
||||
<li ><a href="/enGB"><img src="{% static "en.jpg"%}" height="20"/></a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
</body>
|
||||
</html>
|
||||
<!--================End Menu Area =================-->
|
||||
<style>
|
||||
.center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 50%;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user