forked from LessWrong2/LessOnline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrooms.html
More file actions
55 lines (54 loc) · 2.75 KB
/
rooms.html
File metadata and controls
55 lines (54 loc) · 2.75 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:image" content="https://res.cloudinary.com/lesswrong-2-0/image/upload/h_200/v1695841034/lighthaven_logo_ruab6b.png">
<meta property="twitter:image:src" content="https://res.cloudinary.com/lesswrong-2-0/image/upload/h_200/v1695841034/lighthaven_logo_ruab6b.png">
<link rel="stylesheet" href="reset.css">
<link rel="stylesheet" href="styles.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="https://res.cloudinary.com/lesswrong-2-0/image/upload/a_90/v1629334277/Lightcone-02_stkgik.svg"/>
<title>Lighthaven</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>
</head>
<body>
<div class="navbar">
<a href="index.html" class="logo">
<img class="logo-image"
src="https://res.cloudinary.com/lesswrong-2-0/image/upload/v1629334277/Lightcone-02_stkgik.svg"
/>
<div class="navbar-title">Lighthaven</div>
</a>
<a href="https://airtable.com/appIDSB5FN81es9PE/shrkHA9uGBXTexxRN" class="CTA-button-navbar" target="_blank">
Book an Event
</a>
</div>
<div class="content-area">
<section class="center-section">
<h2 class="title">Aumann Hall</h2>
</section>
<iframe
class="airtable-embed"
src="https://airtable.com/embed/appIDSB5FN81es9PE/shrxMrgw6FxNGNcV7?backgroundColor=orangeLight"
frameborder="0" onmousewheel=""
width="950" height="1150"
style="background: transparent; border: 1px solid #ccc; margin:auto">
</iframe>
</div>
</body>
</html>