Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
59 changes: 59 additions & 0 deletions donate.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<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>
<div>
<a href="https://airtable.com/appIDSB5FN81es9PE/shrkHA9uGBXTexxRN" class="CTA-button-navbar" target="_blank">
Submit Event Inquiry
</a>
<a href="./donate.html" class="CTA-button-navbar" target="_blank">
Donate
</a>
</div>
</div>
<section class="center-section">
<h2 class="title">Donating to Lighthaven</h2>
<p>Lighthaven is a project of Lightcone Infrastructure, a project of the Center for Applied Rationality. We built Lighthaven to help facilitate events that improve humanity's thinking on important problems. </p>
<p>We're hoping that in a few years, Lighthaven will have a self-sustaining revnue stream for events. For now, we greatly appreciate donations to help cover our maintenance costs as we build out more efficient systems and cultivate a network of event organizers.</p>
<p>You can donate via PayPal. For donations greater than $2000, we recommend contacting Oliver Habryka to set up a direct bank transfer, to avoid paying transfer fees. You can message him at <a href="mailto:oliver.habryka@gmail.com">oliver.habryka@gmail.com</a></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="text-align: center; margin-top: 40px; margin-bottom: 40px">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="KN2E9NRJT4WB8" />
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" title="PayPal - The safer, easier way to pay online!" alt="Donate with PayPal button" />
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1" />
</form>
</section>
</body>
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,14 @@
/>
<div class="navbar-title">Lighthaven</div>
</a>
<a href="https://airtable.com/appIDSB5FN81es9PE/shrkHA9uGBXTexxRN" class="CTA-button-navbar" target="_blank">
Submit an inquiry
</a>
<div>
<a href="https://airtable.com/appIDSB5FN81es9PE/shrkHA9uGBXTexxRN" class="CTA-button-navbar" target="_blank">
Submit Event Inquiry
</a>
<a href="./donate.html" class="CTA-button-navbar" target="_blank">
Donate
</a>
</div>
</div>
<div class="content-area">
<section class="splash-section">
Expand Down
Binary file modified public/.DS_Store
Binary file not shown.
Binary file modified public/CampusMap-detailed.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ h1 {
font-style: italic;
display: inline-block;
flex-shrink: 0;
padding: 0 12px;
}

.CTA-button-center {
Expand Down Expand Up @@ -510,6 +511,7 @@ h4 {
max-height:95vh;
}


@media (max-width: 500px) {
.CTA-button-navbar {
display: none;
Expand Down