Skip to content

Commit 33f4573

Browse files
committed
Synchronized build
1 parent a496cee commit 33f4573

File tree

20 files changed

+1245
-195
lines changed

20 files changed

+1245
-195
lines changed

blog/authors/AyanChoudhary/index.html

+210
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,210 @@
1+
<!doctype html>
2+
<meta charset="utf-8">
3+
<meta name="viewport" content="width=device-width, initial-scale=1" />
4+
<link rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico">
5+
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
6+
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
7+
<link rel="stylesheet" href="/static/gen/style.css">
8+
<link rel="stylesheet" href="/static/pygments.css">
9+
<meta property="og:site_name" content="Creative Commons" />
10+
<meta property="og:title" content="" />
11+
12+
13+
14+
<meta property="og:url" content="/blog/authors/AyanChoudhary/" />
15+
<meta property="og:type" content="article" />
16+
17+
18+
<meta name="twitter:card" content="summary_large_image" />
19+
<meta name="twitter:title" content="">
20+
<meta name="twitter:description" content="">
21+
22+
<meta name="twitter:site" content="@creativecommons">
23+
<meta name="twitter:creator" content="@creativecommons">
24+
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
25+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
26+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
27+
<script type="text/javascript" src="/static/gen/script.js"></script>
28+
<title>
29+
Ayan Choudhary
30+
- CC Open Source Blog — Creative Commons on GitHub</title>
31+
<body>
32+
<div class="ga-script">
33+
<div id="ga-script"></div>
34+
<script type="text/javascript">
35+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
36+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
37+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
38+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
39+
ga('create', 'UA-2010376-37', 'auto');
40+
ga('send', 'pageview');
41+
</script>
42+
</div>
43+
<header class="main-header">
44+
<div class="container-fluid">
45+
<div class="row justify-content-md-center">
46+
<div class="col-lg-9 col-md-9 col-sm-12">
47+
<nav class="navbar navbar-expand-xl navbar-dark" name="top">
48+
49+
<a class="navbar-brand" href="/">
50+
<img src="/cclogo.svg">
51+
<span class="legend">Creative Commons Open Source</span>
52+
</a>
53+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
54+
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
55+
<span class="navbar-toggler-icon"></span>
56+
</button>
57+
58+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
59+
<ul class="navbar-nav">
60+
<li class="nav-item active">
61+
<a class="nav-link" href="/blog/">Blog</a>
62+
</li>
63+
<li class="nav-item dropdown ">
64+
<a class="nav-link" href="#" id="navbarContributingCodeDropdown" role="button">Contribute</a>
65+
<div class="dropdown-menu" aria-labelledby="navbarContributingCodeDropdown">
66+
67+
<a class="dropdown-item" href="/contributing-code/">Contribution Guidelines</a>
68+
69+
<a class="dropdown-item" href="/contributing-code/projects/">Project List</a>
70+
71+
<a class="dropdown-item" href="/contributing-code/pr-guidelines/">Pull Request Guidelines</a>
72+
73+
<a class="dropdown-item" href="/contributing-code/github-repo-guidelines/">GitHub Repo Guidelines</a>
74+
75+
<a class="dropdown-item" href="/contributing-code/cc-search/">CC Search</a>
76+
77+
<a class="dropdown-item" href="/contributing-code/usability/">Usability</a>
78+
79+
</div>
80+
</li>
81+
<li class="nav-item dropdown ">
82+
<a class="nav-link" href="#" id="navbarCommunityDropdown" role="button">Community</a>
83+
<div class="dropdown-menu" aria-labelledby="navbarCommunityDropdown">
84+
85+
<a class="dropdown-item" href="/community/">Join the Community</a>
86+
87+
<a class="dropdown-item" href="/community/community-team/">Community Team</a>
88+
89+
<a class="dropdown-item" href="/community/community-team/members/">Community Team Members</a>
90+
91+
<a class="dropdown-item" href="/community/community-team/project-roles/">Project Roles</a>
92+
93+
<a class="dropdown-item" href="/community/community-team/community-building-roles/">Community Building Roles</a>
94+
95+
<a class="dropdown-item" href="/community/write-a-blog-post/">Write a Blog Post</a>
96+
97+
<a class="dropdown-item" href="/community/code-of-conduct/">Code of Conduct</a>
98+
99+
<a class="dropdown-item" href="/community/code-of-conduct/enforcement/">Code of Conduct Enforcement</a>
100+
101+
</div>
102+
</li>
103+
<li class="nav-item dropdown ">
104+
<a class="nav-link" href="#" id="navbarInternshipsDropdown" role="button">Internships</a>
105+
<div class="dropdown-menu" aria-labelledby="navbarInternshipsDropdown">
106+
107+
<a class="dropdown-item" href="/internships/">Overview</a>
108+
109+
<a class="dropdown-item" href="/internships/project-ideas/">Project Ideas</a>
110+
111+
<a class="dropdown-item" href="/internships/applicant-guide/">Applicant Guide</a>
112+
113+
<a class="dropdown-item" href="/internships/intern-guide/">Intern Guide</a>
114+
115+
<a class="dropdown-item" href="/internships/mentor-guide/">Mentor Guide</a>
116+
117+
<a class="dropdown-item" href="/internships/history/">History</a>
118+
119+
</div>
120+
</li>
121+
<li class="nav-item">
122+
<a class="nav-link" href="/cc-search/">CC Search</a>
123+
</li>
124+
<li class="nav-item dropdown ">
125+
<a class="nav-link" href="#" id="navbarArchivesDropdown" role="button">Archives</a>
126+
<div class="dropdown-menu" aria-labelledby="navbarArchivesDropdown">
127+
128+
<a class="dropdown-item" href="/archives/old-tech-blog">CC Tech Blog (2007-2014)</a>
129+
130+
<a class="dropdown-item" href="https://lists.ibiblio.org/pipermail/cc-devel/">cc-devel mailing list (2005-2015)</a>
131+
132+
</div>
133+
</li>
134+
<li class="nav-item">
135+
<a class="nav-link" href="https://creativecommons.org" target="_blank">creativecommons.org</a>
136+
</li>
137+
</ul>
138+
</nav>
139+
</div>
140+
<a href="https://github.com/creativecommons/creativecommons.github.io-source" target="_blank" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; left: 0; transform: scale(-1, 1);" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg>
141+
</a>
142+
</div>
143+
</div>
144+
</header>
145+
<div class="container-fluid page-content">
146+
<div class="row justify-content-md-center">
147+
<div class="col-lg-9 col-md-9 col-sm-12 content-wrap">
148+
<div class="page py-3">
149+
<h1 class="page-title pb-3 mb-4">CC Open Source Blog</h1>
150+
151+
<h2>
152+
Ayan Choudhary
153+
</h2>
154+
155+
156+
<img src="https://secure.gravatar.com/avatar/ba5f8ac4afb162644051544e25b5cfe8?size=200" alt="gravatar" style="float:right;" class="px-3 pb-3" />
157+
158+
<p>Ayan Choudhary is an Electrical Engineering undergraduate student from India and will be interning with Creative Commons during the summer. He has been involved with coding quite heavily for the past couple of years which is one of his numerous hobbies. Some of the sectors which really fascinate him include network security, blockchain, and data science. Apart from this he loves reading and painting and is quite interested in PC gaming and binge-watching online shows.
159+
He is working on <a href="https://github.com/creativecommons/cccatalog-frontend">ccsearch</a> as a part of GSoC20.
160+
He is <code>@ayan</code> on slack.</p>
161+
162+
163+
<h3>Posts</h3>
164+
165+
<ul class="blog-index list-unstyled">
166+
167+
168+
<li>
169+
<a href="/blog/entries/cc-search-accessibility-week1-2/">CC Search, Setting up vue-i18n and internationalizing homepage</a>
170+
<p class="text-muted small">by <a href="/blog/authors/AyanChoudhary/">
171+
Ayan Choudhary
172+
</a>
173+
on 2020-06-10</p>
174+
</li>
175+
176+
177+
<li>
178+
<a href="/blog/entries/cc-search-accessibility-and-internationalization/">CC Search, Proposal Drafting and Community Bonding</a>
179+
<p class="text-muted small">by <a href="/blog/authors/AyanChoudhary/">
180+
Ayan Choudhary
181+
</a>
182+
on 2020-05-22</p>
183+
</li>
184+
185+
</ul>
186+
187+
<hr/>
188+
<p class="text-muted"><strong><a href="/blog/authors/">All Authors</a></strong></p>
189+
190+
<a id="back-to-top" href="#top" class="btn btn-dark btn-sm" role="button">Back to top</a>
191+
</div>
192+
</div>
193+
</div>
194+
</div>
195+
<footer class="main-footer bg-dark">
196+
<div class="container-fluid">
197+
<div class="row justify-content-md-center">
198+
<div class="col-lg-9 col-md-9 col-sm-12 footer text-light py-4 px-3">
199+
<small>
200+
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License"
201+
style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a></p>
202+
<p class="text-muted">All the content on this website is licensed under a <strong><a rel="license"
203+
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International
204+
License</a></strong> unless otherwise specified.</p>
205+
</small>
206+
</div>
207+
</div>
208+
</div>
209+
</footer>
210+
</body>

