Skip to content

Commit

Permalink
style: December Staff Changes (#3398)
Browse files Browse the repository at this point in the history
* December Staff Changes

* profile pictures

---------

Co-authored-by: Calum Towers <[email protected]>
  • Loading branch information
KHardern and CalumTowers authored Jan 4, 2024
1 parent 1481c05 commit f3d9938
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Site/StaffPageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ private function getStaffPhotos()
$teamPhotos = collect(
[
1 => null,
54 => null,
91 => null,
2311 => null,
4078 => null,
4366 => null,
5125 => null,
6738 => null,
5660 => null,
7103 => null,
7203 => null,
]
);
Expand Down
28 changes: 14 additions & 14 deletions resources/views/site/staff.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@

<div class="col-md-12">
<h4 class="text-center">Division Director (VATUK1)</h4><br />
<img src="{{ $teamPhotos[54] }}" width=50px class="img-responsive center-block profile-picture" />
<p class="text-center">Chris Pawley</p>
<img src="{{ $teamPhotos[7103] }}" width=50px class="img-responsive center-block profile-picture" />
<p class="text-center">Ben Wright</p>
</div>
</div>
</div>
Expand All @@ -64,7 +64,7 @@
<table class="table">
<tr>
<td>Enroute Operations Coordinator</td>
<td>1237658</td>
<td><em>Vacant</em></td>
</tr>
<tr>
<td>Aerodrome Operations Coordinator</td>
Expand All @@ -86,6 +86,10 @@
<td>Operations Assistant</td>
<td>Chad Byworth</td>
</tr>
<tr>
<td>Operations Assistant</td>
<td>1237658</td>
</tr>
</table>
</div>
</div>
Expand All @@ -98,13 +102,13 @@
</div>
<div class="panel-body">
<h4 class="text-center">Marketing Director (VATUK4)</h4><br />
<img src="{{ $teamPhotos[6738] }}" width=50px class="img-responsive center-block profile-picture" />
<p class="text-center">Loui Ringer</p>
<img src="{{ $teamPhotos[1] }}" width=50px class="img-responsive center-block profile-picture" />
<p class="text-center"><em>Vacant</em></p>
<h4 class="text-center">Marketing Team</h4>
<table class="table">
<tr>
<td>Marketing General Manager</td>
<td>Ben Wright</td>
<td><em>Vacant</em></td>
</tr>
<tr>
<td>Events Manager</td>
Expand Down Expand Up @@ -217,13 +221,13 @@
<div class="panel-body">
<div class="col-md-6">
<h4 class="text-center">ATC Training Director (VATUK5)</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[2308] }}" width=50px class="img-responsive center-block profile-picture" />
<p class="text-center">Adam Arkley</p>
<h4 class="text-center">ATC Training Team</h4>
<table class="table">
<tr>
<td>ATC Training Manager</td>
<td><em>Vacant</em></td>
<td>Will Jennings</td>
</tr>
<tr>
<td>Training Department Assistant</td>
Expand Down Expand Up @@ -269,13 +273,9 @@
<td>TG Instructor (APP)</td>
<td>Samuel Lefevre</td>
</tr>
<tr>
<td>TG Instructor (APP)</td>
<td>William Jennings</td>
</tr>
<tr>
<td>TG Instructor (ENR)</td>
<td>1237658</td>
<td><em>Vacant</em></td>
</tr>
<tr>
<td>TG Instructor (Heathrow)</td>
Expand Down

0 comments on commit f3d9938

Please sign in to comment.