Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make profile image circle + increase the subsection heading size #143

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading