Skip to content

Commit e0e0889

Browse files
Removed align attribute from div elements as it is deprecated
1 parent 4480356 commit e0e0889

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/contents.lr

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Open Source at CC
44
---
55
body:
66

7-
**[Creative Commons](https://creativecommons.org/)** has been building free software for over a decade to support our mission of maximizing digital creativity, sharing, and innovation. We work on products that, among other things, make applying CC licenses to content easier, help users find CC licensed content easily, promote and educate users about CC licenses and copyright, and connect the global CC community. Our projects come in all sizes and shapes, from several simple static websites to making the 1.6 billion+ Creative Commons works currently available on the internet [searchable](https://search.creativecommons.org/).
7+
**[Creative Commons](https://creativecommons.org/)** has been building free software for over a decade to support our mission of maximizing digital creativity, sharing, and innovation. We work on products that, among other things, make applying CC licenses to content easier, help users find CC licensed content easily, promote and educate users about CC licenses and copyright, and connect the global CC community. Our projects come in all sizes and shapes, from several simple static websites to making the 1.6 billion+ Creative Commons works currently available on the internet [searchable](https://search.creativecommons.org/).
88

99
## Get Involved
1010

@@ -16,7 +16,7 @@ So if you're looking to integrate CC licenses or CC licensed works into your app
1616
<div class="card-img-top">
1717
<img class="mx-auto d-block" src="/comments-solid.png" alt="Community icon"/>
1818
</div>
19-
<div class="card-body" align="center">
19+
<div class="card-body">
2020
<p class="card-text text-center">Join the CC developer chat and mailing list communities to connect with other developers working with CC tools.</p>
2121
<a href="/community/" class="btn btn-sm btn-outline-primary">See how to join</a>
2222
</div>
@@ -27,7 +27,7 @@ So if you're looking to integrate CC licenses or CC licensed works into your app
2727
<div class="card-img-top">
2828
<img class="mx-auto d-block" src="/laptop-code-solid.png" alt="Code icon"/>
2929
</div>
30-
<div class="card-body" align="center">
30+
<div class="card-body">
3131
<p class="card-text text-center">Fix one of our open issues or work on something new that you'd like to use. All skill levels are welcome.</p>
3232
<a href="/contributing-code/" class="btn btn-sm btn-outline-primary">Guidelines</a>
3333
<a href="https://github.com/search?q=org%3Acreativecommons+is%3Aopen+label%3A%22help+wanted%22" class="btn btn-sm btn-outline-primary">"Help Wanted" issues</a>
@@ -39,7 +39,7 @@ So if you're looking to integrate CC licenses or CC licensed works into your app
3939
<div class="card-img-top">
4040
<img class="mx-auto d-block" src="/creative-commons-remix-brands.png" alt="CC remix icon"/>
4141
</div>
42-
<div class="card-body" align="center">
42+
<div class="card-body">
4343
<p class="card-text text-center">Use CC-licensed works in your application or (coming soon!) use our WordPress plugin to license your content.</p>
4444
<a href="https://api.creativecommons.engineering/" class="btn btn-sm btn-outline-primary">Catalog API</a>
4545
<a href="/contributing-code/projects/" class="btn btn-sm btn-outline-primary">All our projects</a>
@@ -51,7 +51,7 @@ So if you're looking to integrate CC licenses or CC licensed works into your app
5151
<div class="card-img-top">
5252
<img class="mx-auto d-block" src="/keyboard-solid.png" alt="Keyboard icon icon"/>
5353
</div>
54-
<div class="card-body" align="center">
54+
<div class="card-body">
5555
<p class="card-text text-center">If you've worked on software that uses CC licenses or tools, tell the community about it on <a href="/blog/">our tech blog</a>.</p>
5656
<a href="/community/write-a-blog-post/" class="btn btn-sm btn-outline-primary">Write a blog post</a>
5757
</div>
@@ -62,7 +62,7 @@ So if you're looking to integrate CC licenses or CC licensed works into your app
6262
<div class="card-img-top">
6363
<img class="mx-auto d-block" src="/vials-solid.png" alt="Test tubes icon"/>
6464
</div>
65-
<div class="card-body" align="center">
65+
<div class="card-body">
6666
<p class="card-text text-center">Participate in one of our regular usability tests for CC tools that we're actively working on (we'll give you a gift card!)</p>
6767
<a href="/contributing-code/usability/" class="btn btn-sm btn-outline-primary">Learn more</a>
6868
<a href="https://github.com/creativecommons/creativecommons.org/issues/new/choose" class="btn btn-sm btn-outline-primary">File an issue</a>
@@ -74,7 +74,7 @@ So if you're looking to integrate CC licenses or CC licensed works into your app
7474
<div class="card-img-top">
7575
<img class="mx-auto d-block" src="/language-solid.png" alt="Translation icon"/>
7676
</div>
77-
<div class="card-body" align="center">
77+
<div class="card-body">
7878
<p class="card-text text-center">Translate our content into your language. Contact us if you'd like to write code to make this process easier for new tools.</p>
7979
<a href="https://wiki.creativecommons.org/wiki/Translate" class="btn btn-sm btn-outline-primary">Translation information</a>
8080
</div>
@@ -85,7 +85,7 @@ So if you're looking to integrate CC licenses or CC licensed works into your app
8585
<div class="card-img-top">
8686
<img class="mx-auto d-block" src="/pencil-ruler-solid.png" alt="Pencil and ruler icon"/>
8787
</div>
88-
<div class="card-body" align="center">
88+
<div class="card-body">
8989
<p class="card-text text-center">Contribute to our brand new set of standard UI components and help us apply it to all existing projects.</p>
9090
<a href="https://github.com/creativecommons/cc-vocabulary" class="btn btn-sm btn-outline-primary">CC Vocabulary</a>
9191
</div>

0 commit comments

Comments
 (0)