diff --git a/donate.html b/donate.html new file mode 100644 index 0000000..ec24c61 --- /dev/null +++ b/donate.html @@ -0,0 +1,59 @@ + + + + + + + + + + + + Lighthaven + + + + + + + + +
+

Donating to Lighthaven

+

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.

+

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.

+

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 oliver.habryka@gmail.com

+
+ + + + +
+
+ \ No newline at end of file diff --git a/index.html b/index.html index 6a5d158..f2dbee0 100644 --- a/index.html +++ b/index.html @@ -35,9 +35,14 @@ /> - - Submit an inquiry - +
+ + Submit Event Inquiry + + + Donate + +
diff --git a/public/.DS_Store b/public/.DS_Store index 6a385cb..29cb861 100644 Binary files a/public/.DS_Store and b/public/.DS_Store differ diff --git a/public/CampusMap-detailed.jpg b/public/CampusMap-detailed.jpg index f12873e..234fbca 100644 Binary files a/public/CampusMap-detailed.jpg and b/public/CampusMap-detailed.jpg differ diff --git a/styles.css b/styles.css index 18cb7c9..acf45ce 100644 --- a/styles.css +++ b/styles.css @@ -88,6 +88,7 @@ h1 { font-style: italic; display: inline-block; flex-shrink: 0; + padding: 0 12px; } .CTA-button-center { @@ -510,6 +511,7 @@ h4 { max-height:95vh; } + @media (max-width: 500px) { .CTA-button-navbar { display: none;