Skip to content

Commit fa67028

Browse files
committed
pull benefits from membership page
1 parent 3c8c529 commit fa67028

File tree

3 files changed

+24
-17
lines changed

3 files changed

+24
-17
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ source 'https://rubygems.org'
22
group :jekyll_plugins do
33
gem 'github-pages'
44
end
5+
6+
gem "webrick", "~> 1.7"

_includes/member_benefits.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<p>There are many benefits to membership including:</p>
2+
<ul>
3+
<li>Access to the <a href="https://members.owasp.org/">Membership Portal</a> with owasp.org email address.</li>
4+
<li>Discounts at our global and participating regional conferences</li>
5+
<li>Training discounts</li>
6+
<li>OWASP email address and Google Workplace access</li>
7+
<li>A vote in our OWASP Global Board elections</li>
8+
<li>Hands-on application security training through the <a href="https://www.secureflag.com/owasp.html">SecureFlag Platform</a></li>
9+
<li>Learn application security fundamentals through <a href="https://academy.wehackpurple.com/enroll/1506193?th__ug=ee41e186&th__c=owaspmembers">We Hack Purple’s Application Security Foundations Level 1 Course</a></li>
10+
<li>Access DevSecOps training from <a href="https://learning.appsecengineer.com/signup/partner/Y29tcGFueV9hY2I4ODBkMC02M2Y3LTRkMzctYjI0ZS0yMDQ5ZDYwYzhmMjU">AppSecEngineer</a></li>
11+
<li>Networking and directory access</li>
12+
<li>Flexible online learning discounts</li>
13+
<li>Professional mentoring programs</li>
14+
<li>Meaningful volunteer opportunities</li>
15+
<li> Exclusive, industry-specific offers</li>
16+
<li>And others...</li>
17+
</ul>

pages/membership.md

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,23 +36,11 @@ permalink: /membership/
3636
<div style='margin-top: 8px; margin-bottom: 8px;'><h1 class='shared-header'>Individual Membership</h1><h1 class='shared-header unselected'><a href="/supporters/">Corporate Membership</a></h1></div>
3737
<img src="/assets/images/web//members-header.png" alt="Attendees at a Global AppSec Conference">
3838
<p>One of many ways you can get involved in the OWASP Foundation is to become a member. It is through our global membership that we move forward on our mission to secure the web. We encourage and support diversity in AppSec and hope you will join us. <strong>Please note we also offer regional pricing to make OWASP accessible to everyone.</strong></p>
39-
<p>There are many benefits to membership including:</p>
40-
<ul>
41-
<li>Access to the <a href="https://members.owasp.org/">Membership Portal</a> with owasp.org email address.</li>
42-
<li>Discounts at our global and participating regional conferences</li>
43-
<li>Training discounts</li>
44-
<li>OWASP email address and Google Workplace access</li>
45-
<li>A vote in our OWASP Global Board elections</li>
46-
<li>Hands-on application security training through the <a href="https://www.secureflag.com/owasp.html">SecureFlag Platform</a></li>
47-
<li>Learn application security fundamentals through <a href="https://academy.wehackpurple.com/enroll/1506193?th__ug=ee41e186&th__c=owaspmembers">We Hack Purple’s Application Security Foundations Level 1 Course</a></li>
48-
<li>Access DevSecOps training from <a href="https://learning.appsecengineer.com/signup/partner/Y29tcGFueV9hY2I4ODBkMC02M2Y3LTRkMzctYjI0ZS0yMDQ5ZDYwYzhmMjU">AppSecEngineer</a></li>
49-
<li>Networking and directory access</li>
50-
<li>Flexible online learning discounts</li>
51-
<li>Professional mentoring programs</li>
52-
<li>Meaningful volunteer opportunities</li>
53-
<li> Exclusive, industry-specific offers</li>
54-
<li>And others...</li>
55-
</ul>
39+
40+
<!-- The member_benefits page is found at https://github.com/OWASP/owasp.github.io/blob/main/_includes/member_benefits.md-->
41+
{% endraw %}
42+
{% include member_benefits.md %}
43+
{% raw %}
5644
<!--<div class='alert'>Lifetime Memberships are now 10% off as part of the <a href="https://20thanniversary.owasp.org">OWASP 20th Anniversary Celebration</a></div>-->
5745
<p>Membership starts at $50 USD (or <a href="/membership?student=yes">$20 for students</a>) and, as noted above, there are discounts depending on your region.</p>
5846
<p>You can also <a href="/manage-membership">Manage your Membership</a> to provision an OWASP email address, check your renewal date or, for recurring donations and memberships, update billing details or cancel the recurring bill.</p>

0 commit comments

Comments
 (0)