1
-
2
-
3
1
<!doctype html>
4
2
< meta charset ="utf-8 ">
5
3
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
6
4
< link rel ="shortcut icon " type ="image/x-icon " href ="{{ '/static/favicon.ico'|url }} ">
7
5
< link href ="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css " rel ="stylesheet "
8
6
integrity ="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS " crossorigin ="anonymous ">
9
- < link href ="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700 " rel ="stylesheet ">
10
7
< link rel ="stylesheet " href ="{{ '/static/gen/style.css'|url }} ">
11
8
< link rel ="stylesheet " href ="{{ get_pygments_stylesheet()|url }} ">
9
+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/npm/@creativecommons/vocabulary@1.0.0-beta.14/css/vocabulary.css ">
12
10
< meta property ="og:site_name " content ="Creative Commons " />
13
11
< meta property ="og:title " content ="{{ this.title }} " />
14
12
{% if this.description %}
@@ -161,8 +159,9 @@ <h1 class="page-title pb-3 mb-4">{% block header %}{{ this.title }}{% endblock %
161
159
< div class ="columns ">
162
160
< div class ="column ">
163
161
< a href ="https://creativecommons.org " class ="main-logo margin-bottom-bigger ">
164
- < svg xmlns ="http://www.w3.org/2000/svg " preserveAspectRatio ="xMidYMid meet " viewBox ="0 0 304 73 ">
165
- < use href ="/cc.svg#logomark "> </ use >
162
+ < svg xmlns ="http://www.w3.org/2000/svg " preserveAspectRatio ="xMidYMid meet " viewBox ="0 0 304 73 "
163
+ class =has-text-white >
164
+ < use href ="#logomark "> </ use >
166
165
</ svg >
167
166
</ a >
168
167
< p >
@@ -229,16 +228,14 @@ <h5 class="b-header">Subscribe to our newsletter</h5>
229
228
< aside class ="donate-section ">
230
229
< h5 > Our work relies on you!</ h5 >
231
230
< p > Help us keep the internet free and open.</ p >
232
- {% set cc = site.get('/').attachments.get('ccheart.svg') %}
233
231
< a class ="button small donate ">
234
232
< svg xmlns ="http://www.w3.org/2000/svg " preserveAspectRatio ="xMidYMid meet " viewBox ="0 0 80 72 ">
235
- < use href ="/ccheart.svg#ccheart "> </ use >
236
- </ svg > Donate now
233
+ < use href ="#letterheart "> </ use >
234
+ </ svg > Donate Now
237
235
</ a >
238
236
</ aside >
239
237
</ div >
240
238
</ div >
241
239
</ div >
242
240
</ footer >
243
-
244
- </ body >
241
+ </ body >
0 commit comments