Skip to content
Snippets Groups Projects
Commit b1270434 authored by Michael Drury's avatar Michael Drury
Browse files

added comments about why repeated footer

parent b6a0c083
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ ...@@ -58,6 +58,7 @@
</div> </div>
<!--repeated footer in page as dont want every page to have it-->
<footer id="footer"> <footer id="footer">
<div class = "footer_logo"> <div class = "footer_logo">
<img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/> <img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
</div> </div>
<!--repeated footer in page as dont want every page to have it-->
<footer id="footer"> <footer id="footer">
<div class = "footer_logo"> <div class = "footer_logo">
<img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/> <img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/>
......
...@@ -65,6 +65,7 @@ ...@@ -65,6 +65,7 @@
</div> </div>
</div> </div>
<!--repeated footer in page as dont want every page to have it-->
<footer id="footer"> <footer id="footer">
<div class = "footer_logo"> <div class = "footer_logo">
<img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/> <img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/>
......
...@@ -56,4 +56,5 @@ ...@@ -56,4 +56,5 @@
</div> </div>
{% endblock %} {% endblock %}
<!--footer not in layout as don't want footer in login, signup, thank you and checkout page-->
</div> </div>
\ No newline at end of file
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
</div> </div>
<!--repeated footer in page as dont want every page to have it-->
<footer id="footer"> <footer id="footer">
<div class = "footer_logo"> <div class = "footer_logo">
<img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/> <img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/>
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
{% endfor %} {% endfor %}
</div> </div>
<!--repeated footer in page as dont want every page to have it-->
<footer id="footer"> <footer id="footer">
<div class = "footer_logo"> <div class = "footer_logo">
<img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/> <img style = "height:100px" src = "{{ url_for('static', filename='images/dark_logo.png') }}" alt="logo image"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment