File tree 3 files changed +8
-8
lines changed
themes/vocabulary_theme/templates
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -22,22 +22,20 @@ CC isn't currently participating in Google Season of Docs (GSoD).
22
22
23
23
### Google Summer of Code
24
24
25
- CC is applying for participation in Google Summer of Code (GSoC) 2024 .
25
+ CC will apply for participation in Google Summer of Code (GSoC) 2025 .
26
26
27
27
- [ Program website] ( https://summerofcode.withgoogle.com/ )
28
28
29
29
<!--
30
- - [CC's GSoC 2024 page][gsoc2024cc ]
30
+ - [CC's GSoC 2025 page][gsoc2025cc ]
31
31
32
- [gsoc2024cc ]: https://summerofcode.withgoogle.com/programs/2024 /organizations/creative-commons
32
+ [gsoc2025cc ]: https://summerofcode.withgoogle.com/programs/2025 /organizations/creative-commons
33
33
-->
34
34
35
35
36
36
### Outreachy
37
37
38
- CC isn't participating in the May 2024 internships.
39
-
40
- CC will participate in the December 2024 internships.
38
+ CC is participating in the December 2024 cohort.
41
39
42
40
- [ Program website] ( https://www.outreachy.org/ )
43
41
- [ CC's Outreachy page] [ outreachycc ]
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
+ < html lang ="en ">
2
3
< meta charset ="utf-8 ">
3
4
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
4
5
< link rel ="shortcut icon " type ="image/x-icon " href ="{{ '/static/favicon.ico'|url }} ">
46
47
< header class ="container ">
47
48
< nav class ="navbar ">
48
49
< div class ="navbar-brand ">
49
- < a class ="has-text-black " href ="{{ '/'|url }} ">
50
+ < a class ="has-text-black " href ="{{ '/'|url }} " aria-label =" Home " >
50
51
< svg
51
52
class ="logo margin-top-small "
52
53
xmlns ="http://www.w3.org/2000/svg "
@@ -271,3 +272,4 @@ <h5>Our work relies on you!</h5>
271
272
</ div >
272
273
</ footer >
273
274
</ body >
275
+ </ html >
Original file line number Diff line number Diff line change 8
8
{% if post.author|length > = 2 %}
9
9
< img class ="profile " src ="/multiple-authors.jpg " alt ="multiple authors image "/>
10
10
{% else %}
11
- < img class ="profile " src ="https://secure.gravatar.com/avatar/{{ current_author.md5_hashed_email }}?size=200&d=mp " alt ="gravatar " />
11
+ < img class ="profile " src ="https://secure.gravatar.com/avatar/{{ current_author.md5_hashed_email }}?size=200&d=mp " alt ="author's gravatar " />
12
12
{% endif %}
13
13
</ figure >
14
14
</ header >
You can’t perform that action at this time.
0 commit comments