Skip to content

Commit 9c4dfc1

Browse files
committed
made requested changes
1 parent ba86195 commit 9c4dfc1

File tree

7 files changed

+42
-44
lines changed

7 files changed

+42
-44
lines changed

assets/static/vocabulary/svg/font-awesome/icons/fa-icons.svg

Lines changed: 0 additions & 6 deletions
Loading

content/contents.lr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,17 @@ links:
1515
<!-- Button linking to the developer community page -->
1616
<a href="/community">
1717
Join the Developer Community
18+
<!-- TODO: Evaluate legacy design button -->
1819
</a>
1920

2021
<p>This site is for developers looking to contribute, but anyone can use CC tools to share their works.</p>
2122
<!-- Button linking to the Creative Commons "Share your work" page -->
2223
<a href="https://creativecommons.org/share-your-work/">
2324
Share your work using our licenses/tools
25+
<!-- TODO: Evaluate legacy design button -->
2426
</a>
2527

28+
<!--TODO: Refactor code for the get involved section? -->
2629
#### get-involved ####
2730
title:
2831

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
<article class="projects">
2-
<h2> {{ this.title }}</h2>
2+
<h2>{{ this.title }}</h2>
33
<ul>
44
{% for repo in bag('repos.repos') %}
55
{% if repo.featured %}
66
<li>
77
<article class="project">
88
<h3><a href="{{ repo.url }}">{{ repo.english_name }}</a></h3>
9-
<p> {{ repo.description }}</p>
9+
<p>{{ repo.description }}</p>
1010
</article>
1111
</li>
12-
{% endif %}
13-
{% endfor %}
14-
</ul>
15-
</article>
1612

17-
<!-- TODO: Reintroduce external links, tags, slack? -->
13+
<!--TODO: Reintroduce external links, tags, and Slack in future updates -->
1814

19-
<!-- old HTML for reference commented out for now -->
20-
<!-- <div class="external-links">
15+
<!-- old HTML for reference commented out for now -->
16+
<!--
17+
<div class="external-links">
2118
<a class="button is-text tiny" href="{{ repo.url }}">
2219
<i class="icon github"></i>
2320
<span class="link-content">Github Repository</span>
@@ -29,10 +26,18 @@ <h3><a href="{{ repo.url }}">{{ repo.english_name }}</a></h3>
2926
<span class="link-content">Slack channel (#{{ repo.slack }})</span>
3027
</a>
3128
{% endif %}
32-
</div> -->
29+
</div>
30+
-->
31+
3332
<!-- old tags structure for reference commented out for now -->
34-
<!-- <div class="labels">
33+
<!--
34+
<div class="labels">
3535
{% for technology in repo.technologies %}
3636
<button class="button tag">{{ technology }}</button>
3737
{% endfor %}
38-
</div> -->
38+
</div>
39+
-->
40+
{% endif %}
41+
{% endfor %}
42+
</ul>
43+
</article>
Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
<article class="case-studies">
2-
<h2> {{ this.title }} </h2>
3-
<ul>
4-
<li>
5-
{{ this.links_product }}
6-
</li>
7-
<li>
8-
{{ this.links_integrate }}
9-
</li>
10-
<li>
11-
{{ this.links_plugins }}
12-
</li>
13-
</ul>
1+
<article class="projects">
2+
<h2>{{ this.title }}</h2>
3+
<ul>
4+
<li>
5+
<article class="project">
6+
<h3>{{ this.links_product }}</h3>
7+
</article>
8+
</li>
9+
<li>
10+
<article class="project">
11+
<h3>{{ this.links_integrate }}</h3>
12+
</article>
13+
</li>
14+
<li>
15+
<article class="project">
16+
<h3>{{ this.links_plugins }} </h3>
17+
<!--Evaluate: Vocabulary markup uses <a> tags here also. To retain?-->
18+
</article>
19+
</li>
20+
</ul>
1421
</article>

themes/vocabulary_theme/templates/blocks/hero.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<article class="">
1+
<article>
22
<h2> {{ this.title }} </h2>
33
<div class="description">
44
{{ this.links }}

themes/vocabulary_theme/templates/layout.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ <h1><a class="identity-logo product" href="{{ '/'|url }}">Open source</a></h1>
5555
<li><a href="{{ '/community'| url }}">Community</a></li>
5656
<li><a href="{{ '/programs' | url }}">Work Programs</a></li>
5757
</ul>
58+
<!--TODO: Evaluate use of dropdown/secondary menu-->
5859
</nav>
5960

6061
<nav class="ancillary-menu">
@@ -89,11 +90,6 @@ <h1><a class="identity-logo product" href="{{ '/'|url }}">Open source</a></h1>
8990
<a href="https://search.creativecommons.org/" target="_blank">Search Portal</a>
9091
<p>Find engines to search openly licensed material for creative and educational reuse</p>
9192
</li>
92-
<li>
93-
<a href="https://opensource.creativecommons.org/" target="_blank">Open Source</a>
94-
<p>Help us build products that maximize creativity and innovation</p>
95-
</li>
96-
9793
</ul>
9894
</nav>
9995
</div>
@@ -203,13 +199,7 @@ <h2>Support Our Work</h2>
203199
<use href="/vocabulary/svg/cc/icons/cc-icons.svg#cc-by"></use>
204200
</svg>
205201
</div>
206-
207202
</footer>
208-
</footer>
209-
<script src="{{ '/static/vocabulary/js/vocabulary.js'|url }}"></script>
210-
</body>
211-
</html>
212-
</footer>
213203
<script src="{{ '/static/vocabulary/js/vocabulary.js'|url }}"></script>
214204
</body>
215205
</html>

themes/vocabulary_theme/templates/macros/posts.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ <h3 class="title"><a href="{{ post|url }}">{{ post.title }}</a></h3>
3131

3232
<figure>
3333
{{ render_author_gravatar(post, skip_gravatar) }}
34-
<!-- <span class="attribution">"<a href="https://thegreats.co/artworks/the-more-we-share-the-more-we-have-series-22">The More We Share, The More We Have (series 1/2)</a>" by <a href="https://thegreats.co/artists/pietro-soldi">Pietro Soldi</a> for Creative Commons &amp; Fine Acts is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a></span> -->
3534
</figure>
3635
</article>
3736
</li>

0 commit comments

Comments
 (0)