Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated profile pictures #44

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading