|
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" |
6 |
| - integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous"> |
7 | 5 | <link rel="stylesheet" href="{{ '/static/gen/style.css'|url }}">
|
8 | 6 | <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"> |
| 7 | +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@creativecommons/vocabulary/css/vocabulary.css"> |
10 | 8 | <meta property="og:site_name" content="Creative Commons" />
|
11 | 9 | <meta property="og:title" content="{{ this.title }}" />
|
12 | 10 | {% if this.description %}
|
|
43 | 41 |
|
44 | 42 | <body>
|
45 | 43 | <div class="ga-script">{{ generate_google_analytics() }}</div>
|
46 |
| - <header class="margin-horizontal-xxl"> |
| 44 | + <header class="bulma"> |
47 | 45 | <nav class="navbar">
|
48 | 46 | <div class="navbar-brand">
|
49 | 47 | {% set cc_logo = site.get('/').attachments.get('open_source.svg') %}
|
|
54 | 52 | preserveAspectRatio="xMidYMid meet"
|
55 | 53 | viewBox="0 0 304 73" src="{{ cc_logo|url }}">
|
56 | 54 | </a>
|
57 |
| - <a role="button" class="navbar-burger is-active" aria-label="menu" aria-expanded="false"> |
| 55 | + <a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false"> |
58 | 56 | <span aria-hidden="true"></span>
|
59 | 57 | <span aria-hidden="true"></span>
|
60 | 58 | <span aria-hidden="true"></span>
|
61 | 59 | </a>
|
62 | 60 | </div>
|
63 |
| - <div class="navbar-menu is-active"> |
| 61 | + <div class="navbar-menu"> |
64 | 62 | <div class="navbar-end">
|
65 | 63 | <a class="navbar-item {% if this.is_child_of('/blog') %} is-active{% endif%}" href="{{ '/blog'|url }}">
|
66 | 64 | Blog
|
|
81 | 79 | </div>
|
82 | 80 | <div class="navbar-item has-dropdown is-hoverable">
|
83 | 81 | <a class="navbar-link is-arrowless {% if this.is_child_of('/community') %} is-active{% endif%}">Community<i class="icon caret-down"></i></a>
|
84 |
| - <div class="navbar-dropdown"> |
| 82 | + <div class="navbar-dropdown is-active"> |
85 | 83 | {% for href, title in [
|
86 | 84 | ['/community', 'Join the Community'],
|
87 | 85 | ['/community/community-team', 'Community Team'],
|
|
0 commit comments