Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

Component Request - SectionReps - 2hrs #50

@drewbaker

Description

@drewbaker

Component Description

This component is used on the Contact page to give contact information.

Design

Please also see attached screenshots for quick reference.

If no mobile designs provided, please use your best judgment for responsiveness.

Email drew@funkhaus.us for the design password.

Note that the component is the RED part, you do not need to add the black that is at top of component.

Props

region = {
     title: "West",
     text: "Resource LA/nOffice – 212 343 8085",
     people: {name: "Dana Balkin", email: "example@example.com"}
}

props: {
    regions: {
        type: Array,
        default: () => [{...region}, {...region}, {...region}]
    },
    title: {
          type: String,
          default: "Representation"
    }
}

Developer Tips

List any developer tips here

  1. --color-red for the text color
  2. I'd position: absolute the awards title out from the top of the section.
  3. Use <section> tag for outer markup. Awards should be a h2 tag.
  4. Probably use flex-box for the layout of this. Illustration is probably last flex-item.
  5. Note the Funkhaus logo at bottom. That should be <a> that links to https://funkhaus.us target _blank.

Required components

SVG for illustration can be found here: https://www.dropbox.com/sh/j5ddp8f4w8l3ii3/AAAZ1BC1JIgUBC2IKikh9xD2a?dl=0

Time & Budget

Time estimate: 2hrs
Budget: $200

Screenshots

Screen Shot 2020-07-22 at 12 49 47 AM

Metadata

Metadata

Assignees

Labels

availableThis CR is available to be claimed by any developercomponent requestA new Component Request issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions