Rename Font Awesome file to clarify it's a subset of the icon set
This commit is contained in:
parent
bd650661c2
commit
cea37dddc6
5 changed files with 4 additions and 3 deletions
1
TODO.md
1
TODO.md
|
@ -1,5 +1,6 @@
|
||||||
# To-do
|
# To-do
|
||||||
|
|
||||||
|
* use an XML query tool to build `img/font_awesome_subset.svg`
|
||||||
* rate limiting to prevent abuse - especially on POST requests
|
* rate limiting to prevent abuse - especially on POST requests
|
||||||
* consider removing `events` and `worldmap` modules
|
* consider removing `events` and `worldmap` modules
|
||||||
* ask Denver about why so many license files
|
* ask Denver about why so many license files
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
{% block category %}Copyright Assignment{% endblock %}
|
{% block category %}Copyright Assignment{% endblock %}
|
||||||
{% block outercontent %}
|
{% block outercontent %}
|
||||||
<div class="mw8 center ph2 ph3">
|
<div class="mw8 center ph2 ph3">
|
||||||
<h1>Thanks! <svg style="color: #ff41b4; width: 30px; height: 30px; vertical-align: middle;"><use href="{% static 'img/font_awesome.svg' %}#heart"></use></svg></h1>
|
<h1>Thanks! <svg style="color: #ff41b4; width: 30px; height: 30px; vertical-align: middle;"><use href="{% static 'img/font_awesome_subset.svg' %}#heart"></use></svg></h1>
|
||||||
|
|
||||||
<div class="mw7 mb5">
|
<div class="mw7 mb5">
|
||||||
<p>Thank you for assigning your copyright to Software Freedom Conservancy! We have recorded the below information regarding the assignment and the works.</p>
|
<p>Thank you for assigning your copyright to Software Freedom Conservancy! We have recorded the below information regarding the assignment and the works.</p>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block outercontent %}
|
{% block outercontent %}
|
||||||
<div class="mw8 center ph2 ph3">
|
<div class="mw8 center ph2 ph3">
|
||||||
<h1>Thanks! <svg style="color: #ff41b4; width: 30px; height: 30px; vertical-align: middle;"><use href="{% static 'img/font_awesome.svg' %}#heart"></use></svg></h1>
|
<h1>Thanks! <svg style="color: #ff41b4; width: 30px; height: 30px; vertical-align: middle;"><use href="{% static 'img/font_awesome_subset.svg' %}#heart"></use></svg></h1>
|
||||||
|
|
||||||
<div class="mw7 mb5">
|
<div class="mw7 mb5">
|
||||||
<p>Thanks very much for taking the time and effort to propose a community track. We'll get back to you as soon as we've selected the tracks. In the mean time if you have any questions, please email <a href="mailto:conference@sfconservancy.org">conference@sfconservancy.org</a>.</p>
|
<p>Thanks very much for taking the time and effort to propose a community track. We'll get back to you as soon as we've selected the tracks. In the mean time if you have any questions, please email <a href="mailto:conference@sfconservancy.org">conference@sfconservancy.org</a>.</p>
|
||||||
|
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
|
@ -99,7 +99,7 @@ strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">
|
||||||
|
|
||||||
<h2 class="f6 ttu mt2 mb1">RSS feed</h2>
|
<h2 class="f6 ttu mt2 mb1">RSS feed</h2>
|
||||||
<div class="ml2">
|
<div class="ml2">
|
||||||
<a href="/feeds/omnibus" class="mr2"><svg class="orange" style="width: 30px; height: 30px;"><use href="{% static 'img/font_awesome.svg#rss-square' %}"></use></svg></a>
|
<a href="/feeds/omnibus" class="mr2"><svg class="orange" style="width: 30px; height: 30px;"><use href="{% static 'img/font_awesome_subset.svg' %}#rss-square"></use></svg></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2 class="f6 ttu mt2 mb1">Follow us</h2>
|
<h2 class="f6 ttu mt2 mb1">Follow us</h2>
|
||||||
|
|
Loading…
Add table
Reference in a new issue