Skip to content

Commit

Permalink
Merge pull request #114 from LaurierHawkHacks/98-feature-create-conta…
Browse files Browse the repository at this point in the history
…ct-section-and-styling

Feature/98/create-contact-section
  • Loading branch information
juancwu authored Mar 11, 2024
2 parents 4487e5e + d30b6e6 commit 1e53bca
Show file tree
Hide file tree
Showing 17 changed files with 155 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/assets/contact/arrow-right-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/assets/contact/bird_parts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/contact/bottom-border.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/assets/contact/devpost.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/contact/email.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/contact/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions src/assets/contact/hawk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/assets/contact/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
export { default as GreyBorderTop } from './top-border.svg';
export { default as GreyBorderBottom } from './bottom-border.svg';
export { default as MiddleBody } from './middle-body.svg';
export { default as ArrowRightIcon } from './arrow-right-icon.svg';
export { default as HawkSVG } from './hawk.svg';
export { default as BirdPartsSVG } from './bird_parts.svg';
export { default as EmailSVG } from './email.svg';
export { default as LinkedInSVG } from './linkedin.svg';
export { default as InstagramSVG } from './instagram.svg';
export { default as TwitterSVG } from './twitter.svg';
export { default as FacebookSVG } from './facebook.svg';
export { default as DevpostSVG } from './devpost.svg';
3 changes: 3 additions & 0 deletions src/assets/contact/instagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/contact/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/assets/contact/middle-body.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/contact/top-border.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/contact/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ export { Menu } from './Navbar/Menu';
export { HeroSection } from "./sections/Hero.section"
export { AboutSection } from './sections/About.section';
export { TeamSection } from './sections/Team.section';
export { ContactSection } from './sections/Contact.section';
export { FooterSection } from './sections/Footer.section';
Loading

0 comments on commit 1e53bca

Please sign in to comment.