-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
effort.html
84 lines (68 loc) · 2.37 KB
/
effort.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
81
82
83
84
<!DOCTYPE HTML>
<html lang="en">
<head>
<META charset="UTF-8">
<META name="viewport"
content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="mystyles.css">
<title>Awake Space Industries - Landing page 2024</title>
<! -- Adding a menu based off the following article https://www.w3schools.com/tags/tag_nav.asp -->
<nav>
<a href="/index/">Home</a> |
<a href="/effort/">Effort</a> |
<a href="/imagine/">Imagine</a> |
</nav>
</head>
<body>
<p>
Concept of 'Awake Aerospace Autonomous Manufacturing Units'
</p>
<img src="img/portfolio/effort/AMUs.png" alt="Awake Aerospace AMUs or Autonomous Manufacturing Units" style="width:74%">
<br>
<p>
Concept of 'Awake Aerospace sustainable and environmentally friendly fuel depots'
</p>
<img src="img/portfolio/effort/fuel-depot.png" alt="Awake Aerospace fuel-depots" style="width:74%">
<br>
<p>
Concept of 'Awake Aerospace Mining Rover (Need a different set of wheels or legs. That's for sure!)
</p>
<img src="img/portfolio/effort/mining.png" alt="Awake Aerospace mining rovers and vehicles" style="width:74%">
<br>
<p>
Concept of 'Awake Aerospace Greenhouse in Orbit, On the Surface and Under the Surface also'
</p>
<img src="img/portfolio/effort/orbit-greenhouse.png" alt="Awake Aerospace AMUs or Autonomous Manufacturing Units" style="width:74%">
<br>
<p>
Simple nozzle modeled in tinkercad
</p>
<img src="img/portfolio/effort/autodesk-nozzle.png" alt="Awake Aerospace - Simple nozzle" style="width:74%">
<br>
<p>
Nozzle
</p>
<img src="img/portfolio/effort/ansys-nozzle.png" alt="Awake Aerospace ansys nozzle" style="width:74%">
<br>
<p>
Nozzle with Computational Fluid Dynamics applied using ANSYS
</p>
<img src="img/portfolio/effort/ansys-cfd-fluid-dynamics-nozzle.png" alt="Awake Aerospace ansys nozzle with Computational Fluid Dynamics applied" style="width:74%">
<br>
<p>
Awake Aerospace - Rocket Simulation 01
</p>
<img src="img/portfolio/effort/rocket-simulation-01.png" alt="Awake Aerospace Rocket Simulation" style="width:74%">
<br>
<p>
Awake Aerospace - Rocket Simulation 02
</p>
<img src="img/portfolio/effort/rocket-simulation-02.png" alt="Awake Aerospace Rocket Simulation - Keep it going" style="width:74%">
<br>
<p>
Awake Aerospace - Rocket Simulation 03
</p>
<img src="img/portfolio/effort/rocket-simulation-03.png" alt="Awake Aerospace Rocket Simulation. 3000 meters up!" style="width:74%">
<br>
</body>
</html>