Skip to content

Commit 31c08c9

Browse files
committed
styling prices boxes
Signed-off-by: cjyabraham <[email protected]>
1 parent d337c86 commit 31c08c9

File tree

2 files changed

+59
-10
lines changed

2 files changed

+59
-10
lines changed

_sass/announcement.scss

+19-1
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@
271271
td.no-border {
272272
border-left: none;
273273
}
274-
}
274+
}
275275

276276
.member-boxes {
277277
gap: 20px;
@@ -280,5 +280,23 @@
280280
background-color: white;
281281
}
282282
}
283+
284+
.prices-boxes {
285+
gap: 20px;
286+
margin: 0;
287+
div {
288+
background-color: white;
289+
}
290+
.employee-count {
291+
color: #812CE5;
292+
}
293+
ul {
294+
padding: 0;
295+
li {
296+
list-style: none;
297+
margin: 0.1em;
298+
}
299+
}
300+
}
283301
}
284302

join.html

+40-9
Original file line numberDiff line numberDiff line change
@@ -154,21 +154,52 @@ <h2 class="upper">Join the Membership that fits your goals</h2>
154154
<td><img alt="Checkmark icon" src="/assets/images/join/check.svg" /></td>
155155
</tr>
156156
</tbody>
157-
<tfoot>
158-
<tr>
159-
<td class="benefit">Annual Fee</td>
160-
<td class="price">LF Silver Membership + $150,000</td>
161-
<td class="price">LF Silver Membership + <br/><a data-toggle="modal" data-target="#exampleModal" href="#">see sliding scale</a></td>
162-
<td class="price">Free: Exclusive to academic and nonprofit organizations</td>
163-
</tr>
164-
</tfoot>
165157
</table>
158+
159+
<h2 class="upper mt-5">Pricing</h2>
160+
161+
<div class="row mt-3 mb-4 prices-boxes">
162+
<div class="col">
163+
<h4 class="mt-3 mb-3">Premier Membership</h4>
164+
<h5>Not Currently LF Member</h5>
165+
<p>$170,000 USD / year</p>
166+
<h5>Currently LF Member</h5>
167+
<p>$150,000 USD / year</p>
168+
</div>
169+
<div class="col-md-8">
170+
<h4 class="mt-3 mb-3">General Membership (price by <span class="employee-count">employee headcount</span>)</h4>
171+
<div class="row">
172+
<div class="col">
173+
<h5>Not Currently LF Member</h5>
174+
<ul>
175+
<li>$70,000 USD / year, <span class="employee-count">5000+</span></li>
176+
<li>$55,000 USD / year, <span class="employee-count">3,000-4,999</span></li>
177+
<li>$50,000 USD / year, <span class="employee-count">1,000-2,999</span></li>
178+
<li>$45,000 USD / year, <span class="employee-count">500-999</span></li>
179+
<li>$35,000 USD / year, <span class="employee-count">100-499</span></li>
180+
<li>$30,000 USD / year, <span class="employee-count">up to 99</span></li>
181+
</ul>
182+
</div>
183+
<div class="col">
184+
<h5>Currently LF Member</h5>
185+
<ul>
186+
<li>$50,000 USD / year, <span class="employee-count">5000+</span></li>
187+
<li>$40,000 USD / year, <span class="employee-count">3,000-4,999</span></li>
188+
<li>$35,000 USD / year, <span class="employee-count">1,000-2,999</span></li>
189+
<li>$30,000 USD / year, <span class="employee-count">500-999</span></li>
190+
<li>$25,000 USD / year, <span class="employee-count">100-499</span></li>
191+
<li>$25,000 USD / year, <span class="employee-count">up to 99</span></li>
192+
</ul>
193+
</div>
194+
</div>
195+
</div>
196+
</div>
166197
</div>
167198
</div>
168199
</div>
169200
</div>
170201

171-
<div class="container-fluid light-background-section mt-4">
202+
<div class="container-fluid light-background-section mt-3">
172203
<div class="container">
173204
<div class="row content">
174205
<div class="col-md-10 body-side-text text-center">

0 commit comments

Comments
 (0)