Skip to content

Commit

Permalink
Merge pull request #805 from UofT-Frosh-Orientation/fontchangesandbugs
Browse files Browse the repository at this point in the history
Fixed registration success bug and added in font family changes
  • Loading branch information
ashleyleal authored Jul 5, 2024
2 parents 7311f7d + a706457 commit dfbee28
Show file tree
Hide file tree
Showing 11 changed files with 35 additions and 32 deletions.
4 changes: 4 additions & 0 deletions client/src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,7 @@ a:hover {
display: none;
}
}

.proxima-nova-text {
font-family: 'Proxima Nova', sans-serif;
}
Binary file added client/src/assets/logo/frosh-hard-hat-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion client/src/components/Navbar/NavbarStorybook.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import MessageIconPurple from '../../assets/navbar/message-solid-purple.svg';
import HomeIconGrey from '../../assets/navbar/house-solid-grey.svg';
import AboutIconGrey from '../../assets/navbar/circle-info-solid-grey.svg';
import MessageIconGrey from '../../assets/navbar/message-solid-grey.svg';
import MainFroshLogo from '../../assets/logo/frosh-main-logo.svg';
import MainFroshLogo from '../../assets/logo/main-logo.png';

const pages = {
main: [
Expand Down
4 changes: 2 additions & 2 deletions client/src/pages/EmailConfirmed/EmailConfirmed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const PageEmailConfirmed = () => {
{validEmailToken ? (
<div className="email-confirmed-page">
<div className="email-confirmed-container">
<h1>Perfect!</h1>
<h2>Your email is now verified. Head to the login page to get started!</h2>
<h1>PERFECT!</h1>
<h2 style="font-family: 'Proxima Nova', sans-serif;">Your email is now verified. Head to the login page to get started!</h2>
<Link to={'/login'} style={{ textDecoration: 'none' }} className={'no-link-style'}>
<Button label="Login Page" />
</Link>
Expand Down
26 changes: 13 additions & 13 deletions client/src/pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,21 @@ const HomeHeaderButton = () => {
<Button
label={loggedIn ? 'View Profile' : 'Register Now!'}
isSecondary
// style={{
// margin: '0px',
// height: '100%',
// fontSize: 'unset',
// display: 'flex',
// justifyContent: 'center',
// alignItems: 'center',
// }}
// hidden button xD
style={{
margin: '0px',
height: '100%',
fontSize: 'unset',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
width: '0.px',
height: '0.px',
fontSize: '0px',
opacity: '0',
}}
// hidden button xD
// style={{
// width: '0.px',
// height: '0.px',
// fontSize: '0px',
// opacity: '0',
// }}
/>
</div>
<div className="mobile-only">
Expand Down
2 changes: 1 addition & 1 deletion client/src/pages/PasswordReset/PasswordReset.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useEffect, useMemo, useState } from 'react';
import { Link, useParams } from 'react-router-dom';

import './PasswordReset.scss';
import MainFroshLogo from '../../assets/logo/frosh-main-logo-with-bg.svg';
import MainFroshLogo from '../../assets/logo/main-logo.png';
import { TextInput } from '../../components/input/TextInput/TextInput';
import { validateEmail, validatePassword, validatePasswordLength } from '../SignUp/functions';
import { Button } from '../../components/button/Button/Button';
Expand Down
13 changes: 6 additions & 7 deletions client/src/pages/RegistrationSuccess/RegistrationSuccess.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,10 @@ const PageRegistrationSuccess = () => {
<div className="registration-success-page-step1-2-disappear">
<h2 style={{ color: 'var(--black)' }}>FOR F!ROSH WEEK 2T4</h2>
<p style={{ color: 'var(--black)' }} className="registration-success-wait-msg">
{`${
user.preferredName === '' || !user.preferredName
{`${user.preferredName === '' || !user.preferredName
? user.firstName
: user.preferredName
}, YOUR F!ROSH GROUP IS...`}
}, your F!rosh group is`}
</p>
</div>
</div>
Expand All @@ -81,7 +80,7 @@ const PageRegistrationSuccess = () => {
</text>
</svg>
<div className="registration-success-page-step4">
<h2 style={{ color: 'var(--black)' }}>{user.froshGroup.toUpperCase + '!'}</h2>
<h2 style={{ color: 'var(--black)' }}>{user.froshGroup.toUpperCase() + '!'}</h2>
</div>
<div className="registration-success-page-step5">
<Link to={'/profile'} className="no-link-style">
Expand All @@ -91,9 +90,9 @@ const PageRegistrationSuccess = () => {
<div className="registration-success-page-step6">
<Link
state={{
name: user.name.toUpperCase(),
froshGroup: user.froshGroup.toUpperCase(),
froshGroupIcon: user.froshGroupIcon.toUpperCase(),
name: user.name,
froshGroup: user.froshGroup,
froshGroupIcon: user.froshGroupIcon,
}}
to={'/registration-success'}
className="no-link-style"
Expand Down
12 changes: 6 additions & 6 deletions client/src/pages/SignUp/SignUp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,23 +242,23 @@ const PageSignUp = () => {
className={`sign-up-success ${pageState === 'success' ? 'sign-up-success-appear' : ''}`}
>
<div style={{ margin: 'auto auto' }}>
<h2>{`Thank you for creating an account, ${
<h2 class="proxima-nova-text">{`Thank you for creating an account, ${
accountObj['preferredName'] === null ||
accountObj['preferredName'] === undefined ||
accountObj['preferredName'] === ''
? accountObj['firstName']
: accountObj['preferredName']
}.`}</h2>
{accountObj['leadur'] === true ? (
<h3>
Check your inbox for a link to verify your email. Your account will be reviewed and
<h3 class="proxima-nova-text">
Check your inbox for an email from [email protected] for a link to verify your email. Your account will be reviewed and
shortly become an official Leedur account.
</h3>
) : (
<>
<h1>You aren&apos;t done just yet!</h1>
<h3>
Check your inbox for a link to verify your email. You still need to register and
<h1 class="proxima-nova-text">You aren&apos;t done just yet!</h1>
<h3 class="proxima-nova-text">
Check your inbox for an email from [email protected] a link to verify your email. You still need to register and
pay for the F!rosh Week event.
</h3>
</>
Expand Down
Binary file modified server/src/services/emailAssets/frosh-hard-hat-white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified server/src/services/emailAssets/frosh-main-logo-outline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions server/src/services/emailAssets/registrationEmail.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@
</style>
</head>
<body>
<header></header>
<header></header>client\src\assets\logo\main-logo.png
<div class="space-bar"></div>
<div class="content">
<img class="frosh-logo-main" src="./frosh-main-logo-outline.png" alt="frosh logo" />
<img class="frosh-logo-main" src="../../../../client/src/assets/logo/main-logo.png" alt="frosh logo" />
<div class="text-container">
<h1>Hi ${},</h1>
<p><b>Thank you for registering for F!rosh Week 2T4!!!</b></p>
Expand Down

0 comments on commit dfbee28

Please sign in to comment.