|
2 | 2 | <meta charset="utf-8">
|
3 | 3 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
4 | 4 | <link rel="shortcut icon" type="image/x-icon" href="{{ '/static/favicon.ico'|url }}">
|
5 |
| -<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> |
6 |
| -<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet"> |
| 5 | +<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet" |
| 6 | + integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> |
7 | 7 | <link rel="stylesheet" href="{{ '/static/gen/style.css'|url }}">
|
8 | 8 | <link rel="stylesheet" href="{{ get_pygments_stylesheet()|url }}">
|
9 |
| -</style> |
| 9 | +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@creativecommons/vocabulary@1.0.0-beta.14/css/vocabulary.css"> |
10 | 10 | <meta property="og:site_name" content="Creative Commons" />
|
11 | 11 | <meta property="og:title" content="{{ this.title }}" />
|
12 | 12 | {% if this.description %}
|
|
21 | 21 | <meta property="og:url" content="{{ this|url }}" />
|
22 | 22 | <meta property="og:type" content="article" />
|
23 | 23 | {% set image = this.attachments.images.first() %}
|
24 |
| - {% if image %} |
| 24 | +{% if image %} |
25 | 25 | <meta property="og:image" content="{{ image|url(external=true)}}" />
|
26 |
| - {% endif %} |
| 26 | +{% endif %} |
27 | 27 | <meta name="twitter:card" content="summary_large_image" />
|
28 | 28 | <meta name="twitter:title" content="{{ this.title }}">
|
29 | 29 | <meta name="twitter:description" content="{{ desc }}">
|
30 |
| - {% if image %} |
| 30 | +{% if image %} |
31 | 31 | <meta name="twitter:image" content="{{ image|url(external=true) }}">
|
32 |
| - {% endif %} |
| 32 | +{% endif %} |
33 | 33 | <meta name="twitter:site" content="@creativecommons">
|
34 | 34 | <meta name="twitter:creator" content="@creativecommons">
|
35 |
| -<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> |
36 |
| -<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> |
37 |
| -<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> |
| 35 | +<script src="https://code.jquery.com/jquery-3.3.1.min.js" |
| 36 | + integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> |
| 37 | +<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" |
| 38 | + integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> |
| 39 | +<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" |
| 40 | + integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> |
38 | 41 | <script type="text/javascript" src="{{ '/static/gen/script.js'|url }}"></script>
|
39 | 42 | <title>{% block title %}Welcome{% endblock %} — Creative Commons on GitHub</title>
|
| 43 | + |
40 | 44 | <body>
|
41 | 45 | <div class="ga-script">{{ generate_google_analytics() }}</div>
|
42 | 46 | <header class="margin-horizontal-xxl">
|
@@ -134,17 +138,86 @@ <h1 class="page-title pb-3 mb-4">{% block header %}{{ this.title }}{% endblock %
|
134 | 138 | </div>
|
135 | 139 | </div>
|
136 | 140 | </div>
|
137 |
| - <footer class="main-footer bg-dark"> |
138 |
| - <div class="container-fluid"> |
139 |
| - <div class="row justify-content-md-center"> |
140 |
| - <div class="col-lg-9 col-md-9 col-sm-12 footer text-light py-4 px-3"> |
141 |
| - <small> |
142 |
| - <p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" |
143 |
| - style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a></p> |
144 |
| - <p class="text-muted">All the content on this website is licensed under a <strong><a rel="license" |
145 |
| - href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International |
146 |
| - License</a></strong> unless otherwise specified.</p> |
147 |
| - </small> |
| 141 | + <footer class="main-footer"> |
| 142 | + <div class="container"> |
| 143 | + <div class="columns"> |
| 144 | + <div class="column"> |
| 145 | + <a href="https://creativecommons.org" class="main-logo margin-bottom-bigger"> |
| 146 | + <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 304 73" |
| 147 | + class=has-text-white> |
| 148 | + <use href="#logomark"></use> |
| 149 | + </svg> |
| 150 | + </a> |
| 151 | + <p> |
| 152 | + <address class="margin-bottom-normal">Creative Commons<br />PO Box 1866, Mountain View CA 94042</address> |
| 153 | + <a href="mailto:info@creativecommons.org" class="mail">info@creativecommons.org</a><br /> |
| 154 | + <a href="tel://+1-415-429-6753" class="phone">+1-415-429-6753</a> |
| 155 | + </p> |
| 156 | + <div class="margin-vertical-large"> |
| 157 | + <a href="https://www.instagram.com/creativecommons" class="social has-text-white" target="_blank" |
| 158 | + rel="noopener"> |
| 159 | + <i class="icon margin-right-small is-size-4">instagram</i> |
| 160 | + </a> |
| 161 | + <a href="https://www.twitter.com/creativecommons" class="social has-text-white" target="_blank" |
| 162 | + rel="noopener"> |
| 163 | + <i class="icon margin-right-small is-size-4">twitter</i> |
| 164 | + </a> |
| 165 | + <a href="https://www.facebook.com/creativecommons" class="social has-text-white" target="_blank" |
| 166 | + rel="noopener"> |
| 167 | + <i class="icon margin-right-small is-size-4">facebook</i> |
| 168 | + </a> |
| 169 | + <a href="https://www.linkedin.com/company/creative-commons/" class="social has-text-white" target="_blank" |
| 170 | + rel="noopener"> |
| 171 | + <i class="icon margin-right-small is-size-4">linkedin</i> |
| 172 | + </a> |
| 173 | + </div> |
| 174 | + </div> |
| 175 | + <div class="column is-half"> |
| 176 | + <nav class="footer-navigation"> |
| 177 | + <ul class="menu"> |
| 178 | + <li> |
| 179 | + <a href="{{ '/blog'|url }}" class="menu-item">Blog</a> |
| 180 | + </li> |
| 181 | + <li> |
| 182 | + <a href="{{ '/contributing-code'|url }}" class="menu-item">Contributing Guidelines</a> |
| 183 | + </li> |
| 184 | + <li> |
| 185 | + <a href="{{ '/community/community-team'|url }}" class="menu-item">Community Teams</a> |
| 186 | + </li> |
| 187 | + <li> |
| 188 | + <a href="{{ '/contributing-code/projects'|url }}" class="menu-item">Project List</a> |
| 189 | + </li> |
| 190 | + </ul> |
| 191 | + </nav> |
| 192 | + <div class="subscription"> |
| 193 | + <h5 class="b-header">Subscribe to our newsletter</h5> |
| 194 | + <form class="newsletter"> |
| 195 | + <input type="text" class="input" placeholder="Your email"> |
| 196 | + <input type="submit" value="subscribe" class="button small"> |
| 197 | + </form> |
| 198 | + </div> |
| 199 | + <div class="attribution margin-top-bigger"> |
| 200 | + <p class="caption">Except where otherwise <a href="https://creativecommons.org/policies#license" |
| 201 | + target="_blank">noted</a>, content on this site is licensed under a <a |
| 202 | + href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 |
| 203 | + International license</a>. Icons by <a href="https://fontawesome.com/" target="_blank" rel="noopener" |
| 204 | + class="has-text-white">Font Awesome</a>.</p> |
| 205 | + <div class="margin-top-smaller"> |
| 206 | + <i class="icon margin-right-small is-size-4">cclogo</i> |
| 207 | + <i class="icon margin-right-small is-size-4">ccby</i> |
| 208 | + </div> |
| 209 | + </div> |
| 210 | + </div> |
| 211 | + <div class="column"> |
| 212 | + <aside class="donate-section"> |
| 213 | + <h5>Our work relies on you!</h5> |
| 214 | + <p>Help us keep the internet free and open.</p> |
| 215 | + <a class="button small donate"> |
| 216 | + <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 80 72"> |
| 217 | + <use href="#letterheart"></use> |
| 218 | + </svg>Donate Now |
| 219 | + </a> |
| 220 | + </aside> |
148 | 221 | </div>
|
149 | 222 | </div>
|
150 | 223 | </div>
|
|
0 commit comments