-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
93 lines (80 loc) · 3.28 KB
/
index.html
File metadata and controls
93 lines (80 loc) · 3.28 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
<html>
<head>
<meta charset="utf-8" />
<link rel="preload" href="js/modernizr.js" />
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/primitive.css" />
<link rel="stylesheet" href="css/imsse-net.css" />
</head>
<body>
<img alt="IMSSE logo" src="./img/imsse-e.png" />
<h1>IMSSE: International Mission for Scientific Space Exploration</h1>
<p>
Space exploration, the investigation, by means of crewed and uncrewed
spacecraft, of the reaches of the universe beyond Earth’s atmosphere and
the use of the information so gained to increase knowledge of the cosmos
and benefit humanity. {Encyclopædia Britannica}
</p>
<h2>Projects</h2>
<ul>
<li>P-BER-2023: funding pending</li>
<li>E-VIE-2025: funding pending</li>
<li>B-BER-2027: funding pending</li>
<li>B-VIE-2027: funding pending</li>
<li>S-VIE-2030: funding pending</li>
<li>S-BER-2033: funding pending</li>
</ul>
<h2>Tooling</h2>
<h2>Contact</h2>
<p>{currently offline}</p>
<form>
<label for="base">Base Data</label>
<div id="base">
<input type="text" id="name" placeholder="Name" />
<input type="email" id="email" placeholder="Email" />
<select id="choose">
<option disabled selected>-</option>
<option value="option-1">scientific/technical background</option>
<option value="option-2">financial/business background</option>
<option value="option-3">undefined or other background</option>
</select>
</div>
<label for="message">Message</label>
<textarea id="message"></textarea>
<label>
<input type="checkbox" />
I accept given rights granted in the GDPR of the European Union
(worldwide valid) and allow full usage rights on my data to IMSSE.
</label>
<input type="submit" value="Submit" />
</form>
<h2>Links</h2>
<ul>
<li>European Space Agency (Private Institution): https://www.esa.int/</li>
<li>Planetary Society (Space Exploration Society): https://www.planetary.org/</li>
<li>European Union Copernicus - Atmospheric Data: https://atmosphere.copernicus.eu</li>
<li>International Space University: https://www.isunet.edu/</li>
<li>Earth Low Orbit Satellite Tracking: https://www.leolabs.space/</li>
<li>Azimut Space Industries: https://azimutspace.com/</li>
<li>Austrian Space Cooperation: https://austrospace.at/</li>
<li>Space Components Supplier: https://www.ruag.com</li>
<li>TU Vienna Space Team: https://spaceteam.at/</li>
<li>Berlin Space Technologies: https://www.berlin-space-tech.com/</li>
<li>Peak Technologies: https://www.peaktechnology.at</li>
<li>Airbus Space Industries: https://www.airbus.com/</li>
<li>ISAR Aerospace: https://www.isaraerospace.com/</li>
</ul>
<h2>Technical</h2>
<p>This part contains information on technical aspects of the project. Details will follow.</p>
<h4>PGP/GPG</h4>
<p>E-Mail Public-Key</p>
<p>{currently offline}</p>
<h4>Donate</h4>
<ul>
<li>Bitcoin: </li>
<li>Ethereum: </li>
</ul>
contact@imsse.net
<div><label>imsse-net v.0.0.7-alpha</label></div>
</body>
</html>