Skip to content

Commit 28c59d8

Browse files
committed
updates to join page
Signed-off-by: cjyabraham <[email protected]>
1 parent 679f73c commit 28c59d8

File tree

4 files changed

+53
-55
lines changed

4 files changed

+53
-55
lines changed

_sass/announcement.scss

+32-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
}
88

99
.hero-content {
10-
top: $mobile_header_height + 80px;
10+
top: $mobile_header_height + 40px;
1111
height: 250px;
1212
position: relative;
1313
margin-bottom: 120px;
@@ -34,7 +34,10 @@
3434
}
3535

3636
h1.small {
37-
font-size: 58px;
37+
font-size: 40px;
38+
@include desktop {
39+
font-size: 58px;
40+
}
3841
}
3942

4043
.lead {
@@ -158,7 +161,7 @@
158161

159162
.grey-background-section {
160163
background-color: #f3f4f7;
161-
padding: 60px;
164+
padding: 60px 0;
162165
img {
163166
height: 100px;
164167
}
@@ -172,7 +175,7 @@
172175
background-image: url("/assets/images/features-background2.jpg");
173176
background-size: 100% 100%;
174177
background-repeat: no-repeat;
175-
padding: 60px;
178+
padding: 60px 0;
176179
h2 {
177180
color: white;
178181
}
@@ -205,5 +208,30 @@
205208
line-height: 130%;
206209
margin: 25px 0;
207210
}
211+
212+
table.benefits {
213+
background-color: white;
214+
font-size: 14px;
215+
text-align: center;
216+
td.benefit {
217+
min-width: 300px;
218+
text-align: left;
219+
}
220+
thead {
221+
background-color: #812CE5;
222+
color: white;
223+
font-size: 16px;
224+
font-weight: 700;
225+
@include desktop {
226+
font-size: 20px;
227+
}
228+
td {
229+
border-top: none;
230+
}
231+
}
232+
img {
233+
width: 15px;
234+
}
235+
}
208236
}
209237

assets/images/check.svg

+3
Loading

assets/images/x.svg

+3
Loading

join.html

+15-51
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1 class="small">Join the PyTorch Foundation</h1>
3838
<div class="container-fluid grey-background-section text-center">
3939
<div class="container">
4040
<div class="row content">
41-
<div class="col-md-10 body-side-text lead">
41+
<div class="col-md-12 body-side-text lead">
4242
<h2 class="upper">Membership Benefits</h2>
4343
<div class="row">
4444
<div class="col-md">
@@ -80,62 +80,26 @@ <h3 class="upper">Community</h3>
8080
<div class="col-md-10 body-side-text">
8181
<h2 class="upper">Join the Membership that fits your goals</h2>
8282
<p>
83-
<table class="table table-bordered">
83+
<table class="table benefits table-responsive-sm">
8484
<thead>
8585
<tr>
86-
<td><strong>Premier Member</strong>
87-
</td>
88-
<td><strong>General Member</strong>
89-
</td>
90-
<td><strong>Associate Member</strong>
91-
</td>
86+
<td class="benefit">Benefit</td>
87+
<td>Premier</td>
88+
<td>General</td>
89+
<td>Associate</td>
9290
</tr>
9391
</thead>
9492
<tr>
95-
<td>
96-
<ul class="pl-3">
97-
<li>Board seat on PyTorch Governing Board upon acceptance</li>
98-
<li>Exec invite to join a PyTorch Conference keynote </li>
99-
<li>Personalized executive engagement from PyTorch and LF leadership teams:</li>
100-
<li>Open source strategy e.g. donating a project, running an open source program office</li>
101-
<li>PyTorch Marketing Committee membership (1/company)</li>
102-
<li>Exclusive live webinars with PyTorch online programs</li>
103-
</ul>
104-
</td>
105-
<td>
106-
<ul class="pl-3">
107-
<li>Eligible for 1 representative on the PTF Board for every 10 General members - capped to 3 representatives</li>
108-
<li>The PTF Board will vote on the General Members nominees</li>
109-
<li>Exclusive live webinars with PyTorch online programs</li>
110-
</ul>
111-
</td>
112-
<td>
113-
<ul class="pl-3">
114-
<li>Eligible for 1 representative on the PTF Board </li>
115-
<li>The PTF Board will vote the Associate Members nominees</li>
116-
<li>The PTF Board may at any time decline to seat an Associate Member Representative</li>
117-
<li>Exclusive live webinars with PyTorch online programs</li>
118-
</ul>
119-
</td>
93+
<td class="benefit">Hold one (1) seat on PTF Governing Board + one alternate (1) representative </td>
94+
<td><img src="/assets/images/x.svg" /></td>
95+
<td><img src="/assets/images/check.svg" /></td>
96+
<td><img src="/assets/images/x.svg" /></td>
12097
</tr>
121-
<tr style="vertical-align: top;">
122-
<td>$ 150,000 annually + LF Silver Membership
123-
</td>
124-
<td>
125-
LF Silver Membership +<br>
126-
<span>$</span> 50,000 (5,000 employees) <br>
127-
<span>$</span> 40,000 (3,000 - 4,999) <br>
128-
<span>$</span> 35,000 (1,000 - 2,999) <br>
129-
<span>$</span> 30,000 (500 - 999) <br>
130-
<span>$</span> 25,000 (1 - 499) <br>
131-
<br>
132-
1 Board Seat per 10 members
133-
(max 3)
134-
</td>
135-
<td>
136-
Free Membership <br>
137-
(exclusive to academic and nonprofit organizations)
138-
</td>
98+
<tr>
99+
<td class="benefit">Hold one (1) seat on PTF Governing Board + one alternate (1) representative </td>
100+
<td><img src="/assets/images/x.svg" /></td>
101+
<td><img src="/assets/images/check.svg" /></td>
102+
<td><img src="/assets/images/check.svg" /></td>
139103
</tr>
140104
</table>
141105
</p>

0 commit comments

Comments
 (0)