Skip to content

Commit

Permalink
Updating ACM Officers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fromalaska49 committed Sep 11, 2018
1 parent 77c1ac4 commit 057d22c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added images/officer_photos/2018/nicholas_rillera.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions officers.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
Treasurer
</h3>
<h4 class="officer-card-name">
Victoria Huerta
Roni Maddox
</h3>
<a href="contact.php?position=treasurer">
<p class="officer-card-contact">
Expand Down Expand Up @@ -487,7 +487,7 @@
</div>
<div class="officer-card">
<div class="officer-card-photo-container">
<img src="images/officer_photos/default.jpg" class="officer-card-photo" />
<img src="images/officer_photos/2018/nicholas_rillera.jpg" class="officer-card-photo" />
</div>
<h3 class="officer-card-title">
Public Relations Officer
Expand Down
2 changes: 1 addition & 1 deletion send_message.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
$to = '[email protected]';
}
else if($_POST['recipient'] == 'treasurer'){
$recipient = 'Victoria Huerta';
$recipient = 'Roni Maddox';
$to = '[email protected]';
}
else if($_POST['recipient'] == 'acmw-chair'){
Expand Down

0 comments on commit 057d22c

Please sign in to comment.