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 2 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
30 changes: 13 additions & 17 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 All @@ -31,23 +31,19 @@ export {

/*
*
* About Section SVGs
*
* About Section SVGs
*
*/
import AboutAirBalloon from './about/about-air-balloon.svg';
import AboutSectionDesktop from './about/about-section-desktop.svg';
import AboutSectionMobile from './about/about-section-mobile.svg';

export {
AboutAirBalloon,
AboutSectionDesktop,
AboutSectionMobile
};
export { AboutAirBalloon, AboutSectionDesktop, AboutSectionMobile };

/*
*
* 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 @@ -80,7 +76,7 @@ export {
/*
*
* Sponsor & Partner logos PNGs
*
*
*/
import OnePassword from './logos/1password.png';
import Assembly from './logos/assembly.png';
Expand Down Expand Up @@ -125,10 +121,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 @@ -137,4 +133,4 @@ export {
MeetTheTeamBalloon,
MeetTheTeamBuildingLeft,
MeetTheTeamBuildingRight,
};
};
Loading
Loading