Christmas-4-Kids / c4k

This is the repository for the Christmas 4 Kids mobile app
4 stars 7 forks source link

Upcoming Events Component v1 #40

Open Conner05 opened 3 years ago

Conner05 commented 3 years ago

The design can be found here - https://www.figma.com/file/1EOo0bnRE0oRxidDNzVflS/C4K_App?node-id=3%3A8

For V1 we're just going to hard code the upcoming events. V2 will be to source them from mailchimp.

// month css font-family: Fjalla One; font-style: normal; font-weight: normal; font-size: 10px; align-items: center; text-align: center; color: #FFFFFF;

// day css font-family: Fregata; font-style: normal; font-weight: normal; font-size: 25px; align-items: center; text-align: center; color: #FFFFFF;

- [ ] Use these CSS properties for the event titles (add more as needed)

font-family: Fjalla One; font-style: normal; font-weight: normal; font-size: 10px; align-items: center; text-align: center; color: #318AC7;

- [ ] Use these CSS properties for the event descriptions (add more as needed)

font-family: Zilla Slab; font-style: normal; font-weight: 600; font-size: 8px; align-items: center; color: #15232E;

- [ ] Use these CSS properties for the Get Tickets / Learn More buttons (add more as needed)

// button css width: 60px; height: 20px; border: 1px solid #EF364B; box-sizing: border-box;

// text css font-family: Zilla Slab; font-style: normal; font-weight: 600; font-size: 8px; align-items: center; text-align: center; color: #EF364B;

jason1985 commented 2 years ago

Hi @Conner05. I'd like to be assigned this if possible. Thanks!