blog/authors/index.html

+4
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ <h2>Authors</h2>
166166
Ari Madian
167167
</a></li>
168168

169+
<li><a href="/blog/authors/AyanChoudhary/">
170+
Ayan Choudhary
171+
</a></li>
172+
169173
<li><a href="/blog/authors/bhumijgupta/">
170174
Bhumij Gupta
171175
</a></li>

blog/categories/cc-search/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,15 @@ <h2>All posts categorized "cc-search"</h2>
151151
<ul class="blog-index list-unstyled">
152152

153153

154+
<li>
155+
<a href="/blog/entries/cc-search-accessibility-week1-2/">CC Search, Setting up vue-i18n and internationalizing homepage</a>
156+
<p class="text-muted small">by <a href="/blog/authors/AyanChoudhary/">
157+
Ayan Choudhary
158+
</a>
159+
on 2020-06-10</p>
160+
</li>
161+
162+
154163
<li>
155164
<a href="/blog/entries/cc-browser-extension-upcoming-improvements/">Upcoming improvements/features in CC Search Extension</a>
156165
<p class="text-muted small">by <a href="/blog/authors/makkoncept/">
@@ -160,6 +169,15 @@ <h2>All posts categorized "cc-search"</h2>
160169
</li>
161170

162171

172+
<li>
173+
<a href="/blog/entries/cc-search-accessibility-and-internationalization/">CC Search, Proposal Drafting and Community Bonding</a>
174+
<p class="text-muted small">by <a href="/blog/authors/AyanChoudhary/">
175+
Ayan Choudhary
176+
</a>
177+
on 2020-05-22</p>
178+
</li>
179+
180+
163181
<li>
164182
<a href="/blog/entries/date-partitioned-data-reingestion/">Date-Partitioned Data Reingestion</a>
165183
<p class="text-muted small">by <a href="/blog/authors/mathemancer/">

