forked from openath/openath.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
screenshots.html
39 lines (35 loc) · 1.06 KB
/
screenshots.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
---
layout: fullbleed
title: Screenshot Gallery
permalink: /screenshots.html
---
<div class="container-fluid pb-4">
<section id="style-introduction" data-aos="fade-up">
{% capture my_include %}{% include_relative screenshots/1.introduction.md %}{% endcapture %}
{{ my_include | markdownify }}
</section>
</div>
<div class="py-4 tinted">
<div class="container-fluid">
<section id="style-logo">
{% capture my_include %}{% include_relative screenshots/2.federations.md %}{% endcapture %}
{{ my_include | markdownify }}
</section>
</div>
</div>
<div class="py-4 tinted">
<div class="container-fluid">
<section id="style-logo">
{% capture my_include %}{% include_relative screenshots/3.compmgt.md %}{% endcapture %}
{{ my_include | markdownify }}
</section>
</div>
</div>
<div class="py-4 tinted">
<div class="container-fluid">
<section id="style-logo">
{% capture my_include %}{% include_relative screenshots/4.results.md %}{% endcapture %}
{{ my_include | markdownify }}
</section>
</div>
</div>