Skip to content

Commit 20f5ebd

Browse files
committed
Synchronized build
1 parent e1257e2 commit 20f5ebd

File tree

7 files changed

+240
-7
lines changed

7 files changed

+240
-7
lines changed

blog/authors/akmadian/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ <h2>Posts by akmadian</h2>
115115

116116
<ul class="blog-index list-unstyled">
117117

118+
<li>
119+
<a href="/blog/entries/cc-chooser-week4/">GSoC cc-chooser Week 4</a>
120+
<p class="text-muted small">by <a href="/blog/authors/akmadian">akmadian</a>
121+
on 2019-06-24</p>
122+
</li>
123+
118124
<li>
119125
<a href="/blog/entries/cc-chooser-week2/">GSoC cc-chooser Week 2</a>
120126
<p class="text-muted small">by <a href="/blog/authors/akmadian">akmadian</a>

blog/categories/gsoc-2019/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ <h2>All posts categorized "gsoc-2019"</h2>
115115

116116
<ul class="blog-index list-unstyled">
117117

118+
<li>
119+
<a href="/blog/entries/cc-chooser-week4/">GSoC cc-chooser Week 4</a>
120+
<p class="text-muted small">by <a href="/blog/authors/akmadian">akmadian</a>
121+
on 2019-06-24</p>
122+
</li>
123+
118124
<li>
119125
<a href="/blog/entries/cc-browser-extension-a-gsoc-project/">CC Browser Extension - A GSoC Project</a>
120126
<p class="text-muted small">by <a href="/blog/authors/makkoncept">makkoncept</a>

blog/categories/gsoc/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ <h2>All posts categorized "gsoc"</h2>
115115

116116
<ul class="blog-index list-unstyled">
117117

