Skip to content

Commit 3ab977a

Browse files
committed
Landing page update
1 parent edb1fb6 commit 3ab977a

File tree

2 files changed

+19
-16
lines changed

2 files changed

+19
-16
lines changed

_includes/banner.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
<div class="container text-white d-flex h-100">
55
<div class="row align-items-center">
66
<div class="col-md-10 mt-5">
7-
<h1 id="welcome-to-open-identity-platform-community">{{page.landing-title}}</h1>
8-
<p class="text-white">{{page.landing-title2}}</p>
9-
<p class="text-white">{{page.landing-title3}}</p>
10-
<div>
11-
<a class="btn" href="https://github.com/OpenIdentityPlatform" role="button">Join Us on GitHub</a>
12-
</div>
7+
<h1>Open Identity Platform: Secure, Open-Source Identity & Access Management</h1>
8+
<p>Empower your organization with a unified platform for <strong>identity management</strong>, <strong>access control</strong>, <strong>directory services</strong>, and an intelligent <strong>identity gateway</strong>. Built on battle-tested open-source tools like OpenAM and OpenDJ, it's designed for developers and enterprises seeking scalable, cost-free IAM solutions.</p>
9+
<p>Why choose us? High-performance, Java-based deployment with easy integration for SSO, federation, and provisioning—backed by an active community since 2010.</p>
10+
<a href="#projects" class="btn cta-button">Explore Projects</a>
11+
<a href="https://github.com/OpenIdentityPlatform" class="btn cta-button secondary">Join on GitHub</a>
1312
</div>
1413
</div>
1514
</div>

index.html

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44
landing-title: "Welcome to Open Identity Platform Community"
55
landing-title2: "Open-source community organization, hosted on <a target=\"_blank\" href=\"https://github.com/OpenIdentityPlatform\">GitHub</a>"
66
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+
78
canonical: "https://www.openidentityplatform.org"
89
---
910
<!--<h3>Products</h3>
1011
<p>Access management, identity management, user-managed access, directory services, and identity gateway, designed and built as a single, unified platform:</p>
1112
-->
12-
<div class="row justify-content-center">
13+
<div id="projects" class="row justify-content-center">
1314
{% for product in site.data.products %}
1415
<div class="col-md-4 d-flex align-items-stretch col-sm-12">
1516
<div class="product card mb-4">
@@ -39,7 +40,8 @@ <h2>{{product.name}}</h2>
3940
{% endfor %}
4041
</div>
4142

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>
4345
{% for post in site.posts limit:3%}
4446

4547
<a class="blogpost" href="{{post.url}}">
@@ -54,15 +56,17 @@ <h4>
5456
</a>
5557
{% endfor %}
5658

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>
5869

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>
6670

6771
<h3>Commercial support</h3>
6872
<ul>

0 commit comments

Comments
 (0)