Skip to content

Commit

Permalink
Updating Officers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fromalaska49 committed Aug 27, 2018
1 parent ac7327c commit 79e9f68
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,9 @@
<option value="treasurer"<?php if($position == 'treasurer') echo(' selected');?>>
Treasurer
</option>
<!--
<option value="acmw-chair"<?php if($position == 'acmw-chair') echo(' selected');?>>
ACMW Chair
</option>
-->
<option value="rowdyhacks-chair"<?php if($position == 'rowdyhacks-chair') echo(' selected');?>>
RowdyHacks Chair
</option>
Expand Down
Binary file added images/officer_photos/2018/tiffany_tabourne.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 2 additions & 4 deletions officers.php
Original file line number Diff line number Diff line change
Expand Up @@ -453,24 +453,22 @@
</p>
</a>
</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/tiffany_tabourne.jpg" class="officer-card-photo" />
</div>
<h3 class="officer-card-title">
ACM-W Chair
</h3>
<h4 class="officer-card-name">
Cassidy Matousek
Tiffany Tabourne
</h3>
<a href="contact.php?position=acmw-chair">
<p class="officer-card-contact">
Contact
</p>
</a>
</div>
-->
<div class="officer-card">
<div class="officer-card-photo-container">
<img src="images/officer_photos/default.jpg" class="officer-card-photo" />
Expand Down

0 comments on commit 79e9f68

Please sign in to comment.