118+
<li>
119+
<a href="/blog/entries/cc-chooser-week4/">GSoC cc-chooser Week 4</a>
120+
<p class="text-muted small">by <a href="/blog/authors/akmadian">akmadian</a>
121+
on 2019-06-24</p>
122+
</li>
123+
118124
<li>
119125
<a href="/blog/entries/cc-browser-extension-a-gsoc-project/">CC Browser Extension - A GSoC Project</a>
120126
<p class="text-muted small">by <a href="/blog/authors/makkoncept">makkoncept</a>
Lines changed: 185 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,185 @@
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+
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
9+
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script>
10+
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script>
11+
<script type="text/javascript" src="/static/gen/script.js"></script>
12+
<title>GSoC cc-chooser Week 4 — Creative Commons on GitHub</title>
13+
<body>
14+
<div class="ga-script">
15+
<div id="ga-script"></div>
16+
<script type="text/javascript">
17+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
18+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
19+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
20+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
21+
ga('create', 'UA-2010376-37', 'auto');
22+
ga('send', 'pageview');
23+
</script>
24+
</div>
25+
<header class="main-header">
26+
<div class="container-fluid">
27+
<div class="row justify-content-md-center">
28+
<div class="col-9">
29+
<nav class="navbar navbar-expand-xl navbar-dark" name="top">
30+
31+
<a class="navbar-brand" href="/">
32+
<img src="/cclogo.svg">
33+
<span class="legend">Creative Commons Open Source</span>
34+
</a>
35+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
36+
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
37+
<span class="navbar-toggler-icon"></span>
38+
</button>
39+
40+
<div class="collapse navbar-collapse" id="navbarSupportedContent">
41+
<ul class="navbar-nav">
42+
<li class="nav-item">
43+
<a class="nav-link" href="/">Home</a>
44+
</li>
45+
<li class="nav-item dropdown ">
46+
<a class="nav-link" href="#" id="navbarContributingCodeDropdown" role="button">Contributing Code</a>
47+
<div class="dropdown-menu" aria-labelledby="navbarContributingCodeDropdown">
48+
49+
<a class="dropdown-item" href="/contributing-code/">Overview</a>
50+
51+
<a class="dropdown-item" href="/contributing-code/pr-guidelines/">Pull Request Guidelines</a>
52+
53+
<a class="dropdown-item" href="/contributing-code/github-repo-guidelines/">GitHub Repo Guidelines</a>
54+
55+
</div>
56+
</li>
57+
58+
<li class="nav-item">
59+
<a class="nav-link" href="/projects/">Projects</a>
60+
</li>
61+
62+
<li class="nav-item active">
63+
<a class="nav-link" href="/blog/">Blog</a>
64+
</li>
65+
66+
<li class="nav-item dropdown ">
67+
<a class="nav-link" href="#" id="navbarCommunityDropdown" role="button">Community</a>
68+
<div class="dropdown-menu" aria-labelledby="navbarCommunityDropdown">
69+
70+
<a class="dropdown-item" href="/community/">Join the Community</a>
71+
72+
<a class="dropdown-item" href="/community/write-a-blog-post/">Write a Blog Post</a>
73+
74+
<a class="dropdown-item" href="/community/code-of-conduct/">Code of Conduct</a>
75+
76+
<a class="dropdown-item" href="/community/code-of-conduct/enforcement/">Code of Conduct Enforcement</a>
77+
78+
</div>
79+
</li>
80+
<li class="nav-item dropdown ">
81+
<a class="nav-link" href="#" id="navbarGSoCDropdown" role="button">GSoC 2019</a>
82+
<div class="dropdown-menu" aria-labelledby="navbarGSoCDropdown">
83+
84+
<a class="dropdown-item" href="/gsoc-2019/">General Information</a>
85+
86+
<a class="dropdown-item" href="/gsoc-2019/project-ideas/all/">Project Ideas</a>
87+
88+
<a class="dropdown-item" href="/gsoc-2019/student-expectations/">Student Expectations</a>
89+
90+
<a class="dropdown-item" href="/gsoc-2019/application-instructions/">Application Instructions</a>
91+
92+
</div>
93+
</li>
94+
<li class="nav-item dropdown ">
95+
<a class="nav-link" href="#" id="navbarArchivesDropdown" role="button">Archives</a>
96+
<div class="dropdown-menu" aria-labelledby="navbarArchivesDropdown">
97+
98+
<a class="dropdown-item" href="/archives/old-tech-blog/">CC Tech Blog (2007-2014)</a>
99+
100+
</div>
101+
</li>
102+
</ul>
103+
</nav>
104+
</div>
105+
</div>
106+
</div>
107+
</header>
108+
<div class="container-fluid page-content">
109+
<div class="row justify-content-md-center">
110+
<div class="col-9 content-wrap">
111+
<div class="page py-3">
112+
<h1 class="page-title pb-3 mb-4">CC Open Source Blog</h1>
113+
114+
<h2 class="mb-0">GSoC cc-chooser Week 4</h2>
115+
116+
<p class="meta text-muted mt-0">by <a href="/blog/authors/akmadian">akmadian</a>
117+
on Monday, 2019 June 24</p>
118+
<div class="body"><p>In case you don't know, my GSoC project involves revamping <a href="https://creativecommons.org/choose/">the CC license chooser</a>.
119+
I am working with my mentor, <a href="https://creativecommons.org/author/brenoferreira/">Breno Ferreira</a>, to visually overhaul the tool, as well as making it more educational, and more usable.</p>
120+
<p>This week, I worked on some of the Chooser's JS functionality, and the educational section's layout.</p>
121+
<p>Getting the chooser working was lots of fun. It's the first real JS I've written for the site (other than the modal system, which is about 6 lines total).
122+
The thing I like most is seeing the site take shape. Previously, the chooser was all dummy controls and placeholder text.
123+
Now, it has a fully working chooser, complete with the license icons being updated, the link to the license page being set, etc.
124+
The thing that took the longest was getting the code to return the correct license based on the user's inputs. There was some
125+
temperamental code, and the starting state variables were also a little off.</p>
126+
<p>Next up was the educational section. I decided to go from a three column layout, to a to row layout. I moved the question buttons
127+
to the top row (now alone), and the license icon descriptions (and example) to the bottom row. This allows the icon descriptions
128+
to be longer without looking really weird, and gives a space for an example of how the license name, icons, and permissions are related.
129+
I also decided to swap the positions of the educational section and the chooser section on the page. This means that the chooser is
130+
now at the top of the page, with the educational section (re-labelled as "Confused? Need Help?") below it.</p>
131+
<p>Next week, I'll be working on getting a new version of the license chooser controls working.</p>
132+
</div>
133+
<div class="card bg-light">
134+
<div class="card-body p-2">
135+
<p class="meta my-0"><span class="mr-2"><strong>Categories:</strong></span>
136+
137+
138+
139+
<a href=" /blog/categories/gsoc ">gsoc</a>,
140+
141+
142+
<a href=" /blog/categories/gsoc-2019 ">gsoc-2019</a>
143+
144+
145+
</p>
146+
</div>
147+
</div>
148+
<div class="comments">
149+
<div id="disqus_thread"></div>
150+
<script>
151+
var disqus_config = function() { this.page.identifier = "/blog/entries/cc-chooser-week4"; this.page.url = "http://creativecommons.github.io/blog/entries/cc-chooser-week4/"; };
152+
(function() {
153+
var d = document, s = d.createElement('script');
154+
s.src = '//cc-open-source.disqus.com/embed.js';
155+
s.setAttribute('data-timestamp', +new Date());
156+
(d.head || d.body).appendChild(s);
157+
})();
158+
</script>
159+
<noscript>
160+
Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript"
161+
rel="nofollow">comments powered by Disqus.</a>
162+
</noscript>
163+
</div>
164+
165+
<a id="back-to-top" href="#top" class="btn btn-dark btn-sm" role="button">Back to top</a>
166+
</div>
167+
</div>
168+
</div>
169+
</div>
170+
<footer class="main-footer bg-dark">
171+
<div class="container-fluid">
172+
<div class="row justify-content-md-center">
173+
<div class="col-9 footer text-light py-4 px-3">
174+
<small>
175+
<p><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License"
176+
style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a></p>
177+
<p class="text-muted">All the content on this website is licensed under a <strong><a rel="license"
178+
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International
179+
License</a></strong> unless otherwise specified.</p>
180+
</small>
181+
</div>
182+
</div>
183+
</div>
184+
</footer>
185+
</body>

