Skip to content

Commit

Permalink
style: Update Staff Page
Browse files Browse the repository at this point in the history
  • Loading branch information
CalumTowers committed Nov 7, 2024
1 parent 36908fe commit b88f48d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/Site/StaffPageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ private function getStaffPhotos()
7103 => null,
7203 => null,
7358 => null,
8856 => null,
]
);

Expand Down
6 changes: 3 additions & 3 deletions resources/views/site/staff.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
</div>
<div class="panel-body">
<h4 class="text-center">Operations Director (VATUK9)</h4><br />
<img src="{{ $teamPhotos[8856] }}" width=50px class="img-responsive center-block profile-picture" />
<p class="text-center">Dave Woodward</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">Operations Team</h4>
<table class="table">
<tr>
Expand Down Expand Up @@ -270,7 +270,7 @@
</tr>
<tr>
<td>Lead Mentor (ENR)</td>
<td>Dave Woodward</td>
<td><em>Vacant</em></td>
</tr>
<tr>
<td>TG Instructor (Heathrow)</td>
Expand Down

0 comments on commit b88f48d

Please sign in to comment.