OpenCodeChicago / Midwest-Pumpkins

Midwest Pumpkins is an open-source project developed by the OpenCode Chicago community. Built with Vite, HTML, CSS, and JavaScript, this project aims to support a local organization while participating in Hacktoberfest 2024. We welcome contributions from the community to help us make a difference!
https://opencodechicago.github.io/Midwest-Pumpkins
MIT License
7 stars 8 forks source link

Footer Design #28

Open Alexandrbig1 opened 3 days ago

Alexandrbig1 commented 3 days ago

Design a footer that includes essential links, contact information, and social media icons.

shubhamsharma9199 commented 14 hours ago

@Alexandrbig1 Can you assign this work to me and label it as 'Hacktoberfest Accepted

Alexandrbig1 commented 8 hours ago

You've already asked about header. Or you want to make 2 sections? Let me see after today's meeting, how many people will participate

shubhamsharma9199 commented 6 hours ago

@Alexandrbig1 If both tasks are assigned to me, I’ll work on both the header and the footer section. Additionally, I’m interested in working on the footer project as well, if it's available.

shubhamsharma9199 commented 6 hours ago

@Alexandrbig1 I’ve already completed half of the work on this project and I’m ready to handle the rest. If both the header and the footer section are assigned to me, I’m confident I can manage both. Additionally, I’d like to express my interest in taking on the footer project as well if that becomes available. I’m committed to delivering all tasks effectively and on time."

Alexandrbig1 commented 6 hours ago

@shubhamsharma9199 I assigned you on header section. Footer is currently under Kim @bibimbop123

Alexandrbig1 commented 6 hours ago

@shubhamsharma9199 That's great! Even the project will start at 1st of October you did a great job! Keep it up! Right now it's just the 'close modal functionality' is opened task. Let's see how it goes, let's everyone finish their task and then we see if in any section there need to be adjustment. Thank you! Waiting your pull requests from 1st of October!

sakshitawde commented 4 hours ago

"Hi 👋🏻 @Alexandrbig1, I've completed the changes for the footer design. Could you please take a moment to review my work? Your feedback would be greatly appreciated!"

Alexandrbig1 commented 4 hours ago

@sakshitawde your section is header. The footer is for another team member. Please check our Projects Kanban board: https://github.com/orgs/OpenCodeChicago/projects/1

Alexandrbig1 commented 4 hours ago

@sakshitawde and also, on html - no need to create !Doctype declaration. as this component is partial and it's loaded to the index.html file already.

Alexandrbig1 commented 4 hours ago

@sakshitawde also, follow BEM model of naming classes, for example if you working on your section header, the main wrapper class is header, and the everything what inside name like this 'header-title, or header-nav, or header-nav-links' etc.