-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Started with A380-Briefing Flight-Deck - wip
- Loading branch information
Showing
19 changed files
with
99 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
title: A320neo Pilot Briefing | ||
title: A380X Pilot Briefing | ||
nav: | ||
- Overview: index.md | ||
- Flight Deck: flight-deck | ||
- ... | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
title: Flight-Deck | ||
nav: | ||
- Overview: index.md | ||
- Overhead Aft: ovhd-aft | ||
- Overhead Fwd: ovhd | ||
- Glareshield: glareshield | ||
- Instrument Panel: front | ||
- Pedestal: pedestal | ||
- ... |
76 changes: 76 additions & 0 deletions
76
docs/pilots-corner/a380x/a380x-briefing/flight-deck/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
--- | ||
hide: | ||
- toc | ||
- navigation | ||
title: A380 Flight Deck Overview | ||
description: The A380 Flight Deck Overview is providing an interactive graphical overview of the A380 flight deck and its systems. | ||
--- | ||
|
||
# Flight Deck Overview | ||
|
||
[Back to A380 Pilot Briefing Overview](../index.md){ .md-button } | ||
|
||
!!! note "Clickable Cockpit" | ||
- Clickable overview of the A380 flight deck. | ||
- Move the mouse over the panels to get the name of the panel. | ||
- Click on the panels to get a more detailed description of that panel. | ||
|
||
<style> | ||
.imagemap { | ||
position: relative; | ||
display: inline-block; | ||
/*background-color: rgba(255, 0, 0, .4); */ | ||
/*border: 1px solid yellow; */ | ||
background-color: rgba(10, 144, 153, 0.30); | ||
border: 1px solid black; | ||
} | ||
.imagemap .imagemapname { | ||
/*visibility: hidden;*/ | ||
|
||
font-size: 1.5em; | ||
background-color: rgba(29, 30, 38,.8); | ||
color: rgba(212, 212, 213, 1); | ||
text-align: center; | ||
padding: 5px 5px; | ||
border-radius: 6px; | ||
|
||
/* Position the tooltip text - see examples below! */ | ||
position: absolute; | ||
z-index: 1; | ||
width: 8em; | ||
top: 30%; | ||
left: 50%; | ||
margin-left: -4em; /* Use half of the width (120/2 = 60), to center the tooltip */ | ||
} | ||
.imagemap:hover .imagemapname { | ||
visibility: visible; | ||
} | ||
.imagemap:hover { | ||
background-color: rgba(10, 144, 153, 0.40); | ||
border: 3px solid black; | ||
} | ||
</style> | ||
|
||
<div style="position: relative;"> | ||
<img src="/pilots-corner/a380x/assets/a380x-briefing/flight-deck/cockpit_full.png" class="skip-lightbox" style="width: 100%; height: auto;"> | ||
<!-- OVHD --> | ||
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/ovhd"><div class="imagemap" style="position: absolute; left: 22%; top: 0; width: 56.5%; height: 28%;"><span class="imagemapname">Overhead Panel</span></div></a> | ||
<!-- MAIN PANELS AND GLARESHIELD --> | ||
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/main-glare"><div class="imagemap" style="position: absolute; left: 28%; top: 40%; width: 42.7%; height: 25.5%;"><span class="imagemapname">Glareshield and Main Panel</span></div></a> | ||
<!-- COMPASS --> | ||
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/compass"><div class="imagemap" style="position: absolute; left: 45%; top: 28%; width: 10%; height: 12%;"><span class="imagemapname" style="font-size: 0.8em; width:100px; margin-left: -50px; top: 20%">Stdby Compass and Eye Reference</span></div></a> | ||
<!-- PEDASTAL --> | ||
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/pedestal"><div class="imagemap" style="position: absolute; left: 38%; top:65.5%; width: 24%; height: 33.5%;"><span class="imagemapname">Pedestal</span></div></a> | ||
<!-- LATERAL CONSOLES --> | ||
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/lateral-console"><div class="imagemap" style="position: absolute; left: 0; top:45%; width: 28%; height: 28%;"><span class="imagemapname">Lateral Console</span></div></a> | ||
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/lateral-console"><div class="imagemap" style="position: absolute; left: 70.7%; top:45%; width: 29.3%; height: 28%;"><span class="imagemapname">Lateral Console</span></div></a> | ||
<!-- SEATS --> | ||
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/seats"><div class="imagemap" style="position: absolute; left: 20%; top: 78%; width: 17%; height: 21%;"><span class="imagemapname">Seats</span></div></a> | ||
<a href="/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/seats"><div class="imagemap" style="position: absolute; left: 63%; top: 78%; width: 17%; height: 21%;"><span class="imagemapname">Seats</span></div></a> | ||
</div> | ||
|
||
--- | ||
|
||
[Back to A320neo Pilot Briefing Overview](../index.md){ .md-button } | ||
|
||
|
1 change: 1 addition & 0 deletions
1
docs/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/compass.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Compass and Eye Reference |
1 change: 1 addition & 0 deletions
1
docs/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/lateral-console.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Lateral Consoles |
1 change: 1 addition & 0 deletions
1
docs/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/main-glare.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Main Panel and Glareshield |
1 change: 1 addition & 0 deletions
1
docs/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/ovhd.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Overhead Panel |
1 change: 1 addition & 0 deletions
1
docs/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/pedestal.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Pedestal |
1 change: 1 addition & 0 deletions
1
docs/pilots-corner/a380x/a380x-briefing/flight-deck/overviews/seats.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Seats |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+4.79 MB
docs/pilots-corner/a380x/assets/a380x-briefing/flight-deck/cockpit_full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.