F4IF / ctree-demo

Collaboration Tree - A community discussion platform built for maximum insight with minimum oversight.
http://demo.ctree.org
Other
37 stars 21 forks source link

Landing Page Feedback #59

Closed CSchmitz81 closed 4 years ago

CSchmitz81 commented 6 years ago

Implement the feedback screen of the landing page. This should support 3-5 testimonials, including a profile picture, user name, brief quote, and a link to a collaboration tree. Follow the design from the desktop and mobile comps. When the screen isn't wide enough to show all testimonials they should wrap to the next line (preferably centering each row of items).

The implementation should involve creating a new testimonial element which can be reused for each testimonial, and takes the values to populate it as properties. Since there isn't any real data for this right now, it can be hard coded into an array of testimonial objects which contain the required data.

Please base your changes on the develop-landing-page branch.

CSchmitz81 commented 5 years ago

@nclairesays I'm assuming you've lost steam on this and I know you're working on another project. I'm going to open this up for other contributors to work on unless you plan to continue working on it in the near future. If you do plan to do more work on this soon please assign it back to yourself.

CSchmitz81 commented 5 years ago

Work on this should be continued from the work done in branch #59-landing-page-feedback, taking into consideration the comments from PR #112. There are also merge conflicts which need to be resolved, so the develop-landing-page branch needs to be merged into this.