-
Notifications
You must be signed in to change notification settings - Fork 0
/
index - Copy.html
76 lines (70 loc) · 2.47 KB
/
index - Copy.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
---
title: Home
description: An affordable satellite with custom payload
image: https://source.unsplash.com/Q1p7bh3SHj8/2000x1322?a=.png
bottom_image: https://source.unsplash.com/FO7JIlwjOtU/1322?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">Your payload's ticket to space</h1>
<p class="subtext editable">eSat is a femtosatellite platform, designed to make access to space affordable. While we created the platform, you can design and fabricate your own sensor payload module or choose from our collection. </p>
</div>
</div>
<div class="learn-more"><a href="#learn-more">Learn more <span class="arrow">▼</span></a></div>
</section>
<div class="content">
<section class="info" id="learn-more">
<div class="container flex">
<div class="text">
<h2 class="editable">Design or choose payload</h2>
<p class="editable">...</p>
</div>
<div class="image">
<img class="editable" src="https://source.unsplash.com/mbXEkW5ZyBQ/650x1000?a=.png" alt="Screenshot" />
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">Code</h2>
<p class="editable">...</p>
</div>
<div class="image">
<img class="editable" src="https://source.unsplash.com/feXpdV001o4/650x1000?a=.png" alt="Screenshot" />
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">Testing</h2>
<p class="editable">...</p>
</div>
<div class="image">
<img class="editable" src="https://source.unsplash.com/iGheu30xAi8/650x1000?a=.png" alt="Screenshot" />
</div>
</div>
</section>
<section class="info">
<div class="container flex">
<div class="text">
<h2 class="editable">Liftoff</h2>
<p class="editable">...</p>
</div>
<div class="image">
<img class="editable" src="https://source.unsplash.com/NVWyN8GamCk/650x1000?a=.png" alt="Screenshot" />
</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">Start building today</h2>
<p class="subtext editable">...</p>
<div class="cta button alt"><a href="#">More info</a></div>
</div>
</div>
</section>
</div>