Skip to content

Commit

Permalink
Adds yak
Browse files Browse the repository at this point in the history
  • Loading branch information
shaz-r committed May 17, 2024
1 parent 84f91fe commit 4734cee
Show file tree
Hide file tree
Showing 9 changed files with 51 additions and 5 deletions.
File renamed without changes
Binary file added src/assets/images/yak/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/yak/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/yak/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/yak/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/pages/bio.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ Sea: 35.9
Night: 16.2

PPL-A SEA MEA IAP 2D/3D
FLH FLP MPPC TWU RU AERO A150 SPIN
FLH FLP MPPC TWU RU AERO A150 SPIN

Own & operate a [Yak-55M](/yak)
9 changes: 6 additions & 3 deletions src/pages/index.md → src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ title: 'Home'
description: 'The mythical 10x engineer, or unicorns are real'
---

<img src="images/shaz.png" style="border-radius:1rem;height:15rem;margin-bottom: 1rem">
import { Image } from 'astro:assets';
import shaz from '../assets/images/shaz.png';

<Image src={shaz} alt="Shaz Ravenswood" style="border-radius:1rem;width:10rem;margin-bottom: 1rem" />

## Shaz Ravenswood
Hi! I'm a technical leader based in <a href="https://www.discovertasmania.com.au/" target="_blank">lutruwita / Tasmania</a>, with a keen interest in empowering teams and individuals to do their best work.</p>
Hi! I'm a technical leader based in <a href="https://www.discovertasmania.com.au/" target="_blank">lutruwita / Tasmania</a>, with a keen interest in empowering teams and individuals to do their best work.

Chances are, you've landed here while trying to find my online presence - I'm not active on most social media channels, so do check out my <a href="/thoughts">thoughts</a> and <a href="/bio">bio</a> to find out more about me and my work.

I'm always available for a <a href="https://calendly.com/shaz-r" target="_blank">coffee</a> (virtual or otherwise!) if you're ever in need of a <a href="https://en.wikipedia.org/wiki/Rubber_duck_debugging" target="_blank">rubber duck</a>, or are working on something interesting that you think I might like!</p>
I'm always available for a <a href="https://calendly.com/shaz-r" target="_blank">coffee</a> (virtual or otherwise!) if you're ever in need of a <a href="https://en.wikipedia.org/wiki/Rubber_duck_debugging" target="_blank">rubber duck</a>, or are working on something interesting that you think I might like!

🏳️‍🌈🚀
2 changes: 1 addition & 1 deletion src/pages/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The following is a collection of links to find out more about me, and stuff I'm

### Aviation

- [Yak 55M]()
- [Yak 55M](/yak)
- [Photos & videos]()

### Software Engineering
Expand Down
41 changes: 41 additions & 0 deletions src/pages/yak.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
layout: ../layouts/Pages.astro
title: 'Yak 55M'
description: "Various bits of information on owning and operating a Yak-55M in Australia"
---
import { Image } from 'astro:assets';
import yak1 from '../assets/images/yak/1.png'
import yak2 from '../assets/images/yak/2.png'
import yak3 from '../assets/images/yak/3.png'
import yak4 from '../assets/images/yak/4.png'


## Yakovlev Yak-55M

A collection of [documents](#documents), [photos](#photos) and [videos](#videos).

### Documents

- Pilot Operating Handbook
- VH-YEV Checklist
- Technical Description Parts 1-4
- Maintenance Manual Parts 1-5
- M14P Original Russian Translation
- M14P Technical Description
- M14P Parts Catalogue
- M14P Maintenance Manual
- M14P Overhaul Manual


### Photos

*Photographs by <a href="https://www.instagram.com/gordon_film/" target="_blank">Gordon Burns</a>*

<Image src={yak1} alt="Yak" />
<Image src={yak2} alt="Yak" />
<Image src={yak3} alt="Yak" />
<Image src={yak4} alt="Yak" />
&nbsp;
### Videos

*... to be uploaded.*

0 comments on commit 4734cee

Please sign in to comment.