Skip to content

Commit 9e43bdb

Browse files
committed
Add new 'Share your work' button and informational text in hero section
- Added a button linking to the Creative Commons 'Share your work' page. - Updated hero section to include comments for better code clarity. - Included explanatory text about the site's purpose for developers and general users.
1 parent abdccc0 commit 9e43bdb

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

content/contents.lr

+21-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,28 @@ We work on code and products that support digital creativity and sharing, from u
1515
----
1616
links:
1717

18+
<!-- Container for the hero section links -->
1819
<div class="hero-links">
19-
<a class="button small is-success row" href="/community">Join the Developer Community</a>
20-
<a class="button small row" href="https://twitter.com/cc_opensource"><i class="icon twitter"></i>Follow us on twitter</a>
20+
<!-- Button linking to the Creative Commons "Share your work" page -->
21+
<a class="button small row" href="https://creativecommons.org/share-your-work/" style="background-color: red; color: white;">
22+
Share your work using our licenses/tools
23+
</a>
24+
25+
<!-- Button linking to the developer community page -->
26+
<a class="button small is-success row" href="/community">
27+
Join the Developer Community
28+
</a>
29+
30+
<!-- Button linking to Creative Commons' Twitter page -->
31+
<a class="button small row" href="https://twitter.com/cc_opensource">
32+
<!-- Icon displayed before the text inside the button -->
33+
<i class="icon twitter"></i> Follow us on Twitter
34+
</a>
35+
36+
<!-- Informational text about the purpose of the site -->
37+
<p>
38+
This site is for developers looking to contribute, but anyone can use CC tools to share their works.
39+
</p>
2140
</div>
2241

2342
#### get-involved ####

0 commit comments

Comments
 (0)