Skip to content

Commit 6992780

Browse files
committed
update content in preparation for Outreachy 2021 End-of-year / December Cohort
1 parent d3d2dc9 commit 6992780

File tree

5 files changed

+29
-26
lines changed

5 files changed

+29
-26
lines changed

content/internships/contents.lr

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,24 @@ Creative Commons (CC) regularly participates in the following programs:
1414

1515
### Google Season of Docs (GSoD)
1616

17-
Creative Commons is not participating in the 2021 round of Google Season of
17+
Creative Commons is **not** participating in the 2021 round of Google Season of
1818
Docs.
1919

2020
- [Program website](https://developers.google.com/season-of-docs/)
2121

2222

2323
### Google Summer of Code (GSoC)
2424

25-
Creative Commons is not participating in the 2021 round of Google Summer of
25+
Creative Commons is **not** participating in the 2021 round of Google Summer of
2626
Code.
2727

2828
- [Program website](https://summerofcode.withgoogle.com/)
2929

3030

3131
### Outreachy
3232

33-
Creative Commons is not participating in the 2021 May round of Outreachy.
33+
**Creative Commons is participating in the 2021 End-of-year / December Cohort of
34+
Outreachy.**
3435

3536
- [Program website](https://www.outreachy.org/)
3637

@@ -50,3 +51,14 @@ Creative Commons is not participating in the 2021 May round of Outreachy.
5051
who are mentoring Creative Commons projects.
5152
- **[History](/internships/history/)**: This page has historical information on
5253
CC's open source internships, including links to prior interns' blog posts.
54+
55+
## Mentors
56+
57+
Mentors for 2021 End-of-year / December Cohort of Outreachy (list not yet finalized):
58+
59+
| Name | Pronouns | Slack Username |
60+
| ---- | -------- | -------------- |
61+
| Brylie | they/hän | `@Brylie Christopher Oxley` |
62+
| [Timid Robot][authortimidrobot] | they/them | `@Timid Robot` |
63+
64+
[authortimidrobot]: /blog/authors/TimidRobot/

content/internships/project-ideas-collection/add-cc-chooser-wordpress/contents.lr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ internship_tasks:
1919
The intern will be expected to:
2020
- Research about how the new CC Chooser manage the user workflow
2121
- Recreate that process in the WordPress admin panel
22-
Generate a new Gutenberg block
22+
- Generate a new Gutenberg block
2323
---
2424
application_tips:
2525
The intern should be able to plan this process and find the best way to adapt
@@ -46,7 +46,7 @@ skills_recommended:
4646
- WordPress
4747
---
4848
mentors:
49-
- Hugo
49+
- Brylie
5050
---
5151
difficulty: Medium
5252
---

content/internships/project-ideas-collection/licenses-machine-readable/contents.lr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ skills_recommended:
5757
- YAML
5858
---
5959
mentors:
60-
- Timid Robot Zehta
60+
- Timid Robot
6161
---
6262
difficulty: High
6363
---

content/internships/project-ideas-collection/vocabulary-performance/contents.lr

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ practices for implementing vocabulary with consumers:
1616
- Guidelines and suggestions for using [purgecss][purgecss] with Vocabulary
1717
- Instructions on how/and what to prefetch or preload (with copy-pastable meta
1818
tags) (see: [Preload, prefetch and other link tags | CSS-Tricks][csstricks])
19-
- Create tooling so that these performance improvements can be maintained over
20-
time. Some ideas:
19+
- Create tooling so that these performance improvements can be *maintained*
20+
over time. Some ideas:
2121
- Filesize monitoring via GitHub actions: [ampproject/filesize][filesize]
2222
- Add linting rules for Sass files [sds/scss-lint][scsslint]
2323

@@ -29,15 +29,14 @@ practices for implementing vocabulary with consumers:
2929
---
3030
expected_outcome:
3131
This work will have a strong and measurable impact on all sites using CC
32-
Vocabulary. The current live sites using vocabulary are:
32+
Vocabulary. The current live sites using vocabulary are:
3333
- https://chooser-beta.creativecommons.org/
3434
- https://opensource.creativecommons.org/
35-
- https://search.creativecommons.org/
3635
- https://summit.creativecommons.org/
3736

38-
We will be updating more CC websites to use Vocabulary in Q1 of this year.
39-
These changes will be quantifiable by measuring changes in page size (measured
40-
in kilobytes), and reduced load times on the Google-defined metrics "[core web
37+
We will be updating more CC websites to use Vocabulary. These changes will be
38+
quantifiable by measuring changes in page size (measured in kilobytes), and
39+
reduced load times on the Google-defined metrics "[core web
4140
vitals][corewebvitals]": Largest Contentful Paint (LCP), First Input Delay
4241
(FID), and Cumulative Layout Shift (CLS).
4342

@@ -83,9 +82,7 @@ skills_recommended:
8382
- JavaScript (optional)
8483
---
8584
mentors:
86-
- Abhishek Naidu
87-
- Nimish Bongale
88-
- Zack Krida
85+
- Brylie
8986
---
9087
difficulty: Medium
9188
---

content/internships/project-ideas-collection/vocabulary-remove-bulma/contents.lr

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@ colocated and easier to navigate.
2323
---
2424
internship_tasks:
2525
The intern will need to assess existing web properties and figma designs to
26-
determine which CSS classes from Bulma need to be replicated and integrated
27-
into Vocabulary. This also means keeping track of what Bulma features can be
28-
ignored. Initially, any Bulma features we’re not using should be kept; they can
29-
either be re-implemented manually or their code can be copied directly into
30-
vocabulary. Later, once our vocabulary sites have migrated to the new version
31-
of Vocabulary without Bulma, we can look at deprecating and removing some of
32-
these features.
26+
determine which css classes from Bulma need to be replicated and integrated
27+
into Vocabulary. They can either be re-implemented manually or their code can
28+
be copied directly into vocabulary.
3329

3430
This intern will need to follow consistent naming conventions and CSS
3531
architectural style ([Block Element Modifier {BEM}][bem], utility classes,
@@ -65,9 +61,7 @@ skills_recommended:
6561
- NPM
6662
---
6763
mentors:
68-
- Abhishek Naidu
69-
- Nimish Bongale
70-
- Zack Krida
64+
- Brylie
7165
---
7266
difficulty: High
7367
---

0 commit comments

Comments
 (0)