website: cloudflare sponsor mention and trademark notice in footer
This commit is contained in:
parent
5171c1be9c
commit
3bf1263412
4 changed files with 14 additions and 15 deletions
|
|
@ -92,14 +92,11 @@ endfor
|
||||||
|
|
||||||
{% comment %}{% include eji-banner.html %}{% endcomment %}
|
{% comment %}{% include eji-banner.html %}{% endcomment %}
|
||||||
|
|
||||||
{% if site.safe == true %}
|
<footer class="row">
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-105091131-2"></script>
|
<p>
|
||||||
<script>
|
Inter a trademark of <a href="https://rsms.me/">Rasmus Andersson</a>.
|
||||||
window.dataLayer = window.dataLayer || [];
|
Font vendor ID: <a href="https://learn.microsoft.com/en-us/typography/vendors/#r">RSMS</a>
|
||||||
function gtag(){dataLayer.push(arguments);}
|
</p>
|
||||||
gtag('js', new Date());
|
</footer>
|
||||||
gtag('config', 'UA-105091131-2');
|
|
||||||
</script>
|
|
||||||
{% endif %}
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,8 @@ layout: default
|
||||||
---
|
---
|
||||||
{%
|
{%
|
||||||
|
|
||||||
|
assign release_version = site.data.fontinfo[0].version %}{%
|
||||||
|
|
||||||
for file in site.static_files %}{%
|
for file in site.static_files %}{%
|
||||||
assign _path = file.path | remove_first: "/inter" %}{%
|
assign _path = file.path | remove_first: "/inter" %}{%
|
||||||
if _path == "/index.css" %}{%
|
if _path == "/index.css" %}{%
|
||||||
|
|
@ -96,6 +98,8 @@ endfor
|
||||||
@supports (font-variation-settings: normal) {
|
@supports (font-variation-settings: normal) {
|
||||||
:root { font-family: 'Inter var', sans-serif; }
|
:root { font-family: 'Inter var', sans-serif; }
|
||||||
}</pre>
|
}</pre>
|
||||||
|
<p>Global <abbr title="Content Delivery Network">CDN</abbr>
|
||||||
|
sponsored by <a href="https://cloudflare.com/">Cloudflare</a></p>
|
||||||
</c>
|
</c>
|
||||||
|
|
||||||
<c class="spacer"></c>
|
<c class="spacer"></c>
|
||||||
|
|
@ -130,7 +134,7 @@ endfor
|
||||||
<p>
|
<p>
|
||||||
Inter is a <a href="https://github.com/rsms/inter">free and open source</a> font family.<br>
|
Inter is a <a href="https://github.com/rsms/inter">free and open source</a> font family.<br>
|
||||||
You are free to use this font in almost any way imaginable.<br>
|
You are free to use this font in almost any way imaginable.<br>
|
||||||
Refer to the <a href="https://choosealicense.com/licenses/ofl-1.1/">SIL Open Font License 1.1</a> for exact details on what the conditions and restrictions are.
|
Refer to the <a href="https://raw.githubusercontent.com/rsms/inter/v{{release_version}}/LICENSE.txt">SIL Open Font License 1.1</a> for exact details on what the conditions and restrictions are.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<a id="sponsor-button"
|
<a id="sponsor-button"
|
||||||
|
|
|
||||||
|
|
@ -518,6 +518,9 @@ h2.banner {
|
||||||
color: #3B414A;
|
color: #3B414A;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer { opacity: 0.4; }
|
||||||
|
footer:hover { opacity: 1; }
|
||||||
|
|
||||||
|
|
||||||
/* --------------------------------------------------------------------- */
|
/* --------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -182,11 +182,6 @@ hills.
|
||||||
<img src="img/14.png" srcset="img/14@2x.png 2x" width="888">
|
<img src="img/14.png" srcset="img/14@2x.png 2x" width="888">
|
||||||
<img src="img/15.png" srcset="img/15@2x.png 2x" width="888">
|
<img src="img/15.png" srcset="img/15@2x.png 2x" width="888">
|
||||||
</p>
|
</p>
|
||||||
<p style="text-align:center">
|
|
||||||
<a
|
|
||||||
href="https://www.figma.com/file/WmU5NWr52bnUcqv5os0V4sWi/"
|
|
||||||
class="plain">Open these samples in Figma</a>
|
|
||||||
</p>
|
|
||||||
</div></div>
|
</div></div>
|
||||||
|
|
||||||
<script type="text/javascript">(function(){
|
<script type="text/javascript">(function(){
|
||||||
|
|
|
||||||
Reference in a new issue