Skip to content

Commit

Permalink
Consolidate all landing page pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyleal committed Jun 13, 2024
1 parent b0881fa commit f1baa80
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 5 additions & 2 deletions client/src/pages/Initial/LandingPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ const landingPages = [
component: <AlissaLanding />,
},
{
key: 1,
key: 2,
component: <WilliamLanding />,
year: '2T4',
},
{
key: 3,
component: <AsmitaLanding />,
},
];

Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/Initial/WilliamLanding/WilliamLanding.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import './WilliamLanding.scss';
import InstagramIcon from '../../../assets/social/instagram-brands-dark-purple.svg';

const InstagramButton = ({ link, text }) => (
<a href={link} target="_blank" rel="noreferrer" className="jw-no-link-style">
<a href={link} target="_blank" rel="noreferrer" className="no-link-style">
<div className="jw-button">
<img src={InstagramIcon} alt="Instagram Icon" className="jw-button-icon" />
<span className="jw-button-text">{text}</span>
Expand Down
6 changes: 4 additions & 2 deletions client/src/pages/Initial/WilliamLanding/WilliamLanding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ $muted-purple: #9575cd;
.jw-footer-section {
position: absolute;
bottom: 20px;
width: 100%;
text-align: center;
right: 0;
left: 0;
justify-content: center;
align-items: center;
color: $white;
}

Expand Down

0 comments on commit f1baa80

Please sign in to comment.