Skip to content

Commit

Permalink
operations staff updates (#3887)
Browse files Browse the repository at this point in the history
* operations staff updates

* ATC DI update
  • Loading branch information
hazzas-99 authored Dec 2, 2024
1 parent 3aad761 commit 7453ff1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
6 changes: 1 addition & 5 deletions app/Http/Controllers/Site/StaffPageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ private function getStaffPhotos()
$teamPhotos = collect(
[
1 => null,
91 => null,
2308 => null,
2311 => null,
4078 => null,
4366 => null,
5125 => null,
6102 => null,
6738 => null,
7072 => null,
7103 => null,
7203 => null,
7358 => null,
Expand Down
20 changes: 10 additions & 10 deletions resources/views/site/staff.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,14 @@
</div>
<div class="panel-body">
<h4 class="text-center">Operations Director (VATUK9)</h4><br />
<img src="{{ $teamPhotos[1] }}" width=50px class="img-responsive center-block profile-picture" />
<p class="text-center"><em>Vacant</em></p>
<img src="{{ $teamPhotos[7072] }}" width=50px class="img-responsive center-block profile-picture" />
<p class="text-center">Jack Edwards</p>
<h4 class="text-center">Operations Team</h4>
<table class="table">
<tr>
<td>Deputy Operations Director</td>
<td>Peter Mooney</td>
</tr>
<tr>
<td>Enroute Operations Coordinator</td>
<td><em>Vacant</em></td>
Expand All @@ -79,10 +83,6 @@
<td>Sector File Coordinator</td>
<td>Luke Brown</td>
</tr>
<tr>
<td>Sector File Coordinator</td>
<td>Peter Mooney</td>
</tr>
<tr>
<td>Events Manager</td>
<td>Luke Thompson</td>
Expand All @@ -95,6 +95,10 @@
<td>Operations Assistant</td>
<td>Chad Byworth</td>
</tr>
<tr>
<td>Operations Assistant</td>
<td>Kieran Hardern</td>
</tr>
<tr>
<td>Operations Assistant</td>
<td>1237658</td>
Expand Down Expand Up @@ -244,10 +248,6 @@
<td>Division Instructor</td>
<td>Henry Cleaver</td>
</tr>
<tr>
<td>Division Instructor</td>
<td>Mike Pike</td>
</tr>
<tr>
<td>Division Instructor</td>
<td>Fergus Walsh</td>
Expand Down

0 comments on commit 7453ff1

Please sign in to comment.