Skip to content

Commit

Permalink
Merge pull request #143 from LaurierHawkHacks/bug/139/meet-the-team-s…
Browse files Browse the repository at this point in the history
…vg-header-blurry-on-smaller-screens

fix: make profile image circle + increase the subsection heading size
  • Loading branch information
aidantrabs authored Mar 24, 2024
2 parents c09ce18 + 04373b7 commit d7db3e8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 119 deletions.
44 changes: 22 additions & 22 deletions src/assets/index.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/*
*
* Hero Section SVGs
*
* Hero Section SVGs
*
*/
export { HeroBackgroundMobile } from './hero/bg-mobile-svg';
export { HeroBackgroundDesktop } from './hero/bg-desktop-svg';

/*
*
* Social Icons SVGs
*
* Social Icons SVGs
*
*/
import {
MailIcon,
Expand Down Expand Up @@ -48,8 +48,8 @@ export {

/*
*
* Contact Section SVGs
*
* Contact Section SVGs
*
*/
import ArrowRightIcon from './contact/arrow-right-icon.svg';
import BirdParts from './contact/bird_parts.svg';
Expand Down Expand Up @@ -82,23 +82,23 @@ export {
/*
*
* Sponsor & Partner logos PNGs
*
*
*/
import OnePassword from './logos/1password.png';
import Assembly from './logos/assembly.png';
import Balsamiq from './logos/balsamiq.png';
import CCubed from './logos/ccubed.png';
import DCL from './logos/dcl.png';
import Dcl from './logos/dcl.png';
import DigitalOcean from './logos/digitalocean.png';
import Echo3D from './logos/echo3d.png';
import FDM from './logos/fdm.png';
import FOSSA from './logos/fossa.png';
import LCS from './logos/lcs.png';
import Fdm from './logos/fdm.png';
import Fossa from './logos/fossa.png';
import Lcs from './logos/lcs.png';
import LeadingLeaders from './logos/leadingleaders.png';
import MLH from './logos/mlh.png';
import Mlh from './logos/mlh.png';
import Ollon from './logos/ollon.png';
import Roomiez from './logos/roomiez.png';
import SOC from './logos/soc.png';
import Soc from './logos/soc.png';
import StudentsUnion from './logos/studentsunion.png';
import Taskade from './logos/taskade.png';
import Veritas from './logos/veritas.png';
Expand All @@ -108,17 +108,17 @@ export {
Assembly,
Balsamiq,
CCubed,
DCL,
Dcl,
DigitalOcean,
Echo3D,
FDM,
FOSSA,
LCS,
Fdm,
Fossa,
Lcs,
LeadingLeaders,
MLH,
Mlh,
Ollon,
Roomiez,
SOC,
Soc,
StudentsUnion,
Taskade,
Veritas,
Expand All @@ -127,10 +127,10 @@ export {
/*
*
* Team SVGs
*
*
*/
import Clouds from './team/clouds.svg';
import MeetTheTeamBalloon from './team/meet-the-team-balloon-banner.svg';
import MeetTheTeamBalloon from './team/meet-the-team-balloon-banner.webp';
import MeetTheTeamBuildingLeft from './team/meet-the-team-building-left.svg';
import MeetTheTeamBuildingRight from './team/meet-the-team-building-right.svg';

Expand All @@ -139,4 +139,4 @@ export {
MeetTheTeamBalloon,
MeetTheTeamBuildingLeft,
MeetTheTeamBuildingRight,
};
};
Loading

0 comments on commit d7db3e8

Please sign in to comment.