File diff f2bbfc9e562c → 8f58ae83e0d7
conservancy/usethesource/templates/usethesource/base.html
Show inline comments
...
 
@@ -2,11 +2,6 @@
 

	
 
{% load static %}
 

	
 
{% block head %}
 
<meta name="description" content="TODO" />
 
<meta name="keywords" content="TODO" />
 
{% endblock %}
 

	
 
{% block outercontent %}
 
  <div class="lh-title ttu tracked tc bg-gray"
 
       style="margin: -0.5rem -1rem 0; background: #24243d url('{% static "usethesource/stars.jpg" %}'); background-size: cover; background-position: 50%; overflow: auto">
...
 
@@ -18,6 +13,6 @@
 
  </div>
 

	
 
  <div class="f7 mw8 center ph2 ph3 mt4 mb3">
 
    <p class="tc black-60 i">Header image adapted from <a href="https://commons.wikimedia.org/wiki/File:Stars_01_(MK).jpg" class="black-50 normal">Stars 01</a> by Mathias Krumbholz (CC BY-SA 3.0 Deed)</p>
 
    <p class="tc black-50 i">Header image adapted from <a href="https://commons.wikimedia.org/wiki/File:Stars_01_(MK).jpg" class="black-50 normal underline">Stars 01</a> by Mathias Krumbholz (CC BY-SA 3.0 Deed). Icons adapted from <a href="https://thenounproject.com/icon/magnifying-glass-304610/" class="black-50 normal underline">Magnifying Glass</a> by Rohith M S, <a href="https://thenounproject.com/icon/magnifying-glass-6485038/" class="black-50 normal underline">Magnifying Glass</a> by icondesign178 and <a href="https://thenounproject.com/icon/upload-6493826/" class="black-50 normal underline">Upload</a> by sureya from Noun Project (CC BY 3.0)</p>
 
  </div>
 
{% endblock outercontent %}