Skip to content

Commit

Permalink
Photo Updates
Browse files Browse the repository at this point in the history
Just some photo updates
  • Loading branch information
Fromalaska49 committed Sep 19, 2018
1 parent 7c0ab67 commit 0961300
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions css/master.css
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,16 @@ input[type=image].slack-button:hover, input[type=image].slack-button:active {
height: 300px;
}

#home-page-acm-image {
background: url('../images/photos/min/acm-group-2018.jpg');
background-size: cover;
background-position: top;
}

#home-page-acm-image>div.col-sm-12 {
height: 300px;
}

#about-page-tamuhacks-image {
background: url('../images/photos/min/tamuhacks2016.jpg');
background-size: cover;
Expand Down
Binary file added images/officer_photos/2018/carla_cardenas.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/officer_photos/2018/gustavo_chavez.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/officer_photos/2018/roni_maddox.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/officer_photos/2018/tehya_garza.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/photos/min/acm-group-2018.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/photos/original/DSC_0031.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/photos/original/DSC_0047.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div id="content" class="container">
<div class="row">
<div class="col-sm-12">
<div class="row section-container" id="home-page-rowdyhacks-image">
<div class="row section-container" id="home-page-acm-image">
<div class="col-sm-12">
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions officers.php
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,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/carla_cardenas.jpg" class="officer-card-photo" />
</div>
<h3 class="officer-card-title">
Vice President
Expand All @@ -423,7 +423,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/tehya_garza.jpg" class="officer-card-photo" />
</div>
<h3 class="officer-card-title">
Secretary
Expand All @@ -439,7 +439,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/roni_maddox.jpg" class="officer-card-photo" />
</div>
<h3 class="officer-card-title">
Treasurer
Expand Down Expand Up @@ -535,7 +535,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/gustavo_chavez.jpg" class="officer-card-photo" />
</div>
<h3 class="officer-card-title">
Projects Officer
Expand Down

0 comments on commit 0961300

Please sign in to comment.