blog/categories/community/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,24 @@ <h2>All posts categorized "community"</h2>
151151
<ul class="blog-index list-unstyled">
152152

153153

154+
<li>
155+
<a href="/blog/entries/cc-search-accessibility-week1-2/">CC Search, Setting up vue-i18n and internationalizing homepage</a>
156+
<p class="text-muted small">by <a href="/blog/authors/AyanChoudhary/">
157+
Ayan Choudhary
158+
</a>
159+
on 2020-06-10</p>
160+
</li>
161+
162+
163+
<li>
164+
<a href="/blog/entries/cc-search-accessibility-and-internationalization/">CC Search, Proposal Drafting and Community Bonding</a>
165+
<p class="text-muted small">by <a href="/blog/authors/AyanChoudhary/">
166+
Ayan Choudhary
167+
</a>
168+
on 2020-05-22</p>
169+
</li>
170+
171+
154172
<li>
155173
<a href="/blog/entries/cc-platform-toolkit-revamp-4/">CC Platform Toolkit Revamp - 4</a>
156174
<p class="text-muted small">by <a href="/blog/authors/apdsrocha/">

blog/categories/gsoc/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,15 @@ <h2>All posts categorized "gsoc"</h2>
169169
</li>
170170

171171

172+
<li>
173+
<a href="/blog/entries/cc-search-accessibility-week1-2/">CC Search, Setting up vue-i18n and internationalizing homepage</a>
174+
<p class="text-muted small">by <a href="/blog/authors/AyanChoudhary/">
175+
Ayan Choudhary
176+
</a>
177+
on 2020-06-10</p>
178+
</li>
179+
180+
172181
<li>
173182
<a href="/blog/entries/science-museum-implementation/">Science Museum provider implementation</a>
174183
<p class="text-muted small">by <a href="/blog/authors/srinidhi/">
@@ -187,6 +196,15 @@ <h2>All posts categorized "gsoc"</h2>
187196
</li>
188197

189198

199+
<li>
200+
<a href="/blog/entries/cc-search-accessibility-and-internationalization/">CC Search, Proposal Drafting and Community Bonding</a>
201+
<p class="text-muted small">by <a href="/blog/authors/AyanChoudhary/">
202+
Ayan Choudhary
203+
</a>
204+
on 2020-05-22</p>
205+
</li>
206+
207+
190208
<li>
191209
<a href="/blog/entries/2020-03-05-involucrate-gsoc-outreachy-es/">Involúcrate con nuestra comunidad de código abierto a través del Google Summer of Code y Outreachy</a>
192210
<p class="text-muted small">by <a href="/blog/authors/hugosolar/">

blog/categories/open-source/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,15 @@ <h2>All posts categorized "open-source"</h2>
169169
</li>
170170

171171

172+
<li>
173+
<a href="/blog/entries/cc-search-accessibility-week1-2/">CC Search, Setting up vue-i18n and internationalizing homepage</a>
174+
<p class="text-muted small">by <a href="/blog/authors/AyanChoudhary/">
175+
Ayan Choudhary
176+
</a>
177+
on 2020-06-10</p>
178+
</li>
179+
180+
172181
<li>
173182
<a href="/blog/entries/resource-gathering/">Resource Gathering</a>
174183
<p class="text-muted small">by <a href="/blog/authors/dhruvi16/">
@@ -187,6 +196,15 @@ <h2>All posts categorized "open-source"</h2>
187196
</li>
188197

189198

199+
<li>
200+
<a href="/blog/entries/cc-search-accessibility-and-internationalization/">CC Search, Proposal Drafting and Community Bonding</a>
201+
<p class="text-muted small">by <a href="/blog/authors/AyanChoudhary/">
202+
Ayan Choudhary
203+
</a>
204+
on 2020-05-22</p>
205+
</li>
206+
207+
190208
<li>
191209
<a href="/blog/entries/takeaways-from-my-FOSS-journey/">Takeaways from my FOSS journey!</a>
192210
<p class="text-muted small">by <a href="/blog/authors/dhruvi16/">

0 commit comments

Comments
 (0)