forked from creativecommons/creativecommons.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
774 lines (615 loc) · 36.3 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
<!doctype html>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" href="/static/gen/style.css">
<link rel="stylesheet" href="/static/pygments.css">
<meta property="og:site_name" content="Creative Commons" />
<meta property="og:title" content="Vocabulary Landing Page & Usage Guide Final Report" />
<meta property="og:description" content="We have reached the end of this wonderful journey. Let's comprehensively recap all my contributions during the GSoD internship period!" />
<meta property="og:url" content="/blog/entries/cc-vocabulary-docs-updates-closing/" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://cc-og-image.vercel.app/Vocabulary Landing Page & Usage Guide Final Report<br><sm style='font-size:70px;'>By
Nimish Bongale
</sm>.png?&md=1&fontFamily=roboto-condensed&fontSize=100px&images=https%3A%2F%2Fcc-vocabulary.netlify.app%2Flogos%2Fproducts%2Fopen_source.svg%23opensource&images=https://secure.gravatar.com/avatar/966c6091b47be539edc00210f36d2f65?size=300&d=mp" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Vocabulary Landing Page & Usage Guide Final Report">
<meta name="twitter:description" content="We have reached the end of this wonderful journey. Let's comprehensively recap all my contributions during the GSoD internship period!">
<meta name="twitter:site" content="@creativecommons">
<meta name="twitter:creator" content="@creativecommons">
<meta name="monetization" content="$ilp.uphold.com/edR8erBDbRyq">
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
<script type="text/javascript" src="/static/gen/script.js"></script>
<script src="https://unpkg.com/@creativecommons/vocabulary@2020.7.2/js/vocabulary.js"></script>
<script>
const globalHeaderInstance = vocabulary.createGlobalHeader();
</script>
<title>Vocabulary Landing Page & Usage Guide Final Report — Creative Commons Open Source</title>
<body>
<div class="ga-script">
<div id="ga-script"></div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2010376-37', 'auto');
ga('send', 'pageview');
</script>
</div>
<!-- Header -->
<header class="container">
<nav class="navbar">
<div class="navbar-brand">
<a class="has-text-black" href="/">
<svg
class="logo margin-top-small"
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 284 46">
<use href="#opensource"></use>
</svg>
</a>
<a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div class="navbar-menu">
<div class="navbar-end">
<a class="navbar-item is-active" href="/blog/">
Blog
</a>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link is-arrowless " tabindex="0">
Contribute<i class="icon caret-down"></i></a>
<div class="navbar-dropdown">
<a class="navbar-item" href="/contributing-code/">Contribution Guidelines</a>
<a class="navbar-item" href="/contributing-code/projects/">Project List</a>
<a class="navbar-item" href="/contributing-code/issue-finder/">Issue Finder</a>
<a class="navbar-item" href="/contributing-code/pr-guidelines/">Pull Request Guidelines</a>
<a class="navbar-item" href="/contributing-code/github-repo-guidelines/">GitHub Repo Guidelines</a>
<a class="navbar-item" href="/contributing-code/repo-labels/">Repository Labels</a>
<a class="navbar-item" href="/contributing-code/python-guidelines/">Python Guidelines</a>
<a class="navbar-item" href="/contributing-code/translation-guide/">Translation Guide</a>
<a class="navbar-item" href="/contributing-code/usability/">Usability</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link is-arrowless " tabindex="0">
Community<i class="icon caret-down"></i></a>
<div class="navbar-dropdown is-active">
<a class="navbar-item" href="/community/">Join the Community</a>
<a class="navbar-item" href="/community/community-team/">Community Team</a>
<a class="navbar-item" href="/community/community-team/members/">Community Team Members</a>
<a class="navbar-item" href="/community/community-team/project-roles/">Project Roles</a>
<a class="navbar-item" href="/community/community-team/community-building-roles/">Community Building Roles</a>
<a class="navbar-item" href="/community/write-a-blog-post/">Write a Blog Post</a>
<a class="navbar-item" href="/community/code-of-conduct/">Code of Conduct</a>
<a class="navbar-item" href="/community/code-of-conduct/enforcement/">Code of Conduct Enforcement</a>
</div>
</div>
<div class="navbar-item has-dropdown is-hoverable">
<a class="navbar-link is-arrowless " tabindex="0">
Internships<i class="icon caret-down"></i></a>
<div class="navbar-dropdown">
<a class="navbar-item" href="/internships/">Overview</a>
<a class="navbar-item" href="/internships/project-ideas/">Project Ideas</a>
<a class="navbar-item" href="/internships/applicant-guide/">Applicant Guide</a>
<a class="navbar-item" href="/internships/intern-guide/">Intern Guide</a>
<a class="navbar-item" href="/internships/mentor-guide/">Mentor Guide</a>
<a class="navbar-item" href="/internships/history/">History</a>
</div>
</div>
</div>
</div>
</nav>
</header>
<!-- Breadcrumb -->
<div class="breadcrumb-container">
<nav class="container breadcrumb caption bold" aria-label="breadcrumbs">
<ul>
<!-- Extracting the slugs of URL -->
<!-- Active link -->
<!-- Forming the URL using extracted slugs -->
<li><a class="link" href="/">
Home
</a></li>
<!-- Active link -->
<!-- Forming the URL using extracted slugs -->
<li><a class="link" href="/blog/">
Blog
</a></li>
<!-- Active link -->
<!-- Forming the URL using extracted slugs -->
<li><a class="link" href="/blog/entries/">
Entries
</a></li>
<!-- Active link -->
<li class="is-active"><a aria-current="page displayed">Vocabulary Landing Page & Usage Guide Final Report</a></li>
</ul>
</nav>
</div>
<!-- Body -->
<div class="single-post">
<header class="single-post-header">
<div class="container">
<h4>CC Open Source Blog</h4>
<h2 class="title">Vocabulary Landing Page & Usage Guide Final Report</h2>
<div class="author columns is-marginless">
<figure class="image profile">
<img src="https://secure.gravatar.com/avatar/966c6091b47be539edc00210f36d2f65?size=200&d=mp" alt="gravatar" class="profile" />
</figure>
<p class="column">by <a href="/blog/authors/nimishbongale/">
Nimish Bongale
</a>
on 2020-12-03</p>
</div>
<div class="series-header">
<span>This blog is part of the series:</span>
<a href="#series">"GSoD-2020: Vocabulary Usage Guide"</a>
</div>
</div>
</header>
<div class="single-post-body content container">
<p>We have reached the end of this wonderful journey. Let's comprehensively recap all my contributions during the GSoD internship period!</p>
<h2 id="vocabulary-site-updates-edition-4/4">Vocabulary Site Updates (Edition 4/4)</h2><p>After securing acceptance, I received the necessary github invites. I was given write access to the <a href="https://github.com/creativecommons/vocabulary">Vocabulary GitHub repository</a> as a <strong>CC Vocabulary Core Committer</strong>.</p>
<h3 id="proposed-initial-plan">Proposed Initial Plan</h3><h4 id="project-synopsis">Project Synopsis</h4><p>Vocabulary has immense potential to be used as a primary UI component library for website building. What it needs is a robust yet layman-friendly how-to guide. Important developer information such as component guides, usage specifications and configuration tweaks form an essential part of any documentation. This will not only encourage existing users to get a feel of how vocabulary continues to grow and reach new milestones, but also promote the usage of Vocabulary in comparatively newer projects. The desired outcomes of my stint as an intern would not only involve penning out a no-nonsense guide to using the pre-existing components but also the designing and developing of a home page (leading to an integrated documentation for each) for Vocabulary, Vue-Vocabulary and Fonts.</p>
<h3 id="proposed-improvised-timelines-deliverables">Proposed & Improvised Timelines & Deliverables</h3><p>Here's a list of all the weekly goals that I met:</p>
<p><strong>Pre-Internship</strong></p>
<ul>
<li>Understood Creative Commons as an organisation, its work and related ethics.</li>
<li>Had a look at CC’s github repositories and understand the code structure.</li>
<li>Opened Issues and PR’s to get acquainted with the repository workflows.</li>
<li>Interacted with my mentor and established the basic ideas regarding the project in question.</li>
<li>Further researched about the needs of the project, and ponder over its potential impact after implementation.</li>
</ul>
<p><strong>Week 1</strong>
(09/14 - 09/21)</p>
<ul>
<li>Understood Vocabulary, Vue-Vocabulary and Fonts in greater depth, and their existing components.</li>
<li>Designed a first look unified landing page for Vocabulary, Vue-Vocabulary and Fonts based on Vocabulary components.</li>
<li>Interacted with my mentor and other team members and established a rapport.</li>
</ul>
<p><strong>Week 2</strong>
(09/22 - 09/28)</p>
<ul>
<li>Tackled queries regarding the choice of design, page structure etc., and sought approval from CC’s UX Designer.</li>
<li>Began to write the content which will need to fill up the main landing page.</li>
</ul>
<p><strong>Week 3</strong>
(09/29 - 10/06)</p>
<ul>
<li>Finalized the headings, sub-headings and other sections which will need to be present in the landing site & documentation.</li>
<li>Kept the code ready for accepting documentation contents. Have github pages/netlify/surge configured for continuous integration and deployment.</li>
</ul>
<p><strong>Week 4</strong>
(10/07 - 10/14)</p>
<ul>
<li>Began to write under “Introduction”, “Getting Started” and ”Grid Components” sub-headings of the documentation.</li>
<li>Started developing the main landing page using Vocabulary components.</li>
</ul>
<p><strong>Week 5</strong>
(10/15 - 10/22)</p>
<ul>
<li>Got complete approval for the main page contents.</li>
<li>Worked on coding the “Dark Theme”.</li>
<li>Facilitated hacktoberfest contributors and spoke at a CCOS event.</li>
</ul>
<p><strong>Week 6</strong>
(10/23 - 10/30)</p>
<ul>
<li>Wrote a mid-internship blog post describing work done and how the experience has been so far with CC.</li>
<li>Started compiling the document guides for all the components in Vocabulary. Made revamps where necessary.</li>
</ul>
<p><strong>Week 7</strong>
(10/31 - 11/07)</p>
<ul>
<li>Integrated the main page contents and the main landing page itself, had it up and running. </li>
</ul>
<p><strong>Week 8</strong>
(11/08 - 11/15)</p>
<ul>
<li>Finished writing the Vocabulary usage guide and seek initial approval.</li>
</ul>
<p><strong>Week 9</strong>
(11/16 - 11/23)</p>
<ul>
<li>Finalized on the guides and the main page contents.</li>
<li>Carried out the necessary landing page to doc integration.</li>
<li>Published a sample build using surge for viewing and surveying purposes.</li>
</ul>
<p><strong>Week 10</strong>
(11/24 - 11/30)</p>
<ul>
<li>Surveyed development builds for Accessibility using WAVE and Accessibility Insights for Web.</li>
<li>Surveyed the site for responsiveness using Chrome Dev Tools.</li>
<li>Generated Lighthouse reports.</li>
<li>Optimised for Search Engines using meta tags and external links.</li>
</ul>
<p><strong>Week 11</strong>
(11/30 - 12/05)</p>
<ul>
<li>Worked towards improving the report statistics until they reach a respectable target.</li>
<li>Wrote a blog post summarizing everything, and about my performance cum involvement in CC.</li>
</ul>
<p><strong>Week 12</strong>
(12/06 - 12/12)</p>
<ul>
<li>Sought daily approvals until everything is finalised.</li>
<li>Go through my writings and code upteen times for any miniscule errors.</li>
</ul>
<p><strong>Week 13</strong>
(12/13 - 12/19)</p>
<ul>
<li>Cleaned code, make sure everything is properly linted and ready before the final closing commits. </li>
<li>Published the “Concluding Internship” blog post, rounding up my wholesome journey. </li>
<li>Sought final closing approval.</li>
</ul>
<p><strong>Post-Internship</strong></p>
<ul>
<li>Promote the use of CC attributed works.</li>
<li>Interact with the community, answer queries or doubts regarding CC.</li>
<li>Carry out community work of the repositories I’ve contributed to.</li>
<li>Leverage experience gained during this internship for future endeavours.</li>
</ul>
<h3 id="the-vocabulary-site">The Vocabulary Site</h3><p>Here's the link to <a href="https://cc-vocab-draft.web.app">the landing site</a>.</p>
<ul>
<li>Went through <strong>3</strong> Design Iterations.</li>
<li>Designed the mockups in <a href="https://figma.com">Figma</a>.</li>
<li>Wrote the content filling up the landing page.</li>
<li>After approval from the UX Designer, waited for an approval from the Frontend Engineer.</li>
<li>Sought continuous approval from my mentor <a href="https://opensource.creativecommons.org/blog/authors/dhruvkb/">dhruvkb</a>.</li>
<li>Used <a href="https://vuejs.org">Vue.js</a> + <a href="https://www.npmjs.com/package/@creativecommons/vocabulary">CC Vocabulary</a> to build a highly modularised site.</li>
<li>Went through a couple of iterations of the website itself.</li>
<li>Made about <strong>112</strong> commits (<strong>15,000</strong> lines of code) in my <em>gsod-nimish</em> branch.</li>
</ul>
<pre>
<center>
<img alt"Contributions to CC" src="github.png"/><br>
<small class="muted">All my contributions to Creative Commons!</small>
</center>
</pre><ul>
<li>Used Github API to display repository statistics.</li>
</ul>
<pre>
<center>
<img alt"Fetch stats from Github API" src="stats.png"/><br>
<small class="muted">Fetching dynamic stats from the GitHub API</small>
</center>
</pre><ul>
<li>PR was reviewed and merged on the <strong>25th of November</strong>.</li>
</ul>
<p>Here's how the site looks right now:</p>
<pre>
<center>
<img alt"The final website!" src="website.png"/><br>
<small class="muted">Snapshot of the final website!</small>
</center>
</pre><ul>
<li>Used <a href="https://surge.sh">surge</a> & <a href="https://web.app">firebase</a> for draft deploys.</li>
<li>Carried out <a href="https://developers.google.com/web/tools/lighthouse">lighthouse</a> testing.</li>
</ul>
<pre>
<center>
<img alt="Lighthouse reports" src="light.png"/><br>
<small class="muted">Lighthouse reports for our live site</small>
</center>
</pre><ul>
<li>Prompted changes to improve accessibility, SEO and PWA characteristics.</li>
</ul>
<h3 id="core-documentation">Core Documentation</h3><p>Here's the link to the <a href="https://cc-vocabulary.netlify.app">documentation site</a>.</p>
<ul>
<li>Used <a href="https://storybook.js.org/">StorybookJS</a>.</li>
<li>Modified the existing overview page.</li>
<li>Removed highly verbose sections from the docs. </li>
<li>Documented Vocabulary sprint planning workflow.</li>
<li>Documented how to use a markdown component with CC Vocabulary.</li>
<li>Embedded hyperlink to other open source projects to improve SEO.</li>
<li>Increased uniformity across documentation present in the storybooks.</li>
<li>Added alt descriptions & aria labels for certain images to improve accessibility.</li>
</ul>
<h3 id="my-learnings-and-challenges">My Learnings And Challenges</h3><ul>
<li>Design is more than just picking colors and placing components on a grey screen.</li>
<li>It's important to read your own writings from an unbiased perspective to actually understand how well it would be perceived.</li>
<li>Publishing to npmjs is not difficult!</li>
<li>Knowing the previously existing code in your project is of serious essence. It's important to understand the code styles, structure & activity of the code that you are dealing with.</li>
<li>Be patient! Its fine to delay something if it makes sense to have it logically accomplished only after certain other tasks are done & dusted with.</li>
<li>How essential it is to write neat code is something that's not spoken too often. (I wonder why...)</li>
<li>I always thought Vue.js sets up SPA's by default. I'm surprised you need to configure it additionally to do just that!</li>
<li>Storybook is just a really nifty OSS with great community support!</li>
<li>Vue.js is fantastic. Maybe I'm a Vue.js fan now. Should I remain loyal to React? I don't know.</li>
<li>Making a site responsive isn't the easiest of tasks, but it's certainly doable after a lot of stretching & compressing; lets say that.</li>
<li>"Code formatting is essential" would be an understatement to make.</li>
<li>Monorepo's have their own pro's and con's. But in our case the con's were negligible, thankfully!</li>
<li>GSoD isn't just about documentation; there's some serious amount of coding too!</li>
<li>You don't have to sit and write code for hours together. Take breaks, come back, and the fix will strike you sooner than ever.</li>
<li>Timelines change; improvisation being an essential aspect of any project!</li>
<li>MDX is a neat little format to code in! Documenting code is just so much easier.</li>
<li>Things become obsolete. Versions become outdated. Code maintaining is therefore, easier said than done!</li>
</ul>
<h3 id="issues-pr-s-raised-during-gsod-period">Issues & PR's raised during GSoD period</h3><table>
<thead>
<tr>
<th>Repository</th>
<th>Contribution</th>
<th>Relevant links</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan=14><a href="https://github.com/creativecommons/vocabulary">@creativecommons/vocabulary</a></td>
<td>Developed the CC Vocabulary Landing Page</td>
<td><a href="https://github.com/creativecommons/vocabulary/pull/747">https://github.com/creativecommons/vocabulary/pull/747<br><a href="https://cc-vocab-draft.web.app">https://cc-vocab-draft.web.app</a></td>
</tr>
<tr>
<td>Implemented dark mode for our storybooks</td>
<td><a href="https://github.com/creativecommons/vocabulary/pull/806">https://github.com/creativecommons/vocabulary/pull/806</a><br><a href="https://cc-vocabulary.netlify.app">https://cc-vocabulary.netlify.app</a></td>
</tr>
<tr>
<td>Carried out a monorepo wide documentation revamp</td>
<td><a href="https://github.com/creativecommons/vocabulary/pull/813">https://github.com/creativecommons/vocabulary/pull/813</a></td>
</tr>
<tr>
<td>Wrote the Monorepo Documentation Story</td>
<td><a href="https://github.com/creativecommons/vocabulary/pull/785">https://github.com/creativecommons/vocabulary/pull/785</a><br><a href="https://cc-vocabulary.netlify.app/?path=/docs/vocabulary-structure--page#why-is-vocabulary-a-monorepo">https://cc-vocabulary.netlify.app/?path=/docs/vocabulary-structure--page#why-is-vocabulary-a-monorepo</a></td>
</tr>
<tr>
<td>Wrote the Grid Documentation Story</td>
<td><a href="https://github.com/creativecommons/vocabulary/pull/802">https://github.com/creativecommons/vocabulary/pull/802</a><br><a href="https://cc-vocabulary.netlify.app/?path=/docs/layouts-grid--fullhd#grid-system">https://cc-vocabulary.netlify.app/?path=/docs/layouts-grid--fullhd#grid-system</a></td>
</tr>
<tr>
<td>Wrote the "Getting Started" Usage Guide</td>
<td><a href="https://github.com/creativecommons/vocabulary/pull/774">https://github.com/creativecommons/vocabulary/pull/774</a><br><a href="https://cc-vocabulary.netlify.app/?path=/story/vocabulary-getting-started--page#getting-started">https://cc-vocabulary.netlify.app/?path=/story/vocabulary-getting-started--page#getting-started</a></td>
</tr>
<tr>
<td>Added a CHANGELOG.md to adhere to OSS conventions</td>
<td><a href=https://github.com/creativecommons/vocabulary/pull/671">https://github.com/creativecommons/vocabulary/pull/671</a><br><a href="https://github.com/creativecommons/vocabulary/blob/master/CHANGELOG.md">https://github.com/creativecommons/vocabulary/blob/master/CHANGELOG.md</a></td>
</tr>
<tr>
<td>Unified README.md and updated monorepo build process</td>
<td><a href="https://github.com/creativecommons/vocabulary/pull/649">https://github.com/creativecommons/vocabulary/pull/649</a><br><a href="https://www.npmjs.com/package/@creativecommons/vocabulary">https://www.npmjs.com/package/@creativecommons/vocabulary</a><br><a href="https://www.npmjs.com/package/@creativecommons/fonts">https://www.npmjs.com/package/@creativecommons/fonts</a><br><a href="https://www.npmjs.com/package/@creativecommons/vue-vocabulary">https://www.npmjs.com/package/@creativecommons/vue-vocabulary</a></td>
</tr>
<tr>
<td>Configured GitHub native dependabot</td>
<td><a href="https://github.com/creativecommons/vocabulary/pull/452">https://github.com/creativecommons/vocabulary/pull/452</a></td>
</tr>
<tr>
<td>Added phone screen backgrounds</td>
<td><a href="https://github.com/creativecommons/vocabulary/pull/445">https://github.com/creativecommons/vocabulary/pull/445</a></td>
</tr>
<tr>
<td>Introduce Snapshot Testing to Vocabulary using Chromatic</td>
<td><a href="https://github.com/creativecommons/vocabulary/issues/735">https://github.com/creativecommons/vocabulary/issues/735</a></td>
</tr>
<tr>
<td>Add a maintained with Lerna badge</td>
<td><a href="https://github.com/creativecommons/vocabulary/issues/807">https://github.com/creativecommons/vocabulary/issues/807</a><br><a href="https://github.com/creativecommons/vocabulary/blob/master/README.md">https://github.com/creativecommons/vocabulary/blob/master/README.md</a></td>
</tr>
<tr>
<td>Add new install size badges for our packages</td>
<td><a href="https://github.com/creativecommons/vocabulary/issues/776">https://github.com/creativecommons/vocabulary/issues/776</a><br><a href="https://github.com/creativecommons/vocabulary/blob/master/README.md">https://github.com/creativecommons/vocabulary/blob/master/README.md</a</td>
</tr>
<tr>
<td>Customise individual README's for our packages</td>
<td><a href="https://github.com/creativecommons/vocabulary/issues/736">https://github.com/creativecommons/vocabulary/issues/736</a></td>
</tr>
<tr>
<td rowspan=5><a href="https://github.com/creativecommons/creativecommons.github.io-source">@creativecommons/creativecommons.github.io-source</a></td>
<td>Introductory First Blog Post</td>
<td><a href="https://github.com/creativecommons/creativecommons.github.io-source/pull/530">https://github.com/creativecommons/creativecommons.github.io-source/pull/530</a><br><a href="https://opensource.creativecommons.org/blog/entries/cc-vocabulary-docs-intro/">https://opensource.creativecommons.org/blog/entries/cc-vocabulary-docs-intro/</a></td>
</tr>
<tr>
<td>Vocabulary Site Update v1</td>
<td><a href="https://github.com/creativecommons/creativecommons.github.io-source/pull/549">https://github.com/creativecommons/creativecommons.github.io-source/pull/549</a><br><a href="https://opensource.creativecommons.org/blog/entries/cc-vocabulary-docs-updates-1/">https://opensource.creativecommons.org/blog/entries/cc-vocabulary-docs-updates-1/</a></td>
</tr>
<tr>
<td>Vocabulary Mid Internship Update v2</td>
<td><a href="https://github.com/creativecommons/creativecommons.github.io-source/pull/555">https://github.com/creativecommons/creativecommons.github.io-source/pull/555</a><br><a href="https://opensource.creativecommons.org/blog/entries/cc-vocabulary-docs-updates-2/">https://opensource.creativecommons.org/blog/entries/cc-vocabulary-docs-updates-2/</a></td>
</tr>
<tr>
<td>Vocabulary Site Update v3</td>
<td><a href="https://github.com/creativecommons/creativecommons.github.io-source/pull/561">https://github.com/creativecommons/creativecommons.github.io-source/pull/561</a><br><a href="https://opensource.creativecommons.org/blog/entries/cc-vocabulary-docs-updates-3/">https://opensource.creativecommons.org/blog/entries/cc-vocabulary-docs-updates-3/</a></td>
</tr>
<tr>
<td>Vocabulary Site Final Update</td>
<td><a href="https://github.com/creativecommons/creativecommons.github.io-source/pull/564">https://github.com/creativecommons/creativecommons.github.io-source/pull/564</a><br><a href="/">https://opensource.creativecommons.org/blog/entries/cc-vocabulary-docs-updates-closing/</a></td>
</tr>
<tr>
<td><a href="https://github.com/creativecommons/cccatalog-api">@creativecommons/cccatalog-api</a></td>
<td>Configured GitHub native dependabot</td>
<td><a href="https://github.com/creativecommons/cccatalog-api/pull/53">https://github.com/creativecommons/cccatalog-api/pull/53</a></td>
</tr>
<tr>
<td><a href="https://github.com/creativecommons/ccos-scripts">@creativecommons/ccos-scripts</a></td>
<td>Fix file extension in README.md docs</td>
<td><a href="https://github.com/creativecommons/ccos-scripts/pull/100">https://github.com/creativecommons/ccos-scripts/pull/100</a></td>
</tr>
</tbody>
</table><p>Follow along my complete GSoD journey through <a href="https://opensource.creativecommons.org/blog/series/gsod-2020-vocabulary-usage-guide/">these series of posts</a>.</p>
<h3 id="memorable-milestones-screenshots">Memorable Milestones Screenshots</h3><pre>
<center>
<img alt"Merged!" src="merged747.png"/><br>
<small class="muted">GSoD PR merged!</small>
</center>
</pre>
<br>
<pre>
<center>
<img alt"Dark Mode" src="darkmode.png"/><br>
<small class="muted">Behold the dark theme!</small>
</center>
</pre>
<br>
<pre>
<center>
<img alt"Grid Docs" src="grid.png"/><br>
<small class="muted">Grid Documenation Story</small>
</center>
</pre>
<br>
<pre>
<center>
<img alt"Monorepo Document Story" src="structure.png"/><br>
<small class="muted">Monorepo Structure Story</small>
</center>
</pre><h3 id="conclusion">Conclusion</h3><p>My GSoD internship has been by far, a very successful and a fruitful one. I thank the the GSoD team for all their efforts in oragnising it this year. I would also like to thank the entire Creative Commons team for all their motivation and support. The onboarding & see-off was very smooth indeed!</p>
<p align="center">
<strong>Thank you for all your time! This was the final blog post under the Vocabulary docs series. I'll be around for times to come, but until then, sayonara!</strong>
</p>
</div>
<footer class="single-post-footer container">
<div class="category">
<h4 class="category-title">Categories</h4>
<div class="categories">
<a class="button tag" href=" /blog/categories/cc-vocabulary/ ">cc-vocabulary</a>
<a class="button tag" href=" /blog/categories/gsod/ ">gsod</a>
<a class="button tag" href=" /blog/categories/gsod-2020/ ">gsod-2020</a>
</div>
</div>
<div class="series-posts" id="series">
<h5 class="title">Posts in the "GSoD-2020: Vocabulary Usage Guide" series</h5>
<ul class="posts">
<li>
<i class="icon circle-filled"></i><a href="/blog/entries/cc-vocabulary-docs-intro/">Vocabulary Site & Usage Guide Introduction (GSoD'20)</a>
</li>
<li>
<i class="icon circle-filled"></i><a href="/blog/entries/cc-vocabulary-docs-updates-1/">Vocabulary Site Updates (v1)</a>
</li>
<li>
<i class="icon circle-filled"></i><a href="/blog/entries/cc-vocabulary-docs-updates-2/">Vocabulary Site Mid-Internship Update (v2)</a>
</li>
<li>
<i class="icon circle-filled"></i><a href="/blog/entries/cc-vocabulary-docs-updates-3/">Vocabulary Site Updates (Part 3/n)</a>
</li>
<li class="has-color-dark-slate-gray">
<i class="icon circle-filled"></i>Vocabulary Landing Page & Usage Guide Final Report
</li>
</ul>
</div>
<div class="comments">
<div id="disqus_thread"></div>
<script>
var disqus_config = function() { this.page.identifier = "/blog/entries/cc-vocabulary-docs-updates-closing"; this.page.url = "http://opensource.creativecommons.org/blog/entries/cc-vocabulary-docs-updates-closing/"; };
(function() {
var d = document, s = d.createElement('script');
s.src = '//cc-open-source.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>
Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript"
rel="nofollow">comments powered by Disqus.</a>
</noscript>
</div>
</footer>
</div>
<!-- Footer -->
<footer class="main-footer">
<div class="container">
<div class="columns">
<div class="column is-one-quarter">
<a href="https://creativecommons.org" class="main-logo margin-bottom-bigger">
<span class="has-text-white">
<svg
xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid meet"
viewBox="0 0 304 73">
<use href="#logomark"></use>
</svg>
</span>
</a>
<div>
<address class="margin-bottom-normal">Creative Commons<br />PO Box 1866, Mountain View CA 94042</address>
<a href="mailto:info@creativecommons.org" class="mail">info@creativecommons.org</a><br />
<a href="tel://+1-415-429-6753" class="phone">+1-415-429-6753</a>
</div>
<div class="margin-vertical-large">
<a href="https://www.instagram.com/creativecommons" class="social has-text-white" target="_blank"
rel="noopener">
<i class="icon margin-right-small is-size-4">instagram</i>
</a>
<a href="https://www.twitter.com/creativecommons" class="social has-text-white" target="_blank"
rel="noopener">
<i class="icon margin-right-small is-size-4">twitter</i>
</a>
<a href="https://www.facebook.com/creativecommons" class="social has-text-white" target="_blank"
rel="noopener">
<i class="icon margin-right-small is-size-4">facebook</i>
</a>
<a href="https://www.linkedin.com/company/creative-commons/" class="social has-text-white" target="_blank"
rel="noopener">
<i class="icon margin-right-small is-size-4">linkedin</i>
</a>
</div>
</div>
<div class="column is-three-quarters">
<div class="columns">
<div class="column is-full">
<nav class="footer-navigation">
<ul class="menu">
<li>
<a href="/blog/" class="menu-item">Blog</a>
</li>
<li>
<a href="/community/community-team/" class="menu-item">Community Team</a>
</li>
<li>
<a href="/contributing-code/projects/" class="menu-item">Project List</a>
</li>
<li>
<a href="/archives/" class="menu-item">Archives</a>
</li>
</ul>
</nav>
</div>
</div>
<div class="columns">
<div class="column is-two-thirds">
<div class="subscription">
<h5 class="b-header">Subscribe to our newsletter</h5>
<form class="newsletter">
<input type="text" class="input" placeholder="Your email">
<input type="submit" value="subscribe" class="button small">
</form>
</div>
<div class="attribution margin-top-bigger">
<p class="caption">
Except where otherwise
<a href="https://creativecommons.org/policies#license" target="_blank" rel="noopener">noted</a>,
content on this site is licensed under a
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener">Creative Commons
Attribution 4.0 International license</a>.
<a href="https://creativecommons.org/website-icons" target="_blank" rel="noopener">Icons</a>
by
<a href="https://fontawesome.com/" target="_blank" rel="noopener">Font Awesome</a>.
</p>
<div class="margin-top-smaller">
<i class="icon margin-right-small is-size-4">cclogo</i>
<i class="icon margin-right-small is-size-4">ccby</i>
</div>
</div>
</div>
<div class="column is-one-third">
<aside class="donate-section">
<h5>Our work relies on you!</h5>
<p>Help us keep the internet free and open.</p>
<a class="button small donate" href="https://creativecommons.org/donate?c_src=website&c_src2=GlobalFooter">
<i class="icon cc-letterheart-filled margin-right-small is-size-5 padding-top-smaller"></i>
Donate now
</a>
</aside>
</div>
</div>
</div>
</div>
</div>
</footer>
</body>