Skip to content

Commit

Permalink
Merge pull request #44 from Sleepy-Dog-Studios/new-profile-pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
ExpoDevGit authored Aug 15, 2024
2 parents 00cf0a6 + 7990baa commit 935e3c6
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added Images/Profile-Pictures/real/dylan_real_pfp.jpeg
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/Profile-Pictures/real/lane_real_pfp.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/Profile-Pictures/real/pablo_real_pfp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ <h3 class="w3-center">THE TEAM</h3>
<p class="w3-center w3-large">The ones behind the studio:</p>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card profile-card">
<img src="./Images/expopfp.png" class="profile-card" alt="expo" style="width:100%; border-bottom-left-radius: 0; border-bottom-right-radius: 0;">
<img src="./Images/Profile-Pictures/real/pablo_real_pfp.png" class="profile-card" alt="expo" style="width:100%; border-bottom-left-radius: 0; border-bottom-right-radius: 0;">
<div class="w3-container">
<h3>Pablo</h3>
<p class="w3-opacity">Co-Founder and Game Director</p>
Expand Down Expand Up @@ -355,7 +355,7 @@ <h3>Pablo</h3>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card profile-card">
<img src="./Images/lanepfp.png" class="profile-card" alt="lane" style="width:100%; border-bottom-left-radius: 0; border-bottom-right-radius: 0;">
<img src="./Images/Profile-Pictures/real/lane_real_pfp.jpg" class="profile-card" alt="lane" style="width:100%; border-bottom-left-radius: 0; border-bottom-right-radius: 0;">
<div class="w3-container">
<h3>Lane</h3>
<p class="w3-opacity">Co-Founder and Art Director</p>
Expand All @@ -374,7 +374,7 @@ <h3>Lane</h3>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card profile-card">
<img src="./Images/dylanpfp.png" class="profile-card" alt="dylan" style="width:100%; border-bottom-left-radius: 0; border-bottom-right-radius: 0;">
<img src="./Images/Profile-Pictures/real/dylan_real_pfp.jpeg" class="profile-card" alt="dylan" style="width:100%; border-bottom-left-radius: 0; border-bottom-right-radius: 0;">
<div class="easter-egg">
<a href="./Images/silly_yonder.JPEG" target="_blank">
<img src="./Images/easter-egg.png"class="easter-egg">
Expand Down Expand Up @@ -404,7 +404,7 @@ <h3>Dylan</h3>
</div>
<div class="w3-col l3 m6 w3-margin-bottom">
<div class="w3-card profile-card">
<img src="./Images/mojoepfp.png" class="profile-card" alt="mojoe" style="width:100%; border-bottom-left-radius: 0; border-bottom-right-radius: 0;">
<img src="./Images/Profile-Pictures/characters/mojoepfp.png" class="profile-card" alt="mojoe" style="width:100%; border-bottom-left-radius: 0; border-bottom-right-radius: 0;">
<div class="w3-container">
<h3>Mojoe</h3>
<p class="w3-opacity">Programmer and Developer</p>
Expand Down

0 comments on commit 935e3c6

Please sign in to comment.