blog/entries/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ <h1 class="page-title pb-3 mb-4">CC Open Source Blog</h1>
116116

117117
<ul class="blog-index list-unstyled">
118118

119+
<li>
120+
<a href="/blog/entries/cc-chooser-week4/">GSoC cc-chooser Week 4</a>
121+
<p class="text-muted small">by <a href="/blog/authors/akmadian">akmadian</a>
122+
on 2019-06-24</p>
123+
</li>
124+
119125
<li>
120126
<a href="/blog/entries/cc-browser-extension-a-gsoc-project/">CC Browser Extension - A GSoC Project</a>
121127
<p class="text-muted small">by <a href="/blog/authors/makkoncept">makkoncept</a>
@@ -170,12 +176,6 @@ <h1 class="page-title pb-3 mb-4">CC Open Source Blog</h1>
170176
on 2019-05-06</p>
171177
</li>
172178

173-
<li>
174-
<a href="/blog/entries/open-source-at-cc-gs2019-pre-event/">Open Source at Creative Commons - 2019 Global Summit Event</a>
175-
<p class="text-muted small">by <a href="/blog/authors/sclachar">sclachar</a>
176-
on 2019-05-01</p>
177-
</li>
178-
179179
</ul>
180180

181181

blog/entries/page/2/index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@ <h1 class="page-title pb-3 mb-4">CC Open Source Blog</h1>
116116

117117
<ul class="blog-index list-unstyled">
118118

