Skip to content

Commit

Permalink
style: Update Staff Page (#3350)
Browse files Browse the repository at this point in the history
* Update staff.blade.php

Adam Farquharson left role
Jack Edwards left role
Lee Roberts left role

* fix photo

* Update staff.blade.php

---------

Co-authored-by: CalumTowers <[email protected]>
  • Loading branch information
cpawley and CalumTowers authored Nov 26, 2023
1 parent c3f32eb commit 8e442cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/Http/Controllers/Site/StaffPageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ private function getStaffPhotos()
{
$teamPhotos = collect(
[
1 => null,
54 => null,
91 => null,
2311 => null,
Expand All @@ -28,8 +29,7 @@ private function getStaffPhotos()
5125 => null,
6738 => null,
5660 => null,
7203 => null,
6887 => null,
7203 => null
]
);

Expand Down
12 changes: 2 additions & 10 deletions resources/views/site/staff.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@
<div class="panel-body">
<div class="col-md-6">
<h4 class="text-center">ATC Training Director (VATUK5)</h4><br />
<img src="{{ $teamPhotos[6887] }}" width=50px class="img-responsive center-block profile-picture" />
<p class="text-center">Adam Farquharson</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">ATC Training Team</h4>
<table class="table">
<tr>
Expand All @@ -229,10 +229,6 @@
<td>Training Department Assistant</td>
<td>Craig Stewart</td>
</tr>
<tr>
<td>Division Instructor</td>
<td>Jack Edwards</td>
</tr>
<tr>
<td>Division Instructor</td>
<td>Chris Pawley</td>
Expand All @@ -245,10 +241,6 @@
<td>Division Instructor</td>
<td>Mike Pike</td>
</tr>
<tr>
<td>Division Instructor</td>
<td>Lee Roberts</td>
</tr>
<tr>
<td>Division Instructor</td>
<td>Fergus Walsh</td>
Expand Down

0 comments on commit 8e442cb

Please sign in to comment.