|
44 | 44 | <nav class="navbar">
|
45 | 45 | <div class="navbar-brand">
|
46 | 46 | <a class="has-text-black" href="{{ '/'|url }}">
|
47 |
| - <svg class="logo margin-top-big" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" |
| 47 | + <svg |
| 48 | + class="logo margin-top-big" |
| 49 | + xmlns="http://www.w3.org/2000/svg" |
| 50 | + preserveAspectRatio="xMidYMid meet" |
48 | 51 | viewBox="0 0 304 73">
|
49 | 52 | <use href="#opensource"></use>
|
50 | 53 | </svg>
|
|
61 | 64 | Blog
|
62 | 65 | </a>
|
63 | 66 | <div class="navbar-item has-dropdown is-hoverable">
|
64 |
| - <a class="navbar-link is-arrowless {% if this.is_child_of('/contributing-code') %} is-active{% endif%}">Contribute<i |
65 |
| - class="icon caret-down"></i></a> |
| 67 | + <a class="navbar-link is-arrowless {% if this.is_child_of('/contributing-code') %} is-active{% endif%}"> |
| 68 | + Contribute<i class="icon caret-down"></i></a> |
66 | 69 | <div class="navbar-dropdown">
|
67 | 70 | {% for href, title in [
|
68 | 71 | ['/contributing-code', 'Contribution Guidelines'],
|
|
71 | 74 | ['/contributing-code/github-repo-guidelines', 'GitHub Repo Guidelines'],
|
72 | 75 | ['/contributing-code/cc-search', 'CC Search'],
|
73 | 76 | ] %}
|
74 |
| - <a class="navbar-item" href="{{ href|url }}">{{ title }}</a> |
| 77 | + <a class="navbar-item" href="{{ href|url }}">{{ title }}</a> |
75 | 78 | {% endfor %}
|
76 | 79 | </div>
|
77 | 80 | </div>
|
78 | 81 | <div class="navbar-item has-dropdown is-hoverable">
|
79 |
| - <a class="navbar-link is-arrowless {% if this.is_child_of('/community') %} is-active{% endif%}">Community<i |
80 |
| - class="icon caret-down"></i></a> |
| 82 | + <a class="navbar-link is-arrowless {% if this.is_child_of('/community') %} is-active{% endif%}"> |
| 83 | + Community<i class="icon caret-down"></i></a> |
81 | 84 | <div class="navbar-dropdown is-active">
|
82 | 85 | {% for href, title in [
|
83 | 86 | ['/community', 'Join the Community'],
|
|
89 | 92 | ['/community/code-of-conduct', 'Code of Conduct'],
|
90 | 93 | ['/community/code-of-conduct/enforcement', 'Code of Conduct Enforcement'],
|
91 | 94 | ] %}
|
92 |
| - <a class="navbar-item" href="{{ href|url }}">{{ title }}</a> |
| 95 | + <a class="navbar-item" href="{{ href|url }}">{{ title }}</a> |
93 | 96 | {% endfor %}
|
94 | 97 | </div>
|
95 | 98 | </div>
|
96 | 99 | <div class="navbar-item has-dropdown is-hoverable">
|
97 |
| - <a class="navbar-link is-arrowless {% if this.is_child_of('/internships') %} is-active{% endif%}">Internships<i |
98 |
| - class="icon caret-down"></i></a> |
| 100 | + <a class="navbar-link is-arrowless {% if this.is_child_of('/internships') %} is-active{% endif%}"> |
| 101 | + Internships<i class="icon caret-down"></i></a> |
99 | 102 | <div class="navbar-dropdown">
|
100 | 103 | {% for href, title in [
|
101 | 104 | ['/internships', 'Overview'],
|
|
105 | 108 | ['/internships/mentor-guide', 'Mentor Guide'],
|
106 | 109 | ['/internships/history', 'History'],
|
107 | 110 | ] %}
|
108 |
| - <a class="navbar-item" href="{{ href|url }}">{{ title }}</a> |
| 111 | + <a class="navbar-item" href="{{ href|url }}">{{ title }}</a> |
109 | 112 | {% endfor %}
|
110 | 113 | </div>
|
111 | 114 | </div>
|
@@ -146,10 +149,14 @@ <h1 class="page-title pb-3 mb-4">{% block header %}{{ this.title }}{% endblock %
|
146 | 149 | <div class="columns">
|
147 | 150 | <div class="column is-one-quarter">
|
148 | 151 | <a href="https://creativecommons.org" class="main-logo margin-bottom-bigger">
|
149 |
| - <span class="has-text-white"><svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" |
| 152 | + <span class="has-text-white"> |
| 153 | + <svg |
| 154 | + xmlns="http://www.w3.org/2000/svg" |
| 155 | + preserveAspectRatio="xMidYMid meet" |
150 | 156 | viewBox="0 0 304 73">
|
151 | 157 | <use href="#logomark"></use>
|
152 |
| - </svg></span> |
| 158 | + </svg> |
| 159 | + </span> |
153 | 160 | </a>
|
154 | 161 | <div>
|
155 | 162 | <address class="margin-bottom-normal">Creative Commons<br />PO Box 1866, Mountain View CA 94042</address>
|
|
0 commit comments