forked from LessWrong2/LessOnline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
620 lines (570 loc) · 32 KB
/
index.html
File metadata and controls
620 lines (570 loc) · 32 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image"
content="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1712166847/habryka_6_g84ubl.png">
<meta property="twitter:image:src"
content="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1712166847/habryka_6_g84ubl.png">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styles.css">
<!-- <link rel="stylesheet" href="manifest-style.css"> -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://use.typekit.net/tlf2euo.css">
<link rel="shortcut icon" type="image/jpg"
href="/public/LessOnlineLogo.png" />
<title>LessOnline 2025</title>
<script>
var APP_ID = "wtb8z7sj";
window.intercomSettings = {
app_id: APP_ID
};
</script>
<script>(function () { var w = window; var ic = w.Intercom; if (typeof ic === "function") { ic('reattach_activator'); ic('update', w.intercomSettings); } else { var d = document; var i = function () { i.c(arguments); }; i.q = []; i.c = function (args) { i.q.push(args); }; w.Intercom = i; var l = function () { var s = d.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = 'https://widget.intercom.io/widget/' + APP_ID; var x = d.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); }; if (w.attachEvent) { w.attachEvent('onload', l); } else { w.addEventListener('load', l, false); } } })();</script>
<script defer src="modal.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NP786MY8K9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-NP786MY8K9');
</script>
<script src="scripts/blogList.js" defer></script>
<script>
fetch('faq.html')
.then(response => response.text())
.then(html => {
document.getElementById('faqContent').innerHTML = html;
attachEventListenersToFaqItems();
})
.catch(error => {
console.error('Error loading the FAQ content:', error);
});
function attachEventListenersToFaqItems() {
const faqItems = document.querySelectorAll('.faq-item');
console.log(faqItems);
faqItems.forEach(item => {
const faqItem = item.querySelector('.faq-item');
const faqIconDiv = item.querySelector('.faqIcon');
const faqIcon = item.querySelector('.fas');
const question = item.querySelector('.question');
const answer = item.querySelector('.answer');
console.log(answer.textContent)
faqIconDiv.addEventListener('click', () => {
answer.classList.toggle('hidden');
faqIcon.classList.toggle('down');
});
question.addEventListener('click', () => {
answer.classList.toggle('hidden');
faqIcon.classList.toggle('down');
});
});
}
</script>
<script>
fetch('timeline.html')
.then(response => response.text())
.then(html => {
const host = document.querySelector("#timeline-section");
const shadow = host.attachShadow({ mode: "open" });
const content = document.createElement("div");
content.innerHTML = html;
shadow.appendChild(content);
fetch('manifest.css')
.then(response => response.text())
.then(css => {
const sheet = new CSSStyleSheet();
sheet.replaceSync(css);
shadow.adoptedStyleSheets = [sheet];
})
.catch(error => {
console.error('Error loading the FAQ content:', error);
});
})
.catch(error => {
console.error('Error loading the FAQ content:', error);
});
</script>
</head>
<body>
<div class="content-area background-image">
<!-- Removing the navigation menu below -->
<!-- <navigation>
<a href="#childcare">Childcare</a>
<a href="#housing">Housing</a>
<a href="#FAQ">FAQ</a>
</navigation> -->
<section class="splash-section">
<div class="splash-text">
<h1>LessOnline | 2025</h1>
<div class="subtitle">
<em>A Festival of Writers Who are Wrong on the Internet</em>
<div class="info-icon">
<i class="fas fa-info-circle"></i>
<div class="info-popup">
<p>But Striving To Be Less So</p>
</div>
</div>
</div>
<div class="info"><em>Berkeley, CA, Lighthaven: May 30 - Jun 1, 2025</em>
</div>
<div class="cta-row">
<a href="#tickets" onclick="scrollToTicketsSection()" class="CTA-button third center"
target="_blank">
Buy Tickets
</a>
</div>
</div>
</section>
<section class="blogroll-section">
<div class="event-description">
<div style="color: black; font-size: 36px">What is LessOnline?</div>
<h2>30 May - 1 June, 2025</h2>
<h4><a href="https://www.lighthaven.space/" target="_blank">Lighthaven Campus, Berkeley, CA</a></h4>
<p>
<div>
LessOnline is a festival celebrating truth-seeking, optimization, and blogging. It's
an opportunity to meet people you've only ever known by their LessWrong username or Substack handle.<br /><br />
The goal is to bring together a "mostly-online subculture of people
trying to work together to figure out how to distinguish truth from
falsehood using insights from probability theory, cognitive science, and AI."
<span class="footnote"><a href='https://www.astralcodexten.com/about#§where-did-all-this-come-from'
target="_blank">[1]</a>
</span>
<br /><br />
The weekend will be filled with talks, workshops, puzzle-hunts, dance parties, and late-night conversations around the fireside. If you have a session or activity you might like to
run at LessOnline, <a href='https://airtable.com/appKNQG5ubVD4CNhJ/pagdI39AYiAVSOTSJ/form' target="_blank">let us know!</a><br /><br />
</div>
<div class="quote">
<br><br>
<i>Lighthaven felt rambly and wondrous and fun without being pretentious? Felt like an incredibly-well-executed, 11-of-10 house party venue (laudatory) crossed with Disneyland.</i>
<br><br> ——A Lighthaven Event Attendee
<br>
</div>
</p>
</div>
<div class="blogosphere" id="blogosphere">
<div class="blogroll-title-info">
<h3 class="blogroll-title">Some writings we love</h3>
<h4 class="blogroll-subtitle">
These sites embody the virtues we want to celebrate. We're offering free tickets to everyone whose site is listed below.
</h4>
</div>
<div class="attendees-key">
<label class="blog-checkbox"><input type="checkbox" id="toggleCheckbox"> Only show authors confirmed attending</label>
</div>
<div class="blogs" id="blog-list">
</div>
<div style="padding-top: 30px" class="blogroll-title-info">
<h4 class="blogroll-subtitle">
This list is incomplete. You can help by <a href="https://docs.google.com/forms/d/e/1FAIpQLSe7WDDYjsc_MlXcZLgeh_ykkSbELi4c0mpJ1iwu1UFhLggesg/viewform"
target="_blank" style="color: var(--goldish)">expanding it</a>.
</h4>
</div>
</div>
</section>
<!-- New testimonials section -->
<section class="testimonials-section">
<h2 class="testimonials-title">What people said about LessOnline</h2>
<div class="testimonials-container">
<div class="testimonial">
<p><i>...a trip to an alternate universe, a road not taken, a vision of a different life where you get up and start the day in dialogue with Agnes Callard and Aristotle and in a strange combination of relaxed and frantically go from conversation to conversation on various topics, every hour passing doors of missed opportunity, gone forever.</i></p>
<p class="testimonial-author">
— <a href="https://thezvi.substack.com/p/ai-67-brief-strange-trip#:~:text=I%20had%20a,opportunity%2C%20gone%20forever" target="_blank">Zvi Mowshowitz</a>
<img class="testimonial-author-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715024212/zvi_gcbx4c.jpg" alt="Zvi Mowshowitz">
</p>
</div>
<div class="testimonial">
<p><i>I'm probably giving you the idea that the Bay Area tech people are a bunch of weirdos. Nothing could be further from the truth. In general, I found them to be smarter, more rational, and even nicer than the average human being. If everyone in the world were like these people, even communism might have worked.</i></p>
<p class="testimonial-author">
— <a href="https://www.themoneyillusion.com/melancholia-2/#:~:text=I%20was%20revived.-,I%E2%80%99m%20probably%20giving%20you%20the%20idea%20that%20the%20Bay%20Area%20tech,the%20world%20were%20like%20these%20people%2C%20even%20communism%20might%20have%20worked.,-There%E2%80%99s%20a%20weird" target="_blank">Scott Sumner</a>
<img class="testimonial-author-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715626684/scottsumner_fykfhn.jpg" alt="Scott Sumner">
</p>
</div>
<div class="testimonial">
<p><i>I got to have many long (and short!), inspiring, and occasionally intimate discussions with people I really admired… you feel like you're at home the whole time you're there… if you weren't there, you missed out, but there's always next year.</i></p>
<p class="testimonial-author">
— <a href="https://www.cremieux.xyz/p/meetups-are-fun#:~:text=I%20got%20to%20have%20many%20long%20(and%20short!)%2C%20inspiring%2C%20and%20occasionally%20intimate%20discussions%20with%20people%20I%20really%20admired" target="_blank">Cremieux Recueil</a>
<img class="testimonial-author-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715116970/cremieux-transformed_ffrhpj.jpg" alt="Cremieux Recueil">
</p>
</div>
</div>
</section>
<!-- <h2 class="guests-title ">Some attending guests</h2>
<section class="guests">
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715116734/pixelcut-export_ybkd8o.png" />
<div class="guest-name">Kevin Simler</div>
<a class="guest-name-subtitle" href="https://meltingasphalt.com/" target="_blank">Melting Asphalt</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715116970/cremieux-transformed_ffrhpj.jpg" />
<div class="guest-name">Cremieux Recueil</div>
<a class="guest-name-subtitle" href="https://www.cremieux.xyz/" target="_blank">cremieux.xyz</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715119861/katja2_zronzh.jpg"/>
<div class="guest-name">Katja Grace</div>
<a class="guest-name-subtitle" href="https://worldspiritsockpuppet.com/" target="_blank">World Spirit Sock Puppet</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715115375/scottalexander_rgjox9.jpg" />
<div class="guest-name">Scott Alexander</div>
<a class="guest-name-subtitle" href="https://astralcodexten.com/" target="_blank">Astral Codex Ten</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715028189/eliezer_kn51vd.jpg" />
<div class="guest-name">Eliezer Yudkowsky</div>
<div class="guest-name-subtitle"><a href="lesswrong.com/rationality" target="_blank"></a>The Sequences</a> and <a href="hpmor.com">HPMOR</a></div>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715024212/zvi_gcbx4c.jpg"/>
<div class="guest-name">Zvi Mowshowitz</div>
<a class="guest-name-subtitle" href="https://thezvi.substack.com/" target="_blank">Don't Worry About the Vase</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715119664/JosephCarlsmith16-v2-b-e1628478657473_bnafzp.jpg" />
<div class="guest-name">Joe Carlsmith</div>
<a class="guest-name-subtitle" href="https://joecarlsmith.com/" target="_blank">joecarlsmith.com</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715133024/aella_zqemkj.png" />
<div class="guest-name">Aella</div>
<a class="guest-name-subtitle" href="https://aella.substack.com/" target="_blank">Knowingless</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715026191/pixelcut-export_atogmp.jpg" />
<div class="guest-name">Alicorn</div>
<div class="guest-name-subtitle">
<a href="https://luminous.elcenia.com/" target="_blank"></a>Luminosity</a>, <a href="https://glowfic.com/" target="_blank">Glowfic.com</a>
</div>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715124648/nate_rhdjda.jpg"/>
<div class="guest-name">Nate Soares</div>
<a class="guest-name-subtitle" href="https://mindingourway.com/" target="_blank">Minding Our Way</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715114522/alexanderwhales_ugmlp2.jpg"/>
<div class="guest-name">Alexander Wales</div>
<div class="guest-name-subtitle">
<a href="https://worthcandleandmetropolitanman.com/" target="_blank">Worth the Candle</a>, and <a href="https://alexanderwales.com/the-metropolitan-man-1/" target="_blank">Metropolitan Man</a>
</div>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715130665/robbensinger_b1svml.jpg"/>
<div class="guest-name">Rob Bensinger</div>
<a href="https://nothingismere.com/" target="_blank" class="guest-name-subtitle">Nothing is Mere</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715222685/patrick_mckenzie_gj2w7z.jpg"/>
<div class="guest-name">Patrick McKenzie</div>
<a href="https://www.bitsaboutmoney.com/" target="_blank" class="guest-name-subtitle">Bits About Money</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://pbs.twimg.com/profile_images/1777310700706168833/zDxG-6NL_400x400.jpg"/>
<div class="guest-name">Sarah Constantin</div>
<a href="https://sarahconstantin.substack.com/" target="_blank" class="guest-name-subtitle">Rough Diamonds</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715626363/agnes_xfb9g8.jpg"/>
<div class="guest-name">Agnes Callard</div>
<a href="https://thepointmag.com/author/acallard/" target="_blank" class="guest-name-subtitle">The Point</a>
</div>
<div class="guest-photo-wrapper">
<img class="guest-photo" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715626684/scottsumner_fykfhn.jpg"/>
<div class="guest-name">Scott Sumner</div>
<a href="https://astralcodexten.com/" target="_blank" class="guest-name-subtitle">The Money Illusion</a>
</div>
</section> -->
<h2 class="guests-title">Things That Will Happen</h2>
<section class="sessions">
<div class="session">
<img src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715386427/garden-writing_aqmtcw.jpg"/>
<h3>Writing Workshops</h3>
<p>Advice from great writers,<br/> and space to apply it</p>
</div>
<div class="session">
<img src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1740530305/firepit_tcfaxv.png"/>
<h3>Fireside Conversations</h3>
<p>Cozy conversations into the night,<br/> to discuss and debate ideas</p>
</div>
<div class="session">
<img src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715396443/clas_zwgljz.jpg"/>
<h3>Rationality Classes</h3>
<p>Get calibrated and identify cruxes</p>
</div>
<!-- <div class="session">
<img src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715383792/library_ynm1xa.jpg"/>
<h3>Puzzle Hunts</h3>
<p>Unravel mysteries across a sprawling venue</p>
</div> -->
<div class="session">
<img src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1715396513/clas_qn1oxv.jpg"/>
<h3>Dance Party</h3>
<!-- <h3>Dance to the <a href="https://www.lesswrong.com/posts/YMo5PuXnZDwRjhHhE/lesswrong-s-first-album-i-have-been-a-good-bing" target="_blank"></a>Fooming Shoggoths</h3> -->
<p>Music by the<br/><a href="https://www.lesswrong.com/posts/YMo5PuXnZDwRjhHhE/lesswrong-s-first-album-i-have-been-a-good-bing" target="_blank">Fooming Shoggoths</a></p>
<!-- <p>After their debut album I have been a good Bing</a>, the Fooming Shoggoths will be releasing new music.</p> -->
</div>
</section>
<!-- <section class="center">
<h3>See more on <a href="https://schedule.less.online/LessOnline" target="_blank">the schedule</a>.</h3>
</section> -->
<section class="gallery">
<!-- <img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_600/v1714172071/session2_vx6xup.png"/> -->
<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_800/v1740525463/_ADS0020_mplpfo.jpg"/>
<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_800/v1740525475/_ADS0300_kafqcr.jpg"/>
<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_800/v1740525515/_ISH8133_oaw0gi.jpg"/>
<!--<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_800/v1714172470/sunroom_dqd8rr.jpg"/> -->
<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_800/v1714177391/outdoor_tml9dy.png"/>
<!-- <img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_800/v1714177391/outdoor3_wpvyu3.png"/> -->
<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_600/v1714172071/session_tzmtut.png"/>
<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_800/v1740525509/_ISH0644_qboeld.jpg"/>
<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_600/v1714172071/stadium-seating_pe2nz3.png"/>
<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_800/v1740525500/_ADS9301_elmxzt.jpg"/>
<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_800/v1740525495/_ADS0793_y28ys1.jpg"/>
<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_800/v1740525479/_ADS0701_gusj1i.jpg"/>
<img class="gallery-photo large" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/c_scale,w_600/v1714172072/wicker-bench_ipdxyf.png"/>
</section>
<!-- <section class="campus-section">
<div class="text-section buildings">
<h2><a href="https://www.manifest.is/" target="_blank">Manifest 2024</a></h2>
<div>
<p><a href="https://www.manifest.is/" target="_blank">Manifest</a> (Fri Jun 7 - Sun Jun 9) is a festival for forecasting and prediction markets, hosted by <a href="https://manifold.markets/home" target="_blank">Manifold</a> and <a href="https://manifund.org/" target="_blank">Manifund</a>.</p>
<p>It's happening one week after LessOnline, both at <a href="https://www.lighthaven.space/" target="_blank">Lighthaven</a>.</p>
<p>So we're teaming up with Manifest to offer a discounted ticket to both events, as well as a weeklong Summer Camp in between the two.</p>
<p>Buy tickets on the <a href="https://www.tickettailor.com/events/manifoldmarketsinc/1166167" target="_blank">Manifest ticketing site</a></p>
</div>
</div>
<img class="condensed-image" src="./public/manifest_austin.jpeg" />
</section> -->
<div style="text-align: center; width: 100%;">
<h2 class="title">Buy Tickets</h2>
<p class="ticket-info" style="text-align: center; margin-left: auto; margin-right: auto; max-width: 550px;">Tickets include (a) admission to the Lighthaven venue, (b) lunch, dinner, and snacks, and (c) many talks, workshops, and events.</p>
</div>
<section class="additional-ticket-section" id="tickets" style="padding-top: 0;">
<a href="https://buy.stripe.com/dR69Eh9GmgHD5gI7sH" class="day-pass-ticket ticket-link" target="_blank">
<div class="ticket-content">
<div class="ticket-header">
<h3 class="title" style="margin-bottom: 10px;"><b>Early-Bird Ticket</b> <span class="price">$450</span></h3>
</div>
<img src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1740526729/early_bird_wyk55f.png" alt="Early Bird" class="ticket-image">
<p class="price-subtitle">Your ticket to LessOnline. From Friday night to Sunday night.</p>
</div>
</a>
<a href="https://buy.stripe.com/00g2an7Wv9T88mI9AF" class="support-ticket ticket-link" target="_blank">
<div class="ticket-content">
<div class="ticket-header">
<h3 class="title" style="margin-bottom: 10px;"><b>Supporter Ticket</b> <span class="price">$3000</span></h3>
</div>
<img src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1740526729/watering_garden_nwk2ws.png" alt="Watering Garden" class="ticket-image">
<p class="price-subtitle">A ticket for those who want to support LessWrong to run independently.</p>
</div>
</a>
</section>
<!-- <section class="FAQ-section" id="childcare">
<div class="campus-map">
<img class="campus-image" src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1714512052/DALL_E_2024-04-30_14.20.41_-_An_aquarelle_painting_depicting_a_few_children_playing_in_a_field_with_imaginary_numbers_graphs_and_blocks._The_children_are_engaged_in_creative_pla_qu7szf.webp" />
</div>
<div class="faq-text">
<h2 class="title height-shorten top-short">Families & Childcare</h2>
<p>LessOnline is a family-friendly event! Bring your kids, we'd love to see them :-)</p>
<ul>
<li>For ages 2-10, tickets are $50/event, and below that age kids come free.</li>
<li>We'll be offering a day care service onsite, from 10 AM to 7 PM.</li>
<li>Daycare pricing is $30/hour, or $150 for "4 hours every day", or $200 for "as much as you want" if you <a href="https://buy.stripe.com/fZebMpcSyezv6kMdR4">book in advance</a></li>
</ul>
<p>If you'd like childcare outside the hours of 10 AM to 7 PM, please indicate it on the booking form and we will connect you with a nanny service at $45/hour.</p>
<h3 class="height-shorten">Child Tickets (+Daycare)</h3>
<p>Each ticket comes with the two possible day-care add-ons. <b>Remove one or both of the add-ons when you buy your child's ticket.</b></p>
<a href="https://buy.stripe.com/7sI8AdcSyajffVmeV6" class="CTA-button third button-series"
target="_blank">
LessOnline Child Ticket: $50
</a>
<a href="https://buy.stripe.com/00geYBdWC7737oQ14h" class="CTA-button third button-series"
target="_blank">
Summer Camp Child Ticket: $50
</a>
<a href="https://buy.stripe.com/fZebMpcSyezv6kMdR4" class="CTA-button third button-series"
target="_blank">
Manifest Child Ticket: $50
</a>
</div>
</section> -->
<!-- <section class="FAQ-section" id="housing">
<div class="campus-map">
<img class="campus-image" src="./public/6x4/DSC8488.jpg" />
</div>
<div class="faq-text">
<h2 class="title">Housing at Lighthaven</h2>
<p>A limited number of rooms are available on-site at Lighthaven. Housing is also available during Summer Camp (Mon Jun 3 - Fri Jun 7) and Manifest (Fri Jun 7 - Sun Jun 9).</p>
<a href="https://havenbookings.space/events/manifest-summer-camp" class="CTA-button third"
target="_blank">
Book rooms
</a>
</div>
</section> -->
<!-- <section class="FAQ-section" id="FAQ">
<div class="campus-map">
<img class="campus-image" src="./public/splash_image_campus_map.jpg" />
</div>
<div class="faq-text">
<h2 class="title">FAQ</h2>
<div id="faqContent"></div>
</div>
</section> -->
<section class="center-section">
<h2 class="title">Contact</h2>
<p style="text-align: center; width: 300px; padding-bottom: 100px;">If you have any questions or comments please email <a href="mailto:ben@lesswrong.com" target="_blank" class="green">ben@lesswrong.com</a></p>
</section>
<!-- <section class="tickets-section" id="tickets-section">
<h2 class="title">Plus! Childcare</h2>
<div class="ticket-row">
<div class="ticket">
<label>
<input type="checkbox" id="childcare3Checkbox">
<h3>Childcare (3 days)</h3>
</label>
<p>10am to 8pm, any 3 day span within May 31 - Jun 9</p>
</div>
<div class="ticket">
<label>
<input type="checkbox" id="childcare10Checkbox">
<h3>Childcare (10 days)</h3>
</label>
<p>10am to 8pm, May 31 - Jun 9</p>
</div>
</div>
<div class="buy-tickets-button">
<a href="#" id="buyChildcareLink" class="CTA-button third" target="_blank">
Buy childcare: <span id="childCarePrice">$0</span>
</a>
</div>
</section> -->
</div>
<script>
var checkbox = document.getElementById('toggleCheckbox');
var content = document.getElementsByClassName('not');
checkbox.addEventListener('change', function () {
Array.from(content).forEach(div => {
div.classList.toggle('hidden');
});
});
</script>
<script>
document.addEventListener('DOMContentLoaded', function () {
var lessOnlineCheckbox = document.getElementById('lessOnlineCheckbox');
var summerCampCheckbox = document.getElementById('summerCampCheckbox');
var manifestCheckbox = document.getElementById('manifestCheckbox');
var buyTicketsLink = document.getElementById('buyTicketsLink');
var ticketPriceDisplay = document.getElementById('ticketPrice'); // Assuming you have an element to display the price
function updateTicketLink() {
var price = 0;
var manifestTicketLink = 'https://www.tickettailor.com/events/manifoldmarketsinc/1166167';
var lessOnlineTicketLink = 'https://buy.stripe.com/bIY7w96ua9fbfVmbIL';
var lessOnlineManifestTicketLink = 'https://www.tickettailor.com/events/manifoldmarketsinc/1166167';
var lessOnlineSummerCampTicketLink = 'https://buy.stripe.com/4gw17LbOu1MJ24wcMN';
var allThreeTicketLink = 'https://www.tickettailor.com/events/manifoldmarketsinc/1166167';
var lo = lessOnlineCheckbox.checked;
var sc = summerCampCheckbox.checked;
var m = manifestCheckbox.checked;
var link = 'https://www.tickettailor.com/events/manifoldmarketsinc/1166167';
if (lo && !sc && !m) {
link = lessOnlineTicketLink;
price = 500;
} else if (lo && !sc && m) {
link = lessOnlineManifestTicketLink;
price = 850;
} else if (lo && sc && !m) {
link = lessOnlineSummerCampTicketLink;
price = 1000;
} else if (lo && sc && m) {
link = allThreeTicketLink;
price = 1200;
} else if (sc && m) {
link = manifestTicketLink;
price = 1000;
} else if (sc) {
price = 500;
} else if (m) {
price = 500;
} else if (!lo && !sc && !m) {
link = '#';
}
// Update the displayed price
if (ticketPriceDisplay) {
ticketPriceDisplay.textContent = price > 0 ?`Buy Tickets: $${price}` : 'Select your ticket(s)';
}
buyTicketsLink.href = link;
buyTicketsLink.onclick = function(event) {
if (!lo && !sc && !m) {
event.preventDefault(); // Prevent navigating
alert("You must select your ticket(s) before buying them");
}
};
}
lessOnlineCheckbox.addEventListener('change', updateTicketLink);
summerCampCheckbox.addEventListener('change', updateTicketLink);
manifestCheckbox.addEventListener('change', updateTicketLink);
// Initialize the link based on the default checkbox states
updateTicketLink();
});
</script>
<script>
// Childcare
document.addEventListener('DOMContentLoaded', function () {
var childcare3Checkbox = document.getElementById('childcare3Checkbox');
var childcare10Checkbox = document.getElementById('childcare10Checkbox');
var buyChildcareLink = document.getElementById('buyChildcareLink');
var childCarePriceDisplay = document.getElementById('childCarePrice'); // Assuming you have an element to display the price
function updateChildcareLink() {
var link = '#';
var price = 0;
var childcare3TicketLink = 'https://buy.stripe.com/3cs7w96ua8b7aB24gl';
var childcare10TicketLink = 'https://buy.stripe.com/28o9Eh4m2fDz8sU14a';
var c3 = childcare3Checkbox.checked;
var c10 = childcare10Checkbox.checked;
if (c3 && !c10) {
link = childcare3TicketLink;
price = 150;
} else if (c10) {
link = childcare10TicketLink;
price = 300;
}
// Update the displayed price
if (childCarePriceDisplay) {
childCarePriceDisplay.textContent = `$${price}`;
}
buyChildcareLink.href = link;
}
childcare3Checkbox.addEventListener('change', updateChildcareLink);
childcare10Checkbox.addEventListener('change', updateChildcareLink);
// Initialize the link based on the default checkbox states
updateChildcareLink();
});
</script>
<script>
function scrollToTicketsSection() {
// Prevent the default anchor behavior
event.preventDefault();
// Find the tickets-section element
const ticketsSection = document.getElementById('tickets');
// Scroll to the tickets-section smoothly
ticketsSection.scrollIntoView({ behavior: 'smooth' });
}
</script> <script>
function updatePriceNote() {
const ticketPriceNoteDate = new Date("2024-05-15");
const daysRemaining = Math.round((ticketPriceNoteDate - new Date()) / (1000 * 60 * 60 * 24));
if (daysRemaining > 1) {
document.getElementById('ticket-price-note-date').innerHTML = `in ${daysRemaining} days`;
} else {
document.getElementById('ticket-price-note-date').innerHTML = `in 1 day`;
}
}
updatePriceNote();
</script>
</body>
</html>