forked from LessWrong2/LessOnline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathold-ticket-code.html
More file actions
96 lines (90 loc) · 3.92 KB
/
old-ticket-code.html
File metadata and controls
96 lines (90 loc) · 3.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<section class="tickets-section" id="tickets-section">
<h2 class="title">Buy Tickets</h2>
<p class="ticket-info">Tickets include (a) admission to the Lighthaven venue, (b) lunch, dinner, and snacks, and (c) many talks, workshops, and events. Housing and childcare can be purchased separately below.</p>
<div class="ticket-row">
<div class="ticket">
<input type="checkbox" id="lessOnlineCheckbox">
<label for="lessOnlineCheckbox">
<h3><b>LessOnline</b></h3>
<h4>Fri May 30 - Sun Jun 1, 2025</h4>
<div class="price">$500</div>
<div class="price-subtitle">...minus your LessWrong karma in cents</div> -->
<!-- <ul>
<li>Admission to the Lighthaven venue</li>
<li>Talks, blogging workshops, memo sessions, and more</li>
<li>Lunch, dinner, and snacks every day</li>
</ul> -->
</label>
</div>
<div class="ticket">
<input type="checkbox" id="summerCampCheckbox">
<label for="summerCampCheckbox">
<h3><b>Summer Camp</b></h3>
<h4>Mon Jun 3 - Fri Jun 7</h4>
<div class="price">$500</div>
<div class="price-subtitle">...or $350 with tickets to both LessOnline & Manifest</div> -->
<!-- <ul>
<li>Admission to the Lighthaven venue</li>
<li>Coworking space, workshops, and talks</li>
<li>Lunch, dinner, and snacks every day</li>
</ul> -->
</label>
</div>
<div class="ticket">
<input type="checkbox" id="manifestCheckbox">
<label for="manifestCheckbox">
<h3><b>Manifest</b></h3>
<h4>Fri Jun 7 - Sun Jun 9</h4>
<div class="price">$500</div>
<div class="price-subtitle">...or $350 with a LessOnline ticket<br/>
...or <a href="https://www.tickettailor.com/events/manifoldmarketsinc/1166167" target="_blank" style="color:var(--goldish)">pay for Manifest using Mana</a></div> -->
<!-- <ul>
<li>Admission to the Lighthaven venue</li>
<li>Access to 3 days of talks, workshops, and events</li>
<li>5 meals + snacks throughout the weekend</li>
</ul> -->
</label>
</div>
</div>
<div class="buy-tickets-button">
<a href="#" id="buyTicketsLink" class="CTA-button third" target="_blank">
<span id="ticketPrice">$0</span>
</a>
</div>
</section>
<section class="tickets-section">
<h2 class="title">Kids Tickets and Childcare</h2>
<div style="display: flex; flex-direction: row; justify-content: space-between; gap: 20px">
<div class="buy-tickets-button">
<a href="https://buy.stripe.com/9AQ17LcSy8b76kM00a" class="CTA-button childcare">
<h3><b>Child Ticket</b></h3>
<h3>$50/event</h3>
</a>
</div>
</div>
<div style="margin:50px 0">
<p>Children For childcare, we'll be offering a day care service onsite, from 10 AM to 7 PM</p>
<p>Daycare pricing is $20/hour, or $100/day if you book ahead of time.</p>
<p>If you'd like childcare outside the hours of 10 AM to 7 PM, please indicate it on the booking form.</p>
</div>
</section>
<section class="additional-ticket-section" id="day-passes">
<div class="day-pass-ticket">
<h3 class="title">One-Day Passes</h3>
<p>A single day's access to LessOnline (either Saturday or Sunday, your choice), 2 hot-meals and snacks, and access to all sessions happening that day.</p>
<a href="https://buy.stripe.com/dR69Eh9GmgHD5gI7sH" class="additional-ticket"
target="_blank">
<h3>Day Pass</h3>
<div class="price">$350</div>
</a>
</div>
<div class="support-ticket">
<h3>Supporter Ticket</h3>
<p>For those who want to support LessWrong run independently.</p>
<p> Comes with a full week of access to the Lighthaven Campus May 30th – June 8th.</p>
<a href="https://buy.stripe.com/aEU9EhcSycrn10scN3" target="_blank" class="additional-ticket">
<h3>Supporter Ticket</h3>
<div class="price">$2000</div>
</a>
</div>
</section>