Skip to content

Commit

Permalink
Ürünleri Ürünleri Gösterme
Browse files Browse the repository at this point in the history
  • Loading branch information
mervegundogmus committed Aug 16, 2020
1 parent f379428 commit e3c7917
Show file tree
Hide file tree
Showing 11 changed files with 58 additions and 159 deletions.
15 changes: 10 additions & 5 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed TEMPS/Eshopper/images/home/logo.png
Binary file not shown.
Binary file added TEMPS/Eshopper/images/home/simge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified db.sqlite3
Binary file not shown.
Binary file removed home/static/images/home/logo.png
Binary file not shown.
Binary file added home/static/images/home/simge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion home/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>About Shopper</h2>
<div class="footer-bottom">
<div class="container">
<div class="row">
<p class="pull-left">Copyright © 2013 E-SHOPPER Inc. All rights reserved.</p>
<p class="pull-left">Copyright © 2020 RENT-HOUSE Inc. All rights reserved.</p>
<p class="pull-right">Designed by <span><a target="_blank" href="http://www.themeum.com">Themeum</a></span></p>
</div>
</div>
Expand Down
29 changes: 14 additions & 15 deletions home/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="row">
<div class="col-sm-4">
<div class="logo pull-left">
<a href="index.html"><img src="{% static 'images/home/logo.png' %}" alt="" /></a>
<a href="index.html"><img src="{% static 'images/home/simge.png' %}" alt="" /></a>
</div>
<div class="btn-group pull-right">

Expand Down Expand Up @@ -73,20 +73,8 @@
<li><a href="/" class="active">Anasayfa</a></li>


<li class="dropdown"><a href="#">Kiralık<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="shop.html">Villalar</a></li>
<li><a href="shop.html">Apartlar</a></li>
<li><a href="shop.html">Evler</a></li>
<li><a href="product-details.html">Details</a></li>
<li><a href="checkout.html">Checkout</a></li>
<li><a href="cart.html">Cart</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</li>


<li class="dropdown"><a href="/bolgeler">Bölgeler<i class="fa fa-angle-down"></i></a>
<li class="dropdown"><a href="/kiralik">Kiralık<i class="fa fa-angle-down"></i></a>
{% load mptt_tags %}


Expand All @@ -98,7 +86,7 @@

{% if not node.is_leaf_node %}
<ul class="children">
<a href="/category/{{ node.slug }}"> {{ children }} </a>



</li>
Expand All @@ -112,6 +100,17 @@
</ul>
</li>


<li class="dropdown"><a href="#">Emlak<i class="fa fa-angle-down"></i></a>
<ul role="menu" class="sub-menu">
<li><a href="product-details.html">Details</a></li>
<li><a href="checkout.html">Checkout</a></li>
<li><a href="cart.html">Cart</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</li>


<li><a href="/hakkimizda">Hakkımızda</a></li>
<li><a href="/referanslar">Referanslar</a></li>
<li><a href="/iletisim">İletişim</a></li>
Expand Down
2 changes: 1 addition & 1 deletion home/templates/propertys.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="row">

<div class="col-sm-12">
<h2 class="title text-center">{{ categorydata.title }} <strong>Bölgemiz</strong></h2><!--features_items-->
<h2 class="title text-center">Kiralık <strong>{{ categorydata.title }}</strong></h2><!--features_items-->

</div>
</div>
Expand Down
169 changes: 32 additions & 137 deletions home/templates/sidebar.html
Original file line number Diff line number Diff line change
@@ -1,142 +1,37 @@
{% load static %}

