-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.html
80 lines (73 loc) · 3.36 KB
/
system.html
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
---
title: System
description: How and what we design to reach orbit
image: ../images/femv1sol2.png
bottom_image: https://source.unsplash.com/jXd2FSvcRr8/2000x1322?a=.png
---
<section class="hero" style="background-image: url({% include relative-src.html src=page.image %})">
<div class="inner-hero text-container">
<div class="hero-text-container">
<h1 class="editable">System</h1>
<p class="subtext editable">How and what we design to reach orbit</p>
</div>
</div>
</section>
<div class="content">
<section class="info" id="learn-more">
<div class="container flex">
<div class="text">
<h2 class="editable">Carrier Satellite</h2>
<p class="editable">The carrier satellite is designed by our team. We have housekeeping, attitude determination, power management, telecommunication and powerful processing on board. </p>
</div>
<div class="image">
<figure>
<img class="editable" src="../images/femv1bot_2.png" alt="eSatv1" />
<figcaption>eSatv1 Prototype</figcaption>
</figure>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">Your payload</h2>
<p class="editable">The payload is the part of the satellite that fullfills its purpose. The carrier satellite supports the payload with electricity, communication and processing capabilitie. We provide you with different sensing payloads to fly or test. We strongly advise you to be creative and design your own payload and provide you a hardware development kit (HDK). A requirement for this payload has a smaller or equal outline than the carrier satellite to be compatible. The HDK includes the header locations and design limitations. </p>
</div>
<div class="image">
<img class="editable" src="/images/outline.png" alt="Payload" />
<figcaption>32x32 mm outline of satellite and payload</figcaption>
</figure>
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">Development kit with ground station</h2>
<p class="editable">Depending on your desired level, we will provide you with a customized development kit, including the satellite engineering model (EM) and the flight model (FM). We designed the engineering model (EM) to be convertible to a ground station support after launch. </p>
</div>
<div class="image">
<img class="editable" src="https://source.unsplash.com/GopRYASfsOc/650x1000?a=.png" alt="Devkit" />
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">Space Transportation System</h2>
<p class="editable">To keep the price low, we integrate 100's of small satellites and launch them with a commercial provider. In orbit, we first seperate our mother satellite and then deploy all small satellites.</p>
</div>
<div class="image">
<img class="editable" src="https://source.unsplash.com/NVWyN8GamCk/650x1000?a=.png" alt="Launch" />
</div>
</div>
</section>
<section class="hero" style="background-image: url({% include relative-src.html src=page.bottom_image %})">
<div class="inner-hero text-container">
<div class="hero-text-container">
<h2 class="editable">View prototype</h2>
<p class="subtext editable"></p>
<div class="cta button alt"><a href="/protov2">More info</a></div>
</div>
</div>
</section>
</div>