119+
<li>
120+
<a href="/blog/entries/open-source-at-cc-gs2019-pre-event/">Open Source at Creative Commons - 2019 Global Summit Event</a>
121+
<p class="text-muted small">by <a href="/blog/authors/sclachar">sclachar</a>
122+
on 2019-05-01</p>
123+
</li>
124+
119125
<li>
120126
<a href="/blog/entries/cc-search-out-of-beta/">CC Search is out of beta with 300M images and easier attribution</a>
121127
<p class="text-muted small">by <a href="/blog/authors/janeatcc">janeatcc</a>

blog/feed.xml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,37 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<title type="text">CC technical blog</title>
44
<id>urn:uuid:3b553364-cf6e-3235-baa1-779d27c1a90b</id>
5-
<updated>2019-06-20T00:00:00Z</updated>
5+
<updated>2019-06-24T00:00:00Z</updated>
66
<link href="http://creativecommons.github.io/" />
77
<link href="http://creativecommons.github.io/blog/feed.xml" rel="self" />
88
<author>
99
<name></name>
1010
</author>
1111
<generator uri="https://github.com/ajdavis/lektor-atom" version="0.3">Lektor Atom Plugin</generator>
12+
<entry xml:base="http://creativecommons.github.io/blog/entries/cc-chooser-week4/">
13+
<title type="text">GSoC cc-chooser Week 4</title>
14+
<id>urn:uuid:52628df9-b64c-397d-9ac1-da264f65ae29</id>
15+
<updated>2019-06-24T00:00:00Z</updated>
16+
<link href="http://creativecommons.github.io/blog/entries/cc-chooser-week4/" />
17+
<author>
18+
<name>akmadian</name>
19+
</author>
20+
<content type="html">&lt;p&gt;In case you don't know, my GSoC project involves revamping &lt;a href=&quot;https://creativecommons.org/choose/&quot;&gt;the CC license chooser&lt;/a&gt;.
21+
I am working with my mentor, &lt;a href=&quot;https://creativecommons.org/author/brenoferreira/&quot;&gt;Breno Ferreira&lt;/a&gt;, to visually overhaul the tool, as well as making it more educational, and more usable.&lt;/p&gt;
22+
&lt;p&gt;This week, I worked on some of the Chooser's JS functionality, and the educational section's layout.&lt;/p&gt;
23+
&lt;p&gt;Getting the chooser working was lots of fun. It's the first real JS I've written for the site (other than the modal system, which is about 6 lines total).
24+
The thing I like most is seeing the site take shape. Previously, the chooser was all dummy controls and placeholder text.
25+
Now, it has a fully working chooser, complete with the license icons being updated, the link to the license page being set, etc.
26+
The thing that took the longest was getting the code to return the correct license based on the user's inputs. There was some
27+
temperamental code, and the starting state variables were also a little off.&lt;/p&gt;
28+
&lt;p&gt;Next up was the educational section. I decided to go from a three column layout, to a to row layout. I moved the question buttons
29+
to the top row (now alone), and the license icon descriptions (and example) to the bottom row. This allows the icon descriptions
30+
to be longer without looking really weird, and gives a space for an example of how the license name, icons, and permissions are related.
31+
I also decided to swap the positions of the educational section and the chooser section on the page. This means that the chooser is
32+
now at the top of the page, with the educational section (re-labelled as &quot;Confused? Need Help?&quot;) below it.&lt;/p&gt;
33+
&lt;p&gt;Next week, I'll be working on getting a new version of the license chooser controls working.&lt;/p&gt;
34+
</content>
35+
</entry>
1236
<entry xml:base="http://creativecommons.github.io/blog/entries/cc-browser-extension-a-gsoc-project/">
1337
<title type="text">CC Browser Extension - A GSoC Project</title>
1438
<id>urn:uuid:7c38e099-2edb-34f9-820e-fc0924196a57</id>

0 commit comments

Comments
 (0)