-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
55 lines (38 loc) · 894 Bytes
/
about.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
---
layout: page
title: About
---
<h1> About Aeolus </h1>
<div class="section-grouping">
{% capture aeolus_mission %}
{%include about/aeolus_mission.md %}
{% endcapture %}
{{ aeolus_mission | markdownify }}
</div>
<br />
<div class="section-grouping">
{% capture what_is_aeolus %}
{% include about/what_is_aeolus.md %}
{% endcapture %}
{{ what_is_aeolus | markdownify }}
</div>
<br />
<div class="section-grouping">
{% capture aeolus_components %}
{% include about/aeolus_components.md %}
{% endcapture %}
{{ aeolus_components | markdownify }}
</div>
<br />
<div class="section-grouping">
{% capture aeolus_is_not %}
{% include about/aeolus_is_not.md %}
{% endcapture %}
{{ aeolus_is_not | markdownify }}
</div>
<br/>
<a class='button' href='screenshots.html'>
Screenshots
<img alt='→' src='images/button-right.png' />
</a>
</div>