-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjoin.html
More file actions
77 lines (66 loc) · 4.29 KB
/
join.html
File metadata and controls
77 lines (66 loc) · 4.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Brahman</title>
<link rel="stylesheet" type="text/css" href="/css/main.css">
<link rel="icon" href="/images/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="/images/favicons/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/favicons/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/favicons/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/favicons/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="/images/favicons/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/images/favicons/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/images/favicons/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/images/favicons/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="/images/favicons/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="/images/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="/images/favicons/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/images/favicons/favicon-16x16.png" sizes="16x16" />
<link rel="manifest" href="/images/favicons/site.webmanifest">
<meta property="og:title" content="BRAHMAN">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="BRAHMAN" />
<meta property="og:description" content="An experiment in low-cost, high-tech living & learning in the California desert, Jan 6 - March 27, 2020 😎️️️🏜❤️🌵️☀️">
<meta name="twitter:description" content="An experiment in low-cost, high-tech living & learning in the California desert, Jan 6 - March 27, 2020 😎️️️🏜❤️🌵️☀️" />
<meta name="twitter:image" content="http://brahman.ai/images/cacti.jpg" />
<meta property="og:image" content="http://brahman.ai/images/cacti.jpg">
</head>
<body>
<div id="container">
<div id="navbar">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/info.html">Info</a></li>
<li><a href="/activity.html">Activities</a></li>
<li><a href="/gallery.html">Gallery</a></li>
<li><a href="/inspiration.html">Inspirations</a></li>
<li><a href="/join.html">Join</a></li>
</ul>
</div>
<div id="description">
<p>
We are open to people from all walks of life. The program is totally free and basic shelter is provided (see the <a href="/gallery.html">gallery</a>). You need to chip in for food and take care of your own basic expenses (starting with how to get yourself and whatever you want to bring here).
</p>
<p>
All we ask is that you come with a positive mindset and contribute. This can be done in many ways; helping us build up and tear down, proposing and leading an <a href="/activity.html">activity</a>, helping us garden, decorating and making art, bringing useful things (like transport, tools, and fun technologies), or other things we haven't thought of. We are essentially building everything from the ground up and the desert is our canvas. So we want people who are open-minded and excited to help.
</p>
<p>
We have some limitations on how many people we can host, which are being figured out precisely now. If you are interested in joining us in 2020, please fill out the following form and we'll schedule a call with you shortly after.
</p>
<p>
<b>Important dates:</b>
<br/> * Final application deadline: <u>Nov 1</u>
<br/> * Applicants find out by: <u>Nov 15</u> (Note: if you need to hear back sooner, tell us in the application and we will give you early decision)
</p>
<p> </p>
<p>
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSc4zHSXl33OFKmFixn0QY1QXo9tjbvTJQ-xveUYMzWVvbsaaw/viewform?embedded=true" width="720" height="2260" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
</p>
<p>
<a href="https://forms.gle/fuX8YsWYbD42mwA58">Link to the application doc</a>.
</p>
</div>
</div>
</body>
</html>