<section>
<div class="container">
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="left-sidebar">
<h2>Category</h2>
<div class="panel-group category-products" id="accordian"><!--category-productsr-->
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordian" href="#sportswear">
<span class="badge pull-right"><i class="fa fa-plus"></i></span>
Sportswear
</a>
</h4>
</div>
<div id="sportswear" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li><a href="#">Nike </a></li>
<li><a href="#">Under Armour </a></li>
<li><a href="#">Adidas </a></li>
<li><a href="#">Puma</a></li>
<li><a href="#">ASICS </a></li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordian" href="#mens">
<span class="badge pull-right"><i class="fa fa-plus"></i></span>
Mens
</a>
</h4>
</div>
<div id="mens" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li><a href="#">Fendi</a></li>
<li><a href="#">Guess</a></li>
<li><a href="#">Valentino</a></li>
<li><a href="#">Dior</a></li>
<li><a href="#">Versace</a></li>
<li><a href="#">Armani</a></li>
<li><a href="#">Prada</a></li>
<li><a href="#">Dolce and Gabbana</a></li>
<li><a href="#">Chanel</a></li>
<li><a href="#">Gucci</a></li>
</ul>
</div>
</div>
</div>

<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordian" href="#womens">
<span class="badge pull-right"><i class="fa fa-plus"></i></span>
Womens
</a>
</h4>
</div>
<div id="womens" class="panel-collapse collapse">
<div class="panel-body">
<ul>
<li><a href="#">Fendi</a></li>
<li><a href="#">Guess</a></li>
<li><a href="#">Valentino</a></li>
<li><a href="#">Dior</a></li>
<li><a href="#">Versace</a></li>
</ul>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#">Kids</a></h4>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#">Fashion</a></h4>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#">Households</a></h4>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#">Interiors</a></h4>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#">Clothing</a></h4>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#">Bags</a></h4>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"><a href="#">Shoes</a></h4>
</div>
</div>
</div><!--/category-products-->

<div class="brands_products"><!--brands_products-->
<h2>Brands</h2>
<div class="brands-name">
<ul class="nav nav-pills nav-stacked">
<li><a href="#"> <span class="pull-right">(50)</span>Acne</a></li>
<li><a href="#"> <span class="pull-right">(56)</span>Grüne Erde</a></li>
<li><a href="#"> <span class="pull-right">(27)</span>Albiro</a></li>
<li><a href="#"> <span class="pull-right">(32)</span>Ronhill</a></li>
<li><a href="#"> <span class="pull-right">(5)</span>Oddmolly</a></li>
<li><a href="#"> <span class="pull-right">(9)</span>Boudestijn</a></li>
<li><a href="#"> <span class="pull-right">(4)</span>Rösch creative culture</a></li>
</ul>
</div>
</div><!--/brands_products-->

<div class="price-range"><!--price-range-->
<h2>Price Range</h2>
<div class="well text-center">
<input type="text" class="span2" value="" data-slider-min="0" data-slider-max="600" data-slider-step="5" data-slider-value="[250,450]" id="sl2" ><br />
<b class="pull-left">$ 0</b> <b class="pull-right">$ 600</b>
</div>
</div><!--/price-range-->



</div>
</div>
<h2> KATEGORİLER </h2>
<div class="panel-group category-products" id="accordian"><!--category-productsr-->
{% load mptt_tags %}
{% recursetree category %}
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a class="dropdown-toggle " {% if not node.is_leaf_node %}
data-toggle="collapse" {% endif %} data-parent="#accordian"
{% if not node.is_leaf_node %} href="#{{ node.slug }}" {% else %}
href="/category/{{ node.id }}/{{ node.slug }}" {% endif %}>
<span class="badge pull-right"> {% if not node.is_leaf_node %}
<i class="fa fa-plus"></i> {% endif %} </span>
{{ node.title }}
</a>
</h4>
</div>
{% if not node.is_leaf_node %}
<div id="{{ node.slug }}" class="panel-collapse collapse">
<div class="panel-body">
<ul class="children">
<li><a href="/category/{{ node.id }}/{{ node.slug }}">{{ children }}</a></li>
</ul>
</div>
</div>
{% endif %}
</div>
{% endrecursetree %}
</div><!--/category-products-->
</div>
</div>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3c7917

Please sign in to comment.