File tree Expand file tree Collapse file tree 6 files changed +25
-6
lines changed Expand file tree Collapse file tree 6 files changed +25
-6
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ <h6 class="mt-3"><a href="">ABOUT DJANGO</a></h6>
100
100
101
101
</ div >
102
102
< 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 >
104
104
</ div >
105
105
</ div >
106
106
</ footer >
Original file line number Diff line number Diff line change 89
89
</ div >
90
90
</ section >
91
91
92
- <!-- Banner -->
92
+ <!-- Category start -->
93
+ < style >
94
+ .hov1 {
95
+ background-color : white !important ;
96
+ color : black !important ;
97
+
98
+ }
99
+ </ style >
93
100
< section class ="banner bgwhite p-t-40 p-b-40 ">
94
101
< div class ="container ">
95
102
< div class ="row ">
Original file line number Diff line number Diff line change 1
1
{% load static %}
2
2
{% load cart_template_tags %}
3
3
{% 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 >
4
14
<!-- Header -->
5
15
< header class ="header1 ">
6
16
<!-- Header desktop -->
10
20
< a href ="# " class ="topbar-social-item fab fa-facebook "> </ a >
11
21
< a href ="# " class ="topbar-social-item fab fa-instagram "> </ a >
12
22
< 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 >
15
25
</ div >
16
26
17
27
< span class ="topbar-child1 ">
20
30
21
31
< div class ="topbar-child2 ">
22
32
< span class ="topbar-email ">
23
-
33
+ < a href ="https://github.com/zinmyoswe ">
34
+
35
+ </ a >
24
36
</ span >
25
37
26
38
< div class ="topbar-language rs1-select2 ">
35
47
< div class ="wrap_header ">
36
48
<!-- Logo -->
37
49
< 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 >
39
51
</ a >
40
52
41
53
<!-- Menu -->
You can’t perform that action at this time.
0 commit comments