Skip to content

Commit 33ff80f

Browse files
committed
Improve UI quality part-3
1 parent f84f3f3 commit 33ff80f

File tree

6 files changed

+25
-6
lines changed

6 files changed

+25
-6
lines changed

db.sqlite3

0 Bytes
Binary file not shown.

media_root/add_slide_1.jpg

255 KB
Loading

media_root/kr_slide_add_2.jpg

194 KB
Loading

templates/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h6 class="mt-3"><a href="">ABOUT DJANGO</a></h6>
100100

101101
</div>
102102
<hr>
103-
<a href="" style="margin-left: 1rem">Privacy Policy | @zinmyoswe 2019-2020</a>
103+
<a href="https://github.com/zinmyoswe" style="margin-left: 1rem">Privacy Policy | @zinmyoswe 2019-2020</a>
104104
</div>
105105
</div>
106106
</footer>

templates/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,14 @@
8989
</div>
9090
</section>
9191

92-
<!-- Banner -->
92+
<!-- Category start -->
93+
<style>
94+
.hov1{
95+
background-color: white !important;
96+
color: black !important;
97+
98+
}
99+
</style>
93100
<section class="banner bgwhite p-t-40 p-b-40">
94101
<div class="container">
95102
<div class="row">

templates/nav.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{% load static %}
22
{% load cart_template_tags %}
33
{% load category_template_tags %}
4+
5+
<style>
6+
.topbar {
7+
background-color: white;
8+
color: black !important;
9+
}
10+
.topbar a:hover{
11+
color: black;
12+
}
13+
</style>
414
<!-- Header -->
515
<header class="header1">
616
<!-- Header desktop -->
@@ -10,8 +20,8 @@
1020
<a href="#" class="topbar-social-item fab fa-facebook"></a>
1121
<a href="#" class="topbar-social-item fab fa-instagram"></a>
1222
<a href="#" class="topbar-social-item fab fa-pinterest-p"></a>
13-
<a href="#" class="topbar-social-item fab fa-snapchat-ghost"></a>
14-
<a href="#" class="topbar-social-item fab fa-youtube-play"></a>
23+
<a href="#" class="topbar-social-item fab fa-twitter"></a>
24+
<a href="#" class="topbar-social-item fab fa-youtube"></a>
1525
</div>
1626

1727
<span class="topbar-child1">
@@ -20,7 +30,9 @@
2030

2131
<div class="topbar-child2">
2232
<span class="topbar-email">
23-
33+
<a href="https://github.com/zinmyoswe">
34+
35+
</a>
2436
</span>
2537

2638
<div class="topbar-language rs1-select2">
@@ -35,7 +47,7 @@
3547
<div class="wrap_header">
3648
<!-- Logo -->
3749
<a href="/" class="logo">
38-
<img src="{% static 'images/icons/logo.png' %}" alt="IMG-LOGO">
50+
<p style="color: black; "><b style="font-size: 22px;">D</b>JANGO SHOP</p>
3951
</a>
4052

4153
<!-- Menu -->

0 commit comments

Comments
 (0)