Skip to content

Commit 27c0ae8

Browse files
committed
embeded pdfs on SOP.md
1 parent 641b44e commit 27c0ae8

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

docs/assets/FBW-A32NX-SOP.pdf

1.53 MB
Binary file not shown.

docs/pilots-corner/SOP.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,28 @@ They are available for download or preview online via the links below.
1212

1313
An in-flight checklist for flight crew operations. Items critical in regard to flight safety are on this list.
1414

15-
[Download](https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20Checklist.pdf){ .md-button } [:fontawesome-brands-github:{: .github } Online Preview](https://github.com/flybywiresim/manuals/blob/master/pdf/A32NX%20Documentation/FBW%20A32NX%20Checklist.pdf){ target=new .md-button }
15+
[Download](https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20Checklist.pdf){ .md-button }
16+
17+
{% with pdf_file = "../../assets/FBW_A32NX_CHECKLIST.pdf" %}
18+
19+
<object data="{{ pdf_file }}" type="application/pdf" class="pdf-embed">
20+
<embed src="{{ pdf_file }}" type="application/pdf" />
21+
</object>
22+
23+
{% endwith %}
1624

1725
## Normal Procedures
1826

1927
This document can be considered as an overview of what to do during each phase of flight with comments about each location and item.
2028

21-
[Download](https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20SOP.pdf){ .md-button } [:fontawesome-brands-github:{: .github } Online Preview](https://github.com/flybywiresim/manuals/blob/master/pdf/A32NX%20Documentation/FBW%20A32NX%20SOP.pdf){ target=new .md-button }
29+
[Download](https://github.com/flybywiresim/manuals/raw/master/pdf/A32NX%20Documentation/FBW%20A32NX%20SOP.pdf){ .md-button }
30+
31+
{% with pdf_file = "../../assets/FBW-A32NX-SOP.pdf" %}
32+
33+
<object data="{{ pdf_file }}" type="application/pdf" class="pdf-embed">
34+
<embed src="{{ pdf_file }}" type="application/pdf" />
35+
</object>
36+
37+
{% endwith %}
2238

2339

0 commit comments

Comments
 (0)