Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from frc9611/feat-Changes
Browse files Browse the repository at this point in the history
add: images
  • Loading branch information
LucasHitoshi committed Feb 10, 2024
2 parents d645667 + 37e6ad2 commit e329a96
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 14 deletions.
Binary file added src/assets/members/brayan.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 src/assets/members/heloisa.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 src/assets/team/cr-team-1.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 src/assets/team/cr-team-2.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 src/assets/team/cr-team-3.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 src/assets/team/cr-team-4.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 src/assets/team/cr-team-5.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 src/assets/team/cr-team-6.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 src/assets/team/cr-team-7.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 src/assets/team/cr-team-8.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 5 additions & 14 deletions src/styles/about-us.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,14 @@
box-shadow: var(--black-text) 0 0 7rem;
}

/* CyberRain logo section */

.cr-theme-section {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
aspect-ratio: 10 / 3.33;
background: url("./../assets/cool-cyberrain-bg.png");
background-size: cover;
}

/* CyberRain values */

.cr-our-values {
display: flex;
justify-content: center;
background-image: url("./../assets/cr-team.png");
background-image: url("./../assets/team/cr-team-1.JPG");
background-size: cover;
background-position: center;
}

.cr-our-values-backdrop {
Expand Down Expand Up @@ -203,8 +192,10 @@
.cr-team-photo {
width: 100%;
aspect-ratio: 10 / 3;
background: url("./../assets/cr-team.png");
background: url("./../assets/team/cr-team-3.JPG");
background-position: center;
background-size: cover;
filter: brightness(.5);
}

/* CyberRain Moments */
Expand Down

0 comments on commit e329a96

Please sign in to comment.