Merge pull request #414 from tiwariav/task/3604/footer_mouseover
task #3604 footer links
This commit is contained in:
		
				commit
				
					
						3b82f9540a
					
				
			
		
					 3 changed files with 10 additions and 3 deletions
				
			
		| 
						 | 
					@ -4,7 +4,7 @@
 | 
				
			||||||
        <div class="container">
 | 
					        <div class="container">
 | 
				
			||||||
            <div class="row">
 | 
					            <div class="row">
 | 
				
			||||||
                <div class="col-lg-12">
 | 
					                <div class="col-lg-12">
 | 
				
			||||||
                    
 | 
					
 | 
				
			||||||
                    <ul class="list-inline">
 | 
					                    <ul class="list-inline">
 | 
				
			||||||
                        {% if request.resolver_match.url_name == "index" %}
 | 
					                        {% if request.resolver_match.url_name == "index" %}
 | 
				
			||||||
                         <li>
 | 
					                         <li>
 | 
				
			||||||
| 
						 | 
					@ -45,7 +45,7 @@
 | 
				
			||||||
                            </li>
 | 
					                            </li>
 | 
				
			||||||
                        {% endif %}
 | 
					                        {% endif %}
 | 
				
			||||||
                    </ul>
 | 
					                    </ul>
 | 
				
			||||||
                          
 | 
					
 | 
				
			||||||
                    <p class="copyright text-muted small">Copyright © ungleich GmbH {% now "Y" %}. All Rights Reserved</p>
 | 
					                    <p class="copyright text-muted small">Copyright © ungleich GmbH {% now "Y" %}. All Rights Reserved</p>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -714,3 +714,8 @@ a.unlink:hover {
 | 
				
			||||||
        width: 100% !important;
 | 
					        width: 100% !important;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.footer-light a:hover, .footer-light a:focus, .footer-light a:active {
 | 
				
			||||||
 | 
					    color: #ddd;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
| 
						 | 
					@ -118,7 +118,9 @@
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </footer>
 | 
					    </footer>
 | 
				
			||||||
    {% else %}
 | 
					    {% else %}
 | 
				
			||||||
        {% include "datacenterlight/includes/_footer.html" %}
 | 
					        <div class="footer-light">
 | 
				
			||||||
 | 
					            {% include "datacenterlight/includes/_footer.html" %}
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
    {% endif %}
 | 
					    {% endif %}
 | 
				
			||||||
    <!-- jQuery -->
 | 
					    <!-- jQuery -->
 | 
				
			||||||
    <script src="{% static 'hosting/js/jquery.js' %}"></script>
 | 
					    <script src="{% static 'hosting/js/jquery.js' %}"></script>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue