|
4 | 4 | landing-title: "Welcome to Open Identity Platform Community" |
5 | 5 | landing-title2: "Open-source community organization, hosted on <a target=\"_blank\" href=\"https://github.com/OpenIdentityPlatform\">GitHub</a>" |
6 | 6 | landing-title3: "We develop and support Single Sign-On, Access Management, Identity Management, User-Managed Access, Directory Services, and Identity Gateway, designed and built as a single, unified platform" |
| 7 | + |
7 | 8 | canonical: "https://www.openidentityplatform.org" |
8 | 9 | --- |
9 | 10 | <!--<h3>Products</h3> |
10 | 11 | <p>Access management, identity management, user-managed access, directory services, and identity gateway, designed and built as a single, unified platform:</p> |
11 | 12 | --> |
12 | | -<div class="row justify-content-center"> |
| 13 | +<div id="projects" class="row justify-content-center"> |
13 | 14 | {% for product in site.data.products %} |
14 | 15 | <div class="col-md-4 d-flex align-items-stretch col-sm-12"> |
15 | 16 | <div class="product card mb-4"> |
@@ -39,7 +40,8 @@ <h2>{{product.name}}</h2> |
39 | 40 | {% endfor %} |
40 | 41 | </div> |
41 | 42 |
|
42 | | -<h3>Recent From our Blog:</h3> |
| 43 | +<h3>Recent Insights from Our Community Blog</h3> |
| 44 | +<p>Stay ahead with tutorials, releases, and best practices on open-source IAM. Dive into real-world implementations.</p> |
43 | 45 | {% for post in site.posts limit:3%} |
44 | 46 |
|
45 | 47 | <a class="blogpost" href="{{post.url}}"> |
|
54 | 56 | </a> |
55 | 57 | {% endfor %} |
56 | 58 |
|
57 | | -<p>Source code and binary distribution are available under the <a title="License" href="https://github.com/OpenIdentityPlatform/OpenAM/blob/master/LICENSE.md">Common Development and Distribution License (CDDL)</a>.</p> |
| 59 | +<section id="license"> |
| 60 | + <h3>Open Source Licensing</h3> |
| 61 | + <p>All source code and binaries are freely available under the <a href="https://github.com/OpenIdentityPlatform/OpenAM/blob/master/LICENSE.md">Common Development and Distribution License (CDDL)</a>. Contribute, fork, and deploy without restrictions.</p> |
| 62 | +</section> |
| 63 | + |
| 64 | +<section id="contact"> |
| 65 | + <h3>Join the Open Identity Platform Community</h3> |
| 66 | + <p>Connect with developers, share ideas, and collaborate on the future of IAM. Whether you're troubleshooting, contributing code, or seeking support - we're here.</p> |
| 67 | + <p>Join discussions on <a href="https://github.com/OpenIdentityPlatform/discussions">GitHub Discussions</a>.</p> |
| 68 | +</section> |
58 | 69 |
|
59 | | -<h3>Contacts</h3> |
60 | | -Join us: |
61 | | -<ul> |
62 | | - <li> |
63 | | - Community Discussions: <a title="OpenAM Community Discussions" href="https://github.com/orgs/OpenIdentityPlatform/discussions">https://github.com/orgs/OpenIdentityPlatform/discussions</a> |
64 | | - </li> |
65 | | -</ul> |
66 | 70 |
|
67 | 71 | <h3>Commercial support</h3> |
68 | 72 | <ul> |
|
0 commit comments