-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
47 lines (45 loc) · 1.31 KB
/
index.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
---
layout: homepage
---
<div class="whiteSectionWrapper">
<div class ="page-width">
<h1>Let's Build Rockets Inc.</h1>
<p>We are a small nonprofit working on
<br/>an open source liquid fueled rocket.</p>
<div class="whiteButton">
<a href="about">Learn More</a>
</div>
</div>
</div>
<div class="orangeSectionWrapper">
<h2>PROJECTS</h2>
<div class="imgSectionBox">
<img src="Assets/ProjPics/engines.jpg" height="300", width="300"/>
<img src="Assets/ProjPics/plumbing.jpg" height="300", width="300"/>
</div>
<div class="orangeButton">
<a href="project-home">View All</a>
</div>
</div>
<div class="whiteSectionWrapper">
<div class="page-width">
<h3>Thanks to these awesome companies!</h3>
<div class="imgSectionBox">
<p>
<a href="http://greatscottgadgets.com">
<img src="Assets/Sponsors/greatscottgadgets.png" height="70px"/>
</a>
</p>
<p>
<a href="https://www.digitalocean.com/">
<img src="Assets/Sponsors/DigitalOcean.png" height="70px"/>
</a>
</p>
<p>
<a href="https://oshpark.com/">
<img src="Assets/Sponsors/oshpark.png" height="110px"/>
</a>
</p>
</div>
</div>
</div>