Skip to content

Commit

Permalink
made fade effect more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
comnk committed May 31, 2024
1 parent 2ce5509 commit 8703591
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
8 changes: 4 additions & 4 deletions src/app/components/Testimonial/Testimonial.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
width: 50px;
height: 100%;
background-color: white;
background: linear-gradient(to right, white, transparent);
background: linear-gradient(to right, black, transparent);
position: absolute;
left: 0;
}
Expand All @@ -62,7 +62,7 @@
width: 50px;
height: 100%;
background-color: white;
background: linear-gradient(to left, white, transparent);
background: linear-gradient(to left, black, transparent);
position: absolute;
right: 0;
}
Expand All @@ -78,8 +78,8 @@
.arrow-container {
display: flex;
position: absolute;
right: 0;
bottom: 0;
right: 0vh;
bottom: 0vh;
z-index: 2;

.arrow {
Expand Down
5 changes: 0 additions & 5 deletions src/app/components/Testimonial/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ export const TESTIMONIAL_LIST = [
},
{
id: 'apply-2',
text: '"On a technical level, I\'ve expanded my skills in areas like mind mapping for brainstorming, conducting competitive analysis for market research, and using new collaboration tools. Personally, I\'ve grown in my ability to communicate effectively, especially when navigating differing opinions to reach compromises within a team."',
reviewer: 'Tracy Vu'
},
{
id: 'apply-3',
text: '“I have definitely gotten a better understanding of visual design and how to develop a good design for website functions.”',
reviewer: 'Adeline Liem'
}
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/Apply/Apply.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#apply {
position: relative;
width: 100%;
overflow: hidden;
overflow-x: hidden;

h2 {
margin-bottom: 0.75rem;
Expand Down

0 comments on commit 8703591

Please sign in to comment.