From 4aadf5531b71ba0071d793bf6dfde8652e4bfb38 Mon Sep 17 00:00:00 2001
From: Olivier Goulet <olivier.goulet@eclipse-foundation.org>
Date: Thu, 2 May 2024 16:01:23 -0400
Subject: [PATCH] feat: link prospectus html

---
 content/membership/_index.md                   | 2 +-
 layouts/shortcodes/pages/membership/index.html | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/content/membership/_index.md b/content/membership/_index.md
index 1b020bcd..df6d3907 100644
--- a/content/membership/_index.md
+++ b/content/membership/_index.md
@@ -3,7 +3,7 @@ title: Eclipse Membership
 keywords: [eclipse membership, become a member, membership faq, membership expire]
 headline: Eclipse Membership
 subtitle: |
-  Supported by our member organizations, the Eclipse Foundation provides our
+  Supported by our member organisations, the Eclipse Foundation provides our
   community with Intellectual Property, Mentorship, Marketing, Event and IT
   Services.
 links: 
diff --git a/layouts/shortcodes/pages/membership/index.html b/layouts/shortcodes/pages/membership/index.html
index c9f9d214..401266a1 100644
--- a/layouts/shortcodes/pages/membership/index.html
+++ b/layouts/shortcodes/pages/membership/index.html
@@ -657,7 +657,10 @@
           Learn about Eclipse Foundation membership, and how you can become a
           member.
         </p>
-        <a class="btn btn-primary" href="/membership/documents/membership-prospectus.pdf">Download</a>
+        <div class="btn-group" role="group">
+          <a class="btn btn-primary" href="/membership/prospectus">View Prospectus</a>
+          <a class="btn btn-secondary" href="/membership/documents/membership-prospectus.pdf">Download PDF</a>
+        </div>
       </div>
       <div class="col-xs-24 col-sm-12 match-height-item-by-row featured-highlights-item margin-bottom-20">
         <div class="circle-icon margin-auto">
-- 
GitLab