|
47 | 47 | <div class="navbar-brand">
|
48 | 48 | <a class="has-text-black" href="{{ '/'|url }}">
|
49 | 49 | <svg
|
50 |
| - class="logo margin-top-big" |
51 |
| - xmlns="http://www.w3.org/2000/svg" |
52 |
| - preserveAspectRatio="xMidYMid meet" |
53 |
| - viewBox="0 0 304 73"> |
54 |
| - <use href="#opensource"></use> |
55 |
| - </svg> |
| 50 | + class="logo margin-top-big" |
| 51 | + xmlns="http://www.w3.org/2000/svg" |
| 52 | + preserveAspectRatio="xMidYMid meet" |
| 53 | + viewBox="0 0 304 73"> |
| 54 | + <use href="#opensource"></use> |
| 55 | + </svg> |
56 | 56 | </a>
|
57 | 57 | <a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
|
58 | 58 | <span aria-hidden="true"></span>
|
|
66 | 66 | Blog
|
67 | 67 | </a>
|
68 | 68 | <div class="navbar-item has-dropdown is-hoverable">
|
69 |
| - <a class="navbar-link is-arrowless {% if this.is_child_of('/contributing-code') %} is-active{% endif%}">Contribute<i class="icon caret-down"></i></a> |
| 69 | + <a class="navbar-link is-arrowless {% if this.is_child_of('/contributing-code') %} is-active{% endif%}"> |
| 70 | + Contribute<i class="icon caret-down"></i></a> |
70 | 71 | <div class="navbar-dropdown">
|
71 | 72 | {% for href, title in [
|
72 | 73 | ['/contributing-code', 'Contribution Guidelines'],
|
|
80 | 81 | </div>
|
81 | 82 | </div>
|
82 | 83 | <div class="navbar-item has-dropdown is-hoverable">
|
83 |
| - <a class="navbar-link is-arrowless {% if this.is_child_of('/community') %} is-active{% endif%}">Community<i class="icon caret-down"></i></a> |
| 84 | + <a class="navbar-link is-arrowless {% if this.is_child_of('/community') %} is-active{% endif%}"> |
| 85 | + Community<i class="icon caret-down"></i></a> |
84 | 86 | <div class="navbar-dropdown is-active">
|
85 | 87 | {% for href, title in [
|
86 | 88 | ['/community', 'Join the Community'],
|
|
97 | 99 | </div>
|
98 | 100 | </div>
|
99 | 101 | <div class="navbar-item has-dropdown is-hoverable">
|
100 |
| - <a class="navbar-link is-arrowless {% if this.is_child_of('/internships') %} is-active{% endif%}">Internships<i class="icon caret-down"></i></a> |
| 102 | + <a class="navbar-link is-arrowless {% if this.is_child_of('/internships') %} is-active{% endif%}"> |
| 103 | + Internships<i class="icon caret-down"></i></a> |
101 | 104 | <div class="navbar-dropdown">
|
102 | 105 | {% for href, title in [
|
103 | 106 | ['/internships', 'Overview'],
|
|
111 | 114 | {% endfor %}
|
112 | 115 | </div>
|
113 | 116 | </div>
|
114 |
| - <a class="navbar-item {% if this.is_child_of('/cc-search') %} is-active{% endif%}" href="{{ '/cc-search'|url }}"> |
| 117 | + <a class="navbar-item {% if this.is_child_of('/cc-search') %} is-active{% endif%}" |
| 118 | + href="{{ '/cc-search'|url }}"> |
115 | 119 | CC Search
|
116 | 120 | </a>
|
117 | 121 | <div class="navbar-item has-dropdown is-hoverable">
|
118 |
| - <a class="navbar-link is-arrowless {% if this.is_child_of('/archives') %} is-active{% endif%}">Archives<i class="icon caret-down"></i></a> |
| 122 | + <a class="navbar-link is-arrowless {% if this.is_child_of('/archives') %} is-active{% endif%}">Archives<i |
| 123 | + class="icon caret-down"></i></a> |
119 | 124 | <div class="navbar-dropdown">
|
120 | 125 | {% for href, title in [
|
121 | 126 | ['/archives/old-tech-blog', 'CC Tech Blog (2007-2014)'],
|
122 | 127 | ['https://lists.ibiblio.org/pipermail/cc-devel/', 'cc-devel mailing list (2005-2015)'],
|
123 | 128 | ] %}
|
124 |
| - <a class="navbar-item" href="{{ href }}">{{ title }}</a> |
| 129 | + <a class="navbar-item" href="{{ href }}">{{ title }}</a> |
125 | 130 | {% endfor %}
|
126 | 131 | </div>
|
127 | 132 | </div>
|
|
167 | 172 | </ul>
|
168 | 173 | </nav>
|
169 | 174 | </div>
|
| 175 | +<<<<<<< HEAD |
170 | 176 | {% endif %}
|
171 | 177 |
|
172 | 178 | <!-- Body -->
|
173 | 179 | {% block body %}{% endblock %}
|
174 | 180 |
|
175 | 181 | <!-- Footer -->
|
| 182 | +======= |
| 183 | + </div> |
| 184 | + |
| 185 | +>>>>>>> bcd4f549329a5712d949d18fe9e317b18c2ac1a9 |
176 | 186 | <footer class="main-footer">
|
177 | 187 | <div class="container">
|
178 | 188 | <div class="columns">
|
179 |
| - <div class="column"> |
| 189 | + <div class="column is-one-quarter"> |
180 | 190 | <a href="https://creativecommons.org" class="main-logo margin-bottom-bigger">
|
181 |
| - <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 304 73" |
182 |
| - class=has-text-white> |
183 |
| - <use href="#logomark"></use> |
184 |
| - </svg> |
| 191 | + <span class="has-text-white"> |
| 192 | + <svg |
| 193 | + xmlns="http://www.w3.org/2000/svg" |
| 194 | + preserveAspectRatio="xMidYMid meet" |
| 195 | + viewBox="0 0 304 73"> |
| 196 | + <use href="#logomark"></use> |
| 197 | + </svg> |
| 198 | + </span> |
185 | 199 | </a>
|
186 |
| - <p> |
| 200 | + <div> |
187 | 201 | <address class="margin-bottom-normal">Creative Commons<br />PO Box 1866, Mountain View CA 94042</address>
|
188 | 202 | <a href="mailto:info@creativecommons.org" class="mail">info@creativecommons.org</a><br />
|
189 | 203 | <a href="tel://+1-415-429-6753" class="phone">+1-415-429-6753</a>
|
190 |
| - </p> |
| 204 | + </div> |
191 | 205 | <div class="margin-vertical-large">
|
192 | 206 | <a href="https://www.instagram.com/creativecommons" class="social has-text-white" target="_blank"
|
193 | 207 | rel="noopener">
|
|
207 | 221 | </a>
|
208 | 222 | </div>
|
209 | 223 | </div>
|
210 |
| - <div class="column is-half"> |
211 |
| - <nav class="footer-navigation"> |
212 |
| - <ul class="menu"> |
213 |
| - <li> |
214 |
| - <a href="{{ '/blog'|url }}" class="menu-item">Blog</a> |
215 |
| - </li> |
216 |
| - <li> |
217 |
| - <a href="{{ '/contributing-code'|url }}" class="menu-item">Contributing Guidelines</a> |
218 |
| - </li> |
219 |
| - <li> |
220 |
| - <a href="{{ '/community/community-team'|url }}" class="menu-item">Community Teams</a> |
221 |
| - </li> |
222 |
| - <li> |
223 |
| - <a href="{{ '/contributing-code/projects'|url }}" class="menu-item">Project List</a> |
224 |
| - </li> |
225 |
| - </ul> |
226 |
| - </nav> |
227 |
| - <div class="subscription"> |
228 |
| - <h5 class="b-header">Subscribe to our newsletter</h5> |
229 |
| - <form class="newsletter"> |
230 |
| - <input type="text" class="input" placeholder="Your email"> |
231 |
| - <input type="submit" value="subscribe" class="button small"> |
232 |
| - </form> |
| 224 | + <div class="column is-three-quarters"> |
| 225 | + <div class="columns"> |
| 226 | + <div class="column is-full"> |
| 227 | + <nav class="footer-navigation"> |
| 228 | + <ul class="menu"> |
| 229 | + <li> |
| 230 | + <a href="{{ '/blog'|url }}" class="menu-item">Blog</a> |
| 231 | + </li> |
| 232 | + <li> |
| 233 | + <a href="{{ '/contributing-code'|url }}" class="menu-item">Contributing Guidelines</a> |
| 234 | + </li> |
| 235 | + <li> |
| 236 | + <a href="{{ '/community/community-team'|url }}" class="menu-item">Community Teams</a> |
| 237 | + </li> |
| 238 | + <li> |
| 239 | + <a href="{{ '/contributing-code/projects'|url }}" class="menu-item">Project List</a> |
| 240 | + </li> |
| 241 | + </ul> |
| 242 | + </nav> |
| 243 | + </div> |
233 | 244 | </div>
|
234 |
| - <div class="attribution margin-top-bigger"> |
235 |
| - <p class="caption">Except where otherwise <a href="https://creativecommons.org/policies#license" |
236 |
| - target="_blank">noted</a>, content on this site is licensed under a <a |
237 |
| - href="https://creativecommons.org/licenses/by/4.0/" target="_blank">Creative Commons Attribution 4.0 |
238 |
| - International license</a>. Icons by <a href="https://fontawesome.com/" target="_blank" rel="noopener" |
239 |
| - class="has-text-white">Font Awesome</a>.</p> |
240 |
| - <div class="margin-top-smaller"> |
241 |
| - <i class="icon margin-right-small is-size-4">cclogo</i> |
242 |
| - <i class="icon margin-right-small is-size-4">ccby</i> |
| 245 | + <div class="columns"> |
| 246 | + <div class="column is-two-thirds"> |
| 247 | + <div class="subscription"> |
| 248 | + <h5 class="b-header">Subscribe to our newsletter</h5> |
| 249 | + <form class="newsletter"> |
| 250 | + <input type="text" class="input" placeholder="Your email"> |
| 251 | + <input type="submit" value="subscribe" class="button small"> |
| 252 | + </form> |
| 253 | + </div> |
| 254 | + <div class="attribution margin-top-bigger"> |
| 255 | + <p class="caption"> |
| 256 | + Except where otherwise |
| 257 | + <a href="https://creativecommons.org/policies#license" target="_blank" rel="noopener">noted</a>, |
| 258 | + content on this site is licensed under a |
| 259 | + <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">Creative Commons |
| 260 | + Attribution 4.0 International license</a>. |
| 261 | + <a href="https://creativecommons.org/website-icons" target="_blank" rel="noopener">Icons</a> |
| 262 | + by |
| 263 | + <a href="https://fontawesome.com/" target="_blank" rel="noopener">Font Awesome</a>. |
| 264 | + </p> |
| 265 | + <div class="margin-top-smaller"> |
| 266 | + <i class="icon margin-right-small is-size-4">cclogo</i> |
| 267 | + <i class="icon margin-right-small is-size-4">ccby</i> |
| 268 | + </div> |
| 269 | + </div> |
| 270 | + </div> |
| 271 | + <div class="column is-one-third"> |
| 272 | + <aside class="donate-section"> |
| 273 | + <h5>Our work relies on you!</h5> |
| 274 | + <p>Help us keep the internet free and open.</p> |
| 275 | + <a class="button small donate" href="http://creativecommons.org/donate"> |
| 276 | + <i class="icon cc-letterheart margin-right-small is-size-5 padding-top-smaller"></i> |
| 277 | + Donate now |
| 278 | + </a> |
| 279 | + </aside> |
243 | 280 | </div>
|
244 | 281 | </div>
|
245 | 282 | </div>
|
246 |
| - <div class="column"> |
247 |
| - <aside class="donate-section"> |
248 |
| - <h5>Our work relies on you!</h5> |
249 |
| - <p>Help us keep the internet free and open.</p> |
250 |
| - <a class="button small donate"> |
251 |
| - <svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid meet" viewBox="0 0 80 72"> |
252 |
| - <use href="#letterheart"></use> |
253 |
| - </svg>Donate Now |
254 |
| - </a> |
255 |
| - </aside> |
256 |
| - </div> |
257 | 283 | </div>
|
258 | 284 | </div>
|
259 | 285 | </footer>
|
|
